1. 8f3e6d5 Fix multiuser bug in StatusBarManagerService. by John Spurlock · 12 years ago
  2. 4e6922d Reset status bar in keyguard, fix MU status bar bug. by John Spurlock · 12 years ago
  3. 13451a2 Status bar: Keep disabled state per user. by John Spurlock · 12 years ago
  4. 11cf178 Cleanup internal status bar APIs. by Daniel Sandler · 12 years ago
  5. c91fb58 Merge "Adding a global accessibility action to open quick settings." into jb-mr1-dev by Svetoslav Ganov · 12 years ago
  6. e20a177 Adding a global accessibility action to open quick settings. by Svetoslav Ganov · 12 years ago
  7. 98edc95 Load resources for the correct user by Amith Yamasani · 12 years ago
  8. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  9. fe0806a Removing a notification that isn't there isn't a big deal. by Daniel Sandler · 12 years ago
  10. 3a3a6cf Add new feature to let apps layout over status bar / system bar. by Dianne Hackborn · 12 years ago
  11. 7f2668c Preload recents on phones with hard nav keys by Michael Jurka · 12 years ago
  12. df89e65 Fix how we hide and show the nav bar. by Dianne Hackborn · 13 years ago
  13. 4519a02 Always disable() through SBMS; watch date. by Jeff Sharkey · 13 years ago
  14. 60ee256 The fullest of fullscreen modes. by Daniel Sandler · 13 years ago
  15. 6179ea3 Adding accessibility support to the Status Bar. by Svetoslav Ganov · 13 years ago
  16. 3b1fc47 Port recent apps from tablet to phone by Michael Jurka · 13 years ago
  17. 3fe9cc5 resolved conflicts for merge of e95c07bd to master by Dianne Hackborn · 13 years ago
  18. 7d04932 Fix issue #4603422: Compatibility mode button doesn't always update by Dianne Hackborn · 13 years ago
  19. 1d4d30a It's lights out for you, navigation bar! by Daniel Sandler · 13 years ago
  20. a924dc0d Start window manager refactoring. by Dianne Hackborn · 13 years ago
  21. 2992ea7 Add "Use physical keyboard" option to system bar IME button. by Jeff Brown · 13 years ago
  22. 7bb8eeb Allow the status bar disable flags to be used as View's system ui visibility fields. by Joe Onorato · 13 years ago
  23. 857fd9b Plumb whether an input view is actually visible or not through from the IME by Joe Onorato · 13 years ago
  24. 55bf380 Make TabletStatusBar call into StatusBarManagerService when it goes out of lights out mode on its by Joe Onorato · 14 years ago
  25. 644f9c3 Make FLAG_FULLSCREEN not go into lights out mode anymore. by Joe Onorato · 14 years ago
  26. 664644d visibility ("lights out") API. by Joe Onorato · 14 years ago
  27. cd7cd29 Store the current IME's token in the system bar for changing the current IME to a shortcut IME from the system bar by satok · 14 years ago
  28. 06e0744 Update the subtype icon properly. by satok · 14 years ago
  29. e4c7b3f Status bar: Forward the disabled state to the status bar process when it comes up. by Joe Onorato · 14 years ago
  30. 06487a5 Add a functionarity for showing / hiding IME button on the system bar by satok · 14 years ago
  31. f3c3c4f Refactor SystemUI so the status bar isn't a Service of its own. by Joe Onorato · 14 years ago
  32. 385a753 resolved conflicts for merge of 368fdba4 to master by Brad Fitzpatrick · 14 years ago
  33. 431bb22 Reduce logging. by Joe Onorato · 14 years ago
  34. e02d808 Dynamically show the menu button on the system bar. by Daniel Sandler · 14 years ago
  35. f63b0f4 Connect my plumbing to dsandler's awesome lights out mode. by Joe Onorato · 14 years ago
  36. 9305647 Plumb lights out mode through from the window manager to the status bar running in the system ui process. by Joe Onorato · 14 years ago
  37. 0f0b11c Basic support for notification payloads in the panel. by Daniel Sandler · 14 years ago
  38. 9d39d0c Make bad notifications crash their application. by Dianne Hackborn · 14 years ago
  39. 75144ea Move the status bar icon list, hopefully for the last time. by Joe Onorato · 14 years ago
  40. f1f2591 Call into the notification manager when the panel is revealed. by Joe Onorato · 14 years ago
  41. 7a0f36b Move status_bar_latest_event and LatestItemView into SystemUI.apk. by Joe Onorato · 14 years ago[Renamed (99%) from services/java/com/android/server/status/StatusBarManagerService.java]
  42. 9e875fc Start the status bar service based on a configuration option, instead of trampolining through by Joe Onorato · 14 years ago
  43. 8bc6c51 Require the STATUS_BAR_SERVICE permission for something to be the status bar. by Joe Onorato · 14 years ago
  44. 005847b Handle errors inflating notifications (and their icons). by Joe Onorato · 14 years ago
  45. 169af47 remove logging by Joe Onorato · 14 years ago
  46. 75199e3 Populate the notifications at startup of SystemUI.apk. by Joe Onorato · 14 years ago
  47. aaba60b Notifications don't crash when you click them, and pass through events to NotificationManagerService by Joe Onorato · 14 years ago
  48. e345fff notifications show by Joe Onorato · 14 years ago
  49. a0c56fe Checkpoint. Doesn't build. by Joe Onorato · 14 years ago
  50. 18e69df Checkpoint. Data structures for Notifications in place. by Joe Onorato · 14 years ago
  51. 4762c2d Add expand and collapse. by Joe Onorato · 14 years ago
  52. f3f0e05 Make disable() work. by Joe Onorato · 14 years ago
  53. 5368017 Remove unused cruft. by Joe Onorato · 14 years ago
  54. 263700d Clock by Joe Onorato · 14 years ago
  55. 66d7d01 Get icon updating working. by Joe Onorato · 14 years ago
  56. 514ad663 Set the visibility of the icons. by Joe Onorato · 14 years ago
  57. 0cbda99 The status bar draws its icons now. by Joe Onorato · 14 years ago
  58. 503007d Checkpoint status bar factoring. Now it builds and doesn't crash at boot. by Joe Onorato · 14 years ago
  59. 089de88 StatusBarService -> StatusBarManagerService by Joe Onorato · 14 years ago[Renamed (99%) from services/java/com/android/server/status/StatusBarService.java]
  60. 90233a1 Add IStatusBar by Joe Onorato · 14 years ago
  61. 25f95f9 Rename IStatusBar to IStatusBarService. by Joe Onorato · 14 years ago
  62. 2314aab First pass at splitting the status bar for the different devices. by Joe Onorato · 14 years ago
  63. 1aedcce Fix StatusBarService deadlock for real this time. by Joe Onorato · 14 years ago
  64. 32b5143 Fix 2495749 - System process crash when a notification switches sections. by Joe Onorato · 14 years ago
  65. c5e56dd Fix for deadlock between StatusBarService and NotificationManagerService by Obi Okafor · 14 years ago
  66. 057f5c3 make the statusbar viewtracker opaque by Mathias Agopian · 14 years ago
  67. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 14 years ago
  68. f0fda92 Make the notification windowshade work properly with overscroll. by Joe Onorato · 14 years ago
  69. 679dd12 Ignore touch down events near the edge of the screen for the purposes of pulling down the by Joe Onorato · 14 years ago
  70. 424c61fd Fix 2363699 - Make notification shade animate closed when disabled by Joe Onorato · 14 years ago
  71. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  72. 91e1d0c Add support in StatusBarManager for disabling ticker text. by Daniel Sandler · 14 years ago
  73. 68065e0 Fix 1667521 - system process crash after bad notification by Joe Onorato · 14 years ago
  74. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 14 years ago
  75. f523609 stop crashing. I'm not sure what triggered this. by Joe Onorato · 15 years ago
  76. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  77. af5e9de Immediately close the shade when the status bar is disabled. by Daniel Sandler · 15 years ago
  78. 19a4157 Make the notification panel send the position as well. by Joe Onorato · 15 years ago
  79. df7dbb6 Fix bug 2252145 - Notification panel not closing completely when a call comes in by Joe Onorato · 15 years ago
  80. 6179126 Fix 2233444 (No IME). by Amith Yamasani · 15 years ago
  81. ed564b3 Revert "Revert "Fix notification bar performance."" by Amith Yamasani · 15 years ago
  82. dcdd297 Revert "Revert "fix 2233092 - Notification shade gets stuck half-open"" by Amith Yamasani · 15 years ago
  83. b96a9d9 Revert "fix 2233092 - Notification shade gets stuck half-open" by Android Git Automerger · 15 years ago
  84. 6e8f47b Revert "Fix notification bar performance." by Android Git Automerger · 15 years ago
  85. 6a7899a fix 2233092 - Notification shade gets stuck half-open by Joe Onorato · 15 years ago
  86. 0d7dc3b Fix notification bar performance. by Joe Onorato · 15 years ago
  87. 486fdb5 Fix bug 2183179 - Hitting the back key repeatedly makes the notification shade jump up and down by Joe Onorato · 15 years ago
  88. bd0a81f Work on issue #2163789: Way too much logging by Dianne Hackborn · 15 years ago
  89. 6ecaff1 add a optional String to the key of notifications to allow users to scope them by Fred Quintana · 15 years ago
  90. cc9f52f make the window-shade use an opaque surface if possible by Mathias Agopian · 15 years ago
  91. f9e0e6b Fix b/2105945 - Windowshade not closed when device locked. by Joe Onorato · 15 years ago
  92. fff2fda Fix memory leaks in system_server by Suchi Amalapurapu · 15 years ago
  93. 95fc68f Fix issue where apps could prevent the user from going home. by Dianne Hackborn · 15 years ago
  94. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  95. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  96. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  97. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  98. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  99. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  100. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago