History log of /packages/apps/Exchange/tests/src/com/android/exchange/adapter/FolderSyncParserTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f80dd6855e64091ccac83f1bf37cd808ef2f3e71 19-Aug-2011 Marc Blank <mblank@google.com> Save sync options if folders are deleted and restore when reloaded

Bug: 5176640
Change-Id: I7c709998b65080545f468997e2df5bc00162a89f
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/FolderSyncParserTests.java
6c9b4545651f9be2edb16c0769a7886ec7f24c30 16-May-2011 Ben Komalo <benkomalo@google.com> Fix the build.

Missing imports in Exchange/tests. For some reason Eclipse didn't apply
refactorings to that subdir

Change-Id: I190a302dfbd61f504e92c16bbfe318fed72ca5d5
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/FolderSyncParserTests.java
4d8774462ace9a45154b2df418b9f2fe7a9c685d 14-May-2011 Ben Komalo <benkomalo@google.com> Move Mailbox to top level class.

No other changes made.
Depends on E-mail change.

Change-Id: I549fb2cb7e942f1885ec40a6619dc491f63c0de2
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/FolderSyncParserTests.java
604a1cf6f2401d78f57edcfb702d560d9c80dd14 16-Mar-2011 Marc Blank <mblank@google.com> Add @SmallTest, @MediumTest annotations to Exchange tests

Bug: 4102002
Change-Id: I00ce41e199cc729eec1c740c18f70f57afa2f08d
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/FolderSyncParserTests.java
c8e4352ea6cfa67f15140512e84af8ccede222d2 15-Feb-2011 Marc Blank <mblank@google.com> Separate Exchange application

* Clean up AndroidManifest, Android.mk, and proguard.flags
* Refactor to use emailcommon
* Remove Email app code/resources (note: this CL starts from the
single Email application)
* Update Exchange unit tests to use EmailProvider "live" and
clean up after itself
* All unit tests pass

Bug: 3442973
Change-Id: Iced00ae546dd4ddb9a66e297d3ac2dc2977e20eb
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/FolderSyncParserTests.java
6f898deac953e5838fa28f47a16e0fb92bbc81eb 16-Nov-2010 Marc Blank <mblank@google.com> Implement password expiration for EAS

* Hoist wipe() method from AbstractSyncParser to AbstractSyncAdapter
* Add deleteAccountPIMData(accountId) to the EmailService API
* Implement deleteAccountPIMData for EAS

Change-Id: I1037cde25fc2b24419f399446cfa0906dc0174d1
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/FolderSyncParserTests.java
d3eab5e6ffa39c931c2ca31e6670b7743723e034 16-Sep-2010 Marc Blank <mblank@google.com> Handle EAS type 1 folders (user-created)

* If a type 1 folder has an mail folder as a parent (at any level),
it is also a mail folder (and therefore, we should have it in our
folder list)
* Before rejecting type 1 folders, look for parents and accept those
that are mail folders
* Add unit test to verify logic

Bug: 2978410
Change-Id: I44cda1d1c1fd7f3976af53a1672736201cc995ff
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/FolderSyncParserTests.java