summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of ↵HEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2017-05-0228-432/+1226
|\ | | | | | | https://github.com/LineageOS/android_frameworks_base into replicant-6.0
| * Automatic translation importAbhisek Devkota2017-04-2821-372/+408
| | | | | | | | Change-Id: Ifeae1515729fc73ba3198e72b3479870092af3c1
| * Automatic translation importAbhisek Devkota2017-02-1911-60/+811
| | | | | | | | Change-Id: I80e32cc003cc9c8707732b27a683e87cdd67375d
| * Use STREAM_RING on non-voice capable devicesLuK13372017-02-111-3/+10
| | | | | | | | | | | | * That's what Google does. Change-Id: Iac88d161eb1dccbbb5c538d5e04d8d1fc43edef2
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2017-02-1120-246/+165
|\ \ | |/ | | | | https://github.com/LineageOS/android_frameworks_base into replicant-6.0
| * Automatic translation importAbhisek Devkota2017-02-031-1/+1
| | | | | | | | Change-Id: Ifa3700c8e74716373712ebb84270eecbc3d94f45
| * Automatic translation importAbhisek Devkota2017-02-025-4/+19
| | | | | | | | Change-Id: Id277710144095d2411baed890eeff40899482491
| * Automatic translation importAbhisek Devkota2017-01-2724-66/+71
| | | | | | | | Change-Id: Ib115f3813214bfffb935cf522d0e31e8c95be4de
| * Revert "Add CM PlatLogo (1/2)"Zhao Wei Liew2016-12-295-200/+3
| | | | | | | | | | | | | | | | As part of the rebrand to LineageOS. This reverts commit aed50cbe3c3dbe175dac695764df586d8dda14c9. Change-Id: I7ee6125f6c8d4ec8e57e5a1673bf2e095a11cb76
| * Merge "Automatic translation import" into cm-13.0Abhisek Devkota2016-12-281-6/+6
| |\
| | * Automatic translation importinky@build012016-12-241-6/+6
| | | | | | | | | | | | | | | Change-Id: Id213522b9303ea0bde8b5620cf88fbdb36414015 Ticket: -
| * | StatusBarIconView: Enable notification icon count by defaultZhao Wei Liew2016-12-231-2/+2
| |/ | | | | | | | | | | This used to be enabled by default in previous releases. Change-Id: I24766bed58d081a0dd4763b9602379ff6435e092
| * Automatic translation importblinky@build012016-12-2218-0/+18
| | | | | | | | | | Change-Id: I251ee7b9d1508a91692a8a8c1ba863730fcf125b Ticket: -
| * Fix "Error parsing XML: not well-formed"Omico2016-12-231-1/+1
| | | | | | | | | | | | frameworks/base/packages/SystemUI/res/values-zh-rTW/cm_strings.xml:65: error: Error parsing XML: not well-formed (invalid token) Change-Id: Ic29b77776c48d4a663656bf6ea40c8c4f0253414
| * Automatic translation importblinky@build012016-12-211-10/+49
| | | | | | | | | | Change-Id: Ic49d5ed34f92ca0298510b6ca8a3a279a0ea6e4d Ticket: -
| * Automatic translation importblinky@build012016-12-181-1/+1
| | | | | | | | | | Change-Id: I7eff0ec212cba24f97f35bddf3310e39b5fd1ce6 Ticket: -
| * Automatic translation importclyde@build012016-12-161-0/+39
| | | | | | | | | | Change-Id: I86e57b89e58d2cf5985e62b8d582f49285c265f3 Ticket: -
| * Automatic translation importpinky@build012016-12-151-1/+1
| | | | | | | | | | Change-Id: I53e8f93c43ddb93433c81d457e9721c0fff07b81 Ticket: -
* | defend against lockscreen brute forcingDaniel Micay2016-12-161-0/+1
| |
* | Revert "Keyguard: switch to cm-specific device provisioned flag"Wolfgang Wiedmeyer2016-12-132-12/+8
| | | | | | | | This reverts commit ab5c226f688080d714f3eee987bd97e13cc348d5.
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2016-12-12339-2517/+26536
|\ \ | |/ | | | | https://github.com/CyanogenMod/android_frameworks_base into replicant-6.0
| * Automatic translation importclyde@build012016-12-041-1/+1
| | | | | | | | | | Change-Id: If3346af7ccc0e84d99d03b1c50f6b9e413d984b7 Ticket: -
| * Automatic translation importinky@build012016-12-024-14/+14
| | | | | | | | | | Change-Id: Ic80541e78c8570809868ce067a5176acb9d6a5a2 Ticket: -
| * Automatic translation importinky@build012016-11-297-106/+20
| | | | | | | | | | Change-Id: I38a02ada64c66994c99ba5aee59a522931227337 Ticket: -
| * SystemUI: Fix possible NPEMichael W2016-11-041-2/+3
| | | | | | | | | | | | | | | | | | isTaskAboveTask() results in an NPE if the caller is null. Wrap with null checks on lauchTargetTask and launchTargetTask.group to prevent this Change-Id: I372ea7744c67ddd11d9731e6bee1858d4dd3318c Reference: BugDumps 20161021-27 L#77
| * Automatic translation importpinky@build012016-09-2711-3/+56
| | | | | | | | | | Change-Id: I77a3c0eb997d6f2aaf9b1add59480c496e55e43d Ticket: -
| * SysUI: Don't set panel bar to null and avoid NPEsd34d2016-09-131-10/+0
| | | | | | | | | | | | | | | | | | | | | | This patch removes the onDetachedFromWindow method introduced in change Ieaec759e4378a9a7701e6fba46ed33464caaee0a. It is not necessary to set the panel bar to null in the PanelViews or the PanelHolder in order for these objects to be GC'ed when recreating the status bar after a theme change or a user switch. Change-Id: I67f1e8289d04df2f5daefdb206030d7f0404d714 TICKET: HAM-1551
| * Automatic translation importclyde@build012016-09-107-0/+7
| | | | | | | | | | Change-Id: If9c84ea2b755526e568189ea3439a6802398c50f Ticket: -
| * PhoneWindowManager: set focus flags on keyguard panelsRoman Birg2016-09-082-0/+39
| | | | | | | | | | | | | | Ticket: CYNGNOS-3251 Change-Id: I394514335bdaeafdc7b89918ece1fe3d2794647f Signed-off-by: Roman Birg <roman@cyngn.com>
| * Automatic translation importclyde@build012016-09-065-4/+7
| | | | | | | | | | Change-Id: I4ba7d41862a729eaa6034b5e1285fd08b959b05b Ticket: -
| * Automatic translation importpinky@build012016-08-2713-62/+1842
| | | | | | | | | | Change-Id: If7eac9a9fa7e145c9d35ece91a8ccab33601a1ca Ticket: -
| * SystemUI: Don't pad when config_showScreenOnLockScreenHints is falseMatthias Yzusqui2016-08-263-4/+9
| | | | | | | | | | | | | | | | | | | | When the overlay is false the 'down' indicator is unused and there- fore no padding for text alignment is needed. Also use the overlay to disable the up-arrow indicator, thus return- ing to the old lockscreen layout. Change-Id: I542109686778e081c1883885287de0d5380578a2
| * SystemUI: Fix build without jackartefvck2016-08-161-0/+2
| | | | | | | | Change-Id: Ie2249610e3a46c57e0d2bef629d5d4eaeb26fcdb
| * Automatic translation importblinky@build012016-08-133-0/+6
| | | | | | | | | | Change-Id: I599894bfd30ff9d78253482981737fc8a440a826 Ticket: -
| * Fix slow anim when using a gesture to open status bar pulldownDave Kover2016-08-131-1/+1
| | | | | | | | | | | | | | | | | | When using a custom launcher, like Nova, it is possible to set a gesture to open the status bar pulldown. It does not open at the same speed as when using a finder to pull down from the top of the screen at the status bar. This fixes that. Change-Id: If3f14f14ef5ed4f14495472d0335cb11d743a5a1
| * Automatic translation importblinky@build012016-08-084-0/+12
| | | | | | | | | | Change-Id: I2ffd5b1ee1b0a1645d07dd008b87cf13899adda8 Ticket: -
| * SystemUI: Display bluetooth battery status when availableGavin Ni2016-08-046-1/+199
| | | | | | | | Change-Id: I659e6270058d02fdd894b8242a6375b1a13237df
| * SysUI: Add theme manager permissiond34d2016-08-021-0/+3
| | | | | | | | Change-Id: I9b51088e6b0e1382f9a55d7478cf75f366440b20
| * SystemUI: avoid null tile creationRoman Birg2016-08-011-3/+5
| | | | | | | | | | | | | | Don't add a tile spec if creation throws an exception. Change-Id: I0625caef1cd4060bcc59aae2bf433d2b38512e0d Signed-off-by: Roman Birg <roman@cyngn.com>
| * Automatic translation importinky@build012016-07-312-0/+6
| | | | | | | | | | Change-Id: If94b94025583803e28c7c4781ea0729288df5687 Ticket: -
| * Automatic translation importinky@build012016-07-281-0/+3
| | | | | | | | | | Change-Id: Ida0b4b6586629f354fb4c15e6076857ab52a30f2 Ticket: -
| * SysUI: Define config for showing screen on hintsd34d2016-07-282-1/+8
| | | | | | | | | | | | If you want it, enable the config otherwise stay calm and carry on. Change-Id: I057443dc289098dad21775f941e13903881c6832
| * Automatic translation importclyde@build012016-07-272-0/+4
| | | | | | | | | | Change-Id: I3b7233d6b758ea41777d0ca7c52de77ee173b292 Ticket: -
| * Automatic translation importinky@build012016-07-262-7/+7
| | | | | | | | | | Change-Id: I7bba9c1b036597cc4bc410de1245c7bf63351d42 Ticket: -
| * Automatic translation importblinky@build012016-07-252-0/+6
| | | | | | | | | | Change-Id: Ifbfe7b59679bf3705e17f27d1998d89ccaa4d462 Ticket: -
| * SystemUI : Initialize state linked volumeDanesh M2016-07-251-0/+1
| | | | | | | | | | | | Otherwise false is what it defaults to and only updates on state changes. Change-Id: I55503e930882acec1fe141de48fbb1094d21ba3c
| * Automatic translation importblinky@build012016-07-256-0/+19
| | | | | | | | | | Change-Id: I3251150a3235855115a29e13578f0c2c5facfd80 Ticket: -
| * SystemUI: don't automatically disable compass tileRoman Birg2016-07-251-5/+6
| | | | | | | | | | | | | | | | | | Persist the user state until they disable it. Ticket: CYNGNOS-3135 Change-Id: I9956f78419e94cc63b6a6ecabd28075a32192c2a Signed-off-by: Roman Birg <roman@cyngn.com>
| * SysUI: Show hints if showing keyguard and provisionedd34d2016-07-221-3/+9
| | | | | | | | | | Change-Id: Ifd8923e7eabc7b8fd9186dbf757272dec3a1a8b1 TICKET: NIGHTLIES-3199 NIGHTLIES-3202 NIGHTLIES-3204
| * SysUI: Add first time use lock screen hintsd34d2016-07-2112-9/+541
| | | | | | | | | | | | | | | | | | This adds a set of hints that will be displayed on the keyguard when the screen is turned on. Each of the hints provides the user with a hint on how to interact with the lock screen. Once the user has performed the hinted action the hint should not be shown again. Change-Id: I438316cbf7a01c3f215330a5ca1aed5b78ab3fdc