1. 11 Nov, 2015 4 commits
    • James Lemieux's avatar
      Fix Alarm query · e2b8d1cb
      James Lemieux authored
      Bug: 25630846
      
      Change-Id: I3a7566f6ef2c20ceb487e864fde0f0d12582f8cc
      e2b8d1cb
    • James Lemieux's avatar
    • James Lemieux's avatar
      Refactor Timers to use new unified DataModel · 6d603b7c
      James Lemieux authored
      Bug: 24816218
      Bug: 25494722
      
      This refactoring introduces a Timer domain object. Instances of these
      domain objects are fetched via a DataModel class that is the single point
      of reference for all timer data. This allows the data to be shared across
      the entire application. In particular, the timer notifications, TimerFragment
      and ExpiredTimersActivity all draw upon the same model to determine
      what the state of the timers are.
      
      IMPORTANT: The public intent com.android.deskclock.action.STOP_TIMER
      has been renamed to com.android.deskclock.action.PAUSE_TIMER to be
      more accurate.
      
      Change-Id: Ib904e80a25c6de1861de2b395bec27db16ff0e66
      6d603b7c
    • James Lemieux's avatar
      Shorten clock tab animation · c61f219a
      James Lemieux authored
      Bug: 25631044
      
      The clock tab animation was noticeably longer than the other
      tab animations. Some rotations were removed to shorten its
      duration. Also, animated vectors are v22+, so the resource files
      were moved into /animator-v22 to fix some lint warnings.
      
      Change-Id: I90b116df2a3cc7a30bdd69b8e478207dd3f016fb
      c61f219a
  2. 10 Nov, 2015 3 commits
  3. 09 Nov, 2015 1 commit
  4. 04 Nov, 2015 3 commits
  5. 28 Oct, 2015 3 commits
  6. 26 Oct, 2015 2 commits
  7. 24 Oct, 2015 1 commit
  8. 23 Oct, 2015 3 commits
  9. 22 Oct, 2015 1 commit
  10. 21 Oct, 2015 5 commits
  11. 20 Oct, 2015 3 commits
  12. 19 Oct, 2015 3 commits
  13. 16 Oct, 2015 4 commits
  14. 15 Oct, 2015 1 commit
  15. 14 Oct, 2015 2 commits
  16. 13 Oct, 2015 1 commit
    • James Lemieux's avatar
      Account for DST when scheduling alarms · 9699c4ab
      James Lemieux authored
      Note: this bug only applies to alarms occurring during the missing
      hour when time jumps ahead in the spring.
      
      Bug: 19651361
      Change-Id: I163f0d139fba6920dc5ff78d53791c983f416cb1
      9699c4ab