replicant-packages_apps_Email/tests/src/com/android/exchange
Marc Blank 3e065170f3 Fix bugs related to TZ handling for all-day events
* In bug 2703075, all-day events from time zones at GMT or later
  appear a day early; this is because the time was calculated from
  the GMT date/time of the event rather than the local date/time of
  the event; this CL correctly changes this to use local date/time
* In bug 2707966, device-edited all-day events disappear in Outlook
  and OWA after upsync; this is due to the fact that we store all-day
  events in UTC on device, whereas we need to upload all-day events
  using the original (local) time zone.  In this CL, we save away
  the original time zone and use it on upsync
* In our decoding of Exchange time zone information, we default to
  local time when we can't find a time zone that matches the bias
  and DST information; we should really default to a time zone with
  the same bias, if one exists; we do that in this CL.
* Add/modify unit tests

Bug: 2703075
Change-Id: Id80c481ecc0eae980b2e91dae7f105f924cfca28
2010-05-25 11:46:44 -07:00
..
adapter Fix issues with exception downloads 2010-05-07 15:47:57 -07:00
utility Fix bugs related to TZ handling for all-day events 2010-05-25 11:46:44 -07:00
CalendarSyncEnablerTest.java Enable calendar sync for Exchange accounts when upgrading. 2010-02-26 13:28:59 -08:00
EasSyncServiceTests.java Implement Exchange calendar sync support 2010-01-28 09:18:48 -08:00
SyncManagerAccountTests.java Enable calendar sync for Exchange accounts when upgrading. 2010-02-26 13:28:59 -08:00
SyncManagerTest.java Show device id on the exchange setting screen. 2010-04-13 17:10:26 -07:00
TagsTests.java Bulk change of columns, LAST TIME. 2009-09-01 23:19:12 -07:00