summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Format the template using HTML tags.Philip P. Moltmann2016-05-231-1/+1
| | | | | | | Manual formatting is to complicated to do. Fixes: 28852429 Change-Id: Ibab723b82a2b14ad94a3038dffccc96f86ba8ee4
* Fix misleading uninstall message for managed profilesFyodor Kupolov2016-04-181-3/+8
| | | | | | | | | | | | The message now depends on the state of mAllUsers flag in UninstallAppProgress activity: - This app is required for some users or profiles and was uninstalled for others (if mAllUsers==true) - This app is needed for your work profile and can't be uninstalled (if mAllUsers==false) Bug: 28240714 Change-Id: Ia060aebd112d3e4c5fcaee02a777140f085abf87
* Merge "Adding help link to apps permissions page" into nyc-devSuprabh Shukla2016-04-081-0/+3
|\
| * Adding help link to apps permissions pageSuprabh Shukla2016-04-071-0/+3
| | | | | | | | | | | | | | | | Added a menu item to link for the help center article for app permissions. Bug: b/22096093 Change-Id: Ic810bbcc64b20ab6ee21140f0bb3ea055c10813a
* | Merge "Make side-load install path material design-y" into nyc-devPhilip P. Moltmann2016-04-081-1/+20
|\ \
| * | Make side-load install path material design-yPhilip P. Moltmann2016-04-071-1/+20
| |/ | | | | | | | | Bug: 26932948 Change-Id: Ic8bcec523fc6cd0db847a4575724fbe465e65c5d
* / Remove dialog titles from simple package installer dialogs.Philip P. Moltmann2016-04-081-8/+1
|/ | | | | | | | | | | | - Checked the wording of the content of the dialogs and I think the title does not add any information. Design guidelines discourage dialog titles. - Removed unused dialog type - Removed now unused strings - Spell corrected a string Bug: 5526317 Change-Id: I7d125d92ef3a2fb3fd6fd402af8d2422c0d8b869
* Increase char limit for uninstall_blocked_profile_ownerFyodor Kupolov2016-03-251-1/+1
| | | | | Bug: 27821740 Change-Id: Ib3407f1968b432a1820f1e955c8c4e7a737943f2
* Merge "Update deny button in permission warning dialogs" into nyc-devSvetoslav Ganov2016-03-231-1/+4
|\
| * Update deny button in permission warning dialogsSvet Ganov2016-03-221-1/+4
| | | | | | | | | | | | bug:23899558 Change-Id: I37bf080d54fc4fff5dfcc9f8240b95c82fed56d2
* | Added "Manage users" buttonFyodor Kupolov2016-03-221-2/+6
| | | | | | | | | | | | | | Show "Manage users" button when a secondary user is blocking the uninstall. Bug: 24616123 Change-Id: I61f1d9814dccc9f9e8acbce97d8ef681f5ec8944
* | Tweak strings when uninstalling updatesAmith Yamasani2016-03-091-1/+2
| | | | | | | | | | | | | | Inform about data deletion and also about other users. Bug: 26694521 Change-Id: Ib1ab8ca58e111cfbad6895f296e567e289ce34d8
* | Merge "Support app install from a content URI" into nyc-devSvetoslav Ganov2016-03-061-0/+6
|\ \
| * | Support app install from a content URISvet Ganov2016-03-051-0/+6
| | | | | | | | | | | | | | | | | | bug:24079113 Change-Id: Ide1aa1667370f6b8d00ff269ef28992589656e9a
* | | Merge "Fix confirm button text when revoking special permissons" into nyc-devSvetoslav Ganov2016-03-021-1/+1
|\ \ \ | | |/ | |/|
| * | Fix confirm button text when revoking special permissonsSvet Ganov2016-03-021-1/+1
| |/ | | | | | | | | | | bug:23899558 Change-Id: Ic40994d5a74f726d0a7bc5f0f476b62f114fd18f
* | Fix buildSvetoslav Ganov2016-03-011-1/+1
| | | | | | | | Change-Id: Ia8ad80e9e31862397d7f532cd2998bd246cd40c0
* | Rename don't ask again button per UX specSvetoslav Ganov2016-03-011-1/+1
|/ | | | | | bug:23719904 Change-Id: I48b1ea8c50d0d1695254d6c8f96008a0ec59c343
* resolve merge conflicts of 9199155a7f to master.Svetoslav Ganov2016-01-201-0/+3
|\ | | | | | | Change-Id: I325541269f5a0f7c1fde7a57042543e769bed218
| * Make the permission request dialog's layout robustSvetoslav Ganov2016-01-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old implementation was relying on a fixed window size where the content is positioned by a custom layout manager. It is possible however that subsequent permissions requests do not fit in the window as its size is computed based on the content of the first permissions request. There were also cases where the content is chopped after a rotation as the dialog size width was not re-evaluated while it should be. Further, animation from one permission request state to another was not properly done resulting in content being chopped off in some cases. The current approach is to have a dialog width for the content activity but the height is as tall as the screen allowing us to fit arbitrary large permission request content. Also we are resetting the fixed width on a configuration change so the dialog is robust to adjust size as needed. bug:24679384 bug:25755378 Change-Id: I4d23f81d8e59ce23bf9a27155ebb5ec6e2e6752c (cherry picked from commit c6dc4bb52b07886346b02b326c5c32a8299ed73e)
| * Merge "Use PackageInstaller.Session"Todd Kennedy2016-01-081-32/+18
| |\ | | | | | | | | | | | | | | | | | | am: f7103de0e2 * commit 'f7103de0e2f7beaf5792486f375ab6cab3c13c88': Use PackageInstaller.Session
| | * Use PackageInstaller.SessionTodd Kennedy2016-01-071-32/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | We've been using the deprecated package manager installation methods. Replace those with the PackageInstaller.Session installation mechanism. Bug: 22282121 Change-Id: I34aefcbae2703c400a7ed35780f61713992b7181
* | | Add some things missing in the previous CL.Svet Ganov2015-12-011-0/+3
| | | | | | | | | | | | Change-Id: I17ae37d84c0d78bcfcaa848efb17f46c7f7c915a
* | | Add optional permission review for legacy apps - installerSvet Ganov2015-12-012-4/+34
| | | | | | | | | | | | Change-Id: Ifc88b2fa259d2d22bea6b5500cded2714ad4da85
* | | resolve merge conflicts of 56ac33bf1e to master.Svetoslav2015-11-203-58/+14
|\| | | | | | | | | | | Change-Id: I1439964d551cdc6b829fc99edd8b2c138dc1abf5
| * | resolve merge conflicts of c10abb25f3 to cw-e-dev.Svetoslav2015-11-203-58/+14
| |/ | | | | | | Change-Id: I3fe38a9ac62466b38efec834dceb712d2782c518
* | Use DeviceDefault themeJason Monk2015-11-101-1/+1
| | | | | | | | Change-Id: Ie5d38f7a1d95634fdbafd444256c745ee50ae571
* | am 5fe06be5: am 50728943: am 12c698b4: Merge "Block Install Intent for Wear ↵Vinod Krishnan2015-10-011-0/+5
|\| | | | | | | | | | | | | devices" into cw-e-dev * commit '5fe06be584a0f5039a973f3370cf0875bb6ec002': Block Install Intent for Wear devices
| * Block Install Intent for Wear devicesVinod Krishnan2015-09-281-0/+5
| | | | | | | | | | | | | | | | | | | | - We did not support this feature on Android Wear before - The impact is unknown. For example, the Setting for UNKNOWN_SOURCES is not implemented in Android Wear Settings App. Bug: 24336381 Change-Id: I0fb4006d4769291c872e8f21407383a7c4a77b93
* | Use PackageInstaller.SessionTodd Kennedy2015-09-301-32/+18
| | | | | | | | | | | | | | | | | | We've been using the deprecated package manager installation methods. Replace those with the PackageInstaller.Session installation mechanism. Bug: 22282121 Change-Id: I34aefcbae2703c400a7ed35780f61713992b7181
* | Fixing the build.Ian Pedowitz2015-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | Looks like Theme.DeviceDefault.Light.Dialog.NoActionBar was defined in API 14, and N defines Theme.Material.DayNight.Dialog.NoActionBar. Looking at styles.xml, its using Theme.DeviceDefault.Light.* so will use that here Change-Id: I5b8cc5cf82538fc4d31820d112817231b695b9cd
* | resolved conflicts for merge of 4941304f to masterBart Sears2015-08-072-3/+3
|\| | | | | | | Change-Id: I4c7249a1d38793248e16682b49dce70ad2cba408
| * Merge "Show warning when touches are being blocked by overlays" into mnc-devJason Monk2015-08-072-3/+3
| |\
| | * Show warning when touches are being blocked by overlaysJason Monk2015-08-072-3/+3
| | | | | | | | | | | | | | | Bug: 22317719 Change-Id: I5f6526bcce382ae6fabe32d3f8842567d8dc8701
* | | am edd51396: am 9845cb89: am 778f7d54: am 60115205: am 51fc8c6e: Merge "Fix ↵Jason Monk2015-08-071-1/+1
|\| | | | | | | | | | | | | | | | | | | | string %d insertions" into mnc-dev * commit 'edd51396440443db0c091cb89f8abc80d9b39a0e': Fix string %d insertions
| * | Fix string %d insertionsJason Monk2015-08-071-1/+1
| |/ | | | | | | | | | | | | They need an order Bug: 22997094 Change-Id: I6ecaf827df60e7ce4b7c2ce59adaf7cf059ae218
* | am 2cca716b: am e163f18f: am 9e129914: am 8432af0c: am cea90ebd: Add strings ↵Svetoslav2015-08-051-5/+12
|\| | | | | | | | | | | | | for the screen overlay warning * commit '2cca716b6a4d28972b9297ac0706062dbae7f7e7': Add strings for the screen overlay warning
| * Add strings for the screen overlay warningSvetoslav2015-08-041-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | We do not allow interaction with the permissions UI if it is covered by screen overlay to prevent UI redressing attacks. This change adds the strings for the warning dialog we show if there is an overlay when the user tries to interact with the permissions UI. bug:22317719 Change-Id: Ibaa04b89b52757275dc08f228e3bf496606409fb
* | am fb24901f: am 389c30c5: am c5706322: am 53481e2c: am 7741e471: Merge "Add ↵Jason Monk2015-07-291-0/+6
|\| | | | | | | | | | | | | string for screen overlay warning." into mnc-dev * commit 'fb24901f0e9cb8e7b061ed21736c69d894cf1753': Add string for screen overlay warning.
| * Add string for screen overlay warning.Jason Monk2015-07-291-0/+6
| | | | | | | | | | | | | | Implementation to come later. Bug: 22317719 Change-Id: I71c00699db133277068d54614de3db5423af4d23
* | am 7e83ec77: am 8cee73b1: am 9c952ae1: am 50c7b52d: am 4bb2c78d: Merge ↵Svet Ganov2015-07-171-6/+0
|\| | | | | | | | | | | | | "Remove the obsolete \'show legacy\' option from permission screens" into mnc-dev * commit '7e83ec77ba2334b79423d876e4ee4ea049d022a3': Remove the obsolete 'show legacy' option from permission screens
| * Remove the obsolete 'show legacy' option from permission screensSvet Ganov2015-07-161-6/+0
| | | | | | | | | | | | bug:22523221 Change-Id: I09b605c7689c7402942c02a2639f1f28c7ee0c54
* | am e9c11f88: am 5df7e6ee: am 3b0e5559: am ead6d1b9: am b11175de: Properly ↵Svet Ganov2015-07-141-0/+3
|\| | | | | | | | | | | | | label the permission request activity for accessibility * commit 'e9c11f885ae51240a34be3cf35b2288e5d41bddb': Properly label the permission request activity for accessibility
| * Properly label the permission request activity for accessibilitySvet Ganov2015-07-101-0/+3
| | | | | | | | | | | | bug:22129341 Change-Id: Ic296e44419388aff5d8b8e03c5c800364b44e44b
* | am 9dac6390: am d045b7a3: am c1324cf3: am f80e0f06: am 5349ac88: Merge "Add ↵Jason Monk2015-07-092-0/+10
|\| | | | | | | | | | | | | all permissions screen" into mnc-dev * commit '9dac63903713928e7bab2817e972862cb03df993': Add all permissions screen
| * Merge "Add all permissions screen" into mnc-devJason Monk2015-07-092-0/+10
| |\
| | * Add all permissions screenJason Monk2015-07-082-0/+10
| | | | | | | | | | | | | | | Bug: 21268041 Change-Id: I51674ffbd252bf4585a992f8cc9e43973ce43512
* | | am 4cee5878: am e3893937: am bd3e4414: am 3b03a172: am 7baf9db8: Merge "Make ↵Jason Monk2015-07-081-1/+4
|\| | | | | | | | | | | | | | | | | | | | "1 more" a plurals for translation purposes" into mnc-dev * commit '4cee58786cc6facf6a90ade7c4bc578aec05249c': Make "1 more" a plurals for translation purposes
| * | Merge "Make "1 more" a plurals for translation purposes" into mnc-devJason Monk2015-07-081-1/+4
| |\ \ | | |/ | |/|
| | * Make "1 more" a plurals for translation purposesJason Monk2015-07-071-1/+4
| | | | | | | | | | | | | | | Bug: 22229652 Change-Id: Id0a142eddfe1e3dda5d5910196dce138484a7a7d