From 8f7c644dbd77631357765b75b0d298f0cdb46ab6 Mon Sep 17 00:00:00 2001 From: linsui Date: Thu, 23 Sep 2021 23:40:56 +0800 Subject: [PATCH] Misc Fixes --- metadata/com.apozas.contactdiary.yml | 2 +- metadata/com.coinerella.peercoin.yml | 1 + ...com.github.catfriend1.syncthingandroid.yml | 1 + metadata/com.minar.randomix.yml | 4 +++ metadata/de.saschahlusiak.freebloks.yml | 18 +++++-------- metadata/fr.gouv.android.stopcovid.yml | 17 ------------ metadata/jp.ddo.hotmist.unicodepad.yml | 17 +++++------- metadata/org.emunix.insteadlauncher.yml | 3 +++ metadata/ru.yanus171.feedexfork.yml | 27 +------------------ metadata/troop.com.freedcam.yml | 1 + 10 files changed, 24 insertions(+), 67 deletions(-) diff --git a/metadata/com.apozas.contactdiary.yml b/metadata/com.apozas.contactdiary.yml index 4b644e1804..621afd7d5a 100644 --- a/metadata/com.apozas.contactdiary.yml +++ b/metadata/com.apozas.contactdiary.yml @@ -126,7 +126,7 @@ Builds: - versionName: 1.4.7 versionCode: 24 - commit: 4ddb271c0ee993155593e1e662103edd4cdc6026 + commit: d57a5c02add986388f05c9fec3428649d8472999 subdir: android_app/app sudo: - apt-get update || apt-get update diff --git a/metadata/com.coinerella.peercoin.yml b/metadata/com.coinerella.peercoin.yml index e1a59093e6..5c9e72a42e 100644 --- a/metadata/com.coinerella.peercoin.yml +++ b/metadata/com.coinerella.peercoin.yml @@ -94,6 +94,7 @@ Builds: srclibs: - flutter@2.2.3 rm: + - ios/build - test_driver prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties build: diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml index b5127a0f73..24260754c9 100644 --- a/metadata/com.github.catfriend1.syncthingandroid.yml +++ b/metadata/com.github.catfriend1.syncthingandroid.yml @@ -1626,6 +1626,7 @@ Builds: - versionName: 1.18.2.1 versionCode: 1180201 + disable: https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9789 commit: 2fbe3ecba8787b051631ed2300e2bb7cb1a8a096 submodules: true sudo: diff --git a/metadata/com.minar.randomix.yml b/metadata/com.minar.randomix.yml index a5c86b5b17..847eb4a70f 100644 --- a/metadata/com.minar.randomix.yml +++ b/metadata/com.minar.randomix.yml @@ -66,6 +66,10 @@ Builds: versionCode: 33 commit: de68e529c57d521ab4710c4c864b50061a5b4aa0 subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - yes diff --git a/metadata/de.saschahlusiak.freebloks.yml b/metadata/de.saschahlusiak.freebloks.yml index a4ab55eb83..99c1fb9b84 100644 --- a/metadata/de.saschahlusiak.freebloks.yml +++ b/metadata/de.saschahlusiak.freebloks.yml @@ -11,13 +11,6 @@ Bitcoin: bc1qdgm2zvlc6qzqh8qs44wv8l622tfrhvkjqn0fkl Litecoin: Lh3YTC7Tv4edEe48kHMbyhgE6BNH22bqBt AutoName: Freebloks -Description: |- - Strategy board game similar to the famous board game Blokus. - - Try to place as many tiles on the board as possible, keeping in mind only two - simple rules: your tiles must touch a corner of one of your previously placed - tiles, but they must not share an edge. Can you play more tiles than your - opponents? RepoType: git Repo: https://github.com/shlusiak/Freebloks-Android.git @@ -139,16 +132,17 @@ Builds: commit: c30ef2b0a1e786ff2c850cb0d9d2c92a77daf998 subdir: app submodules: true + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java gradle: - standardFdroid rm: - google-services/ - stuff/ - prebuild: - - sed -i -e '/crashlytics/d' build.gradle - - sed -i -e '/google-services/d' build.gradle - - sed -i -e 's/21.3.6528147/21.4.7075529/' build.gradle - ndk: r21e + prebuild: sed -i -e '/crashlytics/d' -e '/google-services/d' build.gradle + ndk: r22b AutoUpdateMode: Version %v UpdateCheckMode: Tags diff --git a/metadata/fr.gouv.android.stopcovid.yml b/metadata/fr.gouv.android.stopcovid.yml index 66ebe0d970..1b15130931 100644 --- a/metadata/fr.gouv.android.stopcovid.yml +++ b/metadata/fr.gouv.android.stopcovid.yml @@ -441,23 +441,6 @@ Builds: prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml - - versionName: 3.7.5 - versionCode: 358 - commit: c6a6f3fa7258fe9cf7b118a7e086bef7568af6e9 - subdir: stopcovid - submodules: true - sudo: - - apt-get update || apt-get update - - apt-get install -y openjdk-11-jdk - - update-alternatives --auto java - gradle: - - yes - rm: - - coreui/src/main/res/font/marianne_*.otf - - coreui/src/main/res/font/marianne.xml - prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml - ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml - - versionName: 3.7.6 versionCode: 360 disable: kotlin.KotlinNullPointerException diff --git a/metadata/jp.ddo.hotmist.unicodepad.yml b/metadata/jp.ddo.hotmist.unicodepad.yml index 7135e3f2e8..20a7d2c79b 100644 --- a/metadata/jp.ddo.hotmist.unicodepad.yml +++ b/metadata/jp.ddo.hotmist.unicodepad.yml @@ -50,21 +50,16 @@ Builds: scanignore: - app/src/main/assets/namedb.zip - - versionName: 2.10.2 - versionCode: 49 - commit: bc4dd16e9835f9122de11a4bfa39648852a7dccc + - versionName: 2.10.4-fdroid + versionCode: 51 + commit: 1bb4fd6c480ee53ccb1360b9d75d271444543cd4 subdir: app gradle: - - yes - prebuild: - - sed -i -e '/gms/d' build.gradle - - sed -i -e '/gms/,/meta-data/d' src/main/AndroidManifest.xml - - sed -i -e '/LinearLayout adConteiner/,/^\t\t\t}/d' -e '/no-ad/,/^\t\t}/d' - -e '/ads/d' -e '/AdView/d' src/main/java/jp/ddo/hotmist/unicodepad/UnicodeActivity.java + - fdroid scanignore: - app/src/main/assets/namedb.zip AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 2.10.2 -CurrentVersionCode: 49 +CurrentVersion: 2.10.4-fdroid +CurrentVersionCode: 51 diff --git a/metadata/org.emunix.insteadlauncher.yml b/metadata/org.emunix.insteadlauncher.yml index ee9c1f8488..f43267b5c3 100644 --- a/metadata/org.emunix.insteadlauncher.yml +++ b/metadata/org.emunix.insteadlauncher.yml @@ -97,6 +97,7 @@ Builds: - versionName: 0.8.6 versionCode: 80600 + disable: https://github.com/btimofeev/instead-launcher-android/issues/18 commit: 3a4a352dfcb573542ac5290ad5b9e634cd6b294a subdir: app sudo: @@ -108,6 +109,8 @@ Builds: prebuild: - cd ../instead - gradle downloadDependencies + scandelete: + - instead/src/main/c/libiconv/libiconv/tests/ ndk: r20b AutoUpdateMode: Version v%v diff --git a/metadata/ru.yanus171.feedexfork.yml b/metadata/ru.yanus171.feedexfork.yml index 57eb300623..b65ae90a2a 100644 --- a/metadata/ru.yanus171.feedexfork.yml +++ b/metadata/ru.yanus171.feedexfork.yml @@ -8,32 +8,6 @@ Translation: https://crowdin.com/project/handy-news-reader Changelog: https://github.com/yanus171/Handy-News-Reader/releases AutoName: Handy News Reader -Description: | - Main functions: - - * RSS feeds of articles - * search for a feed by keyword when adding - * automatic (by shedule) download offline full-text versions of articles with images - * import / export of the channel list from OPML - * filter articles by keywords or regular expressions - * full screen reading mode - - Additional features: - - * collapsing (folding) the groups of feeds - * hide read articles mode - * bold articles text font setting - * share a link with this app to prepare it for reading - * limit the number of downloadable images of the article - * the ability to download individual images of the article - * a detailed description of the process of downloading articles to understand what the application is doing at the moment - * the counter of the consumed traffic - * setting up automatic marking of articles as read while scrolling the list - * setting the display of the text of articles in the article list (these two items are useful for reading forums) - * Tap areas to go to the next / previous page while reading the article - * Swipe to change brightness while reading the article - * Quick transition to full screen mode and back, as well as showing / hiding the action bar - * much more ... RepoType: git Repo: https://github.com/yanus171/Handy-News-Reader @@ -384,6 +358,7 @@ Builds: - versionName: 0.16.9 versionCode: 241 + disable: https://github.com/yanus171/Handy-News-Reader/issues/713 commit: 235bee4f8c6fd56047cb515305be12e1d14def4b subdir: FlymFork gradle: diff --git a/metadata/troop.com.freedcam.yml b/metadata/troop.com.freedcam.yml index 65267470c0..6752eb356e 100644 --- a/metadata/troop.com.freedcam.yml +++ b/metadata/troop.com.freedcam.yml @@ -69,6 +69,7 @@ Builds: - versionName: 4.3.52 versionCode: 252 + disable: https://github.com/KillerInk/FreeDcam/issues/178 commit: 7447bbb515436f48d4bbd33f6171b3ff793fcf7c subdir: app sudo: