Skip to content
Discussion options

You must be logged in to vote
Admin verified this answer by samyak2403 Mar 24, 2026

Technical Roadmap for "My Apps" Implementation

This is a fantastic proposal! RepoStore is evolving from a discovery tool into a full-fledged app manager. Interestingly, the foundation for some of these features is already being laid in the current codebase.

Current State Analysis

  • App Tracking: The project already includes InstalledAppMapping and InstalledAppMappingDao in the Room database.
    • Auto-Detection: AppInstaller.kt is already configured to extract the package name from an APK post-download and save it to the installed_app_mappings table.
    • Status Checks: A fuzzy-matching heuristic is also in place to detect if an app was installed outside of RepoStore by comparing owner/repo to…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer verified by Admin Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants