Commit Graph

23581 Commits

Author SHA1 Message Date
Joe Onorato
283bbf3628 am 9834d534: better debugging "slot" for the notification icons. 2010-06-02 16:27:31 -07:00
Joe Onorato
50515e444c am 75199e3d: Populate the notifications at startup of SystemUI.apk. 2010-06-02 16:27:26 -07:00
Joe Onorato
cdadef3678 am b77f53b2: Get the IconMerger working again. 2010-06-02 16:27:21 -07:00
Daniel Sandler
f79bceaf62 am 87937dbc: New shadowy status bar, direct from Z\'ha\'dum. 2010-06-02 16:27:15 -07:00
Joe Onorato
9310277c67 am 798ac4c7: Start moving resources to SystemUI.apk. 2010-06-02 16:27:09 -07:00
Joe Onorato
f00734fe34 am 79de0c55: Move the StatusBarPhone package into a new catch-all SystemUI.apk. 2010-06-02 16:27:03 -07:00
Joe Onorato
aa6c3f7717 am 7dd8c6e4: Remove unused files from the service package. 2010-06-02 16:26:56 -07:00
Joe Onorato
f419c63161 am 175f79c5: In fact, switching an item between ongoing and notifications works. 2010-06-02 16:26:48 -07:00
Joe Onorato
04e022ff31 am 5ee67ebf: Get the text appearance compiling 2010-06-02 16:26:41 -07:00
Joe Onorato
b649e90272 am 9c1d8234: Deal with broken notifications. 2010-06-02 16:26:34 -07:00
Joe Onorato
087cc1fa2d am 871bdb98: Handle bad icon resources. 2010-06-02 16:26:26 -07:00
Joe Onorato
f922ef4561 am 20da8f8a: Implement setAreThereNotifications. 2010-06-02 16:26:17 -07:00
Joe Onorato
85676633cc am 0e26dffd: updateNotifications works. 2010-06-02 16:26:09 -07:00
Joe Onorato
f6c288aaa9 am 66b4c5bb: Implement removeNotification. 2010-06-02 16:26:01 -07:00
Joe Onorato
bdcc172d6e am aaba60b2: Notifications don\'t crash when you click them, and pass through events to NotificationManagerService 2010-06-02 16:25:53 -07:00
Joe Onorato
c3c2f605c0 am e345fff2: notifications show 2010-06-02 16:25:44 -07:00
Joe Onorato
34504ffcef am a0c56fe9: Checkpoint. Doesn\'t build. 2010-06-02 16:25:34 -07:00
Joe Onorato
ef5ce59a47 am 18e69dfc: Checkpoint. Data structures for Notifications in place. 2010-06-02 16:25:25 -07:00
Joe Onorato
599584e7e8 am 6528b355: Remove unused stuff. 2010-06-02 16:25:14 -07:00
Joe Onorato
ff97998a73 am 4762c2d7: Add expand and collapse. 2010-06-02 16:25:04 -07:00
Joe Onorato
ee5d0cafc9 am f3f0e053: Make disable() work. 2010-06-02 16:24:55 -07:00
Joe Onorato
47639ea94e am 53680172: Remove unused cruft. 2010-06-02 16:24:45 -07:00
Joe Onorato
d2b276a98e am 263700df: Clock 2010-06-02 16:24:34 -07:00
Joe Onorato
6475786ac5 am 66d7d01e: Get icon updating working. 2010-06-02 16:24:24 -07:00
Joe Onorato
5581c500f1 am 514ad663: Set the visibility of the icons. 2010-06-02 16:24:13 -07:00
Joe Onorato
8c10ebf630 am fb78cd99: Put the icons in the right order. 2010-06-02 16:24:00 -07:00
Joe Onorato
12cd606d70 am 0cbda99f: The status bar draws its icons now. 2010-06-02 16:23:48 -07:00
Joe Onorato
27d3ae58c6 am 503007dd: Checkpoint status bar factoring. Now it builds and doesn\'t crash at boot. 2010-06-02 16:23:36 -07:00
Joe Onorato
c2436b2353 am 94c98c0e: PhoneStatusBarService 2010-06-02 16:23:23 -07:00
Joe Onorato
47e4aa80f1 am 089de88f: StatusBarService -> StatusBarManagerService 2010-06-02 16:23:11 -07:00
Joe Onorato
627cfa9452 am 90233a1e: Add IStatusBar 2010-06-02 16:22:44 -07:00
Joe Onorato
e0b2ae1191 am 25f95f92: Rename IStatusBar to IStatusBarService. 2010-06-02 16:22:31 -07:00
Joe Onorato
2cbaf806c1 am 2314aab5: First pass at splitting the status bar for the different devices. 2010-06-02 15:32:06 -07:00
Joe Onorato
9834d53469 better debugging "slot" for the notification icons.
Change-Id: Ib7c130a97826f6950f51462ef915a9d0a5f847d6
2010-06-02 14:48:46 -07:00
Joe Onorato
75199e3ddc Populate the notifications at startup of SystemUI.apk.
Change-Id: Ie0b3fd9ed4bc9a012791372e6276f0b5908370a5
2010-06-02 14:48:46 -07:00
Joe Onorato
b77f53b21c Get the IconMerger working again.
Change-Id: I73719f4fd475a39d4c1245de45c6a13c31e6323b
2010-06-02 14:48:46 -07:00
Daniel Sandler
87937dbcd1 New shadowy status bar, direct from Z'ha'dum.
Artwork is FPO but serviceable enough. Many hardcoded font
colors & styles were moved to styles.xml where they belong.
AM/PM finally given the old heave-ho (but configurable in
StatusBarPolicy.java).

