summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
Commit message (Collapse)AuthorAgeFilesLines
* Several improvements to RecentActivities:Jim Miller2010-09-285-0/+100
| | | | | | | | | | | | | | | | | | It now toggles between show/hide for each tap on the home button. Added new bitmap generation for lighting and halo effect while loading. Uses new CarouselViewHelper class to manage textures and threading. Uses a "real view" to render detail text. Activities can now overload onCreateDescription() to show a description in Carousel. Improved startup and resume speed by posting single event to refresh the activity list. Change-Id: Id5552da75b9d022d24f599d11358ddababc97006
* Don't show X for notifications that can't be clearedJoe Onorato2010-09-273-2/+4
| | | | | Bug: 3038418 Change-Id: Ic27c2e686b918c0238b85658700925c51311df06
* Implement disable() on the status bar.Joe Onorato2010-09-265-37/+129
| | | | | | | This includes adding the new DISABLE_NAVIGATION flag. Bug: 3000770 Change-Id: I6d1c3586198e13e06b5d26e8b23a9495dc4ba02e
* Touching the blue glow should close the system and notification panels.Joe Onorato2010-09-261-2/+2
| | | | | Bug: 3029373 Change-Id: I96760656dcda20ab238305900f9964083a8e5273
* Notification updates.Joe Onorato2010-09-267-29/+150
| | | | | | | When the drawer is open, hide the icons & toasts. Move Clear button to the bottom and add DND button. Change-Id: I8b3253eb8f2ff3b1e11a819d58b202e023f00710
* Put the more notifications button on the left where it belongs.Joe Onorato2010-09-201-8/+8
| | | | Change-Id: I683c784de4d948d2cd3b9a8302bd224f565ee053
* Tapping outside the status bar panels closes them.Joe Onorato2010-09-201-2/+2
| | | | | Bug: 2994011 Change-Id: I0c5a28de5269f4136e6b118d5f6ac4aa38cd6d07
* Tablet ticker.Joe Onorato2010-09-204-49/+135
| | | | Change-Id: Ia3db5cc29eac1703123de3e1c6dc7c22e7d024eb
* am f434dd16: am 134b28a7: Merge "Update Inet Connection Status display" into ↵Robert Greenwalt2010-09-1522-0/+0
|\ | | | | | | | | | | | | | | | | gingerbread Merge commit 'f434dd1660f222a1ee85e77c98893b90857805c2' * commit 'f434dd1660f222a1ee85e77c98893b90857805c2': Update Inet Connection Status display
| * Update Inet Connection Status displayRobert Greenwalt2010-09-1522-0/+0
| | | | | | | | | | | | | | | | | | | | | | Cellular signal strength should also be green - these assets aren't, but the art guys are working on that. Also using a new intent so we don't overload the CONNECTIVITY_ACTION and confuse the apps. bug:2994024 Change-Id: I6fe8f65dd6e9869d9724064c4fae45340491a4d8
* | Connect my plumbing to dsandler's awesome lights out mode.Joe Onorato2010-09-121-1/+0
| | | | | | | | | | | | | | | | | | It took a little bit of refactoring to move the authoritative state about whether the lights are on or not into the StatusBarManagerService, so that if the system ui process crashes, the bar comes up in the right mode. Change-Id: I95cfaf8f78ca4443ded5262272ea755d44dc5d17
* | am d4e722b7: am 34763928: Merge "add ART for inet connection condition" into ↵Robert Greenwalt2010-09-1074-0/+0
|\ \ | |/ | | | | | | | | | | | | | | gingerbread Merge commit 'd4e722b74f4a5c58db03dd94d79f192c0a9b3004' * commit 'd4e722b74f4a5c58db03dd94d79f192c0a9b3004': add ART for inet connection condition
| * add ART for inet connection conditionRobert Greenwalt2010-09-1074-0/+0
| | | | | | | | | | bug:2978624 Change-Id: I608c3d1657a4b75c42f95147ffd5e95927fc108d
| * 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
* | move recent apps around, attempting to make it not crash.Joe Onorato2010-09-082-0/+68
| | | | | | | | | | | | | | I think the problem is some kind of Context mismatch because the resource was in the framework but referencing an app class. Change-Id: Ia6b37c9c8be5dddc836331859e779cd80dd32596
* | Merge "Fix status bar battery meter."Daniel Sandler2010-09-032-3/+3
|\ \
| * | Fix status bar battery meter.Daniel Sandler2010-09-032-3/+3
| | | | | | | | | | | | | | | Bug: 2974927 Change-Id: I22bcf92a85bca3c2c2d1d2efd2a501e563b3c84c
* | | Tweaks to lights out animation.Daniel Sandler2010-09-025-7/+34
|/ / | | | | | | Change-Id: Ibecd64757ba753b5457a20a33fd0d261db9c0374
* | Lights out.Daniel Sandler2010-09-025-4/+121
| | | | | | | | | | | | | | | | Not yet wired up to FLAG_FULLSCREEN; right now you must invoke it manually by longpressing on the clock area. Bug: 2905073 Change-Id: I43a005f2e4c08edb3673aef523bcaa1e088e8a71
* | Redesigned system bar and quick settings panel.Daniel Sandler2010-09-0298-223/+320
| | | | | | | | Change-Id: Ie26767a8c25af64809cf2fd1d8364791cb7e55ed
* | Fix longpress on Menu showing IME.Daniel Sandler2010-09-011-10/+10
| | | | | | | | | | Bug: 2964208 Change-Id: I1e66ed95978a7b67ede32d08cc32ddf161cb85e0
* | am 04bc8070: am 6659284d: Allow Bluetooth radio to be toggled in Airplane mode.Jake Hamby2010-08-311-58/+0
|\ \ | |/ | | | | | | | | | | Merge commit '04bc807057d1c336a5d1340595b790eee4c5b372' * commit '04bc807057d1c336a5d1340595b790eee4c5b372': Allow Bluetooth radio to be toggled in Airplane mode.
| * 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 2797185: Add recents to statusbar on xlarge device.Jim Miller2010-08-302-1/+31
| | | | | | | | Change-Id: I9d2b099347b31189b96596273e38b5c2df8f4432
* | Revert "Fix build."Omari Stephens2010-08-271-0/+23
| | | | | | | | | | | | | | | | | | This reverts commit 27cf4ad88ff8ba2b64d806b0ebb0181b1f42c888. Ironically, this change (to fix the build in gingerbread) ended up breaking the (previously-green) build in master. It probably should have been marked to not merge. Either way, this fixes the master build
* | am 02b19843: am 27cf4ad8: Fix build.Daniel Sandler2010-08-271-23/+0
|\ \ | |/ | | | | | | | | | | Merge commit '02b19843d4fb28103cc4b21aa2017eeca795d87d' * commit '02b19843d4fb28103cc4b21aa2017eeca795d87d': Fix build.
| * 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
* | System bar improvements.Daniel Sandler2010-08-2541-23/+162
| | | | | | | | | | | | | | | | | | | | | | - Updated artwork for buttons and signal/battery meters. - Layout change: meters on either side of clock - RSSI for mobile data. The algorithm is more or less the same as the one used in the phone status bar. Note that mobile data is only shown if Wi-Fi is unavailable. Bug: 2924643 Change-Id: Idaa0c52422db4a63616475bde96626d1953830b4
* | More final artwork for status bar.Daniel Sandler2010-08-249-0/+0
| | | | | | | | Change-Id: Iaa79567bf6f1c36bd4249eb756e694dc74730fef
* | Final status bar artwork.Daniel Sandler2010-08-2421-24/+16
| | | | | | | | Change-Id: I7933388ec090a049447ff1b2b3e1560df064c32b
* | Wi-Fi signal strength and status in the system bar & panel.Daniel Sandler2010-08-191-20/+30
| | | | | | | | Change-Id: I67b948b7c87650b51e5785471b66b4b2cca218ed
* | Battery meter now functioning in the system bar and settings panel.Daniel Sandler2010-08-1329-5/+128
| | | | | | | | Change-Id: I08881a597f166eaeabd01d550a59109661535639
* | System bar settings panel: first pass.Daniel Sandler2010-08-1217-22/+129
| | | | | | | | | | | | | | | | | | | | Implemented: Clock, brightness, silent toggle, airplane mode (although this seems not to be working well yet on the device). Unimplemented: Orientation lock, battery, wifi signal, date. Change-Id: Iec9cc833103a68aecccf46cd6eeffc2128d64eea
* | Apparently people want to know what time it is.Daniel Sandler2010-08-111-1/+2
| | | | | | | | | | Bug: 2897410 Change-Id: I8a9a995cf50d197f1f8894455372d0e325eb3eae
* | Incremental system bar improvements.Daniel Sandler2010-08-108-99/+132
| | | | | | | | | | | | | | | | | | | | | | - scrolling list of notifications - fixed crashes when inserting notifications - new "expand" icon in prep for different touch behavior on notification icons - adjustments to the Ticker API in preparation for Kicker work Change-Id: I18908cbb2bbbfb7969c7bb48dbda67697732c438
* | Fix startup crash on phones.Daniel Sandler2010-08-061-0/+24
| | | | | | | | | | Bug: 2899243 Change-Id: I344fdd4cd3acce64f78cb9b71848b888f59fadfa
* | Basic support for notification payloads in the panel.Daniel Sandler2010-08-059-39/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Line-item veto is there, but allows you to cancel some notifications you probably shouldn't be canceling. (Should hide the "X" in those cases.) No preference given to "sticky" notifications, because there's no such thing yet. Notifications are now limited to 4 visible icons, per spec. The implementation is a total hack for now. Change-Id: Ibdf433ae94189117f983c510fe5e0cff0bf5c44c
* | Generated hdpi drawable size reducedGilles Debunne2010-08-0310-0/+0
| | | | | | | | Change-Id: Id17bb27500ba8729c33613bbf457f1b3193ced38
* | frameworks/base/ : added scaled hdpi version of assets that were moved to ↵Gilles Debunne2010-08-0310-0/+0
| | | | | | | | | | | | drawable-mdpi Change-Id: I95c7e6afb84af981867c32fe7f86b140f643b5b9
* | Move pngs from drawable to drawable-mdpi in project frameworks/baseGilles Debunne2010-08-0210-0/+0
| | | | | | | | | | | | After error during file transfer... Change-Id: I21da694f81a4290e9af1f7647a8ceb6c6d3d806b
* | Show notification icons in the system bar.Daniel Sandler2010-07-291-11/+1
| | | | | | | | | | | | | | | | | | Caveats: - Ongoing and normal are lumped together - Currently no limit on number of icons (should be 4) - Still can't see the notifications in the panel Change-Id: I83ac474db6ff290207d37747b672a1a56788a238
* | Tweak FPO art.Daniel Sandler2010-07-231-0/+0
| | | | | | | | Change-Id: I3a0176adbebd43a2cbf1d54c0d5153d0d3f5b60c
* | Improvements to the system bar:Daniel Sandler2010-07-2312-25/+147
| | | | | | | | | | | | - dummy panels for the notification & system areas - dummy battery/wifi status indicators - new "whiteboard ui" temporary artwork
* | Fix pressed states on system bar buttons.Daniel Sandler2010-07-213-0/+0
| | | | | | | | Change-Id: Ie12958fee80d9e292e4ab8e6a267db47d91b10b1
* | Move more of the system bar to the layout.Daniel Sandler2010-07-151-3/+25
| | | | | | | | Change-Id: I2fd67e687b8048a48e2c6531ac896d33815ce615
* | checkpoint tablet status barJoe Onorato2010-07-124-31/+155
| | | | | | | | Change-Id: Ia9089cce370ead4e685dffbca722fa8404a8f443
* | buttons on the bottomJoe Onorato2010-07-0713-1/+131
| | | | | | | | Change-Id: I52184ad2752c38bcc4c7646b404f3f305e0ac4b6
* | Add KeyButtonViewJoe Onorato2010-07-071-0/+22
| | | | | | | | Change-Id: Ic32076c07bd45cbf2a6db25d8e8e933701fdf8b2