History log of /packages/apps/DeskClock/src/com/android/deskclock/widget/ActionableToastBar.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
08df3f1156cf678262b806c66527b554e12b764a 19-Jun-2015 Annie Chin <afchin@google.com> Polish Alarm deleted UX toast.

Bug: 21626414

UNDO is all caps and accent-colored
Remove divider bar
Remove period from end of "Alarm deleted."

Change-Id: I012327f56af1cbd054d546ecaae1041d1abc9a28
/packages/apps/DeskClock/src/com/android/deskclock/widget/ActionableToastBar.java
c2c69085e8710ba939ef6126745ca47de38642ec 25-Aug-2014 Justin Klaassen <justinklaassen@google.com> Add transition for repeat setting

Bug: 16893382

- Removed unused xml animators.
- Renamed anim -> animator per Android conventions.
- Flattened day_button layout.

Change-Id: I29ff2e3047d95428ea71629eab4fc29c2d012681
/packages/apps/DeskClock/src/com/android/deskclock/widget/ActionableToastBar.java
0a117b5dee4c7666ab9c15787d4e0a802545278a 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/widget/ActionableToastBar.java
fcfc50525e03772d9e2a1d137973dcff73a7abc6 05-Oct-2012 Chiao Cheng <chiaocheng@google.com> Adding undo feature for alarm swipe delete.

Bug: 7288024
Change-Id: I5fdbeff6dd63a2ce56371d531f120aaf7da3a71a
/packages/apps/DeskClock/src/com/android/deskclock/widget/ActionableToastBar.java