OSDN Git Service

android-x86/packages-apps-DeskClock.git
14 years agoam f150fa8a: Merge change If8d2e944 into eclair
Mike Cleron [Mon, 12 Oct 2009 18:24:44 +0000 (11:24 -0700)]
am f150fa8a: Merge change If8d2e944 into eclair

Merge commit 'f150fa8ad061efee81604f422eaaaf1579494a6d'

* commit 'f150fa8ad061efee81604f422eaaaf1579494a6d':
  Icons again

14 years agoam b348a187: Remove superfluous icon.
Daniel Sandler [Mon, 12 Oct 2009 18:24:41 +0000 (11:24 -0700)]
am b348a187: Remove superfluous icon.

Merge commit 'b348a187b70cf3d95c6394622055c2000ee5fc53'

* commit 'b348a187b70cf3d95c6394622055c2000ee5fc53':
  Remove superfluous icon.

14 years agoMerge change If8d2e944 into eclair
Android (Google) Code Review [Fri, 2 Oct 2009 14:43:25 +0000 (10:43 -0400)]
Merge change If8d2e944 into eclair

* changes:
  Icons again

14 years agoIcons again
Mike Cleron [Fri, 2 Oct 2009 07:28:57 +0000 (00:28 -0700)]
Icons again

14 years agoam e1f50f57: am 777585c6: Fix issue #2154688: when alarm rings ,device does not wake...
Dianne Hackborn [Thu, 1 Oct 2009 21:01:27 +0000 (14:01 -0700)]
am e1f50f57: am 777585c6: Fix issue #2154688: when alarm rings ,device does not wake up...

Merge commit 'e1f50f57b1b321884271c8d03635fbad20dca260'

* commit 'e1f50f57b1b321884271c8d03635fbad20dca260':
  Fix issue #2154688: when alarm rings ,device does not wake up...

14 years agoam bb40d6ca: am 0e14f840: Merge change I7495b004 into eclair
Patrick Scott [Thu, 1 Oct 2009 19:15:34 +0000 (12:15 -0700)]
am bb40d6ca: am 0e14f840: Merge change I7495b004 into eclair

Merge commit 'bb40d6cac8d1dc0f361a8c55108684128595f9f2'

* commit 'bb40d6cac8d1dc0f361a8c55108684128595f9f2':
  Pressing back will now save the alarm similar to how donut behaves.

14 years agoam b809a7b3: am 5936eeaa: Merge change Ie77b0e71 into eclair
Mike Cleron [Thu, 1 Oct 2009 18:58:06 +0000 (11:58 -0700)]
am b809a7b3: am 5936eeaa: Merge change Ie77b0e71 into eclair

Merge commit 'b809a7b33321291de705dea286e07b7aae5fe4c8'

* commit 'b809a7b33321291de705dea286e07b7aae5fe4c8':
  Newer icons

14 years agoam 920e4030: am 99f4af14: Updated AlarmClock hdpi graphics.
Daniel Sandler [Thu, 1 Oct 2009 18:55:57 +0000 (11:55 -0700)]
am 920e4030: am 99f4af14: Updated AlarmClock hdpi graphics.

Merge commit '920e4030c3bf383d2702859efcf623a9650ec042'

* commit '920e4030c3bf383d2702859efcf623a9650ec042':
  Updated AlarmClock hdpi graphics.

14 years agoam f92b7a5e: am 511c3514: Merge change I3105cddf into eclair
Patrick Scott [Thu, 1 Oct 2009 18:17:02 +0000 (11:17 -0700)]
am f92b7a5e: am 511c3514: Merge change I3105cddf into eclair

Merge commit 'f92b7a5e9acbc22ca699c8da7261778f310be48c'

* commit 'f92b7a5e9acbc22ca699c8da7261778f310be48c':
  Use onStartCommand since onStart is deprecated.

14 years agoam 2c5bbeec: am 27d3defc: New icon
Mike Cleron [Thu, 1 Oct 2009 18:15:35 +0000 (11:15 -0700)]
am 2c5bbeec: am 27d3defc: New icon

Merge commit '2c5bbeec541842c3eda350dbb4fc32006ae7dbbd'

* commit '2c5bbeec541842c3eda350dbb4fc32006ae7dbbd':
  New icon

14 years agoRemove superfluous icon.
Daniel Sandler [Thu, 1 Oct 2009 15:11:46 +0000 (11:11 -0400)]
Remove superfluous icon.

Use old Cupcake icon as mdpi until we get a proper mdpi version of the new
icon.

Change-Id: I5bbd624a77ab5b37570f10b2159198683b09f3a3

14 years agoam 777585c6: Fix issue #2154688: when alarm rings ,device does not wake up...
Dianne Hackborn [Thu, 1 Oct 2009 11:56:54 +0000 (04:56 -0700)]
am 777585c6: Fix issue #2154688: when alarm rings ,device does not wake up...

