summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
Commit message (Collapse)AuthorAgeFilesLines
...
* SysUI: Adjust battery dimensions for better lookd34d2016-05-195-10/+10
| | | | | | | Make some minor tweaks to the new vector based batter meter to get it even closer to stock look. Change-Id: I80fcdefb2578352bef5ca35ad902556b204de322
* Automatic translation importAbhisek Devkota2016-05-171-0/+6
| | | | Change-Id: I3e905d33baa25bbbccffeb48dab1a53a22f6bc3a
* Automatic translation importAbhisek Devkota2016-05-1495-0/+285
| | | | Change-Id: I3d1a3f5e5b488776048d0dbaac757ffb1e2f8e7b
* SystemUI : Fix multi-user for keyguardDanesh M2016-05-131-1/+0
| | | | | OPO-696 Change-Id: I4383eb49abc1f61bf41e7279ff8e0ed2c1dbb6eb
* SystemUI: Set circle battery path as untranslatableMichael Bestas2016-05-131-1/+1
| | | | Change-Id: I93870985fc3953fc49aeaf9f169553685d7a202a
* SysUI: Use VectorDrawable's for rendering batteryd34d2016-05-1120-4/+484
| | | | | | | | | | The current implementation of BatteryMeterView uses arrays of points that are drawn programmatically. This limits the ability to overlay or theme the battery. By utilizing VectorDrawables and AnimatedVectorDrawables we can achieve the same look and feel of stock while allowing for more unique battery meters. Change-Id: I16a8a949a92827a9e8c1b528981031b6830e97cd
* Automatic translation importAbhisek Devkota2016-05-101-0/+22
| | | | | Change-Id: I6cae41da852faffb9a82b0f5a92bcd179879d6ba Ticket: RM-232
* Automatic translation importMichael Bestas2016-05-109-2/+68
| | | | Change-Id: I1fc549efac54f6f67ac9384eaebbddf723f30192
* SystemUI: LiveDisplay is not translatableMichael Bestas2016-05-061-1/+1
| | | | Change-Id: Idcdcba4851597642afd95b3c889773a908a38334
* SystemUI: implement properly saving tile locationsRoman Birg2016-05-043-0/+33
| | | | | | | | | | | | Use new persisted key which does not use the tiles' ID (which changes usually across reboots with every tile). When the Custom tile service comes up, it will update the placeholder tiles created with their real values and the order is preserved properly. Ticket: CYNGNOS-2530 Change-Id: I5e75c739553969f1d92c249f521a476259fe0cd6 Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importMichael Bestas2016-04-291-1/+1
| | | | Change-Id: I5f5db73cf5aeae58e719abadf9dfd6c4d072b614
* Automatic translation importMichael Bestas2016-04-169-21/+738
| | | | Change-Id: Ib87e41106982b159d249ebbe0653e569f9c7b454
* systemui: Remove LiveDisplay tileSteve Kondik2016-04-14195-1099/+0
| | | | | | * Moving to dynamic. Change-Id: I7c886139f11f18f2227ad0e7dd7e0f2d949fbda5
* Automatic translation importMichael Bestas2016-04-0610-36/+620
| | | | Change-Id: I3849e73aee18720b20529d406c7657c0a0cee320
* Implement left swipe on lockscreenDanesh M2016-04-015-17/+6
| | | | | | Allows user to left swipe to live lockscreen and back. Change-Id: Ia94d735695b77a091a240e13858641cf95ac0647
* Automatic translation importMichael Bestas2016-03-2896-131/+1267
| | | | Change-Id: Ib371d8f862dced4aa36cfe076f876e9ae4bd62c2
* SystemUI: attach a queue to media player notificationsRoman Birg2016-03-2510-0/+424
| | | | | | | | | | | | | | Extend media player notificatoins to attach a queue below them, set via the MediaController.setQueue() API, when available. Long pressing on the notificaiton will reveal an option to disable the queue. The queue is currently hardcoded to be limited to 3 items. Ticket: CYNGNOS-217 Change-Id: I3b8503cb47af2d36f031d06aefc1bfbe7ed80010 Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: improve battery saver tileRoman Birg2016-03-211-0/+2
| | | | | | | | | | | | | | - Fix the tile not showing, the javadoc states that it will return 0 if profiles are not supported, but it was actually returning -1. - Now disables itself when the device is plugged in to reflect to the user that they cannot toggle it on right now. - Don't wait for power manager to update its internal state before updating the visual tile state. Change-Id: I8ab6adb2bfa728a242368294c1f066d468a86f09 Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importMichael Bestas2016-03-18199-75/+16766
| | | | Change-Id: I4af2a6a904e9229b261e95818f716d6b5708a6f4
* Prompt permission dialog for status bar weatherDanesh M2016-03-141-1/+2
| | | | | | CYNGNOS-2222 Change-Id: I435b1badbc5949cb0bc76050a67e212d519c466a
* Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-1129-111/+76
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 22 Change-Id: I0d31899b234156a91accb61e0a7fb3d8d16d5062
| * Import translations. DO NOT MERGEGeoff Mendal2016-02-0179-2741/+6334
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 26887782 Change-Id: If6bc1bd3f277f0289aecb7c063f899363079c248
| * Supply content description for QS disconnect buttonsDan Sandler2016-01-141-0/+1
| | | | | | | | | | Bug: 26555270 Change-Id: I3803c7ad78a64894eca5c36f5d9ecf7fc4a6ad92
| * resolve merge conflicts of 57a5cba606 to cw-e-dev.Michael Wright2015-10-201-0/+10
| |\ | | | | | | | | | | | | | | | | | | am: bab2b42445 * commit 'bab2b424453e556a2e7bb9470d70673793dd82df': Add SystemUI component to watch for keyboard attachment.
| | * resolve merge conflicts of 57a5cba606 to cw-e-dev.Michael Wright2015-10-201-0/+10
| | |\ | | | | | | | | | | | | Change-Id: Ib43f0cf0b285c9799239658859af735279f87fff
| * | \ Merge "Reload content description of KeyButtonView" into mnc-dr-dev am: ↵Adrian Roos2015-10-191-0/+1
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9a345f31f2 am: 574b5f71e8 * commit '574b5f71e80cb5b205dcca2d9ef33820e33a850e': Reload content description of KeyButtonView
| | * | Merge "Reload content description of KeyButtonView" into mnc-dr-devAdrian Roos2015-10-191-0/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 9a345f31f2 * commit '9a345f31f23fc581f9ce501e854c821e865920ca': Reload content description of KeyButtonView
| * | \ \ am 66536146: am 4673b259: Merge "Show charging speed in all locales" into ↵Adrian Roos2015-10-132-29/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit '66536146bfeac90346b898f56c7e955ad83cd005': Show charging speed in all locales
| | * | | am 4673b259: Merge "Show charging speed in all locales" into mnc-dr-devAdrian Roos2015-10-132-29/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '4673b259bc1b362fee206c7476c5fde3f53b4e20': Show charging speed in all locales
| * | \ \ \ am 235a6911: am 714a61cd: Merge "Ambient display now comes up immediately ↵Selim Cinek2015-10-061-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when a notification comes in" into mnc-dr-dev * commit '235a6911b0939adc598e4135e1f1c6fcda9ff169': Ambient display now comes up immediately when a notification comes in
| | * | | | am 714a61cd: Merge "Ambient display now comes up immediately when a ↵Selim Cinek2015-10-061-1/+1
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notification comes in" into mnc-dr-dev * commit '714a61cd586c789b18acfd0567cfea2b4ea170dd': Ambient display now comes up immediately when a notification comes in
| * | \ \ \ \ am 1a6f9216: am 896b9c62: Merge "Show charging speed when time to full is ↵Adrian Roos2015-09-253-0/+35
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available" into mnc-dr-dev * commit '1a6f9216f49f6392d33fc30cee7e1ccbca93c081': Show charging speed when time to full is available
| | * | | | | am 896b9c62: Merge "Show charging speed when time to full is available" into ↵Adrian Roos2015-09-253-0/+35
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit '896b9c6261641e285bc37c4d22a589b01ce11ffe': Show charging speed when time to full is available
| * | \ \ \ \ \ am 847bdf00: am 5b40e225: Merge "Make the vertical navbar 48dp like the ↵Daniel Sandler2015-09-1029-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | horizontal one." into mnc-dr-dev * commit '847bdf0093f649a169940fb93249e2beb67f6b45': Make the vertical navbar 48dp like the horizontal one.
| | * | | | | | am 5b40e225: Merge "Make the vertical navbar 48dp like the horizontal one." ↵Daniel Sandler2015-09-1029-4/+4
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dr-dev * commit '5b40e2253e82d46838c88e6c52dee276a781d593': Make the vertical navbar 48dp like the horizontal one.
| * | \ \ \ \ \ \ am 60337b6b: am e774bdd6: Merge "Added animation for trusted to fingerprint ↵Selim Cinek2015-08-2833-0/+1451
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error" into mnc-dr-dev * commit '60337b6bd73bcf208c89c1d5ac6ff50d51c0700f': Added animation for trusted to fingerprint error
| | * | | | | | | am e774bdd6: Merge "Added animation for trusted to fingerprint error" into ↵Selim Cinek2015-08-2833-0/+1451
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dr-dev * commit 'e774bdd6f09a65886429a2d84a6af7e4b6352280': Added animation for trusted to fingerprint error
| * | \ \ \ \ \ \ \ am 2021956a: am ab45a217: Make wake-and-unlock fasterJorim Jaggi2015-08-221-0/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2021956a1c35dba2b88257dc4a8eed8fa0acd650': Make wake-and-unlock faster
| | * | | | | | | | am ab45a217: Make wake-and-unlock fasterJorim Jaggi2015-08-221-0/+1
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ab45a217b0002dcf586d529ab8581cacbbfc37e9': Make wake-and-unlock faster
| * | \ \ \ \ \ \ \ \ am ebcd9d55: am 0835f33a: Merge "Improve motion for wake-and-unlocking while ↵Jorim Jaggi2015-08-191-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pulsing" into mnc-dr-dev * commit 'ebcd9d558f1d9e17b5b04d96b816dffb2d8c8d13': Improve motion for wake-and-unlocking while pulsing
| | * | | | | | | | | am 0835f33a: Merge "Improve motion for wake-and-unlocking while pulsing" ↵Jorim Jaggi2015-08-191-0/+1
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dr-dev * commit '0835f33a4de14d62c433b36d1b08daff9166e9b3': Improve motion for wake-and-unlocking while pulsing
| * | \ \ \ \ \ \ \ \ \ am b66e755b: am 64b05c0f: am 9f238a94: Merge "Introducing M Land." into mnc-devDaniel Sandler2015-08-1635-148/+978
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b66e755bdba57f163f25d08c207ef598eea7edae': Introducing M Land.
| | * | | | | | | | | | am 64b05c0f: am 9f238a94: Merge "Introducing M Land." into mnc-devDaniel Sandler2015-08-1635-148/+978
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '64b05c0fd413d481cea19e9590732e8219a60912': Introducing M Land.
| * | \ \ \ \ \ \ \ \ \ \ am 4fb3e9b3: am 50ff3afb: Start pulse fading exactly when screen is turned onJorim Jaggi2015-08-141-6/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4fb3e9b3af6c44b3b4bc7eee0cb917520aa7474d': Start pulse fading exactly when screen is turned on
| | * | | | | | | | | | | am 50ff3afb: Start pulse fading exactly when screen is turned onJorim Jaggi2015-08-141-6/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '50ff3afb01f2ac4a93dba418a71d54ad8adeba9d': Start pulse fading exactly when screen is turned on
| * | \ \ \ \ \ \ \ \ \ \ \ am edf02322: am b46c2a81: am 77b0d6e9: Merge "New landscape Navigation bar ↵Julia Reynolds2015-08-1220-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | icons." into mnc-dev * commit 'edf02322bc35fb619f3149e71ddc66737787f1f4': New landscape Navigation bar icons.
| | * | | | | | | | | | | | am b46c2a81: am 77b0d6e9: Merge "New landscape Navigation bar icons." into ↵Julia Reynolds2015-08-1220-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mnc-dev * commit 'b46c2a815b2a83b139cf2b4c9ebbb03e9f774d1d': New landscape Navigation bar icons.
| * | \ \ \ \ \ \ \ \ \ \ \ \ am 51e2a467: am 04b96145: am 9dc4d50b: Merge "Update Navigation bar assets." ↵Julia Reynolds2015-08-0720-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev * commit '51e2a4679c5e3dbad23cb1a8d33c1b13ace21ab9': Update Navigation bar assets.
| | * | | | | | | | | | | | | am 04b96145: am 9dc4d50b: Merge "Update Navigation bar assets." into mnc-devJulia Reynolds2015-08-0720-0/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '04b9614548b58e7672c1cfa65c47bff2eb7b1ac7': Update Navigation bar assets.
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ am 73168821: am 5b5d9129: am b9f30b26: Merge "The heads up now correctly ↵Selim Cinek2015-07-311-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dissapears when clicking" into mnc-dev * commit '73168821c81da3e26974b69e5edefc913652db36': The heads up now correctly dissapears when clicking