summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
Commit message (Expand)AuthorAgeFilesLines
* Display toast when screen is unlocked to a work app.Kenny Guy2015-04-131-0/+19
* Keyguard FP UX updateJorim Jaggi2015-04-101-1/+4
* Implement new assist gesture and motionJorim Jaggi2015-04-031-83/+1
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-2/+2
* Enable surfacing of notification childrenSelim Cinek2015-03-131-9/+17
* Refactored guts inflating for notificationsSelim Cinek2015-03-121-10/+6
* Introduced a group manager to manage group notificationsSelim Cinek2015-03-121-2/+12
* Heads-up notifications now reuse the views from the shadeSelim Cinek2015-03-121-18/+30
* Merge "Add prototype of Inline Reply behind debug flag"Adrian Roos2015-03-091-0/+107
|\
| * Add prototype of Inline Reply behind debug flagAdrian Roos2015-03-091-0/+107
* | am eef3fbcf: am 8deb6d95: am e6a4b445: am 3581f4c9: Merge "Avoid crashing on ...Dan Sandler2015-03-061-0/+9
|\ \ | |/ |/|
| * Avoid crashing on startup when policy forbids lockscreen camera.Dan Sandler2015-03-031-0/+9
* | add null guards around notification listener handlersChris Wren2015-02-251-34/+40
* | Fix issue with ignoring dpm policy for first call.Kenny Guy2015-02-101-2/+3
* | Don't let the heads up close too quickly.Chris Wren2015-02-041-36/+24
* | Add ability to colorize status barJorim Jaggi2015-02-041-5/+1
* | Split status bar icon management into separate classJorim Jaggi2015-02-021-1/+1
* | am 73500edb: Merge "SysUI: Don\'t drop HUN notification when clicked" into lm...Christoph Studer2015-01-231-1/+5
|\ \ | |/
| * SysUI: Don't drop HUN notification when clickedChristoph Studer2015-01-221-1/+5
* | Remove dead code #10: Clean up PhoneStatusBarJorim Jaggi2015-01-211-5/+0
* | Remove dead code #9: Remove ticker code in PhoneStatusBarJorim Jaggi2015-01-211-11/+0
* | Standardize notification IDs in the sysui package.Chris Wren2015-01-161-3/+2
* | Remove dead code #8: Remove old keyguard "bouncer"Jorim Jaggi2015-01-071-1/+1
* | Remove dead code #6: Delete old recents implementationJorim Jaggi2015-01-071-1/+2
* | Remove dead code #1: Remove unused Keyguard classesJorim Jaggi2015-01-071-1/+1
|/
* Don't forget to listen for USER_ALL broadcasts.Dan Sandler2014-12-051-5/+2
* Merge "NoMan/SysUI: Clear LEDs only when entering the shade" into lmp-mr1-devChristoph Studer2014-12-021-1/+5
|\
| * NoMan/SysUI: Clear LEDs only when entering the shadeChristoph Studer2014-12-021-1/+5
* | Allow apps from managed profles to close notification shade.Kenny Guy2014-11-281-0/+6
|/
* Make IKeyguardService interface asynchronousJim Miller2014-11-251-8/+7
* Push back notification means snooze the package.Chris Wren2014-11-211-1/+12
* Fixed a bug where the clearable flag was set inconsistentlySelim Cinek2014-11-111-2/+0
* Merge "Fixed a bug that the notifications were not animating when reset" into...Selim Cinek2014-11-061-1/+0
|\
| * Fixed a bug that the notifications were not animating when resetSelim Cinek2014-11-051-1/+0
* | Merge "SysUI: Use mScreenOnFromKeyguard for panel visibility" into lmp-mr1-devChristoph Studer2014-11-031-18/+42
|\ \ | |/ |/|
| * SysUI: Use mScreenOnFromKeyguard for panel visibilityChristoph Studer2014-10-291-18/+42
* | fix build break from mis-named DEBUG flag in SystemUIChris Wren2014-10-291-1/+1
* | Add logging to diagnose notification click issue.Chris Wren2014-10-291-0/+10
|/
* Fix jank when launching something from lockscreenJorim Jaggi2014-10-281-4/+7
* SysUI/NoMan: Log clicks on notification buttonsChristoph Studer2014-10-221-0/+33
* Always execute resumeAppSwitches when launching somethingJorim Jaggi2014-10-171-15/+19
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-3/+3
* Revert "Add massive logging to investigate blank Keyguard"Jorim Jaggi2014-09-291-12/+0
* Changed the swipe up search affordanceSelim Cinek2014-09-151-0/+6
* Add massive logging to investigate blank KeyguardJorim Jaggi2014-09-121-0/+12
* Merge "Fixed a crash when the more card or the dismissview was longpressed" i...Selim Cinek2014-09-111-0/+4
|\
| * Fixed a crash when the more card or the dismissview was longpressedSelim Cinek2014-09-111-0/+4
* | Merge "Use simpler layout for auto-redacted notifications" into lmp-devJorim Jaggi2014-09-101-12/+8
|\ \
| * | Use simpler layout for auto-redacted notificationsJorim Jaggi2014-09-091-12/+8
* | | Inflate guts only when neededJorim Jaggi2014-09-101-62/+81