summaryrefslogtreecommitdiff
path: root/src/com/android/deskclock/controller
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-09-01resolve merge conflicts of ab6a8e1 to ub-deskclock-huddleJustin Klaassen
Change-Id: I88f075b4c6fc95e54a92d11328e4258521c7054e
2016-08-30Cleanup exported APIsJustin Klaassen
Bug: 30076796 - Removed preliminary support for deeplinks since Clock doesn't have a public content provider. - Removed unnecessarily exported intent actions since Intents specifying explicit components don't need to register specific actions. - Removed unused strings and resources. Change-Id: Ifbee006dbd752ecdcfe0125cabe19ffda40ea659
2016-08-12Preventing shortcut updates if user is locked.Sean Stout
am: cf755e813f Change-Id: I5616bc4358d87a5c9faddb7770bc802f85600409
2016-08-11Preventing shortcut updates if user is locked.Sean Stout
Bug: 30815261 Change-Id: I68afa2a9de52609dd806bbbe2b0ee02cd6781d34
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-27Only update shortcuts if user is unlocked.Sean Stout
Bug: 30437255 Change-Id: I29ec383fc39fd064657b1558b671bee30513a631
2016-07-19Added @TargetApi(Build.VERSION_CODES.N_MR1)Sean Stout
Bug: 29875092 Change-Id: If6482bfba78d70d17334a6b9dbb7276e9c3b8f13
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