History log of /packages/apps/Exchange/src/com/android/exchange/adapter/ItemOperationsParser.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
02d8984e7452e6c3a3aaec189aca885c3f206a32 26-Feb-2014 Anthony Lee <anthonylee@google.com> Created an EasOperation for attachment loading.
This class has been enabled within EmailSyncAdapterService
although it was written as part of the move to EasService.

Change-Id: Ica21e06013925b68faef32624c164f26b94fa6de
(cherry picked from commit b31a8ded3eddd16ce7083ccf6c3d4774bc81b6ca)
/packages/apps/Exchange/src/com/android/exchange/adapter/ItemOperationsParser.java
da835b7580108777bb0fa4a4d7287676a1cd7e53 16-Jul-2013 Yu Ping Hu <yph@google.com> Fix attachment loading in Exchange.

1) For pre 2010 versions, attachment loading was 100% busted
due to a null pointer.
2) Attachment status callbacks are now in theory happening
correctly.

Bug: 9735207
Bug: 9842867
Change-Id: Iddaab725b7411eecbfc7c35e9a4bc7214630b83c
/packages/apps/Exchange/src/com/android/exchange/adapter/ItemOperationsParser.java
c35d2fa94faa0f9abeded869a01108bac2bcedcc 26-Jun-2013 Yu Ping Hu <yph@google.com> Fix Exchange attachment loading.

Also, minor refactor with EasServerConnection ctor.

Note: this implementation has (at least) 2 flaws:
- It can run concurrently with sync, which is probably bad.
- It doesn't do any status updates to the UI.

There are bugs filed for these.

Change-Id: I6c41842afbed45af7747a460010e49fa3010e2a5
/packages/apps/Exchange/src/com/android/exchange/adapter/ItemOperationsParser.java
bb12673b0aa36ff0751ddcffe02223c6100f424e 12-May-2011 Marc Blank <mblank@google.com> Add support for EAS 14.1 attachment loading

* Move all attachment handling code out of EasSyncService and into
new AttachmentLoader class
* A bit of cleanup to existing attachment code

Change-Id: I4f6a7950b1318f838413b83d6cfae31f0467e8d1
/packages/apps/Exchange/src/com/android/exchange/adapter/ItemOperationsParser.java