Merge commit '777585c68d7bfa7bae7a928f53e27e471300bf7c' into eclair-plus-aosp

* commit '777585c68d7bfa7bae7a928f53e27e471300bf7c':
  Fix issue #2154688: when alarm rings ,device does not wake up...

14 years agoFix issue #2154688: when alarm rings ,device does not wake up...
Dianne Hackborn [Thu, 1 Oct 2009 04:04:44 +0000 (21:04 -0700)]
Fix issue #2154688: when alarm rings ,device does not wake up...

...and can't see Dismiss and Snooze button if the device is on dock

Change-Id: Ib76b54f0a65930e142a3da1e1152f70d7f3ad3c7
Explanation: only the fullscreen alarm activity had the flags set to turn on
the screen and dismiss the lock screen.  The app picks whether to show
that one or the non-fullscreen one based on whether device is currently
locked, which is correct, but with the introduction of docks, locked
!= screen off.  In particular, the desk dock keeps the keyguard dismissed
while the device is in it.

The fix is to just set these flags for both alert activities.  That seems
generally right for many reasons.

14 years agoam 0e14f840: Merge change I7495b004 into eclair
Patrick Scott [Wed, 30 Sep 2009 19:30:59 +0000 (12:30 -0700)]
am 0e14f840: Merge change I7495b004 into eclair

Merge commit '0e14f8406686953debc5087047df5f6654023da7' into eclair-plus-aosp

* commit '0e14f8406686953debc5087047df5f6654023da7':
  Pressing back will now save the alarm similar to how donut behaves.

14 years agoMerge change I7495b004 into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 19:23:13 +0000 (15:23 -0400)]
Merge change I7495b004 into eclair

* changes:
  Pressing back will now save the alarm similar to how donut behaves.

14 years agoPressing back will now save the alarm similar to how donut behaves.
Patrick Scott [Wed, 30 Sep 2009 19:05:55 +0000 (15:05 -0400)]
Pressing back will now save the alarm similar to how donut behaves.

Do not pop the toast unless the alarm is enabled. Keep the enabled state when
saving the alarm unless the time has changed.

14 years agoam 5936eeaa: Merge change Ie77b0e71 into eclair
Mike Cleron [Wed, 30 Sep 2009 16:13:26 +0000 (09:13 -0700)]
am 5936eeaa: Merge change Ie77b0e71 into eclair

Merge commit '5936eeaa35de736fb7a0931298946fd5606d0256' into eclair-plus-aosp

* commit '5936eeaa35de736fb7a0931298946fd5606d0256':
  Newer icons

14 years agoMerge change Ie77b0e71 into eclair
Android (Google) Code Review [Wed, 30 Sep 2009 16:05:31 +0000 (12:05 -0400)]
Merge change Ie77b0e71 into eclair

* changes:
  Newer icons

14 years agoam 99f4af14: Updated AlarmClock hdpi graphics.
Daniel Sandler [Wed, 30 Sep 2009 13:14:19 +0000 (06:14 -0700)]
am 99f4af14: Updated AlarmClock hdpi graphics.

Merge commit '99f4af142a86125fd16b3df9b165f3223c2e4e29' into eclair-plus-aosp

* commit '99f4af142a86125fd16b3df9b165f3223c2e4e29':
  Updated AlarmClock hdpi graphics.

14 years agoUpdated AlarmClock hdpi graphics.
Daniel Sandler [Wed, 30 Sep 2009 12:55:05 +0000 (08:55 -0400)]
Updated AlarmClock hdpi graphics.

Change-Id: Icd93c45ac7431434328d9a737979e057285e0e40

14 years agoNewer icons
Mike Cleron [Wed, 30 Sep 2009 08:08:16 +0000 (01:08 -0700)]
Newer icons

14 years agoam 511c3514: Merge change I3105cddf into eclair
Patrick Scott [Tue, 29 Sep 2009 18:25:28 +0000 (11:25 -0700)]
am 511c3514: Merge change I3105cddf into eclair

Merge commit '511c35144c8e976bb75f6c066f7c3a2ebbbc83b8' into eclair-plus-aosp

* commit '511c35144c8e976bb75f6c066f7c3a2ebbbc83b8':
  Use onStartCommand since onStart is deprecated.

14 years agoMerge change I3105cddf into eclair
Android (Google) Code Review [Tue, 29 Sep 2009 18:19:46 +0000 (14:19 -0400)]
Merge change I3105cddf into eclair

* changes:
  Use onStartCommand since onStart is deprecated.

14 years agoUse onStartCommand since onStart is deprecated.
Patrick Scott [Tue, 29 Sep 2009 15:21:24 +0000 (11:21 -0400)]
Use onStartCommand since onStart is deprecated.

If the intent is non-null and contains a valid alarm, return
START_STICKY.

14 years agoam 27d3defc: New icon
Mike Cleron [Tue, 29 Sep 2009 17:54:05 +0000 (10:54 -0700)]
am 27d3defc: New icon

Merge commit '27d3defc38208ef56be33ea634ecdef17caf3f86' into eclair-plus-aosp

* commit '27d3defc38208ef56be33ea634ecdef17caf3f86':
  New icon

14 years agoNew icon
Mike Cleron [Tue, 29 Sep 2009 06:42:54 +0000 (23:42 -0700)]
New icon

14 years agoam 0aaec70b: am 29dbeab9: Update to use new unlock APIs, new wallpaper theme.
Dianne Hackborn [Wed, 23 Sep 2009 18:35:44 +0000 (11:35 -0700)]
am 0aaec70b: am 29dbeab9: Update to use new unlock APIs, new wallpaper theme.

Merge commit '0aaec70ba2c2fcdd2734535f46cdc54efa91d730'

* commit '0aaec70ba2c2fcdd2734535f46cdc54efa91d730':
  Update to use new unlock APIs, new wallpaper theme.

14 years agoam 29dbeab9: Update to use new unlock APIs, new wallpaper theme.
Dianne Hackborn [Tue, 22 Sep 2009 21:43:55 +0000 (14:43 -0700)]
am 29dbeab9: Update to use new unlock APIs, new wallpaper theme.

Merge commit '29dbeab977ead46e10efce114e1f21a55d556100' into eclair-plus-aosp

* commit '29dbeab977ead46e10efce114e1f21a55d556100':
  Update to use new unlock APIs, new wallpaper theme.

14 years agoUpdate to use new unlock APIs, new wallpaper theme.
Dianne Hackborn [Tue, 22 Sep 2009 20:44:12 +0000 (13:44 -0700)]
Update to use new unlock APIs, new wallpaper theme.

Also don't allow the user to press back when in the full screen alarm.

Change-Id: Ic0c9658c75d3a2b3f49028f432fe226b1a0d8e9e

14 years agoam 8305ae30: am 98948f9c: Fix a couple race conditions with expired alarms.
Patrick Scott [Fri, 18 Sep 2009 20:52:16 +0000 (13:52 -0700)]
am 8305ae30: am 98948f9c: Fix a couple race conditions with expired alarms.

Merge commit '8305ae304fa701c6e1acd0424c2ad0de52512dbb'

* commit '8305ae304fa701c6e1acd0424c2ad0de52512dbb':
  Fix a couple race conditions with expired alarms.

14 years agoam 98948f9c: Fix a couple race conditions with expired alarms.
Patrick Scott [Fri, 18 Sep 2009 20:46:36 +0000 (13:46 -0700)]
am 98948f9c: Fix a couple race conditions with expired alarms.

Merge commit '98948f9ce1dabcc79350a847baf220635b0c087a' into eclair-plus-aosp

* commit '98948f9ce1dabcc79350a847baf220635b0c087a':
  Fix a couple race conditions with expired alarms.

14 years agoFix a couple race conditions with expired alarms.
Patrick Scott [Fri, 18 Sep 2009 20:02:09 +0000 (16:02 -0400)]
Fix a couple race conditions with expired alarms.

Log the alarm time in a pretty format for easier debugging. Disable expired
alarms when calculating the next alert. This solves 2 problems: an expired alarm
remains checked in the UI and the expired alarm is sent to the alarm manager. I
believe the second problem is causing bug 2080160.

14 years agoam 1aa5b003: (-s ours) am e58c886f: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 21:58:59 +0000 (14:58 -0700)]
am 1aa5b003: (-s ours) am e58c886f: Import revised translations.  DO NOT MERGE

Merge commit '1aa5b0031007fde71f000dfdcd6d5a01cdda605a'

* commit '1aa5b0031007fde71f000dfdcd6d5a01cdda605a':
  Import revised translations.  DO NOT MERGE

14 years agoam e58c886f: Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 21:54:10 +0000 (14:54 -0700)]
am e58c886f: Import revised translations.  DO NOT MERGE

Merge commit 'e58c886fcb0f1593a71e81ec5f28d610ac297700' into eclair-plus-aosp

