Merge branch 'master' into 'master'
Yalp Store - updated description, added bitcoin wallet for donations See merge request !2377
This commit is contained in:
commit
11580a5e20
|
@ -1,25 +1,43 @@
|
|||
AntiFeatures:NonFreeNet
|
||||
Categories:System
|
||||
License:GPL-2.0
|
||||
Author Name:Sergey Yeriomin
|
||||
Author Email:yalp.store.dev@gmail.com
|
||||
Web Site:
|
||||
Source Code:https://github.com/yeriomin/YalpStore
|
||||
Issue Tracker:https://github.com/yeriomin/YalpStore/issues
|
||||
Changelog:https://github.com/yeriomin/YalpStore/releases
|
||||
Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
|
||||
|
||||
Auto Name:Yalp Store
|
||||
Summary:Download apks from Google Play Store
|
||||
Description:
|
||||
This app has two main functions:
|
||||
Yalp Store lets you download apps '''directly''' from Google Play Store '''as
|
||||
apk files'''. It can search for '''updates''' of installed apps and lets you
|
||||
'''search''' for other apps. Yalp saves downloaded apks to your default download
|
||||
folder. Other features include browsing categories, viewing and leaving reviews,
|
||||
black/whitelisting apps for updates, filtering apps by being free/paid and
|
||||
containing/not containing ads.
|
||||
|
||||
* Search for apps on Google Play Store
|
||||
* Download apks
|
||||
To supplement the features related to Google Play, Yalp Store has ordinary
|
||||
package manager features: listing, running, installing and uninstalling local
|
||||
apps.
|
||||
|
||||
If root is available, Yalp Store can update your apps in background, install and
|
||||
uninstall system apps. Yalp Store can be installed as a system app to gain
|
||||
background package installation permission. In ths case "Unknown sources"
|
||||
setting can be left off. You can let Yalp Store self-install as a system app, or
|
||||
get the OTA zip from the [https://github.com/yeriomin/YalpStore/releases
|
||||
releases page].
|
||||
|
||||
The point of Yalp Store is to be small and independent from Google Services
|
||||
Framework. As time passed, Google Services Framework and Google Play Store apps
|
||||
grew in size, which made them almost too big for old phones (Nexus One has 150Mb
|
||||
memory available for apps, half of it would be taken by Google apps). Another
|
||||
reason to use Yalp Store is if you frequently flash experimental ROMs. This
|
||||
often breaks gapps and even prevents their reinstallation. In this situation
|
||||
Yalp will still work.
|
||||
Framework. You might want to use Yalp Store is if you frequently flash
|
||||
experimental ROMs. This often breaks gapps and even prevents their
|
||||
reinstallation. In this situation Yalp will still work.
|
||||
|
||||
By default Yalp Store connects to Google services using a built-in account, so
|
||||
'''you do not have to own a Google account to use it'''. The only reason to use
|
||||
a live Google account is to access the paid apps you own or leave reviews.
|
||||
|
||||
If you are content with Google Play Store app or Open GAPPS, you will not need
|
||||
this app.
|
||||
|
@ -27,7 +45,7 @@ this app.
|
|||
Yalp Store is derived from the following projects:
|
||||
|
||||
* [https://github.com/Akdeniz/google-play-crawler Google Play Crawler]
|
||||
* [https://github.com/onyxbits/Raccoon Raccoon - APK downloader]
|
||||
* [http://raccoon.onyxbits.de Raccoon - APK downloader] ([https://github.com/onyxbits/raccoon4/ source])
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -119,7 +137,12 @@ Build:0.18,18
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.19,19
|
||||
commit=0.19
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.18
|
||||
Current Version Code:18
|
||||
Current Version:0.19
|
||||
Current Version Code:19
|
||||
|
|
Loading…
Reference in a new issue