summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
Commit message (Collapse)AuthorAgeFilesLines
* Notifications are now light-on-dark in the windowshade.Daniel Sandler2010-09-015-4/+2
| | | | | | | | | | | | | | | | Finally. This also fixes that little 1px gap that would occasionally show through to the carbon fiber background (changed to steel cord for now) between the last notification and the windowshade's handlebar. It still gaps a little while you're dragging, due to the asynchronous motion of the various windows involved, but when the panel is still you shouldn't see any background. (Man, that drove me crazy.) Bug: 2949229 Change-Id: If085f4ab7dfb7c3868c30469661907d5d63f070b
* Allow Bluetooth radio to be toggled in Airplane mode.Jake Hamby2010-08-311-58/+0
| | | | | | | | | | | | | | Add "bluetooth" to the list of toggleable radios. Because this string is in the Settings DB, I had to bump the version number. Why is this in the settings DB anyway, rather than a carrier config option? I also discovered that the SystemUI package copied the entire contents of res/values/defaults.xml from SettingsProvider, when I originally tried to update the unreferenced SystemUI version of the setting. To prevent future confusion, I removed all of the values from the SystemUI version of res/values/defaults.xml. Change-Id: Ib8a75c85b9db5c1963b65538ee2765d5087e67d2
* Fix build.Daniel Sandler2010-08-271-23/+0
| | | | Change-Id: I848bf50dc7c928e53a3637c4cec51ebcaef4f47f
* More obsolete status bar bits. DO NOT MERGEDaniel Sandler2010-08-274-0/+0
| | | | | Bug: 2949215 Change-Id: Ibf39d37df63ce4bbd0e0da5325495feec9d69a67
* Remove experimental immersive mode support. DO NOT MERGEDaniel Sandler2010-08-271-58/+0
| | | | | | Bug: 2949215 Change-Id: I7d998ef571ef7e149bb96261430e92150b80b77d
* Fix icon size in intruder alerts.Daniel Sandler2010-07-071-1/+1
| | | | | | (Updated test app to confirm the fix.) Change-Id: Ife56cf07f282786162e2ebc5aaddbb24dac6cafd
* Improved graphics for the intruder alert.Daniel Sandler2010-06-308-8/+38
| | | | Change-Id: I9aa6c8995da39f332b724fabe67ed5efe584552f
* Intruder alert! (First try at the immersive-mode alert bar.)Daniel Sandler2010-06-283-0/+52
| | | | | | | | | | | | | | | | | When a FLAG_HIGH_PRIORITY notification is posted and the foreground activity is immersive, this window will be shown to the user. It disappears after a while (currently 10s, which is far too long to be usable but is very handy for testing) and can be dismissed by a tap. Artwork is extremely rough; please ignore the aesthetics. Still TODO: - sticky alerts for ongoing priority notifications - tap to launch PendingIntent associated with the notification Change-Id: Ief4a98b84cc836d33359bd7d65de9909f5186317
* Move the status bar icon list, hopefully for the last time.Joe Onorato2010-06-091-28/+0
| | | | Change-Id: Ie495a41dac03e1fe5ddccefcbd2a0673090a6db1
* Move status_bar_latest_event and LatestItemView into SystemUI.apk.Joe Onorato2010-06-097-0/+24
| | | | | | | | Then, now that StatusBarManagerService is the only thing in that package, move it up to the regular services package. (I've been waiting for 4 years to delete that package!) Change-Id: If5faf44641319fd19e486d1f4e5bc1c6dfcff3ad
* Pull the carrier name display in the windowshade out into its own view.Joe Onorato2010-06-021-20/+5
| | | | Change-Id: I76ea5e72288245b69273c76a470b54eaec890361
* New shadowy status bar, direct from Z'ha'dum.Daniel Sandler2010-06-0223-11/+12
| | | | | | | | | | | | | | | | 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
* Start moving resources to SystemUI.apk.Joe Onorato2010-06-02102-1/+148
| | | | Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
* Move the StatusBarPhone package into a new catch-all SystemUI.apk.Joe Onorato2010-06-0237-0/+638