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

karuego/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

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 65.9%
  • HTML 34.1%