* commit 'e58c886fcb0f1593a71e81ec5f28d610ac297700':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 17 Sep 2009 21:28:38 +0000 (14:28 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam 8ee444ff: am 53205356: Use new window manager flag for turning on the screen.
Dianne Hackborn [Thu, 17 Sep 2009 16:56:59 +0000 (09:56 -0700)]
am 8ee444ff: am 53205356: Use new window manager flag for turning on the screen.

Merge commit '8ee444ff6c041665db2527ead57aaa33bb319619'

* commit '8ee444ff6c041665db2527ead57aaa33bb319619':
  Use new window manager flag for turning on the screen.

14 years agoresolve conflicts for merge of 01b933d to master
Patrick Scott [Thu, 17 Sep 2009 13:33:17 +0000 (09:33 -0400)]
resolve conflicts for merge of 01b933d to master

14 years agoam 1a269113: am 6b74f6f5: Revert the AlarmAlert to a rotatable activity.
Patrick Scott [Thu, 17 Sep 2009 12:26:53 +0000 (05:26 -0700)]
am 1a269113: am 6b74f6f5: Revert the AlarmAlert to a rotatable activity.

Merge commit '1a26911316ccb2761a9539626c3bc2f30c365f31'

* commit '1a26911316ccb2761a9539626c3bc2f30c365f31':
  Revert the AlarmAlert to a rotatable activity.

14 years agoam 53205356: Use new window manager flag for turning on the screen.
Dianne Hackborn [Wed, 16 Sep 2009 18:22:26 +0000 (11:22 -0700)]
am 53205356: Use new window manager flag for turning on the screen.

Merge commit '53205356eb422db2f3460425053c5fe4df8ceeda' into eclair-plus-aosp

* commit '53205356eb422db2f3460425053c5fe4df8ceeda':
  Use new window manager flag for turning on the screen.

14 years agoUse new window manager flag for turning on the screen.
Dianne Hackborn [Wed, 16 Sep 2009 05:58:50 +0000 (22:58 -0700)]
Use new window manager flag for turning on the screen.

This allows the alert to no longer deal with a full wake lock itself,
and allows the window manager to take care of not turning it on until
the activity's window is actually displayed.

Change-Id: I2c3529c3d12a5a9c9add71636ce958d3205832e8

14 years agoam cf730740: Prevent leaking windows by listening for config changes.
Patrick Scott [Tue, 15 Sep 2009 16:52:24 +0000 (09:52 -0700)]
am cf730740: Prevent leaking windows by listening for config changes.

Merge commit 'cf7307401797b159ca32f85e7cf38d18cececd0d' into eclair-plus-aosp

* commit 'cf7307401797b159ca32f85e7cf38d18cececd0d':
  Prevent leaking windows by listening for config changes.

14 years agoPrevent leaking windows by listening for config changes.
Patrick Scott [Tue, 15 Sep 2009 13:37:57 +0000 (09:37 -0400)]
Prevent leaking windows by listening for config changes.

Remove the old database sanity check as it will not happen. Remove the strings
associated with the db error as well. Update the layout of the AlarmClock
activity during configuration changes so that the activity is no longer
destroyed and leaking the delete alert.

14 years agoam 6b74f6f5: Revert the AlarmAlert to a rotatable activity.
Patrick Scott [Tue, 15 Sep 2009 15:07:36 +0000 (08:07 -0700)]
am 6b74f6f5: Revert the AlarmAlert to a rotatable activity.

Merge commit '6b74f6f5a6d47fe80ce92c44444aebd3436937b2' into eclair-plus-aosp

* commit '6b74f6f5a6d47fe80ce92c44444aebd3436937b2':
  Revert the AlarmAlert to a rotatable activity.

14 years agoRevert the AlarmAlert to a rotatable activity.
Patrick Scott [Tue, 15 Sep 2009 12:00:09 +0000 (08:00 -0400)]
Revert the AlarmAlert to a rotatable activity.

Remove the orientation from the manifest. Edit the alarm_alert.xml layout to be
more accommodating to landscape. Add circle#_drawable.xml files that are
BitmapDrawables for the circle animation. This prevents the background animation
from being stretched to the view size.

14 years agoam 902f051f: (-s ours) am 9a1689a9: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Sep 2009 17:56:26 +0000 (10:56 -0700)]
am 902f051f: (-s ours) am 9a1689a9: Import revised translations.  DO NOT MERGE

Merge commit '902f051f08177d3630f3fa406365fcf575795fa2'

* commit '902f051f08177d3630f3fa406365fcf575795fa2':
  Import revised translations.  DO NOT MERGE

14 years agoam 9a1689a9: Import revised translations. DO NOT MERGE
Eric Fischer [Wed, 9 Sep 2009 00:01:07 +0000 (17:01 -0700)]
am 9a1689a9: Import revised translations.  DO NOT MERGE

Merge commit '9a1689a91ea27270ea5222ae8b882210bfcbf9bb' into eclair-plus-aosp

