index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
StatusBarManagerService.java
Age
Commit message (
Expand
)
Author
2013-12-12
Introduce a Lifecycle for system services
Adam Lesinski
2013-07-31
Collapse/disable shade when hiding status bar window.
John Spurlock
2013-04-05
New NotificationListenerService.
Daniel Sandler
2012-11-29
Fix multiuser bug in StatusBarManagerService.
John Spurlock
2012-10-04
Reset status bar in keyguard, fix MU status bar bug.
John Spurlock
2012-10-01
Status bar: Keep disabled state per user.
John Spurlock
2012-09-27
Cleanup internal status bar APIs.
Daniel Sandler
2012-09-25
Merge "Adding a global accessibility action to open quick settings." into jb-...
Svetoslav Ganov
2012-09-25
Adding a global accessibility action to open quick settings.
Svetoslav Ganov
2012-09-25
Load resources for the correct user
Amith Yamasani
2012-08-31
Remove Binder.getOrigCallingUid().
Dianne Hackborn
2012-05-16
Removing a notification that isn't there isn't a big deal.
Daniel Sandler
2012-03-30
Add new feature to let apps layout over status bar / system bar.
Dianne Hackborn
2012-03-29
Preload recents on phones with hard nav keys
Michael Jurka
2011-10-07
Fix how we hide and show the nav bar.
Dianne Hackborn
2011-09-08
Always disable() through SBMS; watch date.
Jeff Sharkey
2011-07-28
The fullest of fullscreen modes.
Daniel Sandler
2011-07-21
Adding accessibility support to the Status Bar.
Svetoslav Ganov
2011-06-15
Port recent apps from tablet to phone
Michael Jurka
2011-06-14
resolved conflicts for merge of e95c07bd to master
Dianne Hackborn
2011-06-14
Fix issue #4603422: Compatibility mode button doesn't always update
Dianne Hackborn
2011-05-11
It's lights out for you, navigation bar!
Daniel Sandler
2011-02-17
Start window manager refactoring.
Dianne Hackborn
2011-01-28
Add "Use physical keyboard" option to system bar IME button.
Jeff Brown
2011-01-27
Allow the status bar disable flags to be used as View's system ui visibility ...
Joe Onorato
2011-01-27
Plumb whether an input view is actually visible or not through from the IME
Joe Onorato
2011-01-26
Make TabletStatusBar call into StatusBarManagerService when it goes out of li...
Joe Onorato
2011-01-26
Make FLAG_FULLSCREEN not go into lights out mode anymore.
Joe Onorato
2011-01-23
visibility ("lights out") API.
Joe Onorato
2010-11-25
Store the current IME's token in the system bar for changing the current IME ...
satok
2010-11-02
Update the subtype icon properly.
satok
2010-10-30
Status bar: Forward the disabled state to the status bar process when it come...
Joe Onorato
2010-10-30
Add a functionarity for showing / hiding IME button on the system bar
satok
2010-10-21
Refactor SystemUI so the status bar isn't a Service of its own.
Joe Onorato
2010-10-21
resolved conflicts for merge of 368fdba4 to master
Brad Fitzpatrick
2010-10-19
Reduce logging.
Joe Onorato
2010-10-13
Dynamically show the menu button on the system bar.
Daniel Sandler
2010-09-12
Connect my plumbing to dsandler's awesome lights out mode.
Joe Onorato
2010-09-12
Plumb lights out mode through from the window manager to the status bar runni...
Joe Onorato
2010-08-05
Basic support for notification payloads in the panel.
Daniel Sandler
2010-06-24
Make bad notifications crash their application.
Dianne Hackborn
2010-06-09
Move the status bar icon list, hopefully for the last time.
Joe Onorato
2010-06-09
Call into the notification manager when the panel is revealed.
Joe Onorato
2010-06-09
Move status_bar_latest_event and LatestItemView into SystemUI.apk.
Joe Onorato