Skip to content

Commit

Permalink
Added extra information about the downloads for google play apps.
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Aug 23, 2016
1 parent ed2a214 commit 3327996
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<img src="https://cloud.githubusercontent.com/assets/21153554/17836760/228bca80-679e-11e6-8394-2fa321702709.png" width="256">
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">APKUpdater</string>
<string name="app_description_html"><![CDATA[<html><body style=\"text-align:justify\"><p>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.</p><p>Features:</p><ul><li>Get updates from multiple sources</li><li>Schedule background checks</li><li>Supports Android 2.3 to 7.0</li><li>Ignore list of apps to not check for updates</li><li>Modern material design</li><li>Display notifications when updates are found</li></ul><p>Used libraries:</p><ul><li><a href="http://androidannotations.org">AndroidAnnotations</a></li><li><a href="http://jsoup.org">Jsoup</a></li><li><a href="https://github.com/square/otto">Otto</a></li><li><a href="https://github.com/google/gson">Gson</a></li></ul><p>Update sources:</p><ul><li><a href="http://apkmirror.org">APKMirror</a></li><li><a href="https://apkpure.com">APKPure</a></li><li><a href="https://play.google.com">Skynet 1984</a></li></ul><p>Copyright &copy; 2016 Rumboalla. Licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License v3</a>.</p></body></html>]]></string>
<string name="app_description_html"><![CDATA[<html><body style=\"text-align:justify\"><p>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.</p><p>Features:</p><ul><li>Get updates from multiple sources</li><li>Schedule background checks</li><li>Supports Android 2.3 to 7.0</li><li>Ignore list of apps to not check for updates</li><li>Modern material design</li><li>Display notifications when updates are found</li></ul><p>Used libraries:</p><ul><li><a href="http://androidannotations.org">AndroidAnnotations</a></li><li><a href="http://jsoup.org">Jsoup</a></li><li><a href="https://github.com/square/otto">Otto</a></li><li><a href="https://github.com/google/gson">Gson</a></li></ul><p>Update sources:</p><ul><li><a href="http://apkmirror.org">APKMirror</a></li><li><a href="https://apkpure.com">APKPure</a></li><li><a href="https://play.google.com">Google Play</a> (Download from <a href="https://apps.evozi.com/apk-downloader/">Evozi</a>)</li></ul><p>Copyright &copy; 2016 Rumboalla. Licensed under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License v3</a>.</p></body></html>]]></string>
<string name="action_settings">Settings</string>
<string name="action_check_for_updates">Check for updates</string>
<string name="tab_installed">Installed</string>
Expand Down Expand Up @@ -33,7 +33,7 @@
<string name="preferences_general_use_apkmirror_summary">This will check for updates on APKMirror.</string>
<string name="preferences_general_use_apkmirror_key">preferences_general_use_apkmirror_key</string>
<string name="preferences_general_use_googleplay_title">Updates from Google Play</string>
<string name="preferences_general_use_googleplay_summary">This will check for updates on Google Play. Apps with multiple versions won\'t work since they do not display a version number.</string>
<string name="preferences_general_use_googleplay_summary">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.</string>
<string name="preferences_general_use_googleplay_key">preferences_general_use_googleplay_key</string>
<string name="preferences_general_use_apkpure_title">Updates from APKPure</string>
<string name="preferences_general_use_apkpure_summary">This will check for updates on APKPure.com. Needs 2 requests per app, so it\'s slower.</string>
Expand Down

0 comments on commit 3327996

Please sign in to comment.