summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src
Commit message (Collapse)AuthorAgeFilesLines
* Correct executable bit for source files [Take 2]Chirayu Desai2013-03-271-0/+0
| | | | | | | Change Ieb51bafb46c895a21d2e83696f5a901ba752b2c5 left out some files, this fixes them. Change-Id: Ia949a8581668836ea0251602e048f09c852f5169
* "[+>" more icon was never shown in PhoneStatusBarMats H Carlsson2013-03-121-0/+1
| | | | | | | | | | | "[+>" more icon was never show in status bar because the member variable for this icon was not initialized from resources. This fix enables "[+>" icon to appear in status bar when the number of indications in status bar becomes large. Bug: 8368569 Change-Id: Ieb3412eed831052d69c0cf63c9b4230c38171e4a
* Check and fail early if requested wallpaper size exceeds maximum texture size.Wim Vander Schelden2013-02-141-2/+16
| | | | | | | | | This fixes an issue where OpenGL initialization succeeds but buffer allocation fails because the requested wallpaper size is too large (or otherwise unsupported) by the graphics hardware. This fixes an issue where SystemUI crashes constantly on the PandaBoard when connected to a full HD display. Tested only on PandaBoard, no access to alternative hardware. Signed-off-by: Wim Vander Schelden <wim.vander.schelden@philips.com> Change-Id: I8d2e1ae9fd9772977c4e365f23f2f58bbca3787c
* am 1a1e9b31: Merge "DateView: Use Intent.ACTION_LOCALE_CHANGED to refresh ↵Daniel Sandler2013-02-061-1/+3
|\ | | | | | | | | | | | | | | | | notification bar clock" # By Jorge Ruesga # Via Gerrit Code Review (1) and Jorge Ruesga (1) * commit '1a1e9b317ac2d737ad92a35c4d806f0fda1ede70': DateView: Use Intent.ACTION_LOCALE_CHANGED to refresh notification bar clock
| * Merge "DateView: Use Intent.ACTION_LOCALE_CHANGED to refresh notification ↵Daniel Sandler2013-02-071-1/+3
| |\ | | | | | | | | | bar clock"
| | * DateView: Use Intent.ACTION_LOCALE_CHANGED to refresh notification bar clockJorge Ruesga2012-09-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Add the Intent.ACTION_LOCALE_CHANGED to DateView BroadcastReceiver for detect when the user change the locale. Otherwise, the notification bar clock is not refreshed until the next tick or time changed occurs. Change-Id: Ic8830fbabf24b62b60a6d3babe5e211f14948d08
* | | am cbfece82: Merge "Switch over to getting 12-/24-hour time formats from ↵Elliott Hughes2013-01-141-9/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | CLDR via icu4c." * commit 'cbfece8237cb9cf62547e75ab9572ccbf682369a': Switch over to getting 12-/24-hour time formats from CLDR via icu4c.
| * | Switch over to getting 12-/24-hour time formats from CLDR via icu4c.Elliott Hughes2013-01-141-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | I removed the duplication in DateTimeView rather than fix that copy of the code. Bug: 7924970 Change-Id: I60c205d06ad3b50fd2f5d5fc432e4eb186f9c0e7
* | | am b8145002: am 9f2532bf: Merge "Reduce false swipe-closed gestures in ↵Daniel Sandler2012-12-041-2/+92
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | status bar panels." into jb-mr1.1-dev * commit 'b814500269324bc24de13f974f9564ff176a578f': Reduce false swipe-closed gestures in status bar panels.
| * \ \ Merge "Reduce false swipe-closed gestures in status bar panels." into ↵Daniel Sandler2012-12-041-2/+92
| |\ \ \ | | | | | | | | | | | | | | | jb-mr1.1-dev
| | * | | Reduce false swipe-closed gestures in status bar panels.Daniel Sandler2012-11-301-2/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VelocityTracker is a powerful tool---too powerful, in this case, because many devices (I'm looking at you, Nexus 7) have touchscreens that report total garbage on takeoff and landing. PanelView now uses its own incredibly crude velocity tracker called FlingTracker, which implements a short sliding window of the last 8 motion events (7 intervals) over which touch velocity is averaged. There's also a little bias toward more recent touch events so that the overall velocity of small circular gestures will tend to favor the exit tangent. The end result is a primitive low-pass filter on touch velocity that should help us avoid situations where one (or even two!) stray MotionEvents at the end of a gesture won't invalidate the overall thrust. Bug: 7422342 Change-Id: Idae38d1957727e400493324af4eee357ba5baa27
* | | | | am 99931d97: am f8748809: Merge "Show alarm tile for the current user." into ↵Daniel Sandler2012-12-031-3/+11
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | jb-mr1.1-dev * commit '99931d97f7da8460e5d3696069bbb2cbda6b0d2a': Show alarm tile for the current user.
| * | | | Merge "Show alarm tile for the current user." into jb-mr1.1-devDaniel Sandler2012-12-031-3/+11
| |\ \ \ \
| | * | | | Show alarm tile for the current user.Daniel Sandler2012-12-031-3/+11
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were already refreshing the tile on user switch, but we were only pulling the information (and observing changes) for the owner. Bug: 7596329 Change-Id: I33959af405bc79037b5b1321631d993bea65772f
* | | | | am 5046ae56: Merge "framework: fix notification icons not animating till ↵Daniel Sandler2012-12-031-0/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | ticker is updated" * commit '5046ae56675b5e81bd7160f12709d609d8b4c19c': framework: fix notification icons not animating till ticker is updated
| * | | framework: fix notification icons not animating till ticker is updatedDaniel Bateman2012-11-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes Android issue #15657 Change-Id: If3bb8693d99e3415bcf0fa9adadee5c1bdbb990d
* | | | Merge "Fix rounding error when drawing panel handles." into jb-mr1.1-devDaniel Sandler2012-12-032-4/+4
|\ \ \ \
| * | | | Fix rounding error when drawing panel handles.Daniel Sandler2012-11-302-4/+4
| | |/ / | |/| | | | | | | | | | | | | | Bug: 7649037 Change-Id: If8d9fa5f3852729207c31c95cfd68ef54ff47d7d
* | | | Merge "Suppress quick settings if setup has not been completed." into ↵Daniel Sandler2012-11-301-1/+10
|\ \ \ \ | | | | | | | | | | | | | | | jb-mr1.1-dev
| * | | | Suppress quick settings if setup has not been completed.Daniel Sandler2012-11-291-1/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The button was already hidden, but there are lots of other ways to get into QS that should check for USER_SETUP. Bug: 7638795 Change-Id: Ib6c48fc02e833670768e7dc76e25c38097b88c18
* | | | Merge "Only show "charging" if the battery is really charging." into ↵Daniel Sandler2012-11-301-2/+13
|\ \ \ \ | | | | | | | | | | | | | | | jb-mr1.1-dev
| * | | | Only show "charging" if the battery is really charging.Daniel Sandler2012-11-291-2/+13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there's a charge problem (battery health/temperature out of spec, or low charging current), the lockscreen and status bar should not indicate that charging is occurring. (Previously we showed "Charging" and a lightning bolt any time the device was plugged in.) Bug: 7509976 Change-Id: I27ec0e2cec1307fbc6ef262dd5181a4db6d3bed0
* | | | Merge "Flush the clock format when the locale changes." into jb-mr1.1-devDaniel Sandler2012-11-291-0/+8
|\ \ \ \
| * | | | Flush the clock format when the locale changes.Daniel Sandler2012-11-291-0/+8
| |/ / / | | | | | | | | | | | | | | | | Bug: 7569120 Change-Id: If85ff36c7fac8b07f10b7077afd23255a145db1c
* | | | Merge "Quiet down a lot of logging." into jb-mr1.1-devDianne Hackborn2012-11-281-4/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Quiet down a lot of logging.Dianne Hackborn2012-11-271-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix a little problem where the USER_STARTED broadcasts were not being sent as ordered broadcasts(!). Change-Id: I3aa3e0a9b3900967cdd2d115ee103371b0a50c41
* | | | Merge "Refresh the status bar clock format on user switch." into jb-mr1.1-devDaniel Sandler2012-11-271-2/+2
|\ \ \ \
| * | | | Refresh the status bar clock format on user switch.Daniel Sandler2012-11-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7490931 Change-Id: Ifad46ec7cee40aa5a622ee2621fc425835366e32
* | | | | Merge "Fix bug: swiped apps in Recents come back on rotate" into jb-mr1.1-devMichael Jurka2012-11-272-0/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix bug: swiped apps in Recents come back on rotateMichael Jurka2012-11-262-0/+5
| | | | | | | | | | | | | | | | | | | | Bug: 7409398
* | | | | Merge "Removing unecessary additional lock metadata from QuickSettings user ↵Winson Chung2012-11-261-2/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | tile." into jb-mr1.1-dev
| * | | | | Removing unecessary additional lock metadata from QuickSettings user tile.Winson Chung2012-11-261-2/+1
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I89ec94385eb3cdd46ad6942bf8989fb04d5c0370
* | | | | Merge "Fix bug where icon animation is sometimes skipped" into jb-mr1.1-devMichael Jurka2012-11-263-39/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix bug where icon animation is sometimes skippedMichael Jurka2012-11-213-39/+27
| | |/ / | |/| | | | | | | | | | | | | | | | | | Bug: 7406230 Bug: 7406304 Change-Id: I9058acffa6587a5f8e757f1031750a8ba578c635
* | | | Merge "Allow long-press on Wifi and Bluetooth tiles to toggle." into ↵Daniel Sandler2012-11-261-2/+47
|\ \ \ \ | |_|/ / |/| | | | | | | jb-mr1.1-dev
| * | | Allow long-press on Wifi and Bluetooth tiles to toggle.Daniel Sandler2012-11-161-2/+47
| |/ / | | | | | | | | | | | | Bug: 7395607 Change-Id: Ia929dc2cb12eef221fe6f0214ec44c3dc98b0597
* | | Show mobile data RSSI for devices that support it.Daniel Sandler2012-11-192-6/+13
|/ / | | | | | | | | | | | | | | The new test is more general, allowing mobile RSSI to be shown on devices without voice telephony. Bug: 7490266 Change-Id: Ib5b243c0d92e74fe4385989c3a6c16edd00a9ec9
* | Merge "Remove extraneous logs." into jb-mr1-devDianne Hackborn2012-11-081-5/+5
|\ \
| * | Remove extraneous logs.Dianne Hackborn2012-11-081-5/+5
| | | | | | | | | | | | Change-Id: I4c47d36748de91bd6fddc419afbf59552bf63e9a
* | | Minimal fix for stuck google now.John Spurlock2012-11-081-0/+1
| | | | | | | | | | | | | | | Bug:7500409 Change-Id: I1570d72e08fbe520ac07eed2ee40b6571fa1fe3c
* | | Fix bug where SearchPanel wasn't launching assist intent when keyguard is gone.Jim Miller2012-11-081-4/+36
| | | | | | | | | | | | | | | | | | Fixes bug 7499778 Change-Id: I450755b8839717f0f13241cb57f0015cf78569d9
* | | Add mechanism to kick keyguard to show the assistantJim Miller2012-11-081-18/+7
|/ / | | | | | | | | | | Fixes bug 7499778 Change-Id: Ic9ea514feb489feeee6716f40bdb9792842f9515
* | Merge "Low battery dialog should use UserHandle.CURRENT." into jb-mr1-devJohn Spurlock2012-11-071-1/+2
|\ \
| * | Low battery dialog should use UserHandle.CURRENT.John Spurlock2012-11-071-1/+2
| | | | | | | | | | | | | | | Bug:7493313 Change-Id: Ie753633c550e4ce679fbb6f9e0c6adf56392ec87
* | | Show the assist ring on center-button longpress on lockscreen.Daniel Sandler2012-11-061-0/+1
|/ / | | | | | | | | Bug: 7480028 Change-Id: I4c8013e984c2591faf3bc8fe2048abf69d545b6c
* | Disable disable back if using an alternate back icon.John Spurlock2012-11-021-1/+4
| | | | | | | | | | | | | | | | This enables the IME down chevron even if back would otherwise be disabled. Bug:7453424 Change-Id: Ia007df256124c617b86983bfe6958f790bd6a544
* | QS uses nickname for multiuser and profile name for singleuser.Amith Yamasani2012-10-301-13/+16
| | | | | | | | | | Bug: 7400662 Change-Id: I3299ee70acaa7341ec11b4774426e22182ffd170
* | Merge "Final icon for (Day)dreams." into jb-mr1-devDaniel Sandler2012-10-261-1/+1
|\ \
| * | Final icon for (Day)dreams.Daniel Sandler2012-10-261-1/+1
| | | | | | | | | | | | | | | Bug: 7395321 Change-Id: I20ec252a1bf69664a6687016d281ad680d76a48f
* | | am 9023cf91: Merge "Set wallpaper bitmap reference to null before reloading" ↵Chet Haase2012-10-251-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into jb-mr1-dev * commit '9023cf91018c75a179d04256fd4e306065528117': Set wallpaper bitmap reference to null before reloading