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