History log of /packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
992f371d37da0f3e444c5a2cdcd2681a15dcb183 29-Jun-2012 Marc Blank <mblank@google.com> Manual merge of Exchange from jb-ub-mail

Change-Id: I326e5dc720dc29b510764142ec84770c46880429
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
1010fce96a725642e0510e42beb0db9e83ebca9f 11-May-2012 Marc Blank <mblank@google.com> Remove Exchange1 files

Change-Id: I8f768531ddafb5343571c96ed131aab3c9b1d0bb
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
7372782488977df778a33d990401ce9e397f646b 14-Jun-2011 Marc Blank <mblank@google.com> Support move of Account to its own top-level class

Change-Id: Ibf427ddcfb0566354ea169997c56a67de1897c0b
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.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/SyncAdapterTestCase.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/SyncAdapterTestCase.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/SyncAdapterTestCase.java
9d02ad23d3c94467fb3d8188ee12c21bcdbd24e9 14-Dec-2010 Marc Blank <mblank@google.com> Fix unit tests

Bug: 3280929
Bug: 3280926
Bug: 3280921
Change-Id: Id81baecf6f1f0c7fedd9d6d623f664f49861fb25
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
bd8ccb0148ec0a4e91741535e255bd1e4d2ea1e4 09-Oct-2010 Marc Blank <mblank@google.com> Fix CalendarSyncAdapterTests

Bug: 3077174
Change-Id: Ic0ba851969e852488a72241c8fba9f466c5bc3a6
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
f72b4bc0ea714067ae528e63c916f0237d2202e6 31-Aug-2010 Marc Blank <mblank@google.com> Fix issues with handling FREQ=YEARLY in RRULEs

* Turns out that we weren't handling one of the cases for YEARLY
RRULE; that in which the date is specified as a day of week plus
week of month
* Also, we weren't always sending the INTERVAL properly in a few
cases
* Fix these issues and add a unit test that confirms the fixes
* Also removed an unused argument in recurrenceParser in
CalendarSyncAdapter

Bug: 2718948

Change-Id: If9146d484218e7d6bd9f5c2305d0e6a216aeed49
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
7a882dc9d2ecded51759ad2b8a5f40f0a4545c18 03-Jul-2010 Marc Blank <mblank@google.com> New calendar sync adapter tests

* Created MockProvider that can be used for testing the results of
ContentProviderOperation's for Calendar/Contacts (we can't use these
within our mock contexts because we can't instantiate the provider
classes within the Email package)
* Wrote some unit tests for MockProvider
* Use MockProvider to test addEvent, in particular how a user's attendee
status is stored, depending on whether the event is new or updated

Change-Id: I97f02d125eb7347726261e12ce70aadc539be1d4
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
5af8fe0034d11daaee122367c20f7a96a337142c 05-May-2010 Marc Blank <mblank@google.com> Add checks for Event validity before committing

* Enforce CalendarProvider2's requirements for valid Events
* Add unit tests for the new code

Bug: 2658149
Change-Id: I42ad7acbcee3b6b831f805c59436017a32651f3a
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
9fa62f91d073be8b9fbb2f8dfbb1a5314808512a 09-Mar-2010 Makoto Onuki <omakoto@google.com> Fix failing EmailSyncAdapterTests.

Bug 2497978

Change-Id: If57099958b5e92e24f922e16f4b8d5fcc96ae163
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java
5862a85e17e81866ca82a9905577931947fbd44e 29-Oct-2009 Marc Blank <mblank@google.com> Implement Exchange calendar sync support

What should be working:
* Events sync down from server and appear in calendar
* Recurrences and exceptions appear in calendar
* Changed events on server should be reflected in calendar
* Deletions on server should be reflected in calendar
* Push of new/changed/deleted events should work
* Changes on device are NOT synced back to server
* New, single events on device are synced back to server
(no time zone, attendee, or recurrence support)
* Checkbox for syncing calendar added to setup flow
* System sync glue in manifest, etc.
* Bugs are to be expected
* A few unit tests; needs more

Change-Id: I7ca262eaba562ccb9d1af5b0cd948c6bac30e5dd
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/SyncAdapterTestCase.java