History log of /packages/apps/DeskClock/src/com/android/alarmclock/DigitalAppWidgetService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
83692ec735d72eb312ad61258a0dd50804b8e7f9 16-Oct-2015 Dylan Phan <lerp@google.com> Make digital widget resizable to 2x1

Bug: 24307555
Change-Id: If217226fd4f71c0c2ceb74732d8885cf4dc26ea6
/packages/apps/DeskClock/src/com/android/alarmclock/DigitalAppWidgetService.java
34142b1d0f2445bbd606bb490dfef6c078c630ea 14-Aug-2015 James Lemieux <jplemieux@google.com> Refactor Cities (World Clocks) to use new unified DataModel

This refactoring replaces CityObj with City, an immutable description
of a city and its associated clock information. City objects are fetched
via a DataModel class that is the single point of reference for all City
data. This allows the data to be shared across the entire application.
In particular, DigitalWidgetViewsFactory, ClockFragment and
CitySelectionActivity all draw upon the same model to determine what
cities exist, which ones are selected, and what the preferred display
order shall be.

Change-Id: I7c2eaa31b596b5333213415af58a7bb46ebb370e
/packages/apps/DeskClock/src/com/android/alarmclock/DigitalAppWidgetService.java
4ae58071f0a48099021e5d141ed98606cfe999cc 10-Oct-2013 Isaac Katzenelson <isaackatz@google.com> Clear logs in Clock

10732543

Change-Id: I71a9b183a2f9f6bd9f17b88c36e58188eef198ec
/packages/apps/DeskClock/src/com/android/alarmclock/DigitalAppWidgetService.java
3bb9d29c12584480f3651ccbef86f2777c0b7818 14-Sep-2013 Robyn Coultas <coultasr@android.com> DigitalAppWidgetProvider is receiver for actions

Bug: 8239532
Bug: 10695465

DigitalWidgetViewsFactory lifespan was not unlimited, so using
it to receive actions was inappropriate. Moved all handling into
DigitalAppWidgetProvider. This change lost some of the optimizations
that DigitalWidgetViewsFactory had.

Replaced previous Utils.ACTION_ON_QUARTER_HOUR users with code that uses postDelayed

Change-Id: I27a7b96f8ab85f8f72c7e1b75d55a9616c3db859
/packages/apps/DeskClock/src/com/android/alarmclock/DigitalAppWidgetService.java
7048625adb7c349deab4c00b2d85bcf65c164ae5 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/alarmclock/DigitalAppWidgetService.java