Add ABI-specific GitHub APKs and user-friendly app copy - #2
Conversation
|
@codex review |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8d5ff02fed
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
|
Codex Review: Didn't find any major issues. You're on a roll. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
What changed
Why
GitHub Releases cannot select the correct ABI automatically like Play delivery, so users need clear, smaller per-ABI choices plus a universal fallback. The existing app descriptions also exposed internal ML and rule-engine terminology that made settings and statistics harder to understand.
User and developer impact
Users can download one APK matching their device and its checksum, while choosing universal when unsure. App explanations now describe what a setting changes, what remains active when it is disabled, and which data stays on-device. Existing rule storage and semantic contracts remain compatible.
Validation
./gradlew --no-daemon --dependency-verification strict check./gradlew --no-daemon --dependency-verification strict :app:testDebugUnitTest :app:lintDebug./gradlew --no-daemon --dependency-verification strict :app:assembleDebug./gradlew --no-daemon --dependency-verification strict :app:assembleReleasepython3 -m unittest discover -s scripts/tests -p 'test_*.py' -v(31 tests)git diff --check