mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-05-05 01:55:52 +00:00
Rework Apps tab UI and fix lint issues
- Replace top bar filter icon with inline "Show system apps" checkbox - Add hint card explaining L/K/Z layer toggles and Zygisk caveat - Move showSystem state inside AppPickerScreen - Fix RELEASE_OR_CODENAME lint error (requires API 30, min is 29) - Mark technical check strings as translatable="false" - Add Android lint step to CI - Apply ktlint formatting
This commit is contained in:
parent
a260670450
commit
14af7b7ec4
5 changed files with 653 additions and 417 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -45,6 +45,8 @@ jobs:
|
|||
# Kotlin
|
||||
- name: ktlint
|
||||
run: ktlint "lsposed/**/*.kt"
|
||||
- name: Android lint
|
||||
run: cd lsposed && ./gradlew --no-daemon :app:lint
|
||||
|
||||
kmod:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue