summaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Create directory on background thread."Jeff Sharkey2013-01-161-14/+15
|\
| * Create directory on background thread.Jeff Sharkey2013-01-161-14/+15
| | | | | | | | | | Bug: 7726949 Change-Id: I707431075055cddb8da2c2bca37e91a846938dce
* | Merge "Create screenshot directory if missing."Jeff Sharkey2013-01-161-5/+7
|\ \ | |/
| * Create screenshot directory if missing.Jeff Sharkey2013-01-161-5/+7
| | | | | | | | | | | | | | Also use File to build paths instead of String template. Bug: 7726949 Change-Id: I9aa0e6a0890c5450fe11e8007f8f4cb2e3287256
* | port system ui over to new ICU date formatting API.Chris Wren2013-01-152-4/+10
| | | | | | | | | | Bug: 7288134 Change-Id: Icea2ff96fd91c6db66b3aad6f6653b21203351b1
* | am 67ae48f3: am fc91d730: am cbfece82: Merge "Switch over to getting ↵Elliott Hughes2013-01-141-9/+5
|\ \ | | | | | | | | | | | | | | | | | | 12-/24-hour time formats from CLDR via icu4c." * commit '67ae48f32545791fe0a0574f02bfe714e106074b': Switch over to getting 12-/24-hour time formats from CLDR via icu4c.
| * \ 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.
| | * \ Merge "Switch over to getting 12-/24-hour time formats from CLDR via icu4c."Elliott Hughes2013-01-141-9/+5
| | |\ \
| | | * | 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
* | | | | Merge "Fix bug #5429822 UI should be mirrored for RTL locales (Arabic, ↵Fabrice Di Meglio2013-01-141-2/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Hebrew, farsi)"
| * | | | | Fix bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)Fabrice Di Meglio2013-01-111-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mirror airplane mode off (GlobalActions), multi-users, adb connection icons - update refresh code Change-Id: I175dec33386c31d4de9028918a43eb6bcd9e9dfb
* | | | | | Merge "Migrate BUGREPORT_IN_POWER_MENU from Secure to Global settings"Christopher Tate2013-01-112-5/+17
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Migrate BUGREPORT_IN_POWER_MENU from Secure to Global settingsChristopher Tate2013-01-112-5/+17
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Bug 7273591 Change-Id: I5790f9d18ddf22282144be1c2d96dd4d706caa14
* | | | | Make SystemUI RTL awareFabrice Di Meglio2013-01-111-0/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update RSSI icon when Locale is changed See bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I11d9f9d1cde09f0f3daa51e719ebc6dc91527002
* | | | Make SystemUI RTL awareFabrice Di Meglio2013-01-098-6/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mirror vibrate and silent statusbar icons - add code for updating icons when Locale is changed See bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: Ib7125d7f01ed8d1b8d63c2a9b119eb173efcf49f
* | | | Merge "Make SystemUI RTL aware"Fabrice Di Meglio2013-01-08211-2/+11
|\ \ \ \
| * | | | Make SystemUI RTL awareFabrice Di Meglio2013-01-08211-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - mirror network signal icons - force icons refresh See bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: I8e5c729c20c5b526c370ad142632bebeefb64198
* | | | | am 53d99836: am 26c00dec: am b2d3904b: Merge "Setting the default value for ↵Dianne Hackborn2013-01-082-0/+4
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | dock audio" * commit '53d998368c6c6107c6d18de945f4dfee482e6f91': Setting the default value for dock audio
| * | | | am b2d3904b: Merge "Setting the default value for dock audio"Dianne Hackborn2013-01-072-0/+4
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * commit 'b2d3904b0d0f02b3eddef1d228724b99962cba56': Setting the default value for dock audio
| | * | | Setting the default value for dock audioDmytro Dubovyk2012-12-192-0/+4
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was no default value for parameter "dock_audio_media_enabled" in global settings and because of that it couldn't be obtained before Settings app first start and improper actions, such as FORCE_NONE sending to AudioSystem instead of FORCE_ANALOG_DOCK, were taken. This patch sets default value to 'true'. Change-Id: Idbe343519db15f806f3a237e8b39f8420b9edde1 Signed-off-by: Dmytro Dubovyk <dmytro.dubovyk@ti.com>
* | | | add logging to debug panel touches.Chris Wren2013-01-078-3/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn on gesture recorder. Add events to the Event Log. Bug:7686690 Change-Id: I53b7d43f5bdc002360e305182597765f3c430b11
* | | | Import translations. DO NOT MERGEBaligh Uddin2013-01-022-3/+3
| |_|/ |/| | | | | | | | | | | Change-Id: Id2fc7ebb708403110bd12d46f21f2d110e5d75a7 Auto-generated-cl: translation import
* | | Make SystemUI RTL awareFabrice Di Meglio2012-12-17105-167/+317
| | | | | | | | | | | | | | | | | | - see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi) Change-Id: Ica88ed68f893d5272691a9207788b65623849dee
* | | am 68c30860: am 73f24ae1: am 9a147340: Merge "Don\'t update global table ↵Amith Yamasani2012-12-121-11/+13
|\ \ \ | |/ / | | | | | | | | | | | | | | | when upgrading secondary users\' database." into jb-mr1.1-dev * commit '68c308607b01bafd31c91572a81f4563e2199260': Don't update global table when upgrading secondary users' database.
| * | am 73f24ae1: am 9a147340: Merge "Don\'t update global table when upgrading ↵Amith Yamasani2012-12-121-11/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | secondary users\' database." into jb-mr1.1-dev * commit '73f24ae1d9992cf70cb05bc319d12478b2c49566': Don't update global table when upgrading secondary users' database.
| | * | Don't update global table when upgrading secondary users' database.Amith Yamasani2012-12-121-11/+13
| | | | | | | | | | | | | | | | | | | | Bug: 7722149 Change-Id: I0c1373cba316b924701136579083274eb6c9b1da
* | | | resolved conflicts for merge of d7337fb9 to masterJeff Brown2012-12-112-1/+22
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: I51dedcc5ee521e62ad6101c0b09e4f881b8c4bf0
| * | | am 3781523b: am eaae7d97: Merge "Play a tone when wireless charging begins." ↵Jeff Brown2012-12-112-1/+22
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | into jb-mr1.1-dev * commit '3781523becbb2d576761c2701763ff3588294a97': Play a tone when wireless charging begins.
| | * | Play a tone when wireless charging begins.Jeff Brown2012-12-112-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only plays a tone if the battery level is below 95% which is the same heuristic used when determining whether to turn the screen on. Use new low battery and wireless charging sounds on Mako. Bug: 7371658 Change-Id: Ia4527ec398d024ee418a4287e1fcbf0ec83bcc24
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2012-12-101-3/+3
|\ \ \ \
| * | | | Import translations. DO NOT MERGEBaligh Uddin2012-12-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie6f2c7d8008afc642ca538f48d673333f723c086 Auto-generated-cl: translation import
* | | | | am 879723dd: am e22217c2: Merge "Telephony: Use IccUtils from uicc package"Wink Saville2012-12-101-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | * commit '879723dd2d89238bdd6c9e126e4c7a4418469c84': Telephony: Use IccUtils from uicc package
| * | | am e22217c2: Merge "Telephony: Use IccUtils from uicc package"Wink Saville2012-12-101-1/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | * commit 'e22217c2787b0f4967b357d080d49a7f095b2db9': Telephony: Use IccUtils from uicc package
| | * | Telephony: Use IccUtils from uicc packageAlex Yakavenka2012-12-101-1/+1
| | | | | | | | | | | | | | | | Change-Id: I80204a2f3dc57cac875abeab390bb9db7a636ff7
* | | | am 524962c8: am ff411ddb: Merge "Framework: Use holo alert drawables"Adam Powell2012-12-071-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '524962c8cf796035f7578515ba48080873d46057': Framework: Use holo alert drawables
| * | | am ff411ddb: Merge "Framework: Use holo alert drawables"Adam Powell2012-12-071-1/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'ff411ddb40d250f075bfe8c4940931b27079f5cb': Framework: Use holo alert drawables
| | * | Merge "Framework: Use holo alert drawables"Adam Powell2012-12-071-1/+1
| | |\ \
| | | * | Framework: Use holo alert drawablesBjörn Lundén2012-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces the current usage of the GB alert drawable with theme-consistent holo ones. Change-Id: I8594ef8276db5bb0e192f3a541937d7281321043
| * | | | am aa3ac463: am dd549bcc: Merge "DO NOT MERGE Protect against NPE in ↵Laurent Tu2012-12-041-1/+5
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | FusionEngine.java." into jb-mr1.1-dev * commit 'aa3ac463c99e50e574fb02c4ea5015beedb8debe': DO NOT MERGE Protect against NPE in FusionEngine.java.
| | * | | DO NOT MERGE Protect against NPE in FusionEngine.java.Laurent Tu2012-12-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-pick of Ic49a069eef47a62fb1e0c6f284a705a62c6ae232 Bug: 7629406 Change-Id: Ia04dba9496b02755678b43e12834e992f63ee45b
* | | | | Refactor getPersistedNetworkPreferenceJianzheng Zhou2012-12-062-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize for updating mNetworkPreference according to device's networkAttributes setting from overlay config.xml when connectivityservice start. Change-Id: I90286332d4f453038f1ddac7dd9d1265d96b4859 Signed-off-by: Jianzheng Zhou <jianzheng.zhou@freescale.com>
* | | | | Merge "Protect against NPE in FusionEngine.java."Laurent Tu2012-12-041-1/+5
|\ \ \ \ \
| * | | | | Protect against NPE in FusionEngine.java.Laurent Tu2012-12-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7629406 Change-Id: Ic49a069eef47a62fb1e0c6f284a705a62c6ae232
* | | | | | am 59912d40: am b8145002: am 9f2532bf: Merge "Reduce false swipe-closed ↵Daniel Sandler2012-12-041-2/+92
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | gestures in status bar panels." into jb-mr1.1-dev * commit '59912d40babedccb2346d94651f79491cbe5fd8e': Reduce false swipe-closed gestures in status bar panels.
| * | | | | 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
* | | | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2012-12-031-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Import translations. DO NOT MERGEBaligh Uddin2012-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2e6f1d3dc2860d6eae64179442d8e7389d364dfa Auto-generated-cl: translation import
* | | | | | | am f80e1711: am 99931d97: am f8748809: Merge "Show alarm tile for the ↵Daniel Sandler2012-12-031-3/+11
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | | | | | | | | | | | | | | | | | | current user." into jb-mr1.1-dev * commit 'f80e1711ea515c6310a1c31b077cd7c0b36f72a7': Show alarm tile for the current user.