1. 09 Jun, 2016 1 commit
  2. 08 Jun, 2016 1 commit
  3. 05 Jun, 2016 1 commit
  4. 03 Jun, 2016 1 commit
  5. 23 May, 2016 1 commit
  6. 21 May, 2016 1 commit
  7. 04 May, 2016 2 commits
  8. 20 Mar, 2016 1 commit
  9. 19 Mar, 2016 1 commit
  10. 17 Mar, 2016 1 commit
  11. 28 Feb, 2016 1 commit
  12. 25 Feb, 2016 1 commit
  13. 21 Feb, 2016 1 commit
  14. 19 Feb, 2016 2 commits
    • Justin Klaassen's avatar
      Merge remote-tracking branch 'goog/ub-deskclock-dazzle_nyc' into nyc-dev · 2c535e27
      Justin Klaassen authored
      * goog/ub-deskclock-dazzle_nyc: (122 commits)
        Add android.support.design proguard flags
        Use ACTION_LOCKED_BOOT_COMPLETED on API 24+ - DO NOT MERGE
        Teach DeskClock about file-based encryption. - DO NOT MERGE
        Refactoring SharedPreferences to common location. - DO NOT MERGE
        Use AppCompat's imageButtonStyle attribute - DO NOT MERGE
        Use SimpleItemAnimator - DO NOT MERGE
        Bump version to 4.5.0 - DO NOT MERGE
        Do not assume current stopwatch lap has positive duration
        Avoid IndexOutOfBounds when deleting timer - DO NOT MERGE
        Fix snooze event tracking
        Rebuild notifications after app upgrade
        Fire timers as scheduled after app upgrade
        Create AlarmObserverPreL in onCreate
        Handle deleted timers gracefully
        Fix alarm not firing in memory-pressure situations
        Promote TimerService to the foreground while expired timers exist
        Match firing alarms for SEARCH_MODE == alarm.next
        Fix alarm icon cut off in 1x4 digital widget on nexus 5
        Import translations. DO NOT MERGE
        Attempt to avoid early death of AlarmService
        ...
      
      Change-Id: I422291e92ca76a901aba0d192749789916495711
      2c535e27
    • Justin Klaassen's avatar
      Add android.support.design proguard flags · 4a90936e
      Justin Klaassen authored
      Change-Id: Ib56c2edf4f37eaf90b442e0e2c4342046fe839c1
      (cherry picked from commit 581aa2ea)
      4a90936e
  15. 17 Feb, 2016 4 commits
  16. 16 Feb, 2016 3 commits
  17. 13 Feb, 2016 1 commit
    • James Lemieux's avatar
      Do not assume current stopwatch lap has positive duration · f8e562f6
      James Lemieux authored
      Bug: 27171498
      
      After a device reboot the realtime clock is reset. Because of this, the
      app is notified of the BOOT_COMPLETE and resets the stopwatch.
      There exists about a 10 second window of opportunity before the
      BOOT_COMPLETE broadcast in which the app may be opened and
      the realtime clock information may be used to compute stopwatch
      laptimes which would be negative. This case is now handled gracefully
      rather than crashing on a sanity check.
      
      Change-Id: I0eb4da0a9a55b5abc8d6abaa5a2e046821d39a2e
      f8e562f6
  18. 09 Feb, 2016 1 commit
  19. 08 Feb, 2016 1 commit
  20. 04 Feb, 2016 2 commits
  21. 03 Feb, 2016 1 commit
  22. 02 Feb, 2016 10 commits
  23. 01 Feb, 2016 1 commit
    • Jeff Sharkey's avatar
      Teach DeskClock about file-based encryption. · 4a025d30
      Jeff Sharkey authored
      When running on a device that supports FBE, all persisted data is
      stored in the device-encrypted area.  Also mark core components as
      being encryption-aware so we can schedule and trigger alarms while
      the user is still locked.
      
      Bug: 25860525
      Change-Id: I7517be716468b09eed0c007600abd1937e203449
      4a025d30