* commit '9a1689a91ea27270ea5222ae8b882210bfcbf9bb':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 8 Sep 2009 23:24:23 +0000 (16:24 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam 83d418dd: am 196162c2: Restore alpha channel on clock hand.
Daniel Sandler [Fri, 4 Sep 2009 18:06:42 +0000 (11:06 -0700)]
am 83d418dd: am 196162c2: Restore alpha channel on clock hand.

Merge commit '83d418dd226d13a9800e6523e4f61c17778751a3'

* commit '83d418dd226d13a9800e6523e4f61c17778751a3':
  Restore alpha channel on clock hand.

14 years agoam 40812278: merge from open-source master
Jean-Baptiste Queru [Fri, 4 Sep 2009 18:06:16 +0000 (11:06 -0700)]
am 40812278: merge from open-source master

Merge commit '4081227849a0c5037b7a180e6734c74b92a832fc'

* commit '4081227849a0c5037b7a180e6734c74b92a832fc':

14 years agoam 196162c2: Restore alpha channel on clock hand.
Daniel Sandler [Fri, 4 Sep 2009 16:08:42 +0000 (09:08 -0700)]
am 196162c2: Restore alpha channel on clock hand.

Merge commit '196162c20ec18934fcf7ab14441e09347ab9a326' into eclair-plus-aosp

* commit '196162c20ec18934fcf7ab14441e09347ab9a326':
  Restore alpha channel on clock hand.

14 years agoRestore alpha channel on clock hand.
Daniel Sandler [Fri, 4 Sep 2009 15:37:37 +0000 (11:37 -0400)]
Restore alpha channel on clock hand.

Fixes http://b/2091179 .

14 years agomerge from open-source master
Jean-Baptiste Queru [Fri, 4 Sep 2009 14:51:15 +0000 (07:51 -0700)]
merge from open-source master

14 years agomerge from donut
Jean-Baptiste Queru [Thu, 3 Sep 2009 21:13:12 +0000 (14:13 -0700)]
merge from donut

14 years agoam 3175f15d: Fix a permission typo.
Patrick Scott [Thu, 3 Sep 2009 20:18:10 +0000 (13:18 -0700)]
am 3175f15d: Fix a permission typo.

Merge commit '3175f15df27bd7dc91b4fd9e51a3ba50829969fd'

* commit '3175f15df27bd7dc91b4fd9e51a3ba50829969fd':
  Fix a permission typo.

14 years agoFix a permission typo.
Patrick Scott [Thu, 3 Sep 2009 20:13:26 +0000 (16:13 -0400)]
Fix a permission typo.

14 years agoam 1f66bd54: Kill the alarm when a call comes in.
Patrick Scott [Thu, 3 Sep 2009 18:40:08 +0000 (11:40 -0700)]
am 1f66bd54: Kill the alarm when a call comes in.

Merge commit '1f66bd549803234e705231147c7aa4f35717697a'

* commit '1f66bd549803234e705231147c7aa4f35717697a':
  Kill the alarm when a call comes in.

14 years agoKill the alarm when a call comes in.
Patrick Scott [Thu, 3 Sep 2009 18:18:13 +0000 (14:18 -0400)]
Kill the alarm when a call comes in.

If the alarm fires while in a call, remember the call state since registering
for call state changes triggers onCallStateChanged and we don't want to kill the
alarm in that case.

14 years agoam 12c57557: High-resolution (hdpi) artwork from TAT for AlarmClock.
Daniel Sandler [Mon, 31 Aug 2009 23:43:22 +0000 (16:43 -0700)]
am 12c57557: High-resolution (hdpi) artwork from TAT for AlarmClock.

Merge commit '12c57557a503fed9c0d57ea9ee050ecaba763115'

* commit '12c57557a503fed9c0d57ea9ee050ecaba763115':
  High-resolution (hdpi) artwork from TAT for AlarmClock.

14 years agoHigh-resolution (hdpi) artwork from TAT for AlarmClock.
Daniel Sandler [Fri, 28 Aug 2009 18:51:55 +0000 (14:51 -0400)]
High-resolution (hdpi) artwork from TAT for AlarmClock.

14 years agoam aadfde91: (-s ours) am 1ecee6c1: (-s ours) please do not merge again; This reverts...
Ed Heyl [Thu, 20 Aug 2009 23:56:08 +0000 (16:56 -0700)]
am aadfde91: (-s ours) am 1ecee6c1: (-s ours) please do not merge again; This reverts commit 8d58816a7f2cf3b4de4c1932bbde39be7a489b82

Merge commit 'aadfde911002f4b4390cd56fd74bb2fc9a6f30bc'

* commit 'aadfde911002f4b4390cd56fd74bb2fc9a6f30bc':
  please do not merge again; This reverts commit 8d58816a7f2cf3b4de4c1932bbde39be7a489b82

14 years agoam 1ecee6c1: (-s ours) please do not merge again; This reverts commit 8d58816a7f2cf3b...
Ed Heyl [Thu, 20 Aug 2009 23:52:31 +0000 (16:52 -0700)]
am 1ecee6c1: (-s ours) please do not merge again; This reverts commit 8d58816a7f2cf3b4de4c1932bbde39be7a489b82

Merge commit '1ecee6c11e40de8c9b8644a868f88bbc4ac69aec' into eclair

* commit '1ecee6c11e40de8c9b8644a868f88bbc4ac69aec':
  please do not merge again; This reverts commit 8d58816a7f2cf3b4de4c1932bbde39be7a489b82

14 years agoplease do not merge again; This reverts commit 8d58816a7f2cf3b4de4c1932bbde39be7a489b82
Ed Heyl [Thu, 20 Aug 2009 23:41:05 +0000 (16:41 -0700)]
please do not merge again; This reverts commit 8d58816a7f2cf3b4de4c1932bbde39be7a489b82

By reverting 8d58816a7f2cf3b4de4c1932bbde39be7a489b82, we are putting the second alarm fix
(372cbb5437b209f6d909ea247080da6a48c3a590) back in.

14 years agoam 92bfac82: (-s ours) am 7c65f0df: (-s ours) Import revised translations. DO NOT...
Eric Fischer [Thu, 20 Aug 2009 23:04:51 +0000 (16:04 -0700)]
am 92bfac82: (-s ours) am 7c65f0df: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '92bfac824ad7986239dfd830b008f595b617924e'

* commit '92bfac824ad7986239dfd830b008f595b617924e':
  Import revised translations.  DO NOT MERGE

14 years agoam 7c65f0df: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Thu, 20 Aug 2009 23:00:34 +0000 (16:00 -0700)]
am 7c65f0df: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '7c65f0df157dd1e0a6dfba9c21057b8caa8cb2bc' into eclair

