Battle for Wesnoth - make stats submission OPTIN, remove antifeature

This commit is contained in:
Licaon_Kter 2019-08-15 12:22:43 +00:00
parent 86b5e96402
commit 1b03e4474f

View file

@ -1,5 +1,3 @@
AntiFeatures:
- Tracking
Categories: Categories:
- Games - Games
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -18,10 +16,6 @@ Description: |-
Or lead a straggly band of survivors across the blazing sands to confront an unseen Or lead a straggly band of survivors across the blazing sands to confront an unseen
evil. evil.
Antifeatures: Tracking - "Send anonymous usage statistics" is enabled by default,
it connects to the Androids port developer owned server, it can be toggled off in
Settings->Startup Options.
RepoType: git RepoType: git
Repo: https://gitlab.com/f-droid-mirrors/empty Repo: https://gitlab.com/f-droid-mirrors/empty
@ -60,6 +54,8 @@ Builds:
|| exit//' || exit//'
- sed -i wesnoth/build.sh -e 's/ant debug || exit/ant release || exit/' - sed -i wesnoth/build.sh -e 's/ant debug || exit/ant release || exit/'
- sed -i wesnoth/AndroidManifest.xml -e 's/android:debuggable="true"//' - sed -i wesnoth/AndroidManifest.xml -e 's/android:debuggable="true"//'
- sed -i wesnoth/src/it/ap/wesnoth/Globals.java -e 's/sendStats = true;/sendStats
= false;/'
output: wesnoth/bin/MainActivity-release-unsigned.apk output: wesnoth/bin/MainActivity-release-unsigned.apk
target: android-26 target: android-26
scandelete: scandelete:
@ -77,7 +73,8 @@ Builds:
- ./build.sh - ./build.sh
ndk: r13b ndk: r13b
MaintainerNotes: Source code is located in the "files" section of SF in the form of MaintainerNotes: |-
Source code is located in the "files" section of SF in the form of
tarballs. No VCS is used. The actual repo is a placeholder and not required at tarballs. No VCS is used. The actual repo is a placeholder and not required at
all (F-Droid buildserver still requires some repo, though). The source code is all (F-Droid buildserver still requires some repo, though). The source code is
split into two parts, the library tarball and the game tarball. Each one is downloaded split into two parts, the library tarball and the game tarball. Each one is downloaded
@ -90,6 +87,8 @@ MaintainerNotes: Source code is located in the "files" section of SF in the form
The only prebuilt component in libraries tarball (that's used in building wesnoth) The only prebuilt component in libraries tarball (that's used in building wesnoth)
is openssl library, which we're building again. is openssl library, which we're building again.
Anonymous usage statistics submission is ON by default, we turn it OFF
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: None UpdateCheckMode: None
CurrentVersion: 1.14.5-53 CurrentVersion: 1.14.5-53