summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/notification
Commit message (Expand)AuthorAgeFilesLines
* Refactor SwipeDetector to track both axesTony Wickham2019-10-242-13/+14
* Some cleanup for SwipeDetector.Andy Wickham2019-10-011-2/+2
* Moving various common executors to a single locationSunny Goyal2019-08-201-4/+4
* Sorting people by key crashes launcherSamuel Fufa2019-08-141-8/+8
* show dot in deep shortcuts when notification contains exactly identicalPinyao Ting2019-08-051-3/+22
* Remove some obsolete notification badging codeTony Wickham2018-12-041-15/+2
* Rename "badges" to "dots" where appropriateTony Wickham2018-12-043-11/+12
* Using a common class for observing secure settingsSunny Goyal2018-10-171-14/+13
* Converting long item IDs to intSunny Goyal2018-10-081-1/+2
* Using velocity tracker for computing the velocity of motion eventsSunny Goyal2018-09-131-1/+1
* Merge "Migrating to android-x" into ub-launcher3-masterTreeHugger Robot2018-08-142-2/+4
|\
| * Migrating to android-xSunny Goyal2018-08-142-2/+4
* | Removing static launcher activity dependency from FirstFrameAnimationHelperSunny Goyal2018-08-131-3/+4
|/
* Removing Launcher activity dependency on various animationsSunny Goyal2018-08-101-2/+1
* Exposing some private methods to easily customize widgets popupSunny Goyal2018-08-021-1/+1
* Only call requestUnbind if we are connected.Sunny Goyal2018-07-091-1/+1
* Report when a notification is shown in the popupTony2018-05-291-0/+4
* Make sure notification listener stays unbound on reboot when badging disabledTony2018-04-171-10/+12
* Ignore null notificationsTony Wickham2018-04-131-0/+8
* Updating the UI of the options popup to make it look similar to icon popupSunny Goyal2018-04-021-2/+1
* Only cancel the group notification if launcher canceled last childTony2018-03-131-2/+17
* Update notification group mapping when group key changesTony Wickham2018-02-211-16/+48
* Added StatusBarNotificationsListener interface.George Hodulik2018-01-161-4/+25
* Dominant color is part of icon cacheSunny Goyal2018-01-032-4/+5
* Simplifying app icon popupSunny Goyal2017-11-153-155/+162
* Consolidating various interpolatorsSunny Goyal2017-10-262-42/+3
* Merge changes from topic "am-cd88620d-8a17-4592-86c7-f98ff940a436" into ub-la...Tony Wickham2017-10-131-1/+1
|\
| * [automerger] Handle null small icon am: 207f7d7f86Android Build Merger (Role)2017-10-061-1/+1
| |\
| | * Handle null small iconTony2017-10-061-1/+1
* | | Converting PopupContainerWithArrow into a base class so that it is easierSunny Goyal2017-10-102-6/+7
|/ /
* | Cancel notification group summary when all children are cancelled.Tony Wickham2017-10-052-2/+83
* | [automerger] Ignore clicks on notifications that don't have intents. am: 22cb...Tony Wickham2017-09-161-0/+3
|\ \
| * | Ignore clicks on notifications that don't have intents.Tony Wickham2017-09-151-0/+3
* | | Adjust notification paddingsTony Wickham2017-09-062-4/+16
|/ /
* / Remove notification dots setting for Launcher3GoTony Wickham2017-08-141-4/+0
|/
* Unbind notification listener when badging is disabledTony2017-08-031-3/+37
* Using common fling detection logic for notification and all-appsSunny Goyal2017-07-204-1083/+67
* Catch SecurityException from NoMan to workaround possible race conditionAdam Cohen2017-07-141-3/+16
* Keep gutter aligned when removing notification footerTony2017-07-062-3/+22
* Ensure notification listener is connected before getting notificationsTony Wickham2017-06-281-2/+3
* Popup visual changesTony Wickham2017-06-271-0/+3
* 1. Replace use of java.util.HashSet with android.util.ArraySet inRajeev Kumar2017-06-221-11/+13
* Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in Swip...Rajeev Kumar2017-06-221-17/+14
|\
| * 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-221-17/+14
* | Merge "Removing some support lib dependencies" into ub-launcher3-dorval-polishTreeHugger Robot2017-06-221-1/+1
|\ \
| * | Removing some support lib dependenciesSunny Goyal2017-06-091-1/+1
| |/
* | Merge "Show more shortcuts when last notification is dimissed" into ub-launch...Tony Wickham2017-06-201-3/+8
|\ \
| * | Show more shortcuts when last notification is dimissedTony2017-06-151-3/+8
| |/
* | Merge "Don't crash when tapping twice on a notification" into ub-launcher3-do...TreeHugger Robot2017-06-161-1/+3
|\ \ | |/ |/|
| * Don't crash when tapping twice on a notificationTony2017-06-151-1/+3