summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
Commit message (Collapse)AuthorAgeFilesLines
* Telephony: 4G+ icon display on status bar.Yashdev Singh2015-10-063-0/+103
| | | | | | | - Display 4G+ icon upon LTE_CA data RAT. Change-Id: I9a78edc910051ea484fd27f3671a69519614f4d4 CRs-Fixed: 873290
* Statusbar: Add some resources of signal iconHaiyang Liu2015-10-06372-0/+0
| | | | | | Add some resources of the signal icon which used in statusbar Change-Id: Ie8823d37485bba0cd50ed90142532fda00f4f71d
* SystemUI: Add data type and signal iconsHaiyang Liu2015-10-0636-0/+0
| | | | | | Add data type and signal icons Change-Id: Iaa97b2d9477d740686e724d6b1c3d2fcbf30692a
* Introducing M Land.Dan Sandler2015-08-1435-148/+978
| | | | | | | The "M" is for Multiplayer. Bug: 21984798 Change-Id: Id752b8efe54ff0ac38854a129188027137d64dd5
* New landscape Navigation bar icons.Julia Reynolds2015-08-1120-0/+0
| | | | | Bug: 22855920 Change-Id: I5127c8d0121aa90a1e52da1b51a86bac1c1b2fa1
* Update Navigation bar assets.Julia Reynolds2015-08-0720-0/+0
| | | | | Bug: 22855920 Change-Id: I2d66bb087b092cdb6280e78c064f32ae9e42ad61
* The heads up now correctly dissapears when clickingSelim Cinek2015-07-301-0/+1
| | | | | Bug: 22729955 Change-Id: I977b36823bf936baab527f932b1e5576241f4d71
* Merge "Fix touch target for settings icon" into mnc-devJason Monk2015-07-301-7/+7
|\
| * Fix touch target for settings iconJason Monk2015-07-291-7/+7
| | | | | | | | | | Bug: 22808656 Change-Id: I92b77b30bfeadc80d060dab67a51d5fcd96268af
* | Accessibility: Read the time correctly in quick settings.Dan Sandler2015-07-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that, for 12-hour locales, we cut the "a" part of the time format out to show it in a separate TextView so it can be animated independently of the actual time. Unfortunately, while TTS is smart enough to pronounce "1:15 AM" as /wʌn fɪftin eɪ ɛm/, "AM" on its own looks like the English word "am" and is pronounced /æm/. To fix this, a TextClock must be able to accept separate formats for its content description than its presentation. With this capability we can place the complete 12-hour time format (including am/pm) in one of the views and suppress the other one, so that the utterance creates an identical experience to visual inspection: "1:15 AM" for all users. Bug: 21718000 Change-Id: Ic9920d71ae4d4ad41ba86d7bd96f9a19b07e2108
* | Import translations. DO NOT MERGEGeoff Mendal2015-07-2978-81/+1051
|/ | | | | Change-Id: Ic4e540e08175014515a7556425c751de60955005 Auto-generated-cl: translation import
* Animation for touch, wake and unlockJorim Jaggi2015-07-282-0/+27
| | | | | | | | | | | | | | | | | | - Add callback to inform SysUI when the screen has been unblocked and turned on. - Cleanup inconsistent messaging about device interactive/screen on and off. - Add callbacks to inform SysUI about screen states - Implement a quick fade for the scrim after touch, wake, and unlock. First, start with a black scrim on top of everything, and then fade it out. - Make sure we play the normal unlock animation when device is pulsing - Override navigation bar animations for touch, wake and unlock: Fade in the same manner as the scrim. Bug: 22571198 Bug: 21855614 Change-Id: I8ff08d72cced1e0f03c78d71ff710d8a4f6b848c
* Merge "Fix cut off charging indication in certain scripts" into mnc-devAdrian Roos2015-07-231-1/+1
|\
| * Fix cut off charging indication in certain scriptsAdrian Roos2015-07-221-1/+1
| | | | | | | | | | Bug: 22620003 Change-Id: Ib9d8eb4bb0442db86c35374435086e04e71742d7
* | Move tuner enable point to QSJason Monk2015-07-224-18/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Long clicking on settings gear in QS causes it to accelarate and spin, when released it will open and enable the tuner. On first opening there will be a warning dialog. Also add way to disable tuner from tuner screen. This way it can be removed from its former home in Developer Settings. All tuner settings are reset when disabled to match developer settings behavior. Bug: 22462605 Change-Id: Ie700a6a15e6c3caccf7cd1885da73328e6fac6ab
* | Fix unnecessary layer creation for appear animationJorim Jaggi2015-07-201-2/+2
| | | | | | | | | | Bug: 22561692 Change-Id: I9e5a52f8113d1cbb5afba61d7979770c2dddc5ed
* | Adjust fingerprint icon placement to specJorim Jaggi2015-07-181-1/+1
| | | | | | | | | | Bug: 22502068 Change-Id: I12952cb1ea43f365d5a63ec2636a5d60a981b93f
* | Remove focusablilty of the status bar.Julia Reynolds2015-07-171-1/+1
| | | | | | | | | | | | | | | | This allows TTS readers to announce individual items in the status bar separately. Bug: 20536376 Change-Id: I88d9e2b72182814bf8906951b97871ddc697c5e0
* | Merge "Allow selecting quick setting items by keyboard." into mnc-devJun Mukai2015-07-161-0/+2
|\ \
| * | Allow selecting quick setting items by keyboard.Jun Mukai2015-07-151-0/+2
| | | | | | | | | | | | | | | | | | Bug: 22460275 Change-Id: Ib27456d12c9284edfdc27d010782840765728853 (cherry picked from commit 0f939fecdf9cc385a6e9472deb1cb38431995b59)
* | | Merge "Make "dismiss all" button keyboard accessible." into mnc-devOren Blasberg2015-07-161-0/+1
|\ \ \ | |_|/ |/| |
| * | Make "dismiss all" button keyboard accessible.Oren Blasberg2015-07-151-0/+1
| |/ | | | | | | | | | | | | | | | | This allows users to hit Tab while in the notification pane and access the Dismiss All icon, with a physical keyboard. Bug: 22411158 Change-Id: I544bd3ccafcae210770317193099b26972d6a52b (cherry picked from commit 10cb3105c79dd7de1f2cc9297b1d3b77598de8e3)
* | Adjust assist disclosure stroke width to specJorim Jaggi2015-07-151-1/+1
|/ | | | | Bug: 21568059 Change-Id: Ib1ddb8890715b98d36ed5827f053970a9d4a7173
* Import translations. DO NOT MERGEGeoff Mendal2015-07-1577-483/+21
| | | | | Change-Id: Ic93e9b866c3f933bab929f480a6b8098e585ed9c Auto-generated-cl: translation import
* Move wifi accessibility strings to SettingsLibJason Monk2015-07-141-13/+0
| | | | | Bug: 22468835 Change-Id: I66e85e8adfb3eda194995eda529422a172f00cbd
* Import translations. DO NOT MERGEGeoff Mendal2015-07-111-14/+14
| | | | | Change-Id: I69aef7f3e9d819732675c4103553a6afe4b062b3 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-07-085-10/+10
| | | | | Change-Id: I5480292e44e527d094f57361680708eba4aef6d8 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-07-066-11/+11
| | | | | Change-Id: I16a0ddf1bed80ef9b985cca96eec87e48d342982 Auto-generated-cl: translation import
* Merge "Fixed accessibility order for quick settings" into mnc-devSelim Cinek2015-07-011-0/+1
|\
| * Fixed accessibility order for quick settingsSelim Cinek2015-06-301-0/+1
| | | | | | | | | | Bug: 20535538 Change-Id: I4e464c54158eb575208f6361af295ae702b19b21
* | Import translations. DO NOT MERGEGeoff Mendal2015-07-011-1/+1
| | | | | | | | | | Change-Id: I53dabfe326ba0f15b66ecac3829e6b8f55b33924 Auto-generated-cl: translation import
* | Merge "Volume: Mark inactive sliders as focusable." into mnc-devJohn Spurlock2015-06-301-0/+2
|\ \
| * | Volume: Mark inactive sliders as focusable.John Spurlock2015-06-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Enabled but inactive sliders ought to be focusable, just not focused. Bug: 22096089 Change-Id: I95cdfc1b1258ca0e4562761031f4ee59bd35e7e3
* | | Import translations. DO NOT MERGEGeoff Mendal2015-06-2919-107/+59
|/ / | | | | | | | | Change-Id: I0a27f1d72cdcad094a9651c223f14e3a928ea2c3 Auto-generated-cl: translation import
* | Use long press of KeyButtonView to invoke assistJorim Jaggi2015-06-251-1/+1
| | | | | | | | | | | | | | This makes sure that accessibility is handled properly. Bug: 18778078 Change-Id: I967b387aabff973b5a9fea649a805540ee08eea8
* | Merge "Volume Motion: Initial show and expand transition." into mnc-devJohn Spurlock2015-06-244-6/+5
|\ \
| * | Volume Motion: Initial show and expand transition.John Spurlock2015-06-244-6/+5
| |/ | | | | | | | | | | | | | | | | Also re-enable the content collapse layout transition animations, supported by ensuring the dialog window is tall enough for long enough to complete the transition, avoiding clipping. Bug: 21335976 Change-Id: Ibc4cbb1e882c1e11c4406463752afa177fb1e6d7
* | Import translations. DO NOT MERGEGeoff Mendal2015-06-2465-520/+260
|/ | | | | Change-Id: I23e3d5c71af8db285d657cf5dafbebc5c4bbad6b Auto-generated-cl: translation import
* Import translations. DO NOT MERGEGeoff Mendal2015-06-2277-77/+616
| | | | | Change-Id: I2ad73428a2295cfc3824de5837ab2f927fd5d626 Auto-generated-cl: translation import
* Merge "Zen: Tweak total silence new user message for non-voice devices." ↵John Spurlock2015-06-211-2/+5
|\ | | | | | | into mnc-dev
| * Zen: Tweak total silence new user message for non-voice devices.John Spurlock2015-06-211-2/+5
| | | | | | | | | | Bug: 21953388 Change-Id: I395af64b175b22fc58d80529cdbb12ebd9e00115
* | Fixed content description of the lock icon when fingerprint is onSelim Cinek2015-06-202-2/+5
| | | | | | | | | | | | | | Also surfacing Fingerprint Errors now with a message. Bug: 21565811 Change-Id: I3bba66303c08313dbca1df5ef2f20b251f541bc1
* | Tweak assist disclosure animationAdrian Roos2015-06-191-0/+22
| | | | | | | | | | Bug: 21568059 Change-Id: I81666bed4d4ae3eb1998cfdcc652921bafeae7f2
* | Assist disclosureAdrian Roos2015-06-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Add an animation that discloses delivery of contextual data to the assist component. Also fixes a bug where contextual data was delivered to legacy assist activities even though the user explicitly disabled context. Bug: 21568059 Change-Id: I27dfaa36e2f677b0d73acfa4730f0f4ea3486919
* | Use closer to standard toast for work profile toast.Kenny Guy2015-06-194-62/+3
|/ | | | | | | | | | | Revert back to using a standard system toast for the toast shown when user unlocks to a work activity. Include the work status icon in the toast. Bug: 21325183 Bug: 21896447 Change-Id: I691417a4ecac36983f391ee722f59e2b467affc1
* Merge "Import translations. DO NOT MERGE" into mnc-devGeoff Mendal2015-06-1755-509/+263
|\
| * Import translations. DO NOT MERGEGeoff Mendal2015-06-1755-509/+263
| | | | | | | | | | Change-Id: If7f177f95be4ab365cf62a8dc080373a7ae0e27b Auto-generated-cl: translation import
* | Allow QS detail items to get bigger when text is largeJason Monk2015-06-162-2/+2
|/ | | | | Bug: 19795867 Change-Id: I0fd927c63a363dcfcbb6a99fa9c1dac5c7019d60
* Merge "QS: Add disable animations for the DND tile." into mnc-devJohn Spurlock2015-06-1510-0/+301
|\
| * QS: Add disable animations for the DND tile.John Spurlock2015-06-1510-0/+301
| | | | | | | | | | | | | | | | Elide the disabled -> enabled anim, since we launch the detail panel instead. Bug: 21118976 Change-Id: I392f848641190f114b7838515acb13f22c96e37d