- Subscribe to Android OSS repositories (GitHub and GitLab)
- Compare versions with what you have installed on the device
- Opens new version in browser for you to install yourself
- Bulk Import and Export of repo list
or get the APK from the Releases Section.
This application uses the QUERY_ALL_PACKAGES permission in order to fetch the currently installed version of each app in the tracker
See RenderItem
metaData.installedVersion.value = packageManager
            .getInstalledPackages(0)
            .find { it.packageName == metaData.packageName.value }
            ?.versionName ?: "not installed"



