History log of /packages/apps/Exchange/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b931f82fa44c2e26e2645c0d5fde9eef3e666efd 25-Sep-2012 Paul Westbrook <pwestbro@google.com> Restore MRO's Exchange

Change-Id: I312d44b5fbcd9dae008141ae1e53cc7ac7c167b5
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.java
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/CalendarSyncAdapterTests.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/CalendarSyncAdapterTests.java
151bc93f5ff1da031ff0500ab460c2aac79f7416 09-Nov-2011 Marc Blank <mblank@google.com> Handle binder transaction failures in CalendarSyncAdapter

* Created a facility for handling the newly implemented
TransactionTooLargeException that the framework can throw if
we send a too-large batch of data to a content provider.
* For now, we're just using this with CalendarSyncAdapter,
which is where we've seen problems in the past, and in
the referenced bug.
* The test account hits the exception, and then appars to
successfully finish syncing the calendar

Bug: 5516422
Change-Id: I3c7ce3ada940464d1ee1f69bd6192640ebbd8fa3
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.java
693ed7fdd5a7ec7af87d105b76267c78a8acc3db 14-Jun-2011 RoboErik <epastern@google.com> Rename Calendar.java to CalendarContract.java

Change-Id: I814ba00e8b71003c3ca99126c73069c55fa6df6a
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.java
04c880a6b5ad041f172d4b1eeecc06d6a06e4141 09-Jun-2011 RoboErik <epastern@google.com> Updates for Calendar db v 305

See https://android-git.corp.google.com/g/#change,114332 for more
details.

Change-Id: Id22c802a4d276122f38b3fd7da803ee5054540fe
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.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/CalendarSyncAdapterTests.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/CalendarSyncAdapterTests.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/CalendarSyncAdapterTests.java
fffe7ef7c9b8c34ef5d4a441df63bd290c25863a 12-Jun-2010 Marc Blank <mblank@google.com> Add tests for CalendarSyncAdapter

* Test for creation of a typical event
* Test for creation of an event with redacted attendees
* More to come

Change-Id: Ica117cd20a9e270ffe49efed75607e92b4d8ac90
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.java
e0d5f11dde90b79cb4704647d71d07ca0faebf6f 07-May-2010 Marc Blank <mblank@google.com> Fix issues with exception downloads

* It turns out that, in addition to other requirements of the
CalendarProvider, there is another - that the ORIGINAL_INSTANCE_TIME
also be set with hour, minute, and second as zero (in UTC)
* Change setTimes() to properly modify ORIGINAL_INSTANCE_TIME
* Also, there was a regression due to an incorrect validity test
for events; this regression caused all exception downsyncs to fail
* Changed isValidEventValues() to be correct for both exceptions
and original events
* Update tests for setTimes and isValidEventValues()
* This CL also fixes 2658988

Bug: 2664229
Change-Id: I9c8aea08e606ff58e5be37ca81a2d86a181c46f6
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.java
20d5e152abafc87b9840fdc36cc33c3ca243cd1b 05-May-2010 Marc Blank <mblank@google.com> Add checks for Event validity before commit

* Enforce CalendarProvider2's requirements for valid Events
* Add unit tests for the new code
* Backport of change I42ad7acb from master
Bug: 2658149

Change-Id: I8151d035247a7dbb1fda3eae163b24ccfe055299
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/CalendarSyncAdapterTests.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/CalendarSyncAdapterTests.java