History log of /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/LapsAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cb3b347c7cda84be332a385e0a944456b84104da 02-Oct-2015 James Lemieux <jplemieux@google.com> Replace ListView of laps with RecyclerView

Animation performance has improved dramatically on KK as
a result of this change. \o/

bug: 24542370
Change-Id: I7a5df79b5f891e9427bd1cdb7f1ba68e87a0fe06
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/LapsAdapter.java
24a54fc16fdf95ee3f76ab99978c3401473dc516 19-Sep-2015 James Lemieux <jplemieux@google.com> Refactor Stopwatch to use new unified DataModel

This refactoring introduces Stopwatch and Lap domain objects.
Instances of these domain objects are fetched via a DataModel
class that is the single point of reference for all stopwatch data.
This allows the data to be shared across the entire application.
In particular, the stopwatch notification and StopwatchFragment
all draw upon the same model to determine what the state of the
stopwatch is and what laps have been recorded.

Change-Id: I6bda1fda73568cb312b167f1f6b10bd1abc99d62
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/LapsAdapter.java