summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/ExpandHelper.java
Commit message (Expand)AuthorAgeFilesLines
* SystemUI: attach a queue to media player notificationsRoman Birg2016-03-251-2/+11
* Do not expand notifications with expand gesture when disallowedJorim Jaggi2015-09-081-1/+3
* Fix vibration when expanding notificationsJorim Jaggi2015-06-101-24/+4
* Fixed a bug where a notification could not be collapsedSelim Cinek2015-04-151-2/+1
* More Heads Up bug fixesSelim Cinek2015-04-151-0/+5
* Enable surfacing of notification childrenSelim Cinek2015-03-131-4/+5
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Fixed a crash in the Notification expandHelperSelim Cinek2014-10-311-0/+3
* Fix crash in ExpandHelperJorim Jaggi2014-07-291-2/+2
* Use finger velocity for ExpandHelperJorim Jaggi2014-07-261-6/+52
* Zen mode filtering should use new usage constants.John Spurlock2014-07-191-1/+7
* Fix not being able to dismiss notifications with tap.Jorim Jaggi2014-06-041-1/+1
* Changed the overscroll and expanding behaviour.Selim Cinek2014-06-041-69/+118
* Change interaction for dragging down to full shade.Jorim Jaggi2014-05-021-48/+11
* Refactored the layout of a notificationsJorim Jaggi2014-04-291-45/+30
* Flatten notification hiearchy and remove glow.Jorim Jaggi2014-04-281-64/+1
* Avoiding intermediate states in NotificationStackScrollerSelim Cinek2014-04-221-1/+8
* Enabled the new notification shade and improved expanding logicSelim Cinek2014-04-031-14/+2
* add a null check around scrollAdapter accessChris Wren2014-03-311-1/+2
* Improved expansion logic of NotificationStackScrollerSelim Cinek2014-03-281-5/+19
* Annotate framework vibrate calls with stream hints.John Spurlock2014-03-211-1/+2
* allow rich notifications in the heads up.Chris Wren2013-07-231-3/+2
* Remove trailing whitespace from system ui.John Spurlock2013-07-171-1/+1
* Organize the imports in systemui.John Spurlock2013-06-121-1/+1
* Migrate systemui Slog calls to LogJohn Spurlock2013-06-061-32/+32
* Reset ExpandHelper when the panel is collapsed.Daniel Sandler2012-10-231-27/+39
* resolve conflicting assumptions from the merge.Chris Wren2012-10-101-16/+32
* Port unmerged notification changes from jb-dev to jb-mr1-devDaniel Sandler2012-10-031-101/+139
* Don't allow the status bar to collapse things we're touching.Chris Wren2012-08-021-7/+14
* Venetian blinds policy for one-finger notification expansion.Chris Wren2012-08-021-76/+28
* disable debug mode on ExpandHelperChris Wren2012-06-201-2/+2
* One-finger notificaiton open: pop the next item too.Chris Wren2012-06-191-27/+96
* open notifications near the top with a single finger.Chris Wren2012-06-191-34/+178
* Turn off debug logs.Daniel Sandler2012-06-181-25/+23
* Invert the sense of the two-figner direction on tablets.Chris Wren2012-06-121-2/+22
* Tale of status bar on crespo, part 3Romain Guy2012-05-251-2/+31
* Allow pinch gestures to spill over into the shade header.Chris Wren2012-05-161-3/+22
* Auto-expand the top notification.Chris Wren2012-05-101-0/+2
* Allow more kinds of two-finger gestures to open and close notificaitons.Chris Wren2012-05-081-18/+40
* animate the notification glows in and outChris Wren2012-04-201-8/+39
* Add visual feedback for notification expandability.Chris Wren2012-04-201-7/+61
* Gestures for expanding notifications.Daniel Sandler2012-04-181-0/+199