summaryrefslogtreecommitdiff
path: root/src/com/android/deskclock/controller/Controller.java
AgeCommit message (Collapse)Author
2022-04-18DeskClock: Remove compatibility to old APIsHEADsugisawa-mr1Michael W
* We never build on these, so the code and annotations are useless Change-Id: I791370b531ecadcbddb63ca04d5c4c51aafe1bc1
2018-04-03Convert DeskClock to androidx.Aurimas Liutikas
Test: compile and open Bug: 76692459 Change-Id: Ibf8e95a917fbe3e364340ed1c5fba6e66f2d8afd
2016-12-19Remove the VoiceController interfaceJames Lemieux
Bug: 29538369 Test: Create alarms and timers via voice commands. Change-Id: If2bcc632dddb2be156814cd868d1e0938d81f9fd
2016-12-16Move event tracking into the app's controllerJames Lemieux
Bug: 29538369 Test: Mutate items via the UI and look for events. Change-Id: I877c1565dd68629cba9e0afbfa145e8b1fc1b4b7
2016-08-04Controller, DataModel and UiDataModel allow context to be replacedJames Lemieux
Bug: 29538369 Adjusting the context within those classes connotes that their delegates should be rebuilt using the new context. Change-Id: If11e4f8a5e6c4fe870d9eb16c0e3b65ed0a32624
2016-08-02Replace Voice class with VoiceControllerJames Lemieux
Bug: 29538369 The static Voice class is now implemented as a delegate controller behind the Controller singleton. This is a more natural location for the code and prepares the code base for alternate implementations of the VoiceController interface for testing purposes. Change-Id: I0c9b669e4f47da7fb30b4b55177c039a7e8970e4
2016-07-11Clock application now has launcher shortcutsSean Stout
Bug: 28581133 Bug: 29875092 Long pressing on clock with a supported launcher will bring up a list of 4 shortcuts: Create new timer, create new alarm, start/stop stopwatch, and start clock screensaver. Analytics on shortcut use are reported. Change-Id: Iea7e05024218f70d2bec4bef1357dd8afa0165e6