History log of /frameworks/base/core/java/android/widget/TextClock.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a76f7db323598f78512bbbdf2fb89248c9e317e5 07-Nov-2012 Romain Guy <romainguy@google.com> Respond to ticks when a timezone is set and it doesn't display seconds
Bug #7489774

This change also fixes a crash if you programmatically set the time
formats from code before the widget is attached to the window.

Change-Id: I73ead93f5866d9059a4b3823c4304aeca8e419b6
/frameworks/base/core/java/android/widget/TextClock.java
a9cfe677eec0324a94509c6a5d29cec5b8a7a7cf 05-Nov-2012 Romain Guy <romainguy@google.com> Add programmatic access to setters in TextClock
Bug #7478328

Add missing annotation to let appwidgets change values programmatically

Change-Id: I6e9b095e93e4e90bd96e127344354c0dfa46cd86
/frameworks/base/core/java/android/widget/TextClock.java
3d1728c03a0cd1aaed6bc81c97de27d62c771a6e 01-Nov-2012 Romain Guy <romainguy@google.com> A new clock widget to create lock screen appwidgets

This new widget replaces DigitalClock. It listens to all the correct
system events and offer the ability to customize the formatting
patterns in 12-hour and 24-hour modes. It also supports fixed
time zones to create world clocks.

One more step towards becoming ClockOS!

Change-Id: I677e5dfca8cd8c8d1f8c49e54d7507f4d1885bf4
/frameworks/base/core/java/android/widget/TextClock.java