summaryrefslogtreecommitdiffstats
path: root/src_shortcuts_overrides
Commit message (Collapse)AuthorAgeFilesLines
* add null check when accessing target component from iteminfoPinyao Ting2019-08-161-1/+4
| | | | | Bug: 139540363 Change-Id: I25d0100077de67b085c27b5ef91e22c6ac1ad959
* show dot in deep shortcuts when notification contains exactly identicalPinyao Ting2019-08-051-33/+0
| | | | | | | set of person Bug: 132336512 Change-Id: I975524e28168c10a186cdc24b188c161faf433cf
* Ensure each dot contains only relevant notification to the shortcutPinyao Ting2019-08-011-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
* show dot on shortcut when incoming notification contains exactly thePinyao Ting2019-07-291-4/+41
| | | | | | | same shortcut id Bug: 132336512 Change-Id: Iddf4cfe8ad60c12e8de8b171bed392f1bb0a6761
* Separating apps list callback from model callback and simplifying various eventsSunny Goyal2019-07-251-2/+1
| | | | | Bug: 137568159 Change-Id: I4d8bb5c01cabe642731ebd3f57fe15bdc5a569b7
* Removing global state from DeepShortcutManagerSunny Goyal2019-07-171-39/+37
| | | | | | This makes DeepShortcutManager thread-safe and avoids any locks Change-Id: If4593b3541da6259591ff7a607efa58158006481
* 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
* Handle null ItemInfo.title for widget listHyunyoung Song2019-01-151-1/+2
| | | | | Bug: 122809947 Change-Id: I2f72fb0e152e93adbb4bc4204d5d688b273452ad
* Migrating some runnables to lambda operationsSunny Goyal2018-12-271-15/+2
| | | | Change-Id: Ied7b6ca14594c72bc671127baf4f84fdcdb35b93
* Create a launcher LoaderResults override.Rajeev Kumar2018-11-051-0/+67
| | | | | | | | This change disables shortcuts/widgets binding on Android Go devices. Bug: 112904271 Test: Manual test Change-Id: I3dbcd23dc448ff9ca5fe6c32958dcffb51c4bcf5
* Create a launcher model override.Rajeev Kumar2018-11-021-0/+240
| | | | | | | | This change disables shortcuts/widgets loading on Android Go devices. Bug: 112904271 Test: Manual test Change-Id: I2c40f87a8f5d752525c99d254693a4e0a9eeeb2b
* 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