JusticeRage / ApkTrack

ApkTrack is an Android app which checks if updates for installed APKs are available.
GNU General Public License v3.0
122 stars 27 forks source link
android android-app apk scraping-websites

ApkTrack

This project hasn't been maintained for years, this repository will now be archived. I'm sure other people have picked up on the idea since them, thanks a lot to all Apktrack users!

Check for updates on PlayStore and other sources

ApkTrack checks, if updates for installed apps are available.

It was created for users, who do not want use Google PlayStore, but still would like to be informed when new versions of their installed applications are available. ApkTrack performs simple website scraping to obtain the latest version information of APKs present on a device. It can query F-Droid, PlayStore, Xposed, plus many other sources of APKs via the ApkTrack Proxy.

This application is distributed under the terms of the GPL v3 License.

Get it on F-Droid


Usage

ApkTrack screenshot

That's it.

Things to keep in mind


Download

Stable releases of ApkTrack are available on F-Droid.
A precompiled and packaged version of ApkTrack can be also downloaded here.
If you want to help testing ApkTrack, feel free to use the current beta version. More features are implemented, but bugs may occur. Be sure to report them!

Translate

You can help translating ApkTrack on OneSky. Get in touch with me (using the contact information below), if you need a new language to be set up.

Build ApkTrack

ApkTrack's build system has been switched to Gradle in order to make it easier for contributors to compile this project. Use the following commands to generate the APK:

git clone https://github.com/JusticeRage/ApkTrack.git
cd ApkTrack
./gradlew build
ls -l app/build/outputs/apk/

Travis

Contact information