mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 18:21:42 +00:00
Sharing: Remove AntiFeature since app icon changed
This commit is contained in:
parent
b017a434fd
commit
d7c59afdb8
1 changed files with 28 additions and 6 deletions
|
|
@ -1,7 +1,3 @@
|
||||||
AntiFeatures:
|
|
||||||
NonFreeAssets:
|
|
||||||
en-US: App icon is not free.
|
|
||||||
ar: شعار التطبيق غير مجانى
|
|
||||||
Categories:
|
Categories:
|
||||||
- Connectivity
|
- Connectivity
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
|
|
@ -10,6 +6,7 @@ AuthorEmail: ammar_ramadan151515@hotmail.com
|
||||||
SourceCode: https://github.com/Ammar64/Sharing
|
SourceCode: https://github.com/Ammar64/Sharing
|
||||||
IssueTracker: https://github.com/Ammar64/Sharing/issues
|
IssueTracker: https://github.com/Ammar64/Sharing/issues
|
||||||
Translation: https://hosted.weblate.org/projects/sharing
|
Translation: https://hosted.weblate.org/projects/sharing
|
||||||
|
Changelog: https://github.com/Ammar64/Sharing/releases
|
||||||
Donate: https://github.com/sponsors/Ammar64
|
Donate: https://github.com/sponsors/Ammar64
|
||||||
|
|
||||||
AutoName: sharing
|
AutoName: sharing
|
||||||
|
|
@ -26,6 +23,10 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
binary: https://github.com/Ammar64/Sharing/releases/download/%v/Sharing.apk
|
binary: https://github.com/Ammar64/Sharing/releases/download/%v/Sharing.apk
|
||||||
|
antifeatures:
|
||||||
|
NonFreeAssets:
|
||||||
|
en-US: App icon is not free.
|
||||||
|
ar: شعار التطبيق غير مجانى
|
||||||
|
|
||||||
- versionName: v1.5.2-beta1
|
- versionName: v1.5.2-beta1
|
||||||
versionCode: 18
|
versionCode: 18
|
||||||
|
|
@ -39,6 +40,10 @@ Builds:
|
||||||
prebuild:
|
prebuild:
|
||||||
- cd ..
|
- cd ..
|
||||||
- npm install --prefix web
|
- npm install --prefix web
|
||||||
|
antifeatures:
|
||||||
|
NonFreeAssets:
|
||||||
|
en-US: App icon is not free.
|
||||||
|
ar: شعار التطبيق غير مجانى
|
||||||
|
|
||||||
- versionName: v1.5.2-beta2
|
- versionName: v1.5.2-beta2
|
||||||
versionCode: 19
|
versionCode: 19
|
||||||
|
|
@ -52,10 +57,27 @@ Builds:
|
||||||
prebuild:
|
prebuild:
|
||||||
- cd ..
|
- cd ..
|
||||||
- npm install --prefix web
|
- npm install --prefix web
|
||||||
|
antifeatures:
|
||||||
|
NonFreeAssets:
|
||||||
|
en-US: App icon is not free.
|
||||||
|
ar: شعار التطبيق غير مجانى
|
||||||
|
|
||||||
|
- versionName: v1.5.3
|
||||||
|
versionCode: 21
|
||||||
|
commit: ad5aefb82edf1a9f9c8e59d62d3765de405578f6
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y npm rsync node-typescript
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild:
|
||||||
|
- cd ..
|
||||||
|
- npm install --prefix web
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 6042462dcefe2df10564b8d48b5d575dc4cc154a512013f541fa64bc19e95cd7
|
AllowedAPKSigningKeys: 6042462dcefe2df10564b8d48b5d575dc4cc154a512013f541fa64bc19e95cd7
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^((?!alpha|beta).)*$
|
UpdateCheckMode: Tags ^((?!alpha|beta).)*$
|
||||||
CurrentVersion: '1.5'
|
CurrentVersion: v1.5.3
|
||||||
CurrentVersionCode: 15
|
CurrentVersionCode: 21
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue