History log of /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/AlarmItemHolder.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cc7b0b5df4afc576856d70f287a883ad06d495e6 17-Mar-2016 James Lemieux <jplemieux@google.com> Avoid IllegalStateException while creating new alarm

Bug: 27724302

ag/887398 added the ability for AlarmClockFragment to delay
updates to RecyclerView until current animations completed.
It is necessary to also delay related work (expanding the correct
alarm, scrolling to new alarms) that will change the layout of the
RecyclerView lest we suffer the exception mentioned in the bug.

This CL also restores the behavior that scrolls to and expands
new alarms.

Change-Id: Ic010b50ea20f081f3e5d7a0d8146148d4026afb4
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/AlarmItemHolder.java
1692031401c9896805a35e31c152b12e6e663c51 07-Dec-2015 Dylan Phan <lerp@google.com> Add alarm volume muted indicators

Bug: 23940484

Also introduce ItemAdapter abstraction.

Change-Id: Ib308300c3a7493f7582e16734745d263a6179b09
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/AlarmItemHolder.java