History log of /packages/apps/DeskClock/src/com/android/deskclock/BaseActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bc885205d5c6d71a34bd06b8539b02d0b3b92d8c 26-Jun-2015 Justin Klaassen <justinklaassen@google.com> Prevent multiple unregisterReceiver calls in BaseActivity

Bug: 22104920
Change-Id: I8bfb0297c7b6f0559c9e732b192fa935f019d6f6
/packages/apps/DeskClock/src/com/android/deskclock/BaseActivity.java
7b5c5b16646932fbe991c86ffd9404cdbdc0f84f 24-Jun-2015 Justin Klaassen <justinklaassen@google.com> Use R.attr.colorAccent instead of R.color.hot_pink

Bug: 21952435

- To support basic theming of the background and accent colors, refactor
our usage of the hot_pink color resource where possible to instead
resolve the colorAccent attribute against the current theme.
- Use BroadcastListener in BaseActivity to update the background color
whenever the system time / time-zone changes.

Change-Id: I9c736801eb8017cca305fd377628380fef40bfab
/packages/apps/DeskClock/src/com/android/deskclock/BaseActivity.java
1799dca790bfb9995f779da181c84cac47ee1468 03-Apr-2015 Justin Klaassen <justinklaassen@google.com> Refactor dynamic background color to BaseActivity

Bug: 17426658
Change-Id: I0d1a847e5154bbf21489bfcd3d8cbdf3f7875a9b
/packages/apps/DeskClock/src/com/android/deskclock/BaseActivity.java