summaryrefslogtreecommitdiffstats
path: root/src_shortcuts_overrides/com/android/launcher3/shortcuts/DeepShortcutManager.java
Commit message (Collapse)AuthorAgeFilesLines
* add null check when accessing target component from iteminfoPinyao Ting2019-08-161-1/+4
| | | | | | Bug: 139540363 Change-Id: I25d0100077de67b085c27b5ef91e22c6ac1ad959 Merged-In: I25d0100077de67b085c27b5ef91e22c6ac1ad959
* show dot in deep shortcuts when notification contains exactly identicalPinyao Ting2019-08-051-33/+0
| | | | | | | | set of person Bug: 132336512 Change-Id: I975524e28168c10a186cdc24b188c161faf433cf Merged-In: I975524e28168c10a186cdc24b188c161faf433cf
* Ensure each dot contains only relevant notification to the shortcutPinyao Ting2019-07-311-22/+7
| | | | | | | | | | | | | | and displays system shortcut when long click on deep shortcut. In this CR we 1) for each shortcut, we filters the notifications to ensure we only get notifications with identical shortcutId. 2) allow system shortcut to be displayed when user long click on a DeepShortcut Bug: 132336512 Change-Id: Idc9eaed55e900ed4027a43ee9c3fd7dc6f4480b2 Merged-In: Idc9eaed55e900ed4027a43ee9c3fd7dc6f4480b2
* show dot on shortcut when incoming notification contains exactly thePinyao Ting2019-07-301-4/+41
| | | | | | | | same shortcut id Bug: 132336512 Change-Id: Iddf4cfe8ad60c12e8de8b171bed392f1bb0a6761 Merged-In: Iddf4cfe8ad60c12e8de8b171bed392f1bb0a6761
* Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-221-20/+11
| | | | Change-Id: I2842689e192a206c0d31558c8126eae1c7904598
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-2/+3
| | | | | | Will get rid of ShortcutInfoCompat in a follow up cl Change-Id: I7d7d9c938635f59b216290ba28bea9d0e0721a7d
* Changing min sdk to 25Sunny Goyal2019-01-291-85/+62
| | | | Change-Id: I0d28069967854357ca755bf25dec19d4979bdecf
* Create a deep shortcuts override.Rajeev Kumar2018-10-311-0/+254
This change disables deep shortcuts on Android Go devices. Bug: 112904271 Test: Manual test Change-Id: I6150a3500f67d8a8412b51796cc442e3384c2cbb