Release/prep public - #3
Merged
Merged
Conversation
Universal release APKs ballooned to ~83MB after adding opencv_dart (bundled native libs for every ABI). Building with --split-per-abi instead produces one APK per ABI, so a real device only downloads the ~28MB it actually needs. Applied to both the release GitHub Actions workflow and the local Docker build-apk service. Also bumps the app version and moves the changelog's Unreleased entries under 1.1.0 ahead of tagging the release.
…ADME Rename the Android package from the placeholder com.example.fosscanner to com.fosscanner.app (namespace, applicationId, and the Kotlin source path). Release builds now sign with a real upload keystore instead of the debug one, read from android/key.properties (gitignored) locally and reconstituted from repo secrets in the release workflow, falling back to debug signing when no keystore is configured so local/CI analyze+test still work with zero secrets. Also rewrites the README with badges and a direct-download button pointing at GitHub Releases, and documents both changes plus a real, unresolved blocker for an eventual F-Droid submission (opencv_dart fetches OpenCV source over the network mid-build, which F-Droid's sandboxed builders don't allow).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.