* commit '7c65f0df157dd1e0a6dfba9c21057b8caa8cb2bc':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Thu, 20 Aug 2009 21:07:36 +0000 (14:07 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoam aaeab75e: (-s ours) am 8d58816a: (-s ours) Do not merge. Revert "Do not merge."
Patrick Scott [Wed, 19 Aug 2009 23:49:16 +0000 (16:49 -0700)]
am aaeab75e: (-s ours) am 8d58816a: (-s ours) Do not merge. Revert "Do not merge."

Merge commit 'aaeab75eee4f56fe6c3b4809a4be556273463cf1'

* commit 'aaeab75eee4f56fe6c3b4809a4be556273463cf1':
  Do not merge.

14 years agoam 67430f3d: Fix some copy-paste errors and acquire locks before launching the Activity.
Patrick Scott [Wed, 19 Aug 2009 23:49:15 +0000 (16:49 -0700)]
am 67430f3d: Fix some copy-paste errors and acquire locks before launching the Activity.

Merge commit '67430f3d25a103cf87ba72d4034e703107b715ee'

* commit '67430f3d25a103cf87ba72d4034e703107b715ee':
  Fix some copy-paste errors and acquire locks before launching the Activity.

14 years agoam 8d58816a: (-s ours) Do not merge. Revert "Do not merge."
Patrick Scott [Wed, 19 Aug 2009 21:30:27 +0000 (14:30 -0700)]
am 8d58816a: (-s ours) Do not merge. Revert "Do not merge."

Merge commit '8d58816a7f2cf3b4de4c1932bbde39be7a489b82' into eclair

* commit '8d58816a7f2cf3b4de4c1932bbde39be7a489b82':
  Do not merge.

14 years agoDo not merge.
Patrick Scott [Wed, 19 Aug 2009 20:34:21 +0000 (16:34 -0400)]
Do not merge.
Revert "Do not merge."

This reverts commit 372cbb5437b209f6d909ea247080da6a48c3a590.

14 years agoFix some copy-paste errors and acquire locks before launching the Activity.
Patrick Scott [Wed, 19 Aug 2009 20:19:15 +0000 (16:19 -0400)]
Fix some copy-paste errors and acquire locks before launching the Activity.

Acquiring the locks before launching the Activity prevents some strange pausing
behavior in ActivityManager. If the screen is off, the ActivityManager attempts
to pause the Activity before resuming it.

14 years agoam 4b7cc175: (-s ours) am 372cbb54: (-s ours) Do not merge. Wake the screen before...
Patrick Scott [Wed, 19 Aug 2009 18:15:52 +0000 (11:15 -0700)]
am 4b7cc175: (-s ours) am 372cbb54: (-s ours) Do not merge. Wake the screen before launching the AlarmAlert.

Merge commit '4b7cc175917adc2ac20ecf5a63efad3273bc2059'

* commit '4b7cc175917adc2ac20ecf5a63efad3273bc2059':
  Do not merge.

14 years agoam 372cbb54: (-s ours) Do not merge. Wake the screen before launching the AlarmAlert.
Patrick Scott [Wed, 19 Aug 2009 18:12:27 +0000 (11:12 -0700)]
am 372cbb54: (-s ours) Do not merge. Wake the screen before launching the AlarmAlert.

Merge commit '372cbb5437b209f6d909ea247080da6a48c3a590' into eclair

* commit '372cbb5437b209f6d909ea247080da6a48c3a590':
  Do not merge.

14 years agoDo not merge.
Patrick Scott [Wed, 19 Aug 2009 18:07:02 +0000 (14:07 -0400)]
Do not merge.
Wake the screen before launching the AlarmAlert.

This ensures that if an alarm has already been killed due to the timeout, a
second alarm will wake the device and play the alert. The ActivityManager will
not resume the top activity if the device is sleeping (meaning the screen is
off).

14 years agoam b091e88a: (-s ours) am 9229d3f6: (-s ours) Import revised translations. DO NOT...
Eric Fischer [Tue, 18 Aug 2009 19:08:49 +0000 (12:08 -0700)]
am b091e88a: (-s ours) am 9229d3f6: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'b091e88a54cde92212a2e002931cd8661ee712e3'

* commit 'b091e88a54cde92212a2e002931cd8661ee712e3':
  Import revised translations.  DO NOT MERGE

14 years agoam 9229d3f6: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Aug 2009 18:00:24 +0000 (11:00 -0700)]
am 9229d3f6: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit '9229d3f66c7550f9c51ecb69b1fca739051e7f48' into eclair

* commit '9229d3f66c7550f9c51ecb69b1fca739051e7f48':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 17 Aug 2009 20:13:59 +0000 (13:13 -0700)]
Import revised translations.  DO NOT MERGE

14 years agoFix the clock face preference.
Patrick Scott [Tue, 11 Aug 2009 17:39:40 +0000 (13:39 -0400)]
Fix the clock face preference.

I was clearing all the preferences when removing the snooze and that was
clearing the clock face and visibility preference as well. Instead, remove the
snooze preferences. Also, use the constant PREF_CLOCK_FACE instead of the
literal string.

14 years agomerge from open-source master
Jean-Baptiste Queru [Tue, 4 Aug 2009 16:00:28 +0000 (09:00 -0700)]
merge from open-source master

14 years agoam a50bd6df: (-s ours) Import revised translations. DO NOT MERGE
Eric Fischer [Mon, 3 Aug 2009 23:40:01 +0000 (16:40 -0700)]
am a50bd6df: (-s ours) Import revised translations.  DO NOT MERGE

Merge commit 'a50bd6dff1e8e17515fcb93c2769d4f9acbead15'

* commit 'a50bd6dff1e8e17515fcb93c2769d4f9acbead15':
  Import revised translations.  DO NOT MERGE

14 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 3 Aug 2009 23:07:19 +0000 (16:07 -0700)]
Import revised translations.  DO NOT MERGE

14 years agomerge from donut
Jean-Baptiste Queru [Mon, 3 Aug 2009 14:45:46 +0000 (07:45 -0700)]
merge from donut

15 years agomerge from donut
Jean-Baptiste Queru [Wed, 29 Jul 2009 21:57:05 +0000 (14:57 -0700)]
merge from donut

15 years agoreconcile korg/master into goog/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 18:43:55 +0000 (11:43 -0700)]
reconcile korg/master into goog/master

15 years agoMerge korg/donut into korg/master
Jean-Baptiste Queru [Sun, 26 Jul 2009 00:48:03 +0000 (17:48 -0700)]
Merge korg/donut into korg/master

15 years agoresolved conflicts for merge of 1bc128fd to master
Eric Fischer [Wed, 22 Jul 2009 18:48:58 +0000 (11:48 -0700)]
resolved conflicts for merge of 1bc128fd to master

15 years agoMake the "This alarm is set for N hours from now" message more localizable.
Eric Fischer [Tue, 21 Jul 2009 23:28:30 +0000 (16:28 -0700)]
Make the "This alarm is set for N hours from now" message more localizable.

It was concatenating the days/minutes/seconds segments together with an
"and" string, which works OK in English but not so well in other languages.

Bug 1973471

15 years agoMerge commit 'goog/readonly-korg-master' into merge_korg_master
Jean-Baptiste Queru [Wed, 15 Jul 2009 00:12:49 +0000 (17:12 -0700)]
Merge commit 'goog/readonly-korg-master' into merge_korg_master

15 years agoresolved conflicts for merge of 439d5bd5 to master
Patrick Scott [Tue, 14 Jul 2009 17:47:39 +0000 (13:47 -0400)]
resolved conflicts for merge of 439d5bd5 to master

15 years agoChange the time format to show 2 digits for 24-hour mode.
Patrick Scott [Tue, 14 Jul 2009 12:50:14 +0000 (08:50 -0400)]
Change the time format to show 2 digits for 24-hour mode.

This will show 09 instead of 9 for all hours before 10 am.

