Archive/remove some old apps we can't build the latest version

This commit is contained in:
linsui 2025-03-13 22:09:02 +08:00
parent 03a3b922ef
commit f7b37ed918
6 changed files with 15 additions and 185 deletions

View file

@ -138,8 +138,9 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
ArchivePolicy: 0
AutoUpdateMode: None
UpdateCheckMode: HTTP
UpdateCheckMode: None
UpdateCheckData: https://raw.githubusercontent.com/www-chao-fun/chaofun-app/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.56.11
CurrentVersionCode: 319
CurrentVersion: 2.56.7
CurrentVersionCode: 315

View file

@ -982,36 +982,13 @@ Builds:
- fdroid
prebuild: sed -i -e '/enable true/d' build.gradle
- versionName: 0.92.2
versionCode: 407
disable: https://github.com/vitorpamplona/amethyst/issues/1113
commit: b4eba2da026823a3ed3a9454e9b345668e917053
subdir: amethyst
sudo:
- apt-get update
- apt-get install -y automake autogen libtool gettext-base autopoint make g++
pkg-config
gradle:
- fdroid
srclibs:
- tor-android@0de17c1863c3e0c0a49fdf8ad7ed341d69534492
prebuild:
- sed -i -e '/githubusercontent/d' -e '/repositories {/a mavenLocal()' ../settings.gradle
- sed -i -e '/enable true/d' -e '/googleServices/d' {..,.}/build.gradle
build:
- pushd $$tor-android$$
- ./tor-droid-make.sh build -b release | tee tor-android.log >/dev/null ; tail
-n 100 tor-android.log
- gradle :tor-android-binary:publishToMavenLocal
- popd
ndk: r25c
AllowedAPKSigningKeys: c2d0aa86bcb6b62090561a41bbe336e98b78c2d0210a498dc885f28e1348cf17
MaintainerNotes: see https://gitlab.com/fdroid/fdroiddata/-/issues/2973#note_1428295385
on NonFreeNet
ArchivePolicy: 0
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 0.94.3
CurrentVersionCode: 418
CurrentVersion: 0.91.0
CurrentVersionCode: 404

View file

@ -59,19 +59,9 @@ Builds:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
- versionName: 1.13.0
versionCode: 26
disable: https://github.com/git-touch/git-touch/issues/239
commit: v1.13.0
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.2.2
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
ArchivePolicy: 0
AutoUpdateMode: None
UpdateCheckMode: Tags ^v.*$
UpdateCheckMode: None
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.13.0
CurrentVersionCode: 26
CurrentVersion: 1.12.3
CurrentVersionCode: 24

View file

@ -526,48 +526,9 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
ndk: r23c
- versionName: 5.0.0
versionCode: 98
disable: https://github.com/kubenav/kubenav/issues/694
commit: c14b496da38804200a4a9194bc66d844e6df4bda
sudo:
- apt-get update
- apt-get install -y -t bookworm-backports golang-go
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- ios
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\s'([0-9.]+)'/\1/p" .github/workflows/continuous-delivery.yaml
| head -n 1)
- '[[ $flutterVersion ]] || exit 1'
- pushd $$flutter$$
- git checkout -f $flutterVersion
- popd
- sed -i -e '/gms/d' android/app/build.gradle
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
- sed -i -e 's/android/iOS/' -e '/android/Id' .pub-cache/hosted/pub.dev/in_app_purchase-*/lib/in_app_purchase.dart
- rm -r .pub-cache/hosted/pub.dev/in_app_purchase_android-*
scandelete:
- .pub-cache
build:
- sdkmanager 'platforms;android-29'
- export GOPATH="$PWD/golang"
- export PATH="$GOPATH/bin:$PATH"
- go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20231006135142-2b44d11868fe
- gomobile init
- mkdir -p android/app/src/libs
- gomobile bind -o android/app/src/libs/kubenav.aar -target=android/arm,android/arm64,android/amd64
github.com/kubenav/kubenav/cmd/mobile
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
ndk: r23c
ArchivePolicy: 0
AutoUpdateMode: None
UpdateCheckMode: Tags
UpdateCheckMode: None
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 5.2.0
CurrentVersionCode: 109
CurrentVersion: 4.2.3
CurrentVersionCode: 89

