vpnhide/test-app
okhsunrog e2d41dea13 style: add clang-format, ktlint, editorconfig and format all code
- Add .editorconfig with ktlint config (disable wildcard-import rule,
  allow PascalCase for @Composable functions)
- Add kmod/.clang-format from upstream kernel tree
- Run clang-format on vpnhide_kmod.c (kernel coding style)
- Run ktlint --format on all Kotlin files (lsposed + test-app)
2026-04-12 23:26:36 +03:00
..
app style: add clang-format, ktlint, editorconfig and format all code 2026-04-12 23:26:36 +03:00
gradle refactor: remove commercial app names, rewrite test app in Compose 2026-04-11 16:09:31 +03:00
native fix: resolve all clippy warnings and fmt issues in both Rust crates 2026-04-11 22:29:16 +03:00
build-native.sh refactor: replace C++ native checks with Rust 2026-04-11 22:19:59 +03:00
build.gradle.kts refactor: remove commercial app names, rewrite test app in Compose 2026-04-11 16:09:31 +03:00
gradle.properties feat: add diagnostic test app for verifying VPN-hiding hooks 2026-04-11 15:19:09 +03:00
gradlew feat: add diagnostic test app for verifying VPN-hiding hooks 2026-04-11 15:19:09 +03:00
gradlew.bat feat: add diagnostic test app for verifying VPN-hiding hooks 2026-04-11 15:19:09 +03:00
settings.gradle.kts feat: add diagnostic test app for verifying VPN-hiding hooks 2026-04-11 15:19:09 +03:00