summaryrefslogtreecommitdiff
path: root/PermissionController/src/com/android/permissioncontroller/permission/ui/model/v33
AgeCommit message (Collapse)Author
2023-10-12Reformat Kotlin files in the PermissionController by ktfmtYuting Fang
Run ktfmt script against all .kt files in the PermissionController and add PermissionController directory to the ktfmt_include.txt file. Bug: 304347474 Test: Code format change only. Exisiting tests pass. Relnote: N/A Merged-In: Ia3274d147fd877f1ed7b8a71a646b375d0386eea Change-Id: I4a81e3d5b0a3c3355e1cb314c3363ebd97e63cd7
2023-01-24Migrate QS model closer to QS fragmentGiulio Fiscella
Run formatter on both QS model and QS fragment Relnote: N/A Bug: 263364047 Test: presubmit Change-Id: I2b4a74fadf39fb61d7e28b05565aac23f6b7dfe8
2022-09-12Create PermissionMapping fileNate Myren
This file moves the mapping of permission -> permission group, and the related static methods, out of the Utils file, into its own dedicated space. Fixes: 245998668 Test: Build, Presubmit Change-Id: I36cc573b34c3303a26d3e48ced46c1d0615e0f05
2022-06-22UX refinement for Safety center indicatorsGanesh Olekar
Bug: 232784976 Test: atest android.permission4.cts.CameraMicIndicatorsPermissionTest Change-Id: I9c6efeec644bb256603c40ede484844bb390c48e
2022-05-02Move GrantPermissions and ReviewPermission ViewModels out of v31/33Nate Myren
These ViewModels were erroneously put into the v31/v33 folders. The viewModels were added in v31 and v33, but the class is used on previous versions. Also add package-info.java to v31 and v33 folders Fixes: 223418221 Fixes: 223422689 Test: build Change-Id: Id163d9d22f3dca8ba246834320d4901693517d79
2022-04-21Move all permission event classes to v33Kevin Han
Move all permission event classes to v33 as they are not running on R/S currently. This should help mitigate the coverage issues. Eventually, once go/tracking-permission-changes is fully implemented, a lot of this will be running on R, and we will refactor the code back then. Bug: 229664579 Test: atest PermissionControllerMockingTests Test: make -j64 RUN_ERROR_PRONE=true Change-Id: I59caa8d14b918220d67c11089687c0bb1001d313
2022-04-13Merge "Gate SafetyCenterQsViewModelFactory behind TIRAMISU" into tm-devTreeHugger Robot
2022-04-12Gate SafetyCenterQsViewModelFactory behind TIRAMISUNate Myren
Fixes: 228963015 Test: build Change-Id: Ia933ae68b654e86b2765c93cbf47a0d5f2d0da5a
2022-04-11Update sensor toggles when going activeNate Myren
Previously, due to not having any other sources, the liveDatas which serve the toggle state wasn't updating on going active. Fixes: 218364494 Test: manual Change-Id: I6fc480a07c59d90f8eaf1f2f7c8ba0b24ddda6c5
2022-04-05Add v31/v33 packages in PCNate Myren
Fixes: 223422689 Fixes: 223418221 Test: build Change-Id: I03bd5a3fc95ccc958b1ac52b23bb1f2abd23e4a8 Merged-In: I9298d8436ce314ac77ae7048fcc00348f09ee90d Merged-In: I03bd5a3fc95ccc958b1ac52b23bb1f2abd23e4a8