History log of /packages/apps/DeskClock/src/com/android/deskclock/AlarmDatabaseHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
00c0d8672ea4741a23ff875ca1a992b8ad080e78 06-Oct-2012 Chiao Cheng <chiaocheng@google.com> Fixing unique primary key error.

The undo feature is re-using primary keys. The existing check for existing keys
is not 100% correct. Fixed by actually checking the database right before an
insert. Also wrap in transaction to guarentee atomicity.

Remove undo bar when action bar is used.

Updated alarm toast to be consistent with in-place editing. Anytime alarm is
enabled, toast will be displayed.

Bug: 7299177
Change-Id: Iedce94b2ddf06002c2da239af9299151d3e267ab
/packages/apps/DeskClock/src/com/android/deskclock/AlarmDatabaseHelper.java
1a7925761a5db1b424d976ba03fb335e821b7db3 28-May-2010 Patrick Scott <phanna@android.com> Path to add alarms from other apps.

Add a new permission for adding alarms remotely. Also add a test to verify this
path works.

Change-Id: I8533e927b8fd7e8c955df6448348593c28d1241c
/packages/apps/DeskClock/src/com/android/deskclock/AlarmDatabaseHelper.java