History log of /packages/apps/DeskClock/src/com/android/deskclock/data/WidgetDAO.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff62e7fa903e3b6b11d0443543725c1351ab289d 03-Dec-2016 James Lemieux <jplemieux@google.com> Refactor where SharedPreferences are built

Bug: 33251787

To enable easier testing, build and migrate SharedPreferences once
during Application creation and only store references to it in member
variables.

Change-Id: I562d2cbddeeff165304fc8844d2af4b765fe4861
/packages/apps/DeskClock/src/com/android/deskclock/data/WidgetDAO.java
23629266834a251cb937a885e5223e5ae37cc6fa 21-Nov-2016 Christine Franks <christyfranks@google.com> Fix janky RepeatDays animation

Bug: 33039716
Test: manual - no apparent jank (or strict mode violations) during
repeatdays expansion/contraction, and systrace reports no dropped
frames during the animation itself.

Change-Id: I923781f44a5db50534640ae605705f7437c805f4
/packages/apps/DeskClock/src/com/android/deskclock/data/WidgetDAO.java
711a2f98554adbb1c9715328231725727d16a54f 10-May-2016 James Lemieux <jplemieux@google.com> resolve merge conflicts of 432b07c to ub-deskclock-fantasy

Change-Id: Ib0082731d6f2d90c538cd9fbd2f5e8242362fda6
432b07cdbafb9733fea76e9511b6b5f6c15aa8c8 09-May-2016 James Lemieux <jplemieux@google.com> Remove world city widget

Change-Id: I2c2b1a54077a76c7ae0fae04e00a35aa20742266
/packages/apps/DeskClock/src/com/android/deskclock/data/WidgetDAO.java
02e72bcfe62fce69715c1dbd8eea7826070c0660 28-Apr-2016 James Lemieux <jplemieux@google.com> Route all DAOs to Utils.getDefaultSharedPreferences

Bug: 28051228

This ensures that in all cases the shared preferences are migrated
for FBE use before first access.

Change-Id: I0b1eba1b18dbe03f6ef84625797cf8a6ea879808
/packages/apps/DeskClock/src/com/android/deskclock/data/WidgetDAO.java
592c66b3eb497d24d1528fb2597059c6e4ec6620 06-Apr-2016 James Lemieux <jplemieux@google.com> Introduce world city widget

Bug: 27282291
Bug: 27693716
Bug: 24126517

This CL includes:
- full implementation of city widget
- event logging for creation/deletion of widgets
- tapping all widgets now opens the app in the prior state
(not the clock tab)

Change-Id: Ia43ec0ebf2f02aba6b7e277e5feca3e8afa91e64
/packages/apps/DeskClock/src/com/android/deskclock/data/WidgetDAO.java