summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
Commit message (Collapse)AuthorAgeFilesLines
* base: dock batteryJorge Ruesga2016-03-102-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8cc3fc465daa49c9010bdbbf876dae18461d7024 Require: topic:dock_battery Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Improve dock battery strings Change-Id: Iccfa2df4ec608ae02c0bfcef99648788dab95933 systemui: fix battery text level visibility Use present flag instead of plug-in flag to determine the battery present (only hide the text level view if the battery is not present) Change-Id: I8e20e107bbeeecdc846833dc80c1a2754d82a039 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> systemui: restore space between clock & battery Initialize dock battery to GONE visibility because isn't update on device not supporting dock battery. Change-Id: I23aeafc27db0fc499050a7306e8549293accb507 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> SystemUI: fix battery icon jump on qs expand The layouts are slightly different for the header and icon layouts. Change-Id: I85d3fc007eb9b2c3e2ba09bb761a91b521b89700 Signed-off-by: Roman Birg <roman@cyngn.com> systemui: move dock battery level views outside systemicons layout At not the ideal, this at least will match normal battery level view, puttings battery levels in the correct order. In addition fix two small dock battery bugs: - BatteryLevelTextView not displayed if mode is TEXT - Properly hide DockBatteryMetterView for modes NONE and TEXT - Underline the dock BatteryLevelTextView to differentiate normal from dock text view Screenshot: https://cloud.ruesga.com/f/74fe240c66/ Change-Id: Idfd3a4bb2f19bd29f9f4dd2b0ea7f645bb531986 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* SystemUI: Improve string in data capable, not selected scenario.Adnan Begovic2016-03-091-0/+3
| | | | | | | | | | If a user hotswaps out their SIMs on a multisim device, the default data sim can be in an "unset" state. Since this is a possible scenario, its better to show that no data sim is selected vs no sims being available. Change-Id: I1e077883472a5037f38f97e6d15afe504f787e6a TICKET: CYNGNOS-2211
* QS: Show # of clients connected to hotspotd34d2016-02-221-0/+6
| | | | | | | | Since we no longer post a notification showing that the wifi hotspot is on and the # of connected clients, we now show the # of clients connected in the label of the hotspot QS tile. Change-Id: I9ed37b96db9b5b4320a7260524f69733ea70d030
* Add wakelock option for flashlightniks2552016-02-121-0/+3
| | | | | | | | On some legacy devices flashlight can't stay on when screen is off. With this change, flashlight can use wakelock. For obvious reasons, this is turned off by default and needs to be enabled through overlay. Change-Id: Ia69309cf023430c9e90634a722be97ebbf6677ca
* SystemUI: add caffeine qs tile (1/2)Keith Mok2016-02-111-0/+6
| | | | Change-Id: I5d4aa97ae63fc0bcc40f0fa7d9305efbba091029
* SystemUI: improve lockscreen tile behavior with profilesRoman Birg2016-02-081-0/+1
| | | | | | | | | | | | | Disable (grey out) the lock screen tile when a profile is already disabling it. Profiles takes precedence over the internal setting. Also simplify lockscreen disable logic - using a null'd Boolean without synchonization will lead to things falling out of place. Ref: CYNGNOS-1930 Change-Id: Ia4cb7926e418a4d72426be65e5bfb11dc44bee5e Signed-off-by: Roman Birg <roman@cyngn.com>
* String update, change wording from "Mobile" to "Cellular"razorloves2016-02-031-1/+1
| | | | | | Bring inline with AOSP's terminology Change-Id: I3322fe338a339b4f90411fb2d6fd2549391e224b
* SystemUI: add flashlight notification reminderRoman Birg2016-02-011-0/+4
| | | | | | | | | | | | | | CM13 port of change-id I3689ff6498b97b813ccc10dc7dca3527fc8455aa. We now only post a notification when the user initiated the flashlight via the QS tiles (or "V" gesture) since there is a common API for flashlight apps to hook into (and possibly place their own notification, which we don't want to ever double up on). Ref: CYNGNOS-1670 Change-Id: Id532e8449932fefb216c10798aab6241f6e491ea Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: add better hints when trying to delete edit tileRoman Birg2016-01-291-4/+5
| | | | | | | | | | | | Add a clearer indication that the edit tile cannot be deleted via an animation. Animations by Asher Simonds. Ref: CYNGNOS-1644 Change-Id: I829faface9268cd2900533f8194bdfe58339420c Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: handle when brightness slider is hiddenRoman Birg2016-01-251-0/+1
| | | | | | | | | | | | | | With this patch, the quick settings area should automatically expand and make room for the tile trashcan/instruction area when the user has the brightness slider hidden. Also adds a scrollview to the QS Settings page to allow the list to grow without impacting the height of the qs panel. Ref: CYNGNOS-1644 Change-Id: I03f552ec28a978c4cad1e7e7a52648ec3d311a07 Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: Move CAF stringMichael Bestas2016-01-242-2/+3
| | | | Change-Id: I94ebd47d615a5370865cefdf8155f4ba146afe67
* SystemUI: Do not turn on Wifi hotspot in APM ModeShufeng Hou2016-01-231-0/+2
| | | | | | | Do not turn on hotspot in APM Mode and show clear alert message Change-Id: I3afcc92a93707e15cd436ebc1cffb74567443483 CRs-Fixed: 926474
* Themes: Expose volume slider and thumb colors and make them work with custom ↵Randall Rushing2016-01-181-0/+3
| | | | | | | | | | images. Credit Bryan Owens for giving guidance on what was needed. Signed-off-by: Bryan Owens <djbryan3540@gmail.com> Change-Id: I862008d1b433666333a4c77904b44a05e70472a2
* SystemUI: add some tile removal hintsRoman Birg2016-01-182-0/+10
| | | | | | | Ref: CYNGNOS-1644 Change-Id: I41e921c641f53a5870fb5685e2ef67060d613989 Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: add a disabled state for Quick TilesRoman Birg2016-01-181-0/+3
| | | | | | | | | | | | | | Some tiles may want to be visible, but not allow any user interaction due to security reasons. Add a visual disabled state for tiles which are not enabled. With this patch, the Profiles tile and the Lockscreen toggle tile disable themselves on a secure lock screen. Ref: CYNGNOS-1597 Change-Id: I65ec7837661483d238d8dc3fa18419f76c8029dd Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: Add battery saver tile (1/2)Michael Bestas2016-01-171-0/+11
| | | | | | * To be displayed on devices without perf profiles Change-Id: Iff6920a0bb78e36e44590c1db880afcdcc6f78b3
* SystemUI: Add heads up tile (1/2)Michael Bestas2016-01-171-0/+11
| | | | Change-Id: I0e3cff73752c59d804dcec43b86524c2e8df4f57
* SystemUI: Expose Add Tiles DetailedView Title and Icon ColorNicholas Chum2016-01-071-0/+6
| | | | | | | Completely expose all QS Add Tiles DetailedView Texts and Icon tints for the themer. Change-Id: I02793acd749dcdf66a2c7fcacc4b79b89556ca01
* SystemUI: add tiles detail viewRoman Birg2016-01-041-0/+4
| | | | | Change-Id: I5da6b6ac4045992faab8dee87e11398c7807b241 Signed-off-by: Roman Birg <roman@cyngn.com>
* Themes: Expose hard code for themes in SystemUIBryan Owens2016-01-011-1/+25
| | | | | | Signed-off-by: Bryan Owens <djbryan3540@gmail.com> Change-Id: Ia644364c8c247694cc435ff207f7acb0095bd6d0
* Themes: Expose Hard coded colors in Quick Settings TilesBryan Owens2015-12-291-0/+6
| | | | | Change-Id: Ic65bbd0e3711721b09a0eb0d05fc47b6f037f938 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Keyguard: Support for external keyguard viewsd34d2015-12-201-0/+4
| | | | Change-Id: I3a8cdcc39f24824c2264304e9f5c7ea2c6a5f10d
* SystemUI: More stings cleanup on QS tilesMichael Bestas2015-12-191-32/+7
| | | | | | | | * Make strings & states more consistent to AOSP tiles * Remove unused/duplicate strings * Fix copyright headers Change-Id: Ib97f216c31c96e23d72ce7bf7e63b16b65f1bee0
* SystemUI : Add location tile from 12.1Danesh M2015-12-151-0/+38
| | | | Change-Id: I93fd420550d21161e14a817c29103cbdb358f63b
* Cleanup qcom stringsMichael Bestas2015-12-142-20/+16
| | | | Change-Id: I6cda24965c168ecc92e777114e3bfc23e4e3e2dd
* SystemUI : Port LiveDisplay tile from 12.1Danesh M2015-12-142-0/+40
| | | | Change-Id: I2d37b2023dc1a5474cd47cc36709433a5b4fefe5
* SystemUI: Readd AmbientDisplayTile.Adnan Begovic2015-12-141-0/+11
| | | | Change-Id: Ie7b93ba0f87d505206b5d60f193c2234d83d7eac
* Status bar: Add HSPA+ iconsRashed Abdel-Tawab2015-12-121-0/+3
| | | | | | | Forward port H+ icon in the status bar when connected to HSPA+ Uses new vector drawables by blunden Change-Id: Ia745c524d5e2530f50f12f961ea8533a4c8f5842
* SystemUI: Revert CAF UI modificationsMichael Bestas2015-12-122-1117/+0
| | | | | | | | | | | | | | | | Revert "SystemUI: Support display for radio tech" This reverts commit 598421095aacb599d4bc8e8fcea20734d7847d0c. Revert "SystemUI: Customize StatusBar for Chinese carrier" This reverts commit d473d0b22ac8704c39d5eedd0d7b12f60a2fa215. Revert "Statusbar: Add customized icons for Chinese carrier" This reverts commit a6324c7293bebeff4c6ccee8c2a8af38b7a150a8. Change-Id: Ib03c7455a04bd7d63a8c0a7d238040099e94e89c
* SystemUi: Readd LockscreenToggleTile.Adnan Begovic2015-12-111-0/+12
| | | | Change-Id: Ib1e627bf5432ce54a9f81a5ba65da7c687c232d6
* base: dynamic tilesJorge Ruesga2015-12-102-0/+27
| | | | | | | | | | | | Add support for dynamic tiles Video: https://cloud.ruesga.com/f/71a12e4801/ Required: topic:customtiles_respkg topic:readd_customtiles JIRA: CML-22 Change-Id: Ie17ebf09ee88bc0c53561decc27430e174814543 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* SystemUI : port performance profile toggleDanesh M2015-12-102-0/+42
| | | | Change-Id: Ife1e7c62d36cddf1dcd17d5538d0e6c8ea27bee3
* SystemUI : Add screen timeout tileDanesh M2015-12-101-0/+6
| | | | Change-Id: If4f9e86ea25f92f435fd1d443cbe0b23ef4c1fb4
* SystemUI: add USB Tether tileBestPig2015-12-101-0/+1
| | | | | | Drawables by blunden Change-Id: Ic44f2b596fe32152f3f722347a855325c52113c6
* SystemUI: add Profiles tileRoman Birg2015-12-101-0/+13
| | | | Change-Id: I1fe49d44d17060c47fb7d6cf3356ec06c8d9d690
* Added show volume panel tile to QSstofstik2015-12-091-0/+1
| | | | | Change-Id: Ic583c24e304d1edc903127237fc9eb5c7eeb7e4d JIRA: CYAN-6721
* QSBooleanSettingsRow : Add default value attributeDanesh M2015-12-091-0/+1
| | | | | | | Without this, settings might throw NotFoundException and set incorrect defaults Change-Id: Ia7e193d7c8f935cd5e371e3377af7b64ddcb37cc
* QS: add Sync tile (1/2)Altaf-Mahdi2015-12-091-0/+11
| | | | Change-Id: I0c0bb51e736a01661566f1118f955e32eba96063
* SystemUI: add NFC tileRoman Birg2015-12-091-0/+2
| | | | | Change-Id: I884b3492b1d81c39235df1660e4e0e06653abce2 Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: port compass tile to cm-13.0Roman Birg2015-12-092-0/+16
| | | | Change-Id: I4cce9c849a702947c0cf00e3e1293f89c985b9e9
* QSTiles : Switch to sdk constantsDanesh M2015-12-081-5/+0
| | | | Change-Id: I06059611ee943a276e3d3aa050ff8f30e366124f
* SystemUI : Add adb over network tileDanesh M2015-12-081-0/+3
| | | | Change-Id: Ib1fa0c87562ff3a077bf9c7283ce81fc4a8271db
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-073-6/+11
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 3 Change-Id: I59b9e5a943e0860d43bcfb36ee0e8b8b072412ea
| * Merge "Add SystemUI component to watch for keyboard attachment." into mnc-dr-devMichael Wright2015-10-201-0/+10
| |\
| | * Add SystemUI component to watch for keyboard attachment.Michael Wright2015-10-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new SystemUI component to watch for keyboard attachment / detachment. If the config specifies the name of a keyboard that is packaged with the device, then SystemUI will ask the user if they would like to enable BT (if disabled) and then attempt to pair to the device. Bug: 22876536 Change-Id: I786db35524d49706d5e61d8b8bc71194d50113f3
| * | Reload content description of KeyButtonViewAdrian Roos2015-10-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Reload the content description whenever the configuration changes. Bug: 24977838 Change-Id: I875f0d83976b7d007a9bb2e56b28ff8fb6365a38
| * | Show charging speed in all localesAdrian Roos2015-10-131-6/+0
| |/ | | | | | | | | Bug: 24167496 Change-Id: I3e883eeca002e86d4df30c2b238e18bd63bbddea
* | systemui: Support remote expanded style.Adnan Begovic2015-12-071-0/+2
| | | | | | | | Change-Id: Ia324db41310c61cd0acd83633a9728b7562fd300
* | SystemUI: allow WiFi & Bluetooth tile details to scrollRoman Birg2015-12-071-0/+2
| | | | | | | | | | | | | | We can now show all WiFi/Bluetooth devices in the lists Change-Id: Ie71971842902cb6ba9f0757f3893a7a7214ad789 Signed-off-by: Roman Birg <roman@cyngn.com>
* | SystemUi: Reintroduce custom qs tiles management.Adnan Begovic2015-12-072-0/+7
| | | | | | | | Change-Id: I88dbf3911d4783de7c3f231aa57c51ce43bc8ae6