View file

@ -1,29 +0,0 @@
Categories:
- Internet
License: GPL-3.0-only
AuthorEmail: help@mysterium.network
AuthorWebSite: https://www.mysterium.network
WebSite: https://www.mysteriumvpn.com
SourceCode: https://github.com/mysteriumnetwork/mysterium-vpn-mobile
IssueTracker: https://github.com/mysteriumnetwork/mysterium-vpn-mobile/issues
AutoName: Mysterium Dark
RepoType: git
Repo: https://github.com/mysteriumnetwork/mysterium-vpn-mobile.git
Builds:
- versionName: 2.1.14
versionCode: 107180
disable: https://github.com/mysteriumnetwork/mysterium-vpn-mobile/issues/796
commit: f66b0acea5348983a14f694f3a7a0fd1db033cc3
subdir: android/app
gradle:
- crypto
prebuild: sed -i -e '/splits {/,+7d' build.gradle
AutoUpdateMode: None
UpdateCheckMode: Tags
UpdateCheckData: android/build.gradle|versionCode = (\d+)|.|versionName = '(.*)'
CurrentVersion: 2.1.14
CurrentVersionCode: 107180

View file

@ -1,70 +0,0 @@
AntiFeatures:
TetheredNet:
en-US: Rely on wikipedia.org and proxy services not changeable
Categories:
- Internet
License: Apache-2.0
AuthorName: GreatFire
AuthorWebSite: https://greatfire.org
SourceCode: https://github.com/greatfire/apps-android-wikipedia-envoy
IssueTracker: https://github.com/greatfire/apps-android-wikipedia-envoy/issues
Changelog: https://github.com/greatfire/apps-android-wikipedia-envoy/releases/tag/wiki-unblocked-latest
AutoName: Wikipedia
RepoType: git
Repo: https://github.com/greatfire/apps-android-wikipedia-envoy.git
Binaries: https://github.com/greatfire/apps-android-wikipedia-envoy/releases/download/envoy-demo-v%v/app-fdroid-release-%c.apk
Builds:
- versionName: 4.0-fdroid
versionCode: 1004001
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3306#note_1993177326
commit: b552566adcc6d6fa503018e346ceabc5870f3848
subdir: app
gradle:
- fdroid
gradleprops:
- ABI_FILTERS=armeabi-v7a
- versionName: 4.0-fdroid
versionCode: 1004002
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3306#note_1993177326
commit: b552566adcc6d6fa503018e346ceabc5870f3848
subdir: app
gradle:
- fdroid
gradleprops:
- ABI_FILTERS=arm64-v8a
- versionName: 4.0-fdroid
versionCode: 1004003
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3306#note_1993177326
commit: b552566adcc6d6fa503018e346ceabc5870f3848
subdir: app
gradle:
- fdroid
gradleprops:
- ABI_FILTERS=x86
- versionName: 4.0-fdroid
versionCode: 1004004
disable: https://gitlab.com/fdroid/fdroiddata/-/issues/3306#note_1993177326
commit: b552566adcc6d6fa503018e346ceabc5870f3848
subdir: app
gradle:
- fdroid
gradleprops:
- ABI_FILTERS=x86_64
AllowedAPKSigningKeys: 65204c65b4a3e39eb4526a4be4db92df091c04a394c7c067e8be0a83909ca069
AutoUpdateMode: Version
UpdateCheckMode: Tags .*-fdroid
VercodeOperation:
- 10 * %c + 1
- 10 * %c + 2
- 10 * %c + 3
- 10 * %c + 4
CurrentVersion: 4.0-fdroid
CurrentVersionCode: 1004004