ebc6a3875a893f12596499961686474231df5fac |
|
21-Sep-2013 |
Elliott Hughes <enh@google.com> |
Correctly localize the "next alarm" formatting. Also fix the time formatting in the world clock list of cities. Bug: https://code.google.com/p/android/issues/detail?id=59297 (cherry picked from commit cad0b1d4fdb4d0572464986e3f5ab6661445a1aa) Change-Id: I124feec2273f9cc88c0cd2ab8d87d772178ff2e1
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
1c7788b33dd4516dae81e6bcab043addc45fc1a1 |
|
27-Aug-2013 |
Paul Sliwowski <psliwowski@google.com> |
Refactor alarm manager code to use new Instance table. Change-Id: If0ef94f68383ebfcb4a0af697671c7854f33383d (cherry picked from commit ab0d28c68a77bea2a4a2ee50378da3670a1dd939)
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
a19314fd8af534821bb7c7edacb44087c1a8b6cd |
|
06-Sep-2013 |
Sam Blitzstein <sblitz@google.com> |
Use dark theme for clock's timepicker. NOTE: This CL should be submitted only after I0574de6f79f0d2973a80ea91bcc885e207f2fcf8 has merged. Bug: 10516092 Change-Id: Iaec89ea7516d5f4000709a0fc74e6e4732fed700 (cherry picked from commit f54f71cbfe2695998c01e4719eaa5b7c3a5b7467)
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
f233ae3254a1d83aa67042f4333797e534bbb27c |
|
27-Aug-2013 |
Sam Blitzstein <sblitz@google.com> |
Create the alarm after setting the time. Bug: 10507071 Bug: 7402599 Change-Id: I01d2ae44127beea3a54778df1a1d4a10b048b218 (cherry picked from commit b9dff52be236a4c3a2088ecbbdf9811b0533d21f)
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
5f69b490d4bf9bd52fac8f1e0eef589c5cbf4a27 |
|
27-Aug-2013 |
Sam Blitzstein <sblitz@google.com> |
Enable new time picker for setting alarms. Change-Id: Ie6c8299b56c04daedeec7e16e506b722e751f818
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
8c1fcf3490a0d92448c460193c8824dbcd6790fd |
|
22-Aug-2013 |
Paul Sliwowski <psliwowski@google.com> |
Move content provider classes to new package. Change-Id: Ida7d2d238f7ce25a3b0ddb23bdb2fbd84e7b2e2a
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
3bc02950da8c14ec04199043f41a9ffc13290c8d |
|
12-Aug-2013 |
Sam Blitzstein <sblitz@google.com> |
Move alarm to its own tab. Also animate alarm expansion. Change-Id: Icdebc6a18f34cfe55af70491d07dde4b1dc675c5
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
13f2fef1a5f6877ffc1f6a593d0e8f10f535805b |
|
20-Aug-2013 |
Paul Sliwowski <psliwowski@google.com> |
Clean up some of the DaysOfTheWeek and Alarm code. Change-Id: I3f6cd64845fe34cf8fb5299348f7779cdcddd5a9 (cherry picked from commit 95b88d9453d7d47026b4a2e3bcc4e7bbb4dd7ccf) (cherry picked from commit 910f93b6b0fbc9b921ca3ef0bd648c73fa2c76ac)
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
6c23c3f25980ea61a27a26ff22f481a0333f5643 |
|
16-Aug-2013 |
Paul Sliwowski <psliwowski@google.com> |
Remove dead activity. Change-Id: If94d399470d69f51fad4e968e4473f305343faa9 (cherry picked from commit 4c51096686fb188fddbe85386fdbabf3ebe4dbd0)
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
9a39d368cab0c21a3a721d2df86a44eba4e3121c |
|
07-Apr-2013 |
annieyu <annieyu@huaqin.com> |
Fix the problem that a crash occured when repeat to show alarmclock settings dialog quickly in deskclock app The original use of method addToBackStack is incorrect, the two steps in a fragment transaction should be executed as the order they defined. Change-Id: I6dd5d947c6a589303b2c62dafd0ff78ff5072812
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
4642e848a91180f6ff87acbfa54de1d0b945f19a |
|
04-Oct-2012 |
Chiao Cheng <chiaocheng@google.com> |
Properly handle orientation change for alarm display/edit. Normally activities are destroyed and re-created during an orientation change. But many of the existing alarm activities have configChanges set in the AndroidManifest file. This causes the framework to re-size instead of re-creating the activity on orientation change. In turn, this prevents the properly layouts and styles from being applied even though there are size specific resources. This caused a problem where the dialogs were too big after rotating from portrait to landscape. Fixed the problem by removing configChanges and properly handling orientation changes. Bug: 7201797 Change-Id: I03ab20ce416db0bb8aeb0500dad2a08e7d015b52
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|
5c3795c271bc6160f0ae2056627e9e96ffdc335c |
|
02-Oct-2012 |
Chiao Cheng <chiaocheng@google.com> |
Completely new alarm list with in-place editing. - No longer using separate dialog for setting alarms in the normal workflow. Set alarm dialog is still needed to handle external extends. Fate of old set alarm activity is still to be decided. - Removed dialog theme for sw600dp screens. - Added label edit dialog. - Added custom on/off button to improve smoothness of clicks by increasing hit box of clickable area. Bug: 6164920 Change-Id: I19567658535f3ec78755328a147376a81d5363a8
/packages/apps/DeskClock/src/com/android/deskclock/AlarmUtils.java
|