Skip to content

Android Application to keep track of updates to Open Source Applications directly from the Repository

License

Notifications You must be signed in to change notification settings

jroddev/android-oss-release-tracker

Repository files navigation

Android OSS Release Tracker

  • 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

Get it on F-Droid

or get the APK from the Releases Section.


WARNING

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"

About

Android Application to keep track of updates to Open Source Applications directly from the Repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •