Merge branch 'fixlint' into 'master'
Fix some lint See merge request fdroid/fdroiddata!5134
This commit is contained in:
commit
efae6db4d1
|
|
@ -1,60 +1,60 @@
|
||||||
AntiFeatures:
|
AntiFeatures:
|
||||||
- NonFreeNet
|
- NonFreeNet
|
||||||
Categories:
|
Categories:
|
||||||
- System
|
- System
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
SourceCode: https://github.com/kiliakin/YalpStore
|
SourceCode: https://github.com/kiliakin/YalpStore
|
||||||
IssueTracker: https://github.com/kiliakin/YalpStore/issues
|
IssueTracker: https://github.com/kiliakin/YalpStore/issues
|
||||||
Changelog: https://github.com/kiliakin/YalpStore/releases
|
Changelog: https://github.com/kiliakin/YalpStore/releases
|
||||||
|
|
||||||
AutoName: Yalp Store (fork)
|
AutoName: Yalp Store (fork)
|
||||||
Summary: Download apks from Google Play Store
|
Summary: Download apks from Google Play Store
|
||||||
Description: |-
|
Description: |-
|
||||||
This is a fork of the original app [[com.github.yeriomin.yalpstore]] which seems to be
|
This is a fork of the original app [[com.github.yeriomin.yalpstore]] which seems to be
|
||||||
no longer being developed by its author.
|
no longer being developed by its author.
|
||||||
|
|
||||||
Yalp Store lets you download apps '''directly''' from Google Play Store '''as
|
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
|
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
|
'''search''' for other apps. Yalp saves downloaded apks to your default download
|
||||||
folder. Other features include browsing categories, viewing and leaving reviews,
|
folder. Other features include browsing categories, viewing and leaving reviews,
|
||||||
black/whitelisting apps for updates, filtering apps by being free/paid and
|
black/whitelisting apps for updates, filtering apps by being free/paid and
|
||||||
containing/not containing ads.
|
containing/not containing ads.
|
||||||
|
|
||||||
To supplement the features related to Google Play, Yalp Store has ordinary
|
To supplement the features related to Google Play, Yalp Store has ordinary
|
||||||
package manager features: listing, running, installing and uninstalling local
|
package manager features: listing, running, installing and uninstalling local
|
||||||
apps.
|
apps.
|
||||||
|
|
||||||
If root is available, Yalp Store can update your apps in background, install and
|
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
|
uninstall system apps. Yalp Store can be installed as a system app to gain
|
||||||
background package installation permission. In ths case "Unknown sources"
|
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
|
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/kiliakin/YalpStore/releases
|
get the OTA zip from the [https://github.com/kiliakin/YalpStore/releases
|
||||||
releases page].
|
releases page].
|
||||||
|
|
||||||
The point of Yalp Store is to be small and independent from Google Services
|
The point of Yalp Store is to be small and independent from Google Services
|
||||||
Framework. You might want to use Yalp Store is if you frequently flash
|
Framework. You might want to use Yalp Store is if you frequently flash
|
||||||
experimental ROMs. This often breaks gapps and even prevents their
|
experimental ROMs. This often breaks gapps and even prevents their
|
||||||
reinstallation. In this situation Yalp will still work.
|
reinstallation. In this situation Yalp will still work.
|
||||||
|
|
||||||
By default Yalp Store connects to Google services using a built-in account, so
|
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
|
'''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.
|
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
|
If you are content with Google Play Store app or Open GAPPS, you will not need
|
||||||
this app.
|
this app.
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/kiliakin/YalpStore
|
Repo: https://github.com/kiliakin/YalpStore
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 0.46-legacy
|
- versionName: 0.46-legacy
|
||||||
versionCode: 46
|
versionCode: 46
|
||||||
commit: '0.46'
|
commit: '0.46'
|
||||||
subdir: app
|
subdir: app
|
||||||
gradle:
|
gradle:
|
||||||
- legacy
|
- legacy
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.46-legacy
|
CurrentVersion: 0.46-legacy
|
||||||
CurrentVersionCode: 46
|
CurrentVersionCode: 46
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,8 @@ Builds:
|
||||||
- flutter@stable
|
- flutter@stable
|
||||||
prebuild:
|
prebuild:
|
||||||
- echo 'BUILD_TYPE=fdroid' > .env
|
- echo 'BUILD_TYPE=fdroid' > .env
|
||||||
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9' >> .env
|
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9'
|
||||||
|
>> .env
|
||||||
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
|
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
|
||||||
- echo 'android { flavorDimensions "deploy"; productFlavors { fdroid { signingConfig
|
- echo 'android { flavorDimensions "deploy"; productFlavors { fdroid { signingConfig
|
||||||
null } }; android.applicationVariants.all { variant -> if (variant.flavorName
|
null } }; android.applicationVariants.all { variant -> if (variant.flavorName
|
||||||
|
|
|
||||||
|
|
@ -226,5 +226,5 @@ Future versions might be re-included if this is made an optional.
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:HTTP
|
Update Check Mode:HTTP
|
||||||
Update Check Data:https://raw.githubusercontent.com/jonasoreland/runnerup/HEAD/build.gradle|versionCode = (.*)|.|versionName = (.*)
|
Update Check Data:https://raw.githubusercontent.com/jonasoreland/runnerup/HEAD/build.gradle|versionCode = (.*)|.|versionName = (.*)
|
||||||
Current Version:'2.0.1.3'
|
Current Version:'2.0.1.3'
|
||||||
Current Version Code:203
|
Current Version Code:203
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue