summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
Commit message (Collapse)AuthorAgeFilesLines
* SystemUi: Reintroduce always_show_roaming config.Adnan Begovic2016-01-122-19/+55
| | | | | | | | | Set ro.config.always_show_roaming to true to always show both the current data RAT and roaming when in a roaming scenario. Change-Id: I59416f172f24094547b2594347e6accab0bd7fed TICKET: CYNGNOS-1578
* Automatic translation importMichael Bestas2016-01-1128-15/+634
| | | | Change-Id: Icca32de2d5cfed0c6d211a55991b31fc1c45c09d
* SystemUI: fix navbar drawing issues in landscapeRoman Birg2016-01-081-11/+16
| | | | | | | | | | | | | | | | | | | | | Originally StatusBarWindowView was responsible for laying out the scrims and making sure they are full screen (behind navbar), while the other views were respecting the navbar insets. This was broken for two reasons for us: 1) our scrims are more complex and aren't always direct subchildren of the StatusBarWindowView (mainly to display the visualizer correctly) 2) we declared fitSystemWindows=false, so the logic to add insets was never actually executing. We now split out the logic for insets into its own class and apply it to the scrims properly. Ref: CYNGNOS-1502 Change-Id: I5b8295d7a64b72dc911fce6d529936592f24e98b Signed-off-by: Roman Birg <roman@cyngn.com>
* 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: clean up tunerRoman Birg2016-01-042-53/+62
| | | | | | | | | | - Remove preferences we handle elsewhere (battery) - Remove link to QSTuner - Separate out statusbar icon prefs into separate preferences so we can launch it externally Change-Id: Icc01b443dab945374a0df19a4f0359e3df4ea7d9 Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: add tiles detail viewRoman Birg2016-01-047-0/+197
| | | | | Change-Id: I5da6b6ac4045992faab8dee87e11398c7807b241 Signed-off-by: Roman Birg <roman@cyngn.com>
* statusbar: fix overlapping backgrounds when expandedKhasMek2016-01-021-1/+2
| | | | | | | | | | Previous to this patch time, date, and weather all had double backgrounds causing a really unpleasant animation when pressed or long pressed. This removes the overlap and fixes the aesthetics. Change-Id: If664c1892212bfaf4d53b00729f0c5613272b66c Signed-off-by: KhasMek <Boushh@gmail.com>
* Themes: Expose hard code for themes in SystemUIBryan Owens2016-01-0119-26/+50
| | | | | | Signed-off-by: Bryan Owens <djbryan3540@gmail.com> Change-Id: Ia644364c8c247694cc435ff207f7acb0095bd6d0
* Themes: Expose Hard coded colors in Quick Settings TilesBryan Owens2015-12-294-5/+11
| | | | | Change-Id: Ic65bbd0e3711721b09a0eb0d05fc47b6f037f938 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Automatic translation importMichael Bestas2015-12-25109-0/+7665
| | | | Change-Id: I96f3c5a41d3c52473c161aaf2c97d821caa99bb9
* Keyguard: Support for external keyguard viewsd34d2015-12-202-0/+12
| | | | 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
* Port over linked volumes from 12.1Adnan Begovic2015-12-185-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement linked volumes and add upgrade path. Change-Id: Ibbeff656fcaaa4a2ff79de530b48b216df271b21 frameworks: read VOLUME_LINK_NOTIFICATION from proper table Change-Id: I15e9caa18f307a51a732c7a59013bbbb234a7477 Signed-off-by: Roman Birg <roman@cyngn.com> (cherry picked from commit 1b7cfa1716017e0d03c9693428c21d8e11c5dc0a) fix Notification volume slider linking Change-Id: I0f74485f5c8c2aa7698cf9ba1c60c2c8c967798d Signed-off-by: Roman Birg <roman@cyngn.com> Improve SeekBarVolumizer behavior with unlinked streams - Fix notification stream enabling at 0 volume - Fix the notification slider being set when moving ringer stream Change-Id: If3705cc833c07f726f8ad7b1ec79a42e86e8ff22 Signed-off-by: Roman Birg <roman@cyngn.com> base: Fix notification sounds for wifi only devices The linking of voice & notification doesn't take into account the fact that a device may not actually have voice capabilities. Whenever checking whether or not to link notification and ring volumes, also verify that the device really is voice capable. Change-Id: Iae49302d3b5934d36b182e289e4975f5dd85b834 frameworks: fix setting up linked notification stream on boot updateStreamVolumeAlias() was previously responsible for checking the linked notification variable and mapping the notification stream, but the setting to read whether the notifications were linked was read in after that method had run which was responsible for linking them. Extract the logic and re-run it again after reading the persisted settings. Change-Id: Ia62bf3ca072def54ec6ebf4f9e865d9c913e3bc4 Signed-off-by: Roman Birg <roman@cyngn.com> fixup volume stream linking - Make the SeekBarVolumizer move notification and ringer streams when linked and moving ringer. - Fix initial state causing volume stream seek bar to be set to 0 initially - Clean up AudioService initialization code Change-Id: Ia11a7a392e5eb3ef862147843e365d5f20eaf90a Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: use new visualizer from ElevenUtkarsh Gupta2015-12-161-13/+23
| | | | | | Change-Id: I4441440868cac71caa32c91a0875f00a630fe596 Signed-off-by: Utkarsh Gupta <utkarsh.eminem@gmail.com> Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI : Add location tile from 12.1Danesh M2015-12-155-3/+105
| | | | Change-Id: I93fd420550d21161e14a817c29103cbdb358f63b
* Cleanup qcom stringsMichael Bestas2015-12-142-20/+16
| | | | Change-Id: I6cda24965c168ecc92e777114e3bfc23e4e3e2dd
* SystemUI : Port LiveDisplay tile from 12.1Danesh M2015-12-147-0/+184
| | | | Change-Id: I2d37b2023dc1a5474cd47cc36709433a5b4fefe5
* SystemUI: Readd AmbientDisplayTile.Adnan Begovic2015-12-143-0/+120
| | | | Change-Id: Ie7b93ba0f87d505206b5d60f193c2234d83d7eac
* Status bar: Add HSPA+ iconsRashed Abdel-Tawab2015-12-123-0/+57
| | | | | | | 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-12591-1301/+20
| | | | | | | | | | | | | | | | 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 : Ensure qs detail item isn't focusableDanesh M2015-12-111-2/+0
| | | | | | This ensures the items are clickable in the detail view Change-Id: I8efb20f317b3a1b51e5a3ade1beb306f7c4addcc
* SystemUI: Fix padding on qs_detail.Adnan Begovic2015-12-111-0/+1
| | | | Change-Id: I07542c6ed4e733e73e09c4def88a29e9951a1fd5
* SystemUi: Readd LockscreenToggleTile.Adnan Begovic2015-12-113-0/+39
| | | | Change-Id: Ib1e627bf5432ce54a9f81a5ba65da7c687c232d6
* base: dynamic tilesJorge Ruesga2015-12-106-0/+183
| | | | | | | | | | | | 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-103-0/+76
| | | | Change-Id: Ife1e7c62d36cddf1dcd17d5538d0e6c8ea27bee3
* SystemUI : Add screen timeout tileDanesh M2015-12-1016-0/+192
| | | | Change-Id: If4f9e86ea25f92f435fd1d443cbe0b23ef4c1fb4
* SystemUI: add USB Tether tileBestPig2015-12-103-0/+51
| | | | | | Drawables by blunden Change-Id: Ic44f2b596fe32152f3f722347a855325c52113c6
* SystemUI: add Profiles tileRoman Birg2015-12-104-0/+96
| | | | Change-Id: I1fe49d44d17060c47fb7d6cf3356ec06c8d9d690
* Added show volume panel tile to QSstofstik2015-12-092-0/+27
| | | | | Change-Id: Ic583c24e304d1edc903127237fc9eb5c7eeb7e4d JIRA: CYAN-6721
* QSBooleanSettingsRow : Add default value attributeDanesh M2015-12-092-0/+3
| | | | | | | Without this, settings might throw NotFoundException and set incorrect defaults Change-Id: Ia7e193d7c8f935cd5e371e3377af7b64ddcb37cc
* QS: add Sync tile (1/2)Altaf-Mahdi2015-12-093-0/+70
| | | | Change-Id: I0c0bb51e736a01661566f1118f955e32eba96063
* SystemUI: Enable three icon switching within QS DND tileMike xdnax2015-12-092-0/+53
| | | | | | | | | | | | | | | | | | | This expands the QS DND tile to use three states instead of two. Java commits by @nicholaschum What this does: - Removes the two states (true/false) clause {? XXX:YYY;} and uses an switch(mZen) instead for the two cases and the default. If in the future, we want to add another tile, just add another case. - Adds two vector drawables originally by Cataclysm dev @atl4ntis, modified and reformatted - this allows for themers to theme this resource as well by adding the two new drawables. PS1: Uses if/elsif/else clause PS2: Update to use switch(mZen) clause Change-Id: If34e225bdc81e944a12ffd764a521de934aca3b3
* SystemUI: add NFC tileRoman Birg2015-12-093-0/+65
| | | | | Change-Id: I884b3492b1d81c39235df1660e4e0e06653abce2 Signed-off-by: Roman Birg <roman@cyngn.com>
* SystemUI: port compass tile to cm-13.0Roman Birg2015-12-094-0/+79
| | | | Change-Id: I4cce9c849a702947c0cf00e3e1293f89c985b9e9
* QSTiles : Switch to sdk constantsDanesh M2015-12-081-5/+0
| | | | Change-Id: I06059611ee943a276e3d3aa050ff8f30e366124f
* SystemUI : Add adb over network tileDanesh M2015-12-083-0/+70
| | | | Change-Id: Ib1fa0c87562ff3a077bf9c7283ce81fc4a8271db
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-0782-54/+270
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 3 Change-Id: I59b9e5a943e0860d43bcfb36ee0e8b8b072412ea
| * Import translations. DO NOT MERGEGeoff Mendal2015-11-022-2/+2
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 25319151 Change-Id: I4170f31d992d23a365c98fe5e799a31ef48f17bd
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-283-4/+4
| | | | | | | | | | Change-Id: If7c4ccf382e85f88a4fac586ca870068d8219974 Auto-generated-cl: translation import
| * Petites fautes.Dan Sandler2015-10-271-2/+2
| | | | | | | | | | Bug: 25308153 Change-Id: I62ffe080e3f36eb685cdc06d8c106d32e18092ed
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-2678-475/+241
| | | | | | | | | | Change-Id: I9bf90d06113d8333bed3eec1c65ed799a785fb63 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-2178-3/+471
| | | | | | | | | | Change-Id: I03353dbedeb1204ce7cd07577257aa070ce19b2f Auto-generated-cl: translation import
| * 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
| * | Merge "Reload content description of KeyButtonView" into mnc-dr-devAdrian Roos2015-10-191-0/+1
| |\ \
| | * | Reload content description of KeyButtonViewAdrian Roos2015-10-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reload the content description whenever the configuration changes. Bug: 24977838 Change-Id: I875f0d83976b7d007a9bb2e56b28ff8fb6365a38
| * | | Import translations. DO NOT MERGEGeoff Mendal2015-10-192-3/+3
| |/ / | | | | | | | | | | | | Change-Id: Ie8f3e950a4c69ad49e6f370b97398b507d488111 Auto-generated-cl: translation import
| * | Import translations. DO NOT MERGEGeoff Mendal2015-10-141-5/+5
| | | | | | | | | | | | | | | Change-Id: Iefcade8293a0fa228423e3eef730910af4a76853 Auto-generated-cl: translation import
| * | Show charging speed in all localesAdrian Roos2015-10-132-29/+0
| | | | | | | | | | | | | | | Bug: 24167496 Change-Id: I3e883eeca002e86d4df30c2b238e18bd63bbddea
| * | Import translations. DO NOT MERGEGeoff Mendal2015-10-122-3/+3
| |/ | | | | | | | | Change-Id: I24c1dbc83857fa0af6a57d0a834fcda1394fd313 Auto-generated-cl: translation import