JusticeRage / ApkTrack

ApkTrack is an Android app which checks if updates for installed APKs are available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Click on an application in the list of installed apps to perform a manual update check for this APK.
  • Buttons in ApkTrack's window header (i.e. at the top of its main page):
    • The leftmost button searches for a specific app in the application list.
    • The middle button performs an update check for all applications.
    • The rightmost button offers additional options, such as sorting. ApkTrack's settings are also accessible via this menu.
  • Apps with their version information displayed in red are outdated. Tap on the magnifying glass icon to search for the latest APK with your favorite search engine, which is configurable in ApkTrack's settings.
  • Swiping an application entry in the list of installed apps to the left or right removes it from the list and hence excludes it from being queried for updates. Such an exclusion can be reverted in ApkTrack's settings.
  • Apps can also be excluded by category (e.g. system apps, Xposed apps, unknown apps) in the settings.
  • ApkTrack can be configured to use a network proxy in its settings.
  • ApkTrack's settings also offer to delete the APKs it downloaded.

That's it.

Things to keep in mind

  • Applications are not updated automatically. ApkTrack may provide a direct link to the latest APK available, but in general users are expected to download APKs by themselves.
  • ApkTrack uses regular expressions to scrape webpages, so it may cease to work without notice if a source website is modified.
  • Although there is a background service checking for updates every day, it may get killed by the OS. Remember to check for updates manually from time to time, i.e. by hitting the middle button in ApkTrack's window header.

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

About

ApkTrack is an Android app which checks if updates for installed APKs are available.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%