summaryrefslogtreecommitdiffstats
path: root/core/res
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importblinky@build012016-12-181-1/+1
| | | | | Change-Id: I7eff0ec212cba24f97f35bddf3310e39b5fd1ce6 Ticket: -
* Automatic translation importclyde@build012016-12-161-0/+23
| | | | | Change-Id: I86e57b89e58d2cf5985e62b8d582f49285c265f3 Ticket: -
* Automatic translation importpinky@build012016-12-151-1/+1
| | | | | Change-Id: I53e8f93c43ddb93433c81d457e9721c0fff07b81 Ticket: -
* Automatic translation importinky@build012016-12-022-2/+2
| | | | | Change-Id: Ic80541e78c8570809868ce067a5176acb9d6a5a2 Ticket: -
* Automatic translation importinky@build012016-11-292-94/+1
| | | | | Change-Id: I38a02ada64c66994c99ba5aee59a522931227337 Ticket: -
* frameworks/base: Addition of Changes for ZeroBalance featurePragnya Paramita2016-11-102-0/+10
| | | | | | | | | | | | | | | | --Addition of code to receive broadcast from ZeroBalanceHelper application for executing command to write block/unblock rule to Iptable. --Addition of ZeroBalanceHelper file to be accesible by other modules to notify ZeroBalanceHelper application about update on change of SIM balance. --Addition of rule to allow browser uid when rest all applications are in blocked state. --Addition of feature flag to control the zerobalance feature. CRs-Fixed: 927258 Change-Id: Ifdf4c46fd63ab78193047a9bc8b62bf41065a665
* NotificationManager: Concentrate LED light capabilities at a single locationRicardo Cerqueira2016-11-102-0/+26
| | | | | | | | | | | | | We had(have) a bunch of individual boolean toggles for various LED behaviors and combinations, which end up getting used as a similarly sprawling bunch of getResource() calls across various locations. And they keep piling up... So... create a new overlayable array of LED capabilities (config_deviceLightCapabilities) where we can throw everything (and expand in the future). Also, create a helper to abstract usage of the old (multi-resource) and new (single resource array) formats to avoid breaking any deployed devices. Change-Id: I7d627914b058861048071fc15776031c4152157f
* Automatic translation importpinky@build012016-09-272-121/+59
| | | | | Change-Id: I77a3c0eb997d6f2aaf9b1add59480c496e55e43d Ticket: -
* Automatic translation importclyde@build012016-09-061-1/+1
| | | | | Change-Id: I4ba7d41862a729eaa6034b5e1285fd08b959b05b Ticket: -
* Automatic translation importpinky@build012016-08-278-21/+5135
| | | | | Change-Id: If7eac9a9fa7e145c9d35ece91a8ccab33601a1ca Ticket: -
* Themes: Give power dialogs own set of volume icons for themesBryan Owens2016-08-265-4/+80
| | | | | Change-Id: Ica874be3be89f12b6ecea444d442706bc1fd91ba Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Automatic translation importblinky@build012016-08-132-5/+7
| | | | | Change-Id: I599894bfd30ff9d78253482981737fc8a440a826 Ticket: -
* Automatic translation importblinky@build012016-08-081-4/+4
| | | | | Change-Id: I2ffd5b1ee1b0a1645d07dd008b87cf13899adda8 Ticket: -
* Themes: Add permission to themes protected broadcastsd34d2016-08-021-2/+5
| | | | Change-Id: I3c9d347a3165434a955407e5d0509b54a0d918e1
* Merge tag 'android-6.0.1_r61' into HEADJessica Wagantall2016-08-021-0/+8
|\ | | | | | | | | | | Android 6.0.1 Release 61 (MOB30Z) Change-Id: Ib003ccb606e0d77209291b757ea36399d3b65814
| * Reduce shell power over user management.Sudheer Shanka2016-06-241-0/+8
| | | | | | | | | | | | | | | | Remove MANAGE_USERS permission from shell and whitelist it for some specific functionality. Bug: 29189712 Change-Id: Ifb37448c091af91991964511e3efb1bb4dea1ff3
* | Automatic translation importinky@build012016-07-221-3/+3
| | | | | | | | | | Change-Id: I6e9839888dbd859b6691112bd2b217f82b603e1c Ticket: -
* | PackageManager: make protected-broadcasts permission awareRoman Birg2016-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extends the <protected-broadcast> mechanism to allow protecting actions based on a permission for system apps. For instance: <protected-broadcast android:name="ACTION_A" android:permission="PERMISSION_X" /> will restrict intents with action "ACTION_A" to be only sent with apps holding the "PERMISSION_X" permission. Note that system UIDs will bypass the permission check and always be allowed, just like the normal protected-broadcast mechanism. You must still be a system application to delcare a protected broadcast. Change-Id: Id25cffd233d400800dcb5249c5f487134e1b4152 Signed-off-by: Roman Birg <roman@cyngn.com>
* | Automatic translation importpinky@build012016-07-192-1/+2
| | | | | | | | | | Change-Id: Id6a830b775d7a32c8d00a9a30e441f781d1fbe95 Ticket: -
* | Automatic translation importinky@build012016-07-152-1/+22
| | | | | | | | | | Change-Id: Iaf2d46f67d3b9ea9f8acf7293df7c98fb53156cf Ticket: -
* | Automatic translation importclyde@build012016-07-112-2/+2
| | | | | | | | | | Change-Id: Ia5826d42a5a84f3ef604545fb537ce2c5d791809 Ticket: -
* | Automatic translation importblinky@build012016-07-051-0/+5
| | | | | | | | Change-Id: Ia66a72254e86b00e1cd98e6a6d775fa76066e3b6
* | Wifi: Make maximum selective channel scans and interval configurableNalla Kartheek2016-07-022-0/+8
| | | | | | | | | | | | | | | | The change makes max initial scans on selective channels and initial saved channel scan interval configurable. Change-Id: I61a9c0b203dca879c1420886d06659a277a7ed99 CRs-Fixed: 909098
* | wifi: Enable WiFi IpReachabilityMonitor by defaultZdrowy Gosciu2016-06-231-1/+1
| | | | | | | | | | Change-Id: I7e604659a220b0fa26373dc8191053d7f9d5c8cb Signed-off-by: Zdrowy Gosciu <ZdrowyGosciu+GITHUB@gmail.com>
* | Automatic translation importinky@build012016-06-173-2/+123
| | | | | | | | Change-Id: Id9b2d5014436ab0eaf7ea0125d23e7caba75db8d
* | Themes: Expose Power DialogsBryan Owens2016-06-142-0/+7
| | | | | | | | | | | | | | | | This will give themes the ability to invert the three power dialogs without editing a main resource Change-Id: Ibeab94add8ce8c18955576dc49c441883feb18d6 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* | SystemUI: Add support for persistent usb drive notification.Adnan Begovic2016-06-062-0/+6
| | | | | | | | | | | | | | This option can be enabled via config_persistUsbDriveNotification Change-Id: I331a759aeb914e46e3ef4842896d3465d894707a TICKET: PAELLA-225
* | Automatic translation importJessica Wagantall2016-05-261-1/+1
| | | | | | | | | | Change-Id: I3dba99296950c90cdb4e7cb80f6874332bfb96a1 Ticket: RM-214
* | fw: Repurpose PREVENT_POWER_KEY for preventing multiple system keys.Adnan Begovic2016-05-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | Allows applications like camera, and various testing applications, to intercept certain system keys to verify behavior or leverage it in creative ways. Limited to signature/privileged. Change-Id: Iacd8735af2aabafbf1fc062d8c565b7102dc6865 TICKET: FEIJ-522
* | Automatic translation importAbhisek Devkota2016-05-172-4/+57
| | | | | | | | Change-Id: I3e905d33baa25bbbccffeb48dab1a53a22f6bc3a
* | Automatic translation importAbhisek Devkota2016-05-142-1/+129
| | | | | | | | Change-Id: I3d1a3f5e5b488776048d0dbaac757ffb1e2f8e7b
* | Automatic translation importAbhisek Devkota2016-05-101-0/+7
| | | | | | | | | | Change-Id: I6cae41da852faffb9a82b0f5a92bcd179879d6ba Ticket: RM-232
* | Automatic translation importMichael Bestas2016-05-104-0/+21
| | | | | | | | Change-Id: I1fc549efac54f6f67ac9384eaebbddf723f30192
* | Themes: Expose manifest styles for framework activitiesBryan Owens2016-05-052-8/+37
| | | | | | | | | | | | | | | | This patch creates separate themes for the various activities found in the framework allowing for different styles for each. Change-Id: I2035bdda83e00c04e67325e9ce855b014b2950ec Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* | Revert "Themes: Expose manifest styles for themes"Clark Scheff2016-05-052-45/+8
| | | | | | | | | | | | This reverts commit 62e6a40dde762251e1f26c43fff319673df54722. Change-Id: Ibd05eef61176fc64ad0732a9c929e1dfa7e11912
* | Themes: Expose manifest styles for themesBryan Owens2016-05-052-8/+45
| | | | | | | | | | Change-Id: I5c706654538a435738419f69d4909d205d26abb8 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* | Automatic translation importMichael Bestas2016-04-164-1/+1821
| | | | | | | | Change-Id: Ib87e41106982b159d249ebbe0653e569f9c7b454
* | livedisplay: Moving LiveDisplay to CMSDKSteve Kondik2016-04-1398-801/+0
| | | | | | | | | | | | | | * Remove all LiveDisplay-related code from the framework, and update the QS tile for the new API. Change-Id: I41c04a254afa91c0ed26c050362b63049d489fba
* | Automatic translation importMichael Bestas2016-04-068-38/+1746
| | | | | | | | Change-Id: I3849e73aee18720b20529d406c7657c0a0cee320
* | Revert "PhoneWindowManager: Add window animations for LLS"Markus Menzel2016-04-012-1/+0
| | | | | | | | | | | | This reverts commit 7699100fa82f4b61871f90a9c381ea292b8d3a08. Change-Id: Ic4ccc3b03099413e5d879d92a7b7e20444a5371e
* | PhoneWindowManager: Add window animations for LLSd34d2016-03-312-0/+1
| | | | | | | | Change-Id: I671c8e91eb16ed672402b200dd08276559f2116b
* | Automatic translation importMichael Bestas2016-03-2812-128/+3315
| | | | | | | | Change-Id: Ib371d8f862dced4aa36cfe076f876e9ae4bd62c2
* | Automatic translation importMichael Bestas2016-03-18106-133/+28009
| | | | | | | | Change-Id: I4af2a6a904e9229b261e95818f716d6b5708a6f4
* | fw: Move externalCMServices declaration to external res package.Adnan Begovic2016-03-152-6/+0
| | | | | | | | Change-Id: I2bf53090a7276ecd2971036ad9ff60993bae5b82
* | Merge branch 'dr15' into cm-13.0Steve Kondik2016-03-12265-1101/+4120
|\ \
| * \ Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-11265-1101/+4120
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-01-1878-0/+2496
| | | | | | | | | | | | | | | | | | | | Change-Id: I0ff7336ca90107f45266090de0ffc634daa54722 Auto-generated-cl: translation import
| | * | Allow turning off Wi-Fi when emergency call is made [DO NOT MERGE]Vinit Deshpande2016-01-132-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 24147407 Change-Id: Ia07b8bc4ccbdaeea18ed22fbfcf813f71ddfa7dc
| | * | Add WiFi Calling overlays for T-Mobile's MCCMNCsPavel Zhamaitsiak2016-01-1312-0/+456
| | | | | | | | | | | | | | | | | | | | Bug: 26024279 Change-Id: I71920fc45dec3e4fe5a3f4e349ff1ba3df703000
| | * | Merge "Defines task to front/back animations in styles_micro." into cw-e-devGus Prevas2015-12-291-0/+4
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am: 1d3bac82b3 * commit '1d3bac82b3bc59fd7225a3c27b32db2fc90b0308': Defines task to front/back animations in styles_micro.