summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'android-10.0.0_r37' into ↵lineage-17.1Kevin F. Haggerty2020-06-0124-169/+50
|\ | | | | | | | | | | | | | | | | | | | | | | | | staging/lineage-17.1_merge-android-10.0.0_r37 Android 10.0.0 Release 37 (QQ3A.200605.001) * tag 'android-10.0.0_r37': Import translations. DO NOT MERGE DO NOT MERGE: Chassify PermissionController Import translations. DO NOT MERGE Change-Id: I9d0c14dc1562c68a53f8cafe01024f244c7ba8b2
| * Import translations. DO NOT MERGEBill Yi2020-03-2020-45/+45
| | | | | | | | | | Auto-generated-cl: translation import Change-Id: I01027c32c8666e6f3153d735722e3fce5263a927
| * DO NOT MERGE: Chassify PermissionControllerCole Faust2020-03-134-120/+1
| | | | | | | | | | | | | | | | | | | | | | This was chassified in P, but never made it's way to Q because it was renamed from PackageInstaller -> PermissionController Not using baselayouts yet. Fixes: 151254284 Test: Manually Change-Id: Ia489787a89b076722c540a19521a344b71816a31
| * Import translations. DO NOT MERGEBill Yi2020-01-123-4/+4
| | | | | | | | | | Change-Id: I51baf91ec9e6e777ac2310d1751f84a36abfe7a9 Auto-generated-cl: translation import
* | Automatic translation importMichael Bestas2020-04-231-1/+309
| | | | | | | | Change-Id: I64932f7be7310b1041db347dacfd9147811e76de
* | Merge tag 'android-10.0.0_r31' into lineage-17.1-android-10.0.0_r31Luca Stefani2020-03-07255-24414/+24414
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android 10.0.0 release 31 * tag 'android-10.0.0_r31': Revert "DO NOT MERGE Set module versions to 299900000 Dev branch..." Import translations. DO NOT MERGE Remove permission usage from settings search Import translations. DO NOT MERGE Import translations. DO NOT MERGE Import translations. DO NOT MERGE Always copy file before parsing it for installing DO NOT MERGE Set module versions to 299900000 Dev branch modules need to have a super high version code so that they can be sideloaded on any device running any version of modules. [DO NOT MERGE] Grant all access_media_location permission Update PermissionChecker usages to avoid unnecessary attribution. Keep "None" set for assistant upon device upgrade. Fix crash when role data isn't loaded after restoring state. add java_api_finder plugin to mainline module PermissionController to generate java APIs used by PermissionController. Change-Id: Ie5962d1e418b1bdd9cbc997a00234dcf91a50029
| * Import translations. DO NOT MERGEBill Yi2019-12-223-3/+3
| | | | | | | | | | Change-Id: I5b0157f86e869676488493233ab144334239044b Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBill Yi2019-12-021-2/+2
| | | | | | | | | | Change-Id: I168ec6b2ee12cdb9fad96e5e3c329822f0aaf8f8 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBill Yi2019-11-25255-24416/+24416
| | | | | | | | | | Change-Id: If238052a1a028f37a172eddb01dcc64b370c8875 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEBill Yi2019-11-0940-82/+82
| | | | | | | | | | Change-Id: I05523f884507065a210e77c3383c01681868bb3d Auto-generated-cl: translation import
* | Automatic translation importMichael Bestas2020-01-271-0/+34
|/ | | | Change-Id: I298d047af4fcc684c382e87cae4fc4b79ebde9f0
* Import translations. DO NOT MERGEBill Yi2019-09-2710-12/+12
| | | | | Change-Id: Ib5fa114958e95e681fd5c23a09a8927829c72272 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-09-142-4/+4
| | | | | Change-Id: I22ed63fa6dd2d84b4e5226bc4c1e1afe7dc060d2 Auto-generated-cl: translation import
* Import translations. DO NOT MERGEBill Yi2019-09-032-5/+5
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I309d921f7ba7947821a251bb53cd5ed2d7403ad9
* Import translations. DO NOT MERGEBill Yi2019-08-1012-80/+80
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I2240ecdc42ce11d4806f7acf8ee8c1847517e0c5
* Import translations. DO NOT MERGEBill Yi2019-07-153-4/+4
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I86487610cca4a1d5a52fa63364a9be93571dccef
* Fix request role dialog navigation bar color.Hai Zhang2019-07-011-0/+3
| | | | | | | | | The dialog has a dim background so we need to remove navigation bar divider and turn off light status/navigation bar. Bug: 136502675 Test: manual Change-Id: If2e08422dc46b0f262d320a04f6312367775a1c4
* Import translations. DO NOT MERGEBill Yi2019-06-245-26/+26
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I89025395520e4979e13f2580cb5681cc36425292
* Fix request role dialog buttons missing with too many items.Hai Zhang2019-06-203-6/+22
| | | | | | | | | | | | | | | | | | The "don't ask again" check box was added as a custom view to the alert dialog, and because we were using the list view in content panel at the same time, AlertDialogLayout refuses to handle layout with its special logic when both panels are used, and causes list view to take up all the space with no space left for button bar. This can happen for any device in landscape mode if there are a lot of candidate apps. This CL uses a custom list view inside the custom view added to the alert dialog, so that AlertController will hide the content panel. This way AlertDialogLayout will only see the custom panel and layout properly. Fixes: 135549535 Test: manual && atest RoleManagerTest Change-Id: I9e376279f10e8258f531ab27349c8cfb80d6f575
* Add help links to overlayableEvan Severson2019-06-141-0/+6
| | | | | | Test: make installclean && make -j && vendor/google/tools/flashall -w Bug: 132617220 Change-Id: I64a875741bcedb4da3b2d08b050848370b5439ab
* Import translations. DO NOT MERGEBill Yi2019-06-072-2/+2
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Ia9f842448a8fdabec77003f120884b79537d9efa
* Import translations. DO NOT MERGEBill Yi2019-06-042-2/+2
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: If5a40cc7b12e42392cdcfc300fd82cafced19e40
* Import translations. DO NOT MERGEBill Yi2019-06-0171-7078/+4909
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I4d35ffa25ed259971c469cef707c5de39668e782
* Import translations. DO NOT MERGEBill Yi2019-05-264-404/+272
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I5753feefdab96524c54046eaff4b4b9eec419886
* Import translations. DO NOT MERGEBill Yi2019-05-25254-7495/+4560
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I9e5e78b46ecab18bae81fa3665c6eee989c54c92
* Merge "Resolve most remaining STOPSHIP comments for role." into qt-devHai Zhang2019-05-233-6/+10
|\
| * Resolve most remaining STOPSHIP comments for role.Hai Zhang2019-05-213-6/+10
| | | | | | | | | | | | Bug: 132909319 Test: presubmit Change-Id: Ic310d68337fd2117b2c36d0ab14148b408a444f5
* | Import translations. DO NOT MERGEBill Yi2019-05-2385-24417/+29639
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: If3b375e556f8166962cebde225e8f56cd39b6ae0
* | Merge "Show reason text from incident report in incident confirmation ↵Joe Onorato2019-05-225-2/+44
|\ \ | | | | | | | | | dialog." into qt-dev
| * | Show reason text from incident report in incident confirmation dialog.Joe Onorato2019-05-215-2/+44
| |/ | | | | | | | | | | Bug: 132890298 Test: bit GtsIncidentManagerTestCases:* Change-Id: I8b0823694bf30a2bf7dab145c3ce17e44a275ed6
* | Cleanup unused permissions pagesHeemin Seog2019-05-213-75/+0
| | | | | | | | | | | | Bug: 122822231 Test: manual Change-Id: I665cb3f3bc7be717f3d8c27d16ec0f8f44b3d867
* | App permission pageHeemin Seog2019-05-176-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | This page was originally done using separate layouts, but was remade using preferences. Also instead of using radio buttons, we've gone ahead and followed a similar pattern to Roles (using preference summary to denote selected row). Bug: 122822231 Test: manual Change-Id: I5a5b5d48b1adb355f3f8880975117a6497f5efd9
* | New permissions page for app specific permissionsHeemin Seog2019-05-173-56/+91
|/ | | | | | | | | | | | | | | | This does not handle All permissions quite yet. This will be handled in a separate CL. This change by itself also affects the full permissions page, so it will not be submitted until other permissions CLs are approved. This CL also tries to unify the base frame for car related settings permission controller. Will need to do a separate cleanup CL for default applications. Bug: 122822231 Test: manual Change-Id: Idf946d4ce0b299e6b3a4b3b094d475a708bdfd13
* Import translations. DO NOT MERGEBill Yi2019-05-1185-362/+439
| | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I9185a775bd06b302a212d5e89b6c5842fd6e9ff5
* Merge "Add ability to hide certain roles and overlay car resources" into qt-devTreeHugger Robot2019-05-102-0/+47
|\
| * Add ability to hide certain roles and overlay car resourcesHeemin Seog2019-05-082-0/+47
| | | | | | | | | | | | Bug: 130348508 Test: manual Change-Id: Iec392e459c7e9d863050a9e9d12b2720c034c2dd
* | Merge "Clarify the call redirection/screening role strings" into qt-devShuo Qian2019-05-101-2/+2
|\ \
| * | Clarify the call redirection/screening role stringssqian2019-05-091-2/+2
| |/ | | | | | | | | | | Test: https://b.corp.google.com/issues/132352331#comment2 Bug: 132352331 Change-Id: Ia8cb72c71ab267a9c6ce4656bc79b9d4cbc47080
* / Import translations. DO NOT MERGEBill Yi2019-05-0985-339/+616
|/ | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I098ce971e2aff1dedbd745a70c19f98a2658bbe0
* Merge "Theme secondary default app picker screen for car settings" into qt-devHeemin Seog2019-05-062-6/+7
|\
| * Theme secondary default app picker screen for car settingsHeemin Seog2019-05-062-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | One major difference is that car settings doesn't use radio buttons. Instead it uses "Selected" string in the summary field to denote the default app. For (system apps)s, the text will appear as "Selected - (System app)" Bug: 130348508 Test: manual Change-Id: Iac2e45add29cd923b77c685064aa0d5d65e39965
* | Improve links in AppPermissionFragment.Joel Galenson2019-05-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | Show the links when Permissions Hub is disabled. Disable a link if it would take us back to the caller. Fixes: 131923747 Test: Open screen from four callers and see correct links with Permissions Hub enabled and disabled. Change-Id: I421ccce14e5880b308a5ad079645fd2ca0b2631b
* | Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-05-0485-216/+2086
|\ \
| * | Import translations. DO NOT MERGEBill Yi2019-05-0485-216/+2086
| |/ | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: I653fae4190b651d7cdf05611534b3561170f7a8d
* | Merge "Change string for Location access check" into qt-devTreeHugger Robot2019-05-041-1/+1
|\ \ | |/ |/|
| * Change string for Location access checkEvan Severson2019-05-031-1/+1
| | | | | | | | | | | | Test: Build Fixes: 131838665 Change-Id: I0e65a8de0eae49e8824bdc37ffe43b1d6c2da2a4
* | Theme roles to look like Car SettingsHeemin Seog2019-05-025-0/+97
|/ | | | | | | | | | Requires some changes to existing code to special case with DeviceUtils.isAuto(). At the activity level, this is consistent with how the permissions screens are set up. Bug: 130348508 Test: manual Change-Id: I323ed0cd2fdf8f7c7c5fd279b13ddb76f8de2697
* Merge "Import translations. DO NOT MERGE" into qt-devTreeHugger Robot2019-04-2610-65/+65
|\
| * Import translations. DO NOT MERGEBill Yi2019-04-2510-65/+65
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 64712476 Change-Id: Icad5cb3f527235f295ef8186d8de65abe1ad6487
* | Special-case app permission usage strings for platform permission.Joel Galenson2019-04-241-2/+68
|/ | | | | | | | | This allows locales to specialize them, e.g., whether they are lower-case or sentence-case. Fixes: 130494625 Test: View descriptions for all combinations I can test. Change-Id: If1ef9a9587592d2d5161f693706ddb195aa7ad90