Commit 9f99a46
authored
Finally implemented write secure settings feature to Geto. We no longer need aShell. (#245)
* Finally implemented write secure settings feature to Geto. We no longer need aShell.
* Added UI to Shizuku
* Added UI to Shizuku attempt 1
* Cleanup shizuku implementation
* 🤖 Updates baselines for Dependency Guard
* Update version
* Remove command dialog test
* Fixed minify crash and updated fastlane
* 🤖 Updates baselines for Dependency Guard
* Shizuku navigation was popped
* Cleanup resources
* Update screenshots
---------
Co-authored-by: JackEblan <JackEblan@users.noreply.github.com>1 parent de330a4 commit 9f99a46
60 files changed
Lines changed: 1042 additions & 377 deletions
File tree
- .idea
- app
- dependencies
- build-logic/convention/src/main/kotlin
- com/android/geto
- core
- design-system/src
- main/kotlin/com/android/geto/core/designsystem/component
- test
- kotlin/com/android/geto/core/designsystem
- screenshots/WavyCircle
- domain/src/main/kotlin/com/android/geto/core/domain
- framework
- model
- fastlane/metadata/android/en-US
- changelogs
- images/phoneScreenshots
- feature
- app-settings/src
- androidTest/kotlin/com/android/geto/feature/appsettings
- main
- kotlin/com/android/geto/feature/appsettings
- dialog/command
- res/values
- test
- kotlin/com/android/geto/feature/appsettings
- dialog/command
- screenshots
- service/src/main/kotlin/com/android/geto/feature/service
- shizuku
- src/main
- kotlin/com/android/geto/feature/shizuku
- res/values
- foreground-service/src/main/kotlin/com/android/geto/foregroundservice
- framework/shizuku
- src/main
- aidl
- android/content/pm
- com/android/geto/framework/shizuku
- kotlin/com/android/geto/framework/shizuku
- gradle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
84 | 91 | | |
85 | 92 | | |
86 | 93 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments