Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
6993d3d136fed8600a3e337d710907b50d8d6e49
/
services
/
java
/
com
/
android
/
server
/
StatusBarManagerService.java
9d39d0c
Make bad notifications crash their application.
by Dianne Hackborn
· 16 years ago
75144ea
Move the status bar icon list, hopefully for the last time.
by Joe Onorato
· 16 years ago
f1f2591
Call into the notification manager when the panel is revealed.
by Joe Onorato
· 16 years ago
7a0f36b
Move status_bar_latest_event and LatestItemView into SystemUI.apk.
by Joe Onorato
· 16 years ago
[Renamed (99%) from services/java/com/android/server/status/StatusBarManagerService.java]
9e875fc
Start the status bar service based on a configuration option, instead of trampolining through
by Joe Onorato
· 16 years ago
8bc6c51
Require the STATUS_BAR_SERVICE permission for something to be the status bar.
by Joe Onorato
· 16 years ago
005847b
Handle errors inflating notifications (and their icons).
by Joe Onorato
· 16 years ago
169af47
remove logging
by Joe Onorato
· 16 years ago
75199e3
Populate the notifications at startup of SystemUI.apk.
by Joe Onorato
· 16 years ago
aaba60b
Notifications don't crash when you click them, and pass through events to NotificationManagerService
by Joe Onorato
· 16 years ago
e345fff
notifications show
by Joe Onorato
· 16 years ago
a0c56fe
Checkpoint. Doesn't build.
by Joe Onorato
· 16 years ago
18e69df
Checkpoint. Data structures for Notifications in place.
by Joe Onorato
· 16 years ago
4762c2d
Add expand and collapse.
by Joe Onorato
· 16 years ago
f3f0e05
Make disable() work.
by Joe Onorato
· 16 years ago
5368017
Remove unused cruft.
by Joe Onorato
· 16 years ago
263700d
Clock
by Joe Onorato
· 16 years ago
66d7d01
Get icon updating working.
by Joe Onorato
· 16 years ago
514ad663
Set the visibility of the icons.
by Joe Onorato
· 16 years ago
0cbda99
The status bar draws its icons now.
by Joe Onorato
· 16 years ago
503007d
Checkpoint status bar factoring. Now it builds and doesn't crash at boot.
by Joe Onorato
· 16 years ago
089de88
StatusBarService -> StatusBarManagerService
by Joe Onorato
· 16 years ago
[Renamed (99%) from services/java/com/android/server/status/StatusBarService.java]
90233a1
Add IStatusBar
by Joe Onorato
· 16 years ago
25f95f9
Rename IStatusBar to IStatusBarService.
by Joe Onorato
· 16 years ago
2314aab
First pass at splitting the status bar for the different devices.
by Joe Onorato
· 16 years ago
1aedcce
Fix StatusBarService deadlock for real this time.
by Joe Onorato
· 16 years ago
32b5143
Fix 2495749 - System process crash when a notification switches sections.
by Joe Onorato
· 16 years ago
c5e56dd
Fix for deadlock between StatusBarService and NotificationManagerService
by Obi Okafor
· 16 years ago
057f5c3
make the statusbar viewtracker opaque
by Mathias Agopian
· 16 years ago
8a9b220
Switch the services library to using the new Slog
by Joe Onorato
· 16 years ago
f0fda92
Make the notification windowshade work properly with overscroll.
by Joe Onorato
· 16 years ago
679dd12
Ignore touch down events near the edge of the screen for the purposes of pulling down the
by Joe Onorato
· 16 years ago
424c61fd
Fix 2363699 - Make notification shade animate closed when disabled
by Joe Onorato
· 16 years ago
b56ae20
Rename media resource broadcasts
by Suchi Amalapurapu
· 16 years ago
91e1d0c
Add support in StatusBarManager for disabling ticker text.
by Daniel Sandler
· 16 years ago
68065e0
Fix 1667521 - system process crash after bad notification
by Joe Onorato
· 16 years ago
08675a3
Apps on sdcard: Add new broadcasts
by Suchi Amalapurapu
· 16 years ago
f523609
stop crashing. I'm not sure what triggered this.
by Joe Onorato
· 16 years ago
980a938
Deprecate fill_parent and introduce match_parent. Bug: #2361749.
by Romain Guy
· 16 years ago
af5e9de
Immediately close the shade when the status bar is disabled.
by Daniel Sandler
· 16 years ago
19a4157
Make the notification panel send the position as well.
by Joe Onorato
· 17 years ago
df7dbb6
Fix bug 2252145 - Notification panel not closing completely when a call comes in
by Joe Onorato
· 17 years ago
6179126
Fix 2233444 (No IME).
by Amith Yamasani
· 17 years ago
ed564b3
Revert "Revert "Fix notification bar performance.""
by Amith Yamasani
· 17 years ago
dcdd297
Revert "Revert "fix 2233092 - Notification shade gets stuck half-open""
by Amith Yamasani
· 17 years ago
b96a9d9
Revert "fix 2233092 - Notification shade gets stuck half-open"
by Android Git Automerger
· 17 years ago
6e8f47b
Revert "Fix notification bar performance."
by Android Git Automerger
· 17 years ago
6a7899a
fix 2233092 - Notification shade gets stuck half-open
by Joe Onorato
· 17 years ago
0d7dc3b
Fix notification bar performance.
by Joe Onorato
· 17 years ago
486fdb5
Fix bug 2183179 - Hitting the back key repeatedly makes the notification shade jump up and down
by Joe Onorato
· 17 years ago
bd0a81f
Work on issue #2163789: Way too much logging
by Dianne Hackborn
· 17 years ago
6ecaff1
add a optional String to the key of notifications to allow users to scope them
by Fred Quintana
· 17 years ago
cc9f52f
make the window-shade use an opaque surface if possible
by Mathias Agopian
· 17 years ago
f9e0e6b
Fix b/2105945 - Windowshade not closed when device locked.
by Joe Onorato
· 17 years ago
fff2fda
Fix memory leaks in system_server
by Suchi Amalapurapu
· 17 years ago
95fc68f
Fix issue where apps could prevent the user from going home.
by Dianne Hackborn
· 17 years ago
1059253
auto import from //branches/cupcake_rel/...@140373
by The Android Open Source Project
· 17 years ago
9066cfe
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 17 years ago
d83a98f
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 17 years ago
076357b
auto import from //depot/cupcake/@132589
by The Android Open Source Project
· 17 years ago
3dec7d5
auto import from //depot/cupcake/@137055
by The Android Open Source Project
· 17 years ago
3001a03
auto import from //branches/cupcake/...@132276
by The Android Open Source Project
· 17 years ago
d24b818
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 17 years ago
f1e484a
auto import from //branches/cupcake/...@127436
by The Android Open Source Project
· 17 years ago
9266c558
auto import from //branches/cupcake/...@126645
by The Android Open Source Project
· 17 years ago
f013e1a
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 17 years ago
54b6cfa
Initial Contribution
by The Android Open Source Project
· 18 years ago