RepoStore v1.0.20
🔒 New: APK Security Verification
- Added a Security badge on the app detail screen, powered by VirusTotal.
- Tiered, honest verification shown to every user:
- Safe — VirusTotal scanned the APK and found no threats (shows engine count on tap).
- Verified — integrity verifiable via the SHA-256 checksum published on GitHub.
- GitHub — installed directly from the developer's official GitHub release.
- Warning — one or more antivirus engines flagged the file.
- Hash-based lookup only — the APK is never uploaded; verification uses the checksum GitHub already publishes.
- Tap the badge to see full details.
🛠️ Fixes & Improvements
- Fixed installs being silently blocked on Android 8+ by adding an "Install unknown apps" permission prompt that resumes the download after you grant it.
- Fixed stat labels ("Verified", "TypeScript") breaking awkwardly across two lines in the stats row.
- Security status now appears cleanly in the detail stats row alongside Stars, Forks, Downloads, and Language.
What's Changed
- Improve Russian localization in strings.xml by @RamadanSL in #41
- Update notification by @samyak2403 in #43
New Contributors
- @RamadanSL made their first contribution in #41
- @samyak2403 made their first contribution in #43
Full Changelog: v1.0.19...v1.0.20