From 3327996dae918654b3126bd77608282da5183105 Mon Sep 17 00:00:00 2001 From: rumboalla Date: Tue, 23 Aug 2016 08:27:35 +0200 Subject: [PATCH] Added extra information about the downloads for google play apps. --- README.md | 2 +- app/src/main/res/values/strings.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2e98cd6..7df10068 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Big thanks to the developers of these wonderful libraries: At the moment three sources are supported: * [APKMirror](http://androidannotations.org) * [APKPure](https://apkpure.com) -* [Google Play](https://play.google.com) +* [Google Play](https://play.google.com) (Download from [Evozi](https://apps.evozi.com/apk-downloader/) # Screenshots diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f7017bd6..e2ccdca5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ APKUpdater -

APKUpdater is a tool that simplifies the process of finding updates for your installed apps. It will provide functionality similar to an app store without having to install the associated spyware that comes with it.

Features:

  • Get updates from multiple sources
  • Schedule background checks
  • Supports Android 2.3 to 7.0
  • Ignore list of apps to not check for updates
  • Modern material design
  • Display notifications when updates are found

Used libraries:

Update sources:

Copyright © 2016 Rumboalla. Licensed under the GNU General Public License v3.

]]>
+

APKUpdater is a tool that simplifies the process of finding updates for your installed apps. It will provide functionality similar to an app store without having to install the associated spyware that comes with it.

Features:

  • Get updates from multiple sources
  • Schedule background checks
  • Supports Android 2.3 to 7.0
  • Ignore list of apps to not check for updates
  • Modern material design
  • Display notifications when updates are found

Used libraries:

Update sources:

Copyright © 2016 Rumboalla. Licensed under the GNU General Public License v3.

]]>
Settings Check for updates Installed @@ -33,7 +33,7 @@ This will check for updates on APKMirror. preferences_general_use_apkmirror_key Updates from Google Play - This will check for updates on Google Play. Apps with multiple versions won\'t work since they do not display a version number. + This will check for updates on Google Play. Apps with multiple versions won\'t work since they do not display a version number. Download of the app can be done without a Google account from Evozi. preferences_general_use_googleplay_key Updates from APKPure This will check for updates on APKPure.com. Needs 2 requests per app, so it\'s slower.