History log of /frameworks/base/core/java/android/util/CalendarUtils.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d762a347fb6459d7b7c87d6f09a58b210400cb95 01-Oct-2010 Erik <roboerik@android.com> b/3054044 Make allDay event times format in utc

AllDay events could get formatted with the local time zone
instead of utc. This makes it so that using the utc flag in the
wrapper for formatting correctly passes in UTC as the time zone.

Change-Id: I65090ef939ce64c1a942c7683cf76a927c02cb53
/frameworks/base/core/java/android/util/CalendarUtils.java
09bd4bf85e357fc8eaa5c6a219a8827159e865da 16-Sep-2010 Erik <roboerik@android.com> b/3004029 Fixed content resolver loss

We were creating a static AsyncQueryHandler which only held a
weak reference to the content resolver. This caused db updates
to be dropped once the original context had been gc'd. This
fix creates a new handler for each update to ensure we have a
valid resolver.

Change-Id: I049d8390ac0215e12e63d57b0bae4d3f6df64b6a
/frameworks/base/core/java/android/util/CalendarUtils.java
5ba5de93c71218c505f28d0b05c638afa6f4d1d3 15-Sep-2010 Erik <roboerik@android.com> Close tz query cursor when done.

Change-Id: I9cb30539b12121f01e093985985e3c802f7a9e8c
/frameworks/base/core/java/android/util/CalendarUtils.java
426ee7f22eeaa016cdbf0addbb7b2cc6b6cc3487 15-Sep-2010 Erik <roboerik@android.com> Fixes some bugs in TimeZoneUtils

TimeZoneUtils was updating the db and modifying the selection. This
creates a static selection for each update type and creates new
values for each update. Also adds a method for apps to force the
local tz cache to refresh if they think another app has modified
the db.

Change-Id: Iaaade635ac8ff11bb116005a0f6b44efcd4c4056
/frameworks/base/core/java/android/util/CalendarUtils.java
71ad58c751eb12a500916556c41e704a93895801 14-Sep-2010 Erik <roboerik@android.com> Adds time zone functionality into fw as a hidden api

This is the start of work towards pushing api that is needed for
Calendar to become unbundled into frameworks. This adds functions
for getting and setting time zones for the Calendar app. The new
methods are currently hidden.

Change-Id: I1b4265b23630c46d9730a179ec02da8d6c0e03ea
/frameworks/base/core/java/android/util/CalendarUtils.java