All Projects → JusticeRage → Apktrack

JusticeRage / Apktrack

Licence: gpl-3.0
ApkTrack is an Android app which checks if updates for installed APKs are available.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Apktrack

Forkhub
GitHub client for Android based on the abandoned official app
Stars: ✭ 2,756 (+2382.88%)
Mutual labels:  android-app, apk
ToDo
Android application to quickly add tasks and reminders.
Stars: ✭ 13 (-88.29%)
Mutual labels:  apk, android-app
Sensor Data Logger
Android Wear sensor data plotter
Stars: ✭ 166 (+49.55%)
Mutual labels:  android-app, apk
Chatter App
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
Stars: ✭ 80 (-27.93%)
Mutual labels:  android-app, apk
Pi Hole Droid
Pi-hole Droid is an unofficial app that connects to your Pi-hole to show charts and statistics.
Stars: ✭ 107 (-3.6%)
Mutual labels:  android-app
Apk Icon Editor
APK editor to easily change APK icons, name and version.
Stars: ✭ 104 (-6.31%)
Mutual labels:  apk
Complete Google Map Api Tutorial
Learn How to use Google Map API for Android from Basic to Advance with complete examples.
Stars: ✭ 104 (-6.31%)
Mutual labels:  android-app
Greatfit
Amazfit APK watchface sources with many additional features and settings
Stars: ✭ 102 (-8.11%)
Mutual labels:  apk
Gamehelper
游戏、应用辅助App。目前支持1、微信《跳一跳》,可实现“手动”以及“自动”寻找位置跳跃;2、旅行青蛙,支持修改三叶草数量以及奖券数量;3、淘宝直播刷赞,刷评论。如有问题请随时反馈!
Stars: ✭ 111 (+0%)
Mutual labels:  apk
Twittercompose
TwitterCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android.
Stars: ✭ 109 (-1.8%)
Mutual labels:  android-app
Q comic
一款仿知音漫客的漫画APP
Stars: ✭ 107 (-3.6%)
Mutual labels:  android-app
Busbookingui Android
Check out the new style for App Design aims for the Bus Booking Service...😉😀😁😎
Stars: ✭ 105 (-5.41%)
Mutual labels:  android-app
Uber Adb Tools
A tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or install a lot of apks in one go. Written in Java so it should run on your platform.
Stars: ✭ 106 (-4.5%)
Mutual labels:  apk
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+1155.86%)
Mutual labels:  android-app
Wordpress App With Flutter
Fully Functional IOS/Android App for WordPress Website with Flutter
Stars: ✭ 109 (-1.8%)
Mutual labels:  android-app
Constraintlayout Sample
A demo app to showcase constraint layout implementation in Android
Stars: ✭ 103 (-7.21%)
Mutual labels:  android-app
Xupdate
🚀A lightweight, high availability Android version update framework.(一个轻量级、高可用性的Android版本更新框架)
Stars: ✭ 1,688 (+1420.72%)
Mutual labels:  apk
Fastdex
🚀 加快 apk 的编译速度 🚀
Stars: ✭ 1,457 (+1212.61%)
Mutual labels:  apk
Sthlmtraveling
STHLM Traveling helps you plan your journeys using data from Stockholm Public Transport (SL, Stockholms Lokaltrafik) on your Android phone
Stars: ✭ 106 (-4.5%)
Mutual labels:  android-app
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-4.5%)
Mutual labels:  android-app

ApkTrack

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

Donations

ApkTrack is completely free, and I don't expect any kind of compensation for using this application. I do like Bitcoins though, so if you want to send some my way, here is an address you can use for that: 19wFVDUWhrjRe3rPCsokhcf1w9Stj3Sr6K
If you don't have bitcoins, but still want to show your appreciation, please consider donating to either La Quadrature du Net or the EFF.
Be sure to drop me a line if you choose to donate in any way, so I can thank you personally and add you to the list of donators below.

Generous donators:

  • Zongo Saiba

Contact information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].