Skip to content

v1.0.20

Latest

Choose a tag to compare

@samyak2403 samyak2403 released this 15 Jul 18:17

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

New Contributors

Full Changelog: v1.0.19...v1.0.20