summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Bring back the 'more notifications' icon.Daniel Sandler2011-11-103-86/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In fact, there's even more going on here. Icons were appearing cut off because of the unusual width of icons on the right-hand side of the status bar; we now take extra steps to ensure that the IconMerger is only wide enough to show an integral number of icons. But that causes problems with the rest of the status bar the IconMerger makes itself thinner than the overall layout requires, so there's now a containing layout to absorb the additional horizontal space properly. Bug: 5136545 Change-Id: I8c4d1ee2bcd976c452510b33c196fbe0c3e8c660
| * | | | Updating recent apps visuals on tabletMichael Jurka2011-11-142-22/+30
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - getting rid of blue glow (5529032) - moving app icon position - show message if there are no recent apps (5533332) - fixing rare IllegalStateException on orientation change (5584344) Change-Id: I2210e584957869c8f02339e6841daf39364a9dad
| * | | am ca5c8813: Merge "SystemUI: Disable HW acceleration for status bar" into ↵Jamie Gennis2011-11-111-4/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr0 * commit 'ca5c881374d051361eb5f9a191d51b5716ef2366': SystemUI: Disable HW acceleration for status bar
| * \ \ \ Merge "Fold WiMAX state into the mobile RSSI." into ics-mr1Daniel Sandler2011-11-102-143/+159
| |\ \ \ \
| | * | | | Fold WiMAX state into the mobile RSSI.Daniel Sandler2011-11-102-143/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WiMAX will now be shown like any other 4G network. Bug: 5584528 Change-Id: I33ef7b34b88ca006ce77a7ff1e55b7b38648d7d8
| * | | | | Merge "Remove dedicated wimax icon to fix RSSI layout." into ics-mr1Daniel Sandler2011-11-101-5/+5
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Remove dedicated wimax icon to fix RSSI layout.Daniel Sandler2011-11-101-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'll bring the wimax information back, but as part of the mobile data indicator. Bug: 5592198 Change-Id: I7d797db18b2d86ea4b8609642c6e09a5b2425459
| * | | | Use platform assets for brightness scrubber.Daniel Sandler2011-11-091-3/+6
| |/ / / | | | | | | | | | | | | | | | | Bug: 5544665 Change-Id: I063f930b15668c06a30b857e477f3227d1fe526f
| * | | Merge "Wimax : wimax framework related open source." into ics-mr1Robert Greenwalt2011-11-084-1/+138
| |\ \ \
| | * | | Wimax : wimax framework related open source.tk.mun2011-11-074-1/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate wimax network related changes into Android Framework. - In Connectivity service, start wimax service. - 4G icon display in StatusBarPolicy. - DHCP renew add. - Add radio for wiamx Change-Id: I2d9012247edfdf49d71ca7e1414afd0006f330ca Signed-off-by: tk.mun <tk.mun@samsung.com> bug:5237167
| * | | | Offer the user an option to launch Dreams when docked.Daniel Sandler2011-11-041-0/+39
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SystemUI now registers for DESK_DOCK launches, so users with other dock apps installed can still opt to use those in this new regime. (Part of migrating users away from DeskClock as the dock app.) Bug: 3155234 Change-Id: I0da0f04f8a0a89e7d237c092f16f4f27eb88c92c
| * | | Merge "Fix: never show recents over lock screen" into ics-mr1Michael Jurka2011-11-011-9/+54
| |\ \ \
| | * | | Fix: never show recents over lock screenMichael Jurka2011-10-281-9/+54
| | | | | | | | | | | | | | | | | | | | | | | | | Bug # 5150985 Change-Id: I0672c5e2562f1d4a7e45eba444ca186901236af3
| * | | | Merge "Using fast-invalidate pattern for screenshot animations." into ics-mr1Winson Chung2011-10-311-22/+36
| |\ \ \ \
| | * | | | Using fast-invalidate pattern for screenshot animations.Winson Chung2011-10-271-22/+36
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I33e2dc72986a1e0309b33e9e4a71e131396fc2c8
| * | | | | Merge "Optimize handling of scrolled wallpapers" into ics-mr1Chet Haase2011-10-281-0/+2
| |\ \ \ \ \
| | * | | | | Optimize handling of scrolled wallpapersChet Haase2011-10-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Swiping the home screen causes the WindowManagerService to do a bunch of work to keep the wallpapers in sync. First, it lays out and places all windows. Also, it notifies the SystemUI process that the wallpaper position has changed. The layout/place operation is too much work - we only need to set the position values for the wallpaper, not relayout the whole system. The notification mechanism must exist, but should be optional. Most wallpapers don't care (especially static ImageWallpapers). So we'll give them a new API (WallpaperService.Engine.setWantsOffsets()) to allow wallpapers to opt out of this process and avoid the performance overhead. Change-Id: I66c38375438937f14f6f5550565b28eb204b1e06
| * | | | | | Merge "Tuning parameters for mobile RSSI." into ics-mr1Daniel Sandler2011-10-281-16/+37
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Tuning parameters for mobile RSSI.Daniel Sandler2011-10-281-16/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow phone RSSI to be shown instead of data * Allow "3G" to be shown for all sub-4G networks Change-Id: I0dc61ee039d1065ad6ccd63a2b2420edc62cb62e
| * | | | | | Merge "Fix initial Bluetooth icon state." into ics-mr1Daniel Sandler2011-10-281-18/+19
| |\ \ \ \ \ \
| | * | | | | | Fix initial Bluetooth icon state.Daniel Sandler2011-10-271-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5206026 Change-Id: I17cd7ec00fefc0598673b885331c03ebbdf1bc39
| * | | | | | | Merge "Removing 2nd background clock font display from statusbar and lock ↵Peter Ng2011-10-271-3/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | screen" into ics-mr1
| | * | | | | | | Removing 2nd background clock font display from statusbar and lock screenJim Miller2011-10-271-3/+5
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | Change-Id: If9edfed231cde6590b28fc2115d78bc97b74ae4e
| * | | | | | | am 9e7407ed: Merge "Increase navigation icon brightness by 10%" into ics-mr0Justin Ho2011-10-281-4/+7
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | * commit '9e7407ed2b18800291612fb9fb355ef062801f07': Increase navigation icon brightness by 10%
| * | | | | | | Merge "Fix race condition in status bar init code." into ics-mr1Daniel Sandler2011-10-271-7/+7
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Fix race condition in status bar init code.Daniel Sandler2011-10-261-7/+7
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a hole between the initial call to get the display metrics and the attachment of the status bar to its window, meaning there was an opportunity for the orientation to change without the status bar's orientation change handler being called. In this scenario the notification panel would be sized for the wrong orientation until the configuration changed again in some way. Bug: 5509445 Change-Id: Ib1bff79c317945a61ccfccddc073cce015f34caa
| * | | | | | Merge "Fix recents button on large devices (5490265)" into ics-mr1Michael Jurka2011-10-272-7/+24
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Fix recents button on large devices (5490265)Michael Jurka2011-10-272-7/+24
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | - Also, delay preloading recents so that we get haptic feedback immediately (5507038) Change-Id: I8a22ad719493bd9cfec0ef56d09949b164c1451b
| * | | | | Restore bluetooth icons on tablets.Daniel Sandler2011-10-271-7/+32
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - status bar - notification panel header area Bug: 5385369 Change-Id: I382b9e4fbd3dd440919484c70d50b00ce85a8fa1
* | | | | Revert "systemui: Fix recent apps on tablets"Steve Kondik2011-12-162-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 96ea977808ffc42387d73ba0f3406f26614c0612. Google fixed it, let's use their fix instead.
* | | | | systemui: Fix recent apps on tabletsSteve Kondik2011-12-152-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mRecentAppsDirty is not reset when there are no apps to show * The view is set to INVISIBLE, not GONE in some cases Change-Id: I45d33da0c6af06853e3e76e05c9c34c6e7005b63
* | | | | SystemUI: Fix data activity overlay not being removed when data is disabledPawit Pornkitprasan2011-12-091-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If mobile data connection is disabled while there is active data activity, the data activity overlay will not be removed and will be stuck there. This patch fixes that. Change-Id: Iaa22270ae4e149caf639c8213cd8989148d38635
* | | | | Make "SD Card removed" notification dismissible if the removed SD Card is ↵Pawit Pornkitprasan2011-12-031-6/+8
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not the primary storage The Galaxy S uses the "external SD Card" as the extended storage and it the notification should be dismissible as it's okay not to have it. Additionally, this patch also not hide the USB storage mount dialog if the removed storage is not the primary storage Change-Id: I524b294c57ba80f19cf1af808af65ce1308f5a0b
* | | | SystemUI: Disable HW acceleration for status barJamie Gennis2011-11-091-4/+9
| |/ / |/| | | | | | | | | | | | | | | | | This change switches the status bar rendering to use CPU rendering to an RGB_565 window. Change-Id: I45c03989efc9cc9ea71ff169fafedf048de9d612
* | | Increase navigation icon brightness by 10%Justin Ho2011-10-271-4/+7
|/ / | | | | | | | | | | | | Still increase to 1.0 when pressed Bug: 5509557 Change-Id: I21e5430241f47f3ac8cec2b1f67973c42d23c207
* | Last update for screenshot animations for MR0. (Bug: 5333706)Winson Chung2011-10-201-61/+92
| | | | | | | | | | | | - Also adding proper border asset Change-Id: I423389d1a68498b2e470e6d483f5b7542a814c31
* | Tune wifi RSSI code (see bug 5241139).Daniel Sandler2011-10-201-9/+16
| | | | | | | | | | Bug: 5241139 Change-Id: I3fef432c39f1b33532e48b643bd9268d3df0f864
* | Updating the screenshot notification icons.Winson Chung2011-10-191-2/+2
| | | | | | | | Change-Id: If4c4632e73445d69f13805b6e472a167a85d6601
* | Merge "Add hasNavigationBar() to the window manager." into ics-mr0Daniel Sandler2011-10-192-8/+11
|\ \
| * | Add hasNavigationBar() to the window manager.Daniel Sandler2011-10-192-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer sufficient to check the value of internal.R.bool.config_showNavigationBar to determine if a navigation bar (separate from the status bar) is shown on a device, because the emulator needs to be able to override this value (now possible by setting qemu.hw.mainkeys to "1" or "0", for navbar or no navbar, respectively). This logic is now contained in PhoneWindowManager, and any clients wishing to know whether the system has a software nav bar should consult the new hasNavigationBar() method. Bug: 5404945 Change-Id: I119d32a8c84b88b2ef46f63244e7f11dc5de0359
* | | Merge "Auto-close if you swipe away the last notification." into ics-mr0Daniel Sandler2011-10-191-0/+6
|\ \ \
| * | | Auto-close if you swipe away the last notification.Daniel Sandler2011-10-191-0/+6
| |/ / | | | | | | | | | | | | | | | | | | Matias, I think this will enchant you. Bug: 4902177 Change-Id: I748b62d3928519455b6b98b0b074a1204e2fdb4b
* | | Merge "Make Recent Apps faster" into ics-mr0Michael Jurka2011-10-194-61/+109
|\ \ \ | |/ / |/| |
| * | Make Recent Apps fasterMichael Jurka2011-10-184-61/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | - start loading on touch down - avoid unneeded calls to onLayout - don't fade in thumbnails if they've been loaded before we show recent apps - don't pause between loading thumbnails - fade in thumbnails+shadow (rather than just thumbnail as before) Change-Id: I6dd4be7f52f9e8b51284ae052614719db8e71dc5
* | | Fixing issue where screenshot intent to file path did not show other ↵Winson Chung2011-10-181-4/+12
|/ / | | | | | | | | | | | | | | screenshots. (Bug: 5333706) - Upping the priority of the saving background thread Change-Id: I274991261f46eece3773ca1f84d2a1cb7b6f4e7b
* | Make notification panel delete-all animation smootherChet Haase2011-10-183-51/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Making the notfication delete-all animation smoother by carefully choreographing the various parts of it. The problem with the previous animation was that there was simply too much going on at the same time, causing things like layout and recreating display-lists in the middle of animations that became choppy as a result. This approach swipes all items off quickly, then scrolls the shade up to the top, making both sets of animations smoother as a result. Fixes #5431207: Notification delete-all should be smoother Change-Id: Iefe8ab5d661e05adcd10379dab85227d17904450
* | Merge "Visual changes to recent apps" into ics-mr0Michael Jurka2011-10-182-2/+2
|\ \
| * | Visual changes to recent appsMichael Jurka2011-10-172-2/+2
| | | | | | | | | | | | | | | | | | - changing background to be gradient - adding shadow to app thumbnails Change-Id: I0ea7e4900f99adf17c74b885c66a7118bc831595
* | | Updating screenshot animation and behaviour. (Bug: 5333706)Winson Chung2011-10-182-67/+157
| | | | | | | | | | | | | | | | | | | | | | | | - Removing the second ticker text - Adding a new animation to the status bar - Adding a large icon to the notification Change-Id: I8778178519fc72ffc299e8d624069b684475191d
* | | Merge "Turn off chatty logging." into ics-mr0Daniel Sandler2011-10-172-2/+2
|\ \ \