-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/2.x' into 2.x
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# APKUpdater | ||
TODO | ||
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps. It will provide similar functionality to an app store, making it a very useful app for those who want to run Android without Google Play. | ||
|
||
# Features | ||
* **Update Sources**: Find updates from APKMirror, Aptoide. | ||
* **Search Sources**: Find new apps to install from APKMirror, Aptoide. | ||
* Schedule **background update checks** and receive a **notification** when updates are found. | ||
* Supports **Android 4.0.3** to **Android 10**. | ||
* **Material Design 2** with **multiple theme** support. | ||
* **Direct install** of updates for sources that support it. | ||
* App ignore list. Filter updates by architecture. Filter experimental apps. Filter apps by API level. | ||
|
||
# Download | ||
* [APK for Beta version (2.0.0-beta1)](https://github.com/rumboalla/apkupdater/releases/download/2.0.0-beta1/apkupdater-2.0.0-beta1.apk) | ||
|
||
# Screenshots | ||
TODO | ||
|
||
# Roadmap | ||
* Update Sources: F-Droid, Google Play. | ||
* Search Sources: F-Droid, Google Play. | ||
* Root support. | ||
* Android TV support. | ||
* More themes. | ||
* More options. |