summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java
Commit message (Expand)AuthorAgeFilesLines
* Enable surfacing of notification childrenSelim Cinek2015-03-131-15/+367
* Refactored guts inflating for notificationsSelim Cinek2015-03-121-2/+14
* Heads-up notifications now reuse the views from the shadeSelim Cinek2015-03-121-3/+2
* Fix accessibility delegationAlan Viverette2015-01-071-2/+2
* Fade notifications when exiting dozingJorim Jaggi2014-11-191-3/+3
* Fixed a bug where the clearable flag was set inconsistentlySelim Cinek2014-11-111-11/+2
* Fixed a bug that the notifications were not animating when resetSelim Cinek2014-11-051-3/+16
* Merge "Clear the initialized flag when resetting the height." into lmp-mr1-devChris Wren2014-10-311-1/+1
|\
| * Clear the initialized flag when resetting the height.Chris Wren2014-10-311-1/+1
* | Fixed a bug with the notification appear animationSelim Cinek2014-10-311-2/+0
|/
* SysUI: Reset ExpandableNotiRow.mActualHeight on reset()Christoph Studer2014-10-101-0/+1
* Merge "Don't use layers when fading between public/private layout" into lmp-devJorim Jaggi2014-09-111-2/+0
|\
| * Don't use layers when fading between public/private layoutJorim Jaggi2014-09-111-2/+0
* | Inflate guts only when neededJorim Jaggi2014-09-101-3/+27
|/
* Fixed a bug where the notifications could overlap when resetSelim Cinek2014-09-051-0/+1
* Fixed a bug where notification icons where not animatingSelim Cinek2014-09-031-0/+50
* Merge "Fixed several bugs where the dismissview was not reachable." into lmp-devSelim Cinek2014-09-011-1/+9
|\
| * Fixed several bugs where the dismissview was not reachable.Selim Cinek2014-09-011-1/+9
* | Notification guts have now the actualHeight of the notificationsSelim Cinek2014-09-011-0/+4
|/
* Doze: Improve icon treatment when dozing.John Spurlock2014-08-211-0/+9
* Fixed several bugs with the notification shadeSelim Cinek2014-08-151-12/+22
* Merge "Reset the notification expanded states on screen off" into lmp-devSelim Cinek2014-08-121-0/+5
|\
| * Reset the notification expanded states on screen offSelim Cinek2014-08-121-0/+5
* | Fixed an animation bug with inline view updatesSelim Cinek2014-08-111-1/+4
|/
* Animate public/private notification layoutsJorim Jaggi2014-08-031-7/+59
* Add a log and statistics for notification expansion.Chris Wren2014-07-301-0/+27
* SysUI: Reset background treatment when re-using EntriesChristoph Studer2014-07-301-0/+2
* Prevent dismissing autoredacted private notifications.Dan Sandler2014-07-161-0/+25
* Inline replace notification views when layout changesChristoph Studer2014-07-031-0/+18
* Made notifications below speedbump grey.Selim Cinek2014-07-031-9/+0
* Fade notification contents when expanding/contractingJorim Jaggi2014-06-231-7/+0
* Fixed several bugs with redaction.Selim Cinek2014-06-101-5/+15
* Fixed an issue where holes in the notification shade could appear.Selim Cinek2014-06-101-0/+5
* Fixed measuring and layouting of the more card and expandableviews.Selim Cinek2014-05-201-7/+0
* Fixed a big with the vetobutton, circumventing double tapping.Selim Cinek2014-05-201-0/+9
* Fixed several bugs introduced by the new background views.Selim Cinek2014-05-201-1/+1
* Implemented visual speed-bump for notifications.Selim Cinek2014-05-161-0/+9
* Introduce AmbientState for StackScroller.Jorim Jaggi2014-05-081-19/+3
* Always use algorithm to set the children height.Jorim Jaggi2014-05-021-10/+5
* Change interaction for dragging down to full shade.Jorim Jaggi2014-05-021-7/+15
* Introduce SHADE_LOCKED as a special state for the shade.Jorim Jaggi2014-05-021-2/+5
* Prevent expanded notifications on lockscreen.Jorim Jaggi2014-04-291-8/+20
* Refactored the layout of a notificationsJorim Jaggi2014-04-291-44/+39
* Flatten notification hiearchy and remove glow.Jorim Jaggi2014-04-281-45/+17
* Fixed a bug where holes could occur in the new shade.Selim Cinek2014-04-231-1/+1
* Avoiding intermediate states in NotificationStackScrollerSelim Cinek2014-04-221-0/+21
* Zoom notifications on lockscreen after tapping.Jorim Jaggi2014-04-151-2/+30
* Set background of legacy custom notifications views to dark.Jorim Jaggi2014-04-151-0/+10
* resolved conflicts for merge of ff0978fd to master-lockscreen-devJorim Jaggi2014-04-101-16/+119
|\
| * Further improved NotificationStackScrollerSelim Cinek2014-04-101-15/+124