summaryrefslogtreecommitdiff
path: root/src/com/android/deskclock/controller/ShortcutController.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-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-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-11Preventing shortcut updates if user is locked.Sean Stout
Bug: 30815261 Change-Id: I68afa2a9de52609dd806bbbe2b0ee02cd6781d34
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