From 804181f11f6fc895b90441faa54b66a1979ba555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=B6hn?= Date: Mon, 15 Jul 2019 02:17:30 +0200 Subject: [PATCH] rewrite yml: bus.chio.wishmaster --- metadata/bus.chio.wishmaster.txt | 51 -------------------------- metadata/bus.chio.wishmaster.yml | 63 ++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 51 deletions(-) delete mode 100644 metadata/bus.chio.wishmaster.txt create mode 100644 metadata/bus.chio.wishmaster.yml diff --git a/metadata/bus.chio.wishmaster.txt b/metadata/bus.chio.wishmaster.txt deleted file mode 100644 index a7ef5d8a73..0000000000 --- a/metadata/bus.chio.wishmaster.txt +++ /dev/null @@ -1,51 +0,0 @@ -Categories:Internet -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/AliceCA/Overchan-Android -Issue Tracker:https://github.com/AliceCA/Overchan-Android/issues - -Auto Name:Overchan (fork) -Summary:Browse multiple imageboards -Description: -Mobile application for browsing imageboards. Supports 4chan, krautchan, 8chan, -iichan.hk, dobrochan, 2ch (russian dvach) and some others. - -Some features: - -* Separate preferences for each imageboard: password for post deletion, HTTP/SSL, proxy -* Automatic hide posts and threads using regular expressions -* Automatic update all open tabs in background -* Sending posts in background -* Saving threads with all attachments in HTML with Dollchan -* Two ways to display replies to posts: as separate references and as list -* Support the tablet interface -* Themes - -This is a fork of the original app [[nya.miku.wishmaster]] which is no longer -being developed by its author. -. - -Repo Type:git -Repo:https://github.com/AliceCA/Overchan-Android.git - -Build:1.0.0,1000 - commit=v1.0.0_fdroid - gradle=yes - rm=libs/*,build.xml - prebuild=sed -i -e '/classpath/s/2.2.3/2.1.3/' build.gradle - -Build:1.0.1,1001 - commit=v1.0.1_fdroid - gradle=yes - rm=libs/*,build.xml - prebuild=sed -i -e '/classpath/s/2.2.3/2.1.3/' build.gradle - -Build:1.0.2,1002 - commit=v1.0.2_fdroid - gradle=yes - rm=libs/*,build.xml - -Auto Update Mode:None -Update Check Mode:Tags -Current Version:1.0.2 -Current Version Code:1002 diff --git a/metadata/bus.chio.wishmaster.yml b/metadata/bus.chio.wishmaster.yml new file mode 100644 index 0000000000..cf4bcad583 --- /dev/null +++ b/metadata/bus.chio.wishmaster.yml @@ -0,0 +1,63 @@ +Categories: + - Internet +License: GPL-3.0-only +SourceCode: https://github.com/AliceCA/Overchan-Android +IssueTracker: https://github.com/AliceCA/Overchan-Android/issues + +AutoName: Overchan (fork) +Summary: Browse multiple imageboards +Description: |- + Mobile application for browsing imageboards. Supports 4chan, krautchan, 8chan, + iichan.hk, dobrochan, 2ch (russian dvach) and some others. + + Some features: + + * Separate preferences for each imageboard: password for post deletion, HTTP/SSL, proxy + * Automatic hide posts and threads using regular expressions + * Automatic update all open tabs in background + * Sending posts in background + * Saving threads with all attachments in HTML with Dollchan + * Two ways to display replies to posts: as separate references and as list + * Support the tablet interface + * Themes + + This is a fork of the original app [[nya.miku.wishmaster]] which is no longer + being developed by its author. + +RepoType: git +Repo: https://github.com/AliceCA/Overchan-Android.git + +Builds: + - versionName: 1.0.0 + versionCode: 1000 + commit: v1.0.0_fdroid + gradle: + - yes + rm: + - libs/* + - build.xml + prebuild: sed -i -e '/classpath/s/2.2.3/2.1.3/' build.gradle + + - versionName: 1.0.1 + versionCode: 1001 + commit: v1.0.1_fdroid + gradle: + - yes + rm: + - libs/* + - build.xml + prebuild: sed -i -e '/classpath/s/2.2.3/2.1.3/' build.gradle + + - versionName: 1.0.2 + versionCode: 1002 + commit: v1.0.2_fdroid + gradle: + - yes + rm: + - libs/* + - build.xml + +AutoUpdateMode: None +UpdateCheckMode: Tags +CurrentVersion: 1.0.2 +CurrentVersionCode: 1002