History log of /packages/apps/DeskClock/src/com/android/deskclock/worldclock/WorldClockAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f6589776cf7463fd1eb0a4c151ffa28455590d9 16-Nov-2012 Isaac Katzenelson <isaack@android.com> Code formatting fixes.

Bug: 7413861
Change-Id: Ia5207e830c8bddf47469ed6b9769cdc98c82b1a2
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/WorldClockAdapter.java
60f175e2a226653bb240104c3cac6fc7d5043659 25-Oct-2012 Isaac Katzenelson <isaack@android.com> Read cities names for DB and not from list

Bug: 7413861

The list of user selected cities in world clock was using the name from the usr's list and
not from the DB. When a change of locale is done on the device, the cities name were not changed.
Changed the WorldClock adapter to use the DB name and timezone if available.
Added suport in both app and widget.

Change-Id: I029581f9fd6cf245ac980c1d1352e0d777924ccd
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/WorldClockAdapter.java
5c464d35f230912053d7a5873dd6b59ca6e11852 24-Oct-2012 Isaac Katzenelson <isaack@android.com> New digital clock widget for Clock

Bug: 7390795

Added a new widget with its own provider and service and factory.
Factory extends a broadcast receiver and listens to all time
changes, locale changes, changes in world clock and alarms.
Added broadcasts for changing the world clock's user cities list
and for setting the next alarm.

Change-Id: Ida4bbd619da941fb46505cb2ac653fde0a41a97f
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/WorldClockAdapter.java