Skip to content

Releases: samyak2403/RepoStore

v1.0.14

18 Feb 03:38

Choose a tag to compare

What's New in v1.0.14

🔧 Improved App Detection

  • Implemented database-backed app detection for reliable mapping between GitHub repos and installed apps
  • Improved installation logic with better package name resolution

✨ New Features

  • Uninstall feature — You can now uninstall apps directly from the detail screen

🐛 Bug Fixes

  • Fixed settings screen alignment where the last section was hidden behind the bottom navigation bar

🏗️ Under the Hood

  • Migrated to AGP 9.0 (thanks @SubhrajyotiSen#18)
  • Added unit tests for ApkArchitectureHelper

⚠️ Note

  • Skipped v1.0.13 due to a reproducible build issue (#21). Thanks @IzzySoft for reporting!

Full Changelog: v1.0.12...v1.0.14

v1.0.13

17 Feb 13:45

Choose a tag to compare

🚀 New Features

📦 Database-backed App Detection

  • Improved installation logic.
  • Enhanced app detection using a local database for better accuracy and reliability.

🗑️ Uninstall Feature

  • Added ability to uninstall apps directly from DetailActivity.

🔧 Improvements & Fixes

🎨 UI Improvements

  • Fixed alignment issues in the Settings fragment.

🏗️ Build System

  • Migrated project to Android Gradle Plugin (AGP) 9.0.

🧪 Testing

  • Added unit tests for ApkArchitectureHelper.

What's Changed

New Contributors

Full Changelog: v1.0.12...v1.0.13

v1.0.12

07 Feb 17:48

Choose a tag to compare

🚀 New Features

  • Theme Preferences
    Added support for dark/light mode customization in Settings.

  • Advanced Downloads
    Implemented mirror proxy support and multi-part downloading for improved speed and reliability.

  • Smart Installer
    Added architecture-aware APK selection to automatically install the correct version for your device
    (arm64, arm, x86_64, x86).


✨ Improvements

  • UI/UX
    Updated the Settings UI for better accessibility and improved design.

  • Performance
    Refactored keyboard handling and updated project dependencies.

What's Changed

  • refactor: Improve keyboard handling and update dependencies by @Harshshah6 in #13

New Contributors

Full Changelog: v1.0.11...v1.0.12

v1.0.11

31 Jan 19:27

Choose a tag to compare

What's New in v1.0.11

✨ New Features

  • Favorite Apps Section - Save your favorite GitHub apps with one tap

    • Tap the heart icon on any app detail page to add/remove favorites
    • Access all favorites from Settings → Favorite Apps
  • Manage Apps Section - New screen to manage installed apps

    • View only the apps from your favorites that are installed on your device
    • Quick access from Settings → Manage Apps

🎨 UI Improvements

  • Dark mode adaptive icons for favorite button
  • Improved icon contrast in both light and dark themes
  • Better visual consistency across the settings screen

🔧 Under the Hood

  • Renamed internal components for better code organization
  • Added Room database for persistent favorites storage
  • Performance optimizations for installed apps detection

Full Changelog: v1.0.10...v1.0.11

v1.0.10

30 Jan 08:38

Choose a tag to compare

What's New in v1.0.10

🔍 Search Improvements

  • Fixed search bugs for better result accuracy
  • Improved sorting functionality with "Best Match" results
  • Enhanced UI chip state synchronization
  • Fixed pagination race conditions

🛠️ Bug Fixes & Improvements

  • Fixed deprecated API usage
  • Improved search
  • Added new drawable resources

📦 F-Droid Compatible

  • Full F-Droid compatibility maintained
  • Reproducible builds support

Full Changelog: v1.0.9...v1.0.10


Installation

Download the APK below and install it on your Android device (Android 8.0+)

v1.0.9 - F-Droid Compatible Release

21 Jan 07:40

Choose a tag to compare

What's New in v1.0.9

🔧 Build System Fixes

  • Fixed gradlew line endings - Resolved an issue where the Gradle wrapper script had Windows CRLF line endings, causing build failures on Linux-based build systems
  • Added .gitattributes - Shell scripts now automatically use Unix LF line endings for cross-platform compatibility

🏪 F-Droid Submission

  • This release is specifically prepared for F-Droid inclusion
  • Build system is now fully compatible with F-Droid's build infrastructure

📦 Technical Details

  • Version: 1.0.9
  • Version Code: 10
  • Min SDK: 26 (Android 8.0)
  • Target SDK: 36

Full Changelog: v1.0.8...v1.0.9

v1.0.8 - Search Filters & Sorting

21 Jan 04:11

Choose a tag to compare

What's New 🚀

✨ New Features

  • Search Filters - Filter search results by language, update time, and more
  • Sorting Options - Sort repositories by stars, forks, or recently updated

🔧 Improvements

  • Simplified repository logic for cleaner queries
  • Enhanced data display in Games and Home fragments

Full Changelog: v1.0.7...v1.0.8

RepoStore v1.0.7 - Build Enhancements & Stability Improvements

20 Jan 04:15

Choose a tag to compare

🛠️ Improvements
Updated to Android SDK 36 for latest platform compatibility
Build performance and stability enhancements
Repository code optimizations

Full Changelog: v1.0.6...v1.0.7

v1.0.6 - F-Droid Ready (Zero Trackers)

18 Jan 13:30

Choose a tag to compare

What's New

🔒 Tracker-Free Release

This version removes all tracker flags for F-Droid/IzzyOnDroid compatibility:

  • Removed Facebook Shimmer - Using custom shimmer animation
  • Removed Google security-crypto - No more Google KMS dependency
  • OAuth requests ZERO permissions - Only used for API rate limits

🛠️ Changes

  • Replaced EncryptedSharedPreferences with standard SharedPreferences
  • Custom ShimmerFrameLayout implementation (no external dependencies)
  • Fixed Gradle wrapper version mismatch
  • Added SHA-256 checksum verification

📊 Exodus Privacy

0 trackers detected


Full Changelog: v1.0.5...v1.0.6

v1.0.5 - Security & F-Droid Compatibility

18 Jan 12:33

Choose a tag to compare

What's New

🔒 Security Improvements

  • OAuth now requests ZERO permissions - Authentication only for increased API rate limits (5000/hr vs 60/hr)
  • No access to user data, repositories, or any other resources

🛠️ F-Droid Compatibility Fixes

  • Fixed Gradle wrapper version mismatch
  • Added SHA-256 checksum for Gradle download verification
  • Removed unnecessary binary files from repository

📝 Other Changes

  • Improved app store short description
  • Minor bug fixes and improvements

Full Changelog: v1.0.3...v1.0.5