Notification content remains on a light-gray background for
now (so as not to screw up custom RemoteViews) but status
icons will definitely need across-the-board rework to look
better against a dark background.

(Re-integrated on top of new status bar code.)

Change-Id: Ia180b3c2ba8e23c9a2f50cf46f98f12958022b53
2010-06-02 14:48:45 -07:00
Joe Onorato
798ac4c7d7 Start moving resources to SystemUI.apk.
Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
2010-06-02 14:48:45 -07:00
Joe Onorato
79de0c5500 Move the StatusBarPhone package into a new catch-all SystemUI.apk. 2010-06-02 14:48:45 -07:00
Joe Onorato
7dd8c6e4ea Remove unused files from the service package.
Change-Id: Ia28fd7b3c42a842137afd12c4822e9b7cb4310a0
2010-06-02 14:48:44 -07:00
Joe Onorato
175f79c5a5 In fact, switching an item between ongoing and notifications works.
The test just wasn't testing that.

Change-Id: If1af2a7258d2a3764f845d9862a0a0ff62b1d7ed
2010-06-02 14:48:44 -07:00
Joe Onorato
5ee67ebff2 Get the text appearance compiling
Change-Id: I1bc0a2ad57f370a0661c30b92e14ac2fce5cdfcd
2010-06-02 14:48:44 -07:00
Joe Onorato
9c1d823465 Deal with broken notifications.
Change-Id: I21582ba4db70677f411a7e14bcdd7eac7d5a643e
2010-06-02 14:48:44 -07:00
Joe Onorato
871bdb9867 Handle bad icon resources.
Change-Id: I87c5fe68ad8016596068ba7889f3b6d36da3386b
2010-06-02 14:48:44 -07:00
Joe Onorato
20da8f8ac9 Implement setAreThereNotifications.
Change-Id: I8b69330c35d613ce808a472748dd2651adb5efa3
2010-06-02 14:48:44 -07:00
Joe Onorato
0e26dffd6c updateNotifications works.
Change-Id: I924763a2d42ca1967719f3eb72c57d1cbb912dd7
2010-06-02 14:48:44 -07:00
Joe Onorato
66b4c5bb36 Implement removeNotification.
Change-Id: I58b999901b45b4dce6d3af3a7701e0c9ad2b77df
2010-06-02 14:48:43 -07:00
Joe Onorato
aaba60b281 Notifications don't crash when you click them, and pass through events to NotificationManagerService
Change-Id: Iae4a636d3c6d5c617440b11eb5b8bc77838ad584
2010-06-02 14:48:43 -07:00
Joe Onorato
e345fff2f8 notifications show
Change-Id: I9240b803c643874828c95afcf1ba9ed91194dbc0
2010-06-02 14:48:43 -07:00
Joe Onorato
a0c56fe939 Checkpoint. Doesn't build.
Change-Id: I92e4d539ea71af9e22ced02cbdee7fbd456b7971
2010-06-02 14:48:43 -07:00