summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/SwipeHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Add content fade to notification dismissalJohannes Gallmann2022-10-071-3/+17
* Break pipeline re-entrant call due to dismiss animSteve Elliott2022-05-131-2/+4
* Fix notification drag and drop flagJeff DeCew2022-02-041-2/+7
* Add CUJ_NOTIFICATION_SHADE_ROW_SWIPE CUJMilton Wu2021-11-111-0/+14
* Update clear all animationLyn Han2021-08-191-0/+6
* [SystemUI] Add notification to window feature.e.min2021-08-061-26/+76
* When swiping notifications it doesn't clip early anymoreSelim Cinek2021-06-161-2/+11
* Move ActivityLaunchAnimator in its own lib. (1/n)Jordan Demeulenaere2021-04-081-0/+1
* Round adjacent corners when swiping notificationLyn Han2021-03-091-11/+5
* Fix race condition that skips corner updates on half swipeLyn Han2020-11-231-1/+1
* Consolidate swipe state in SwipeHelperLyn Han2020-11-191-47/+64
* Decouple DividerView from SystemUIJerry Chang2020-09-011-1/+1
* Pass interaction type to FalsingManager.isFalseDave Mankoff2020-08-241-3/+6
* Move NotificationSwipeHelper out of NSSLDave Mankoff2020-08-191-10/+9
* Support deep press on notifications.Philip Quinn2020-03-231-30/+39
* Disable falsing when resting on a Dock.Dave Mankoff2020-01-031-1/+1
* FlingAnimationUtils now takes DisplayMetrics, not Context.Dave Mankoff2019-12-181-3/+2
* Pass FalsingManager down through more classes.Dave Mankoff2019-07-081-3/+3
* Add support for FalsingPlugin to supply a replacement FalsingManager.Dave Mankoff2019-05-101-1/+1
* Change FalsingManager to an interface for easier swapping.Dave Mankoff2019-05-031-2/+3
* Expose notification guts on menu shownEvan Laird2019-04-041-1/+11
* Use fling animation utils for snapChildMady Mellor2019-02-211-2/+3
* Applies friction to non-dismiss drag only after the snap point.Gus Prevas2019-01-171-2/+16
* Fix regression where drag down could start during swipe.Aaron Heuckroth2018-11-151-9/+0
* Merge "Create a way to turn off unlocking on a phone."Dave Mankoff2018-11-071-0/+1
|\
| * Create a way to turn off unlocking on a phone.Dave Mankoff2018-10-261-1/+3
* | Disables dismissing notification on leftward swipe.Gus Prevas2018-11-071-4/+18
|/
* Clean up interfaces for StackScrollLayout.Aaron Heuckroth2018-10-181-0/+9
* Extract NotificationSwipeHelper and related state from NSSL.Aaron Heuckroth2018-09-271-1/+2
* Organize notification classes in row/stackRohan Shah2018-07-181-2/+1
* Add canChildBeDraggable() method to SwipeHelper's callbackyoshiki iguchi2018-01-151-4/+12
* Handle Keyboard long-presses and Talkback shortcut on notificationsGeoffrey Pitsch2017-10-111-42/+20
* Revert "Support keyboard long-press on notifications"Selim Cinek2017-08-251-29/+44
* Support keyboard long-press on notificationsGeoffrey Pitsch2017-08-241-44/+29
* Fixed a bug where a removed notification would stick aroundSelim Cinek2017-08-181-1/+6
* Fixing typo in swipe helper causing views not to be faded when swiped.Winson Chung2017-08-101-1/+1
* 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-221-17/+16
* Updates to NotificationMenuRowPlugin so that long press may be capturedMady Mellor2017-06-121-5/+15
* Merge "Check for false touches when determining if the notif menu should be s...Mady Mellor2017-05-261-3/+7
|\
| * Check for false touches when determining if the notif menu should be shownMady Mellor2017-05-251-3/+7
* | Merge "Improve swipe to show notification menu gesture" into oc-dev am: aa94a...Mady Mellor2017-04-271-6/+9
|\|
| * Merge "Improve swipe to show notification menu gesture" into oc-devMady Mellor2017-04-271-6/+9
| |\
| | * Improve swipe to show notification menu gestureMady Mellor2017-04-141-6/+9
* | | Allow notifications to be smaller in width than its container.Anthony Chen2017-04-201-10/+16
|/ /
* / Fix issue where the notification could snap to the menu while its invisibleMady Mellor2017-04-171-2/+11
|/
* Add plugin interfaces to control notification menu / swipe behaviorMady Mellor2017-03-221-9/+14
* Add snooze to notification menu rowMady Mellor2017-01-251-1/+1
* Rename notification settings icon row / gear to notification menu rowMady Mellor2017-01-251-3/+2
* Create + implement plugin for NotificationSettingsIconRowMady Mellor2017-01-251-2/+15
* Merge "Fix gear being covered on notification update" into nyc-devMady Mellor2016-04-251-2/+10
|\