15 years agoFix build breakage from automerge.
Eric Fischer [Tue, 14 Jul 2009 00:13:37 +0000 (17:13 -0700)]
Fix build breakage from automerge.

15 years agoresolved conflicts for merge of f30a09a7 to master
Eric Fischer [Mon, 13 Jul 2009 23:54:57 +0000 (16:54 -0700)]
resolved conflicts for merge of f30a09a7 to master

15 years agoImport new translations
Eric Fischer [Mon, 13 Jul 2009 22:43:19 +0000 (15:43 -0700)]
Import new translations

15 years agoAdd a setting to change the behavior of the side buttons during an alarm.
Patrick Scott [Wed, 8 Jul 2009 14:58:06 +0000 (10:58 -0400)]
Add a setting to change the behavior of the side buttons during an alarm.

The default behavior is to dismiss the alarm but the setting allows for snoozing
the alarm or to do nothing.

Also changed some of the strings to be more consistent.

15 years agoHuge rewrite of the AlarmClock to play the Alarm in a service.
Patrick Scott [Fri, 26 Jun 2009 18:52:56 +0000 (14:52 -0400)]
Huge rewrite of the AlarmClock to play the Alarm in a service.

The AlarmKlaxon has been converted to a service that plays the alarm and
vibrates the device. The AlarmAlert now just shows the UI for the alarm and
allows the user to snooze or dismiss the alarm. The snooze button must be
pressed in order to snooze the alarm. Volume and Camera buttons dismiss the
alarm while other buttons have their original behavior.

Each alarm triggers a notification that the alarm has fired. This allows another
activity (say, the Calendar alert #1908616) to play on top of the AlarmAlert.
The AlarmKlaxon service will continue to play even though the alert has been
dismissed. The user can get back to the UI through the notification.

If the user snoozes the alarm, the notification reflects that choice (#1691034)
and allows the user to cancel the snooze by clicking the notification. The
snoozed alarm takes priority over any other alarm (#1693155) so that it will
play unless the notification is clicked.

The database interaction has also been rewritten to use a Parcelable Alarm class
for sending and receiving the alarm data in a much simpler manner. This allows
for fewer database lookups since each activity no longer has to lookup the alarm
info.

The alarm silenced text has been removed from the AlarmAlert UI and moved to the
notification area. When an alarm is killed, the alert is dismissed and the
notification reflects the state. Clicking the notification launches the SetAlarm
activity so the user can see which alarm was killed.

15 years agoresolved conflicts for merge of e2285895 to master
Patrick Scott [Thu, 18 Jun 2009 13:47:46 +0000 (09:47 -0400)]
resolved conflicts for merge of e2285895 to master

15 years agoMerge the fullscreen change from master to donut for security.
Patrick Scott [Thu, 18 Jun 2009 13:25:48 +0000 (09:25 -0400)]
Merge the fullscreen change from master to donut for security.

Rework the AlarmAlert dialog layout.

Make the layout portrait only to make it more uniform and nicer looking. Update
all the clock layouts to have the same size. The alert will have a larger clock
than the AlarmClock screen.

Remove the old hack to make the alert a dialog.

Inflate the views with a root so the layout params will be fill_parent. Use the
animate_circle resource in setBackgroundResource to clean up the code.

Add a new AlarmAlertFullScreen activity which makes the alert fullscreen with
the current wallpaper as the background. Query the keyguard manager during the
alarm broadcast to decide which activity to launch. The regular alert activity
shows above the current activity but the fullscreen activity will not show the
previous activity for security reasons.

Add the alarm_alert style that mimics the Theme.Dialog.Alert style but does not
rely on a private resource. Add dialog.9.png for the same reason.

Add a LinearLayout surrounding the alert layout to hold the background
wallpaper.

15 years agoUpdate Portuguese translations.
Eric Fischer [Thu, 11 Jun 2009 00:20:43 +0000 (17:20 -0700)]
Update Portuguese translations.

15 years agoam 01b9b5ba: Update Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 23:31:43 +0000 (16:31 -0700)]
am 01b9b5ba: Update Portuguese translations.

Merge commit '01b9b5baace6a45a7a4d45ba041b271662960aa4'

* commit '01b9b5baace6a45a7a4d45ba041b271662960aa4':
  Update Portuguese translations.

15 years agoam 64155a59: am 12afe3b7: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:32:40 +0000 (15:32 -0700)]
am 64155a59: am 12afe3b7: AI 149721: Import Portuguese translations.

Merge commit '64155a59144339e73361c1bfb2441b8baedc9fa9'

* commit '64155a59144339e73361c1bfb2441b8baedc9fa9':
  AI 149721: Import Portuguese translations.

15 years agoUpdate Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:08:34 +0000 (15:08 -0700)]
Update Portuguese translations.