From e0c0f2ff3f9a662ade384fae4c85c1b27a237084 Mon Sep 17 00:00:00 2001 From: Izzy Date: Wed, 2 Oct 2019 18:37:30 +0000 Subject: [PATCH] Metadata YAMLification (continued) --- metadata/de.tobiasbielefeld.searchbar.txt | 36 -- metadata/de.tobiasbielefeld.searchbar.yml | 44 ++ metadata/de.tobiasbielefeld.solitaire.txt | 259 ---------- metadata/de.tobiasbielefeld.solitaire.yml | 343 +++++++++++++ metadata/de.tu_chemnitz.wlan.txt | 65 --- metadata/de.tu_chemnitz.wlan.yml | 87 ++++ metadata/de.tutao.tutanota.txt | 416 --------------- metadata/de.tutao.tutanota.yml | 562 +++++++++++++++++++++ metadata/de.vibora.viborafeed.txt | 133 ----- metadata/de.vibora.viborafeed.yml | 161 ++++++ metadata/de.vier_bier.habpanelviewer.txt | 52 -- metadata/de.vier_bier.habpanelviewer.yml | 68 +++ metadata/de.we.acaldav.txt | 63 --- metadata/de.we.acaldav.yml | 79 +++ metadata/de.westnordost.streetcomplete.txt | 309 ----------- metadata/de.westnordost.streetcomplete.yml | 414 +++++++++++++++ metadata/de.wikilab.android.ldapsync.txt | 26 - metadata/de.wikilab.android.ldapsync.yml | 32 ++ metadata/de.xskat.txt | 35 -- metadata/de.xskat.yml | 38 ++ metadata/de.yaacc.txt | 81 --- metadata/de.yaacc.yml | 103 ++++ metadata/de.yazo_games.mensaguthaben.txt | 36 -- metadata/de.yazo_games.mensaguthaben.yml | 45 ++ 24 files changed, 1976 insertions(+), 1511 deletions(-) delete mode 100644 metadata/de.tobiasbielefeld.searchbar.txt create mode 100644 metadata/de.tobiasbielefeld.searchbar.yml delete mode 100644 metadata/de.tobiasbielefeld.solitaire.txt create mode 100644 metadata/de.tobiasbielefeld.solitaire.yml delete mode 100644 metadata/de.tu_chemnitz.wlan.txt create mode 100644 metadata/de.tu_chemnitz.wlan.yml delete mode 100644 metadata/de.tutao.tutanota.txt create mode 100644 metadata/de.tutao.tutanota.yml delete mode 100644 metadata/de.vibora.viborafeed.txt create mode 100644 metadata/de.vibora.viborafeed.yml delete mode 100644 metadata/de.vier_bier.habpanelviewer.txt create mode 100644 metadata/de.vier_bier.habpanelviewer.yml delete mode 100644 metadata/de.we.acaldav.txt create mode 100644 metadata/de.we.acaldav.yml delete mode 100644 metadata/de.westnordost.streetcomplete.txt create mode 100644 metadata/de.westnordost.streetcomplete.yml delete mode 100644 metadata/de.wikilab.android.ldapsync.txt create mode 100644 metadata/de.wikilab.android.ldapsync.yml delete mode 100644 metadata/de.xskat.txt create mode 100644 metadata/de.xskat.yml delete mode 100644 metadata/de.yaacc.txt create mode 100644 metadata/de.yaacc.yml delete mode 100644 metadata/de.yazo_games.mensaguthaben.txt create mode 100644 metadata/de.yazo_games.mensaguthaben.yml diff --git a/metadata/de.tobiasbielefeld.searchbar.txt b/metadata/de.tobiasbielefeld.searchbar.txt deleted file mode 100644 index 70115cb679..0000000000 --- a/metadata/de.tobiasbielefeld.searchbar.txt +++ /dev/null @@ -1,36 +0,0 @@ -Categories:Internet -License:GPL-3.0-or-later -Web Site: -Source Code:https://github.com/TobiasBielefeld/Simple-Search -Issue Tracker:https://github.com/TobiasBielefeld/Simple-Search/issues - -Auto Name:Simple Search -Summary:Simple and customizable search bar -Description: -A very basic app designed for people who want to use a search widget with their -preferred search engine. - -This app contains a search bar to type in a search query, which will be opened -in the Internet browser. A widget for the home screen will simply start the app. - -You can change the search engine in the settings (Default is DuckDuckGo) or type -in a custom search string. The app also saves the search queries as a history. -. - -Repo Type:git -Repo:https://github.com/TobiasBielefeld/Simple-Search.git - -Build:1.1.4,9 - commit=v1.1.4 - subdir=app - gradle=yes - -Build:1.2,10 - commit=v1.2 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.2 -Current Version Code:10 diff --git a/metadata/de.tobiasbielefeld.searchbar.yml b/metadata/de.tobiasbielefeld.searchbar.yml new file mode 100644 index 0000000000..e582b9749b --- /dev/null +++ b/metadata/de.tobiasbielefeld.searchbar.yml @@ -0,0 +1,44 @@ +Categories: + - Internet +License: GPL-3.0-or-later +AuthorName: Tobias Bielefeld +AuthorEmail: tobias.bielefeld@gmail.com +SourceCode: https://github.com/TobiasBielefeld/Simple-Search +IssueTracker: https://github.com/TobiasBielefeld/Simple-Search/issues +Translation: https://poeditor.com/join/project/89hq5htivP +Changelog: https://github.com/TobiasBielefeld/Simple-Search/releases + +AutoName: Simple Search +Summary: Simple and customizable search bar +Description: |- + A very basic app designed for people who want to use a search widget with their + preferred search engine. + + This app contains a search bar to type in a search query, which will be opened + in the Internet browser. A widget for the home screen will simply start the app. + + You can change the search engine in the settings (Default is DuckDuckGo) or type + in a custom search string. The app also saves the search queries as a history. + +RepoType: git +Repo: https://github.com/TobiasBielefeld/Simple-Search.git + +Builds: + - versionName: 1.1.4 + versionCode: 9 + commit: v1.1.4 + subdir: app + gradle: + - yes + + - versionName: '1.2' + versionCode: 10 + commit: v1.2 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.2' +CurrentVersionCode: 10 diff --git a/metadata/de.tobiasbielefeld.solitaire.txt b/metadata/de.tobiasbielefeld.solitaire.txt deleted file mode 100644 index e51cdc921a..0000000000 --- a/metadata/de.tobiasbielefeld.solitaire.txt +++ /dev/null @@ -1,259 +0,0 @@ -Categories:Games -License:GPL-3.0-or-later -Web Site: -Source Code:https://github.com/TobiasBielefeld/Simple-Solitaire -Issue Tracker:https://github.com/TobiasBielefeld/Simple-Solitaire/issues -Changelog:https://github.com/TobiasBielefeld/Simple-Solitaire/releases - -Auto Name:Simple Solitaire Collection -Summary:Solitaire game collection with 14 games -Description: -This collection currently contains the following games: - -AcesUp, Canfield, Forty&Eight, FreeCell, Golf, GrandfathersClock, Gypsy, -Klondike, Mod3, Pyramid, SimpleSimon, Spider, Tripeaks and Yukon! - -Customizable: 8 card themes, 18 card backgrounds and 6 background colors. - -Some features: Automatic saving of game progress, high score list for each game, -undo and hint options, support for landscape and tablets. -. - -Repo Type:git -Repo:https://github.com/TobiasBielefeld/Simple-Solitaire - -Build:1.3,10 - commit=v1.3.0 - subdir=app - gradle=yes - -Build:1.4,11 - commit=v1.4.0 - subdir=app - gradle=yes - -Build:2.0,12 - commit=v2.0.0 - subdir=app - gradle=yes - -Build:2.0.1,15 - commit=v2.0.1 - subdir=app - gradle=yes - -Build:2.0.2,17 - commit=v2.0.2 - subdir=app - gradle=yes - -Build:3.0,18 - disable=wrong VC - commit=v3.0 - subdir=app - gradle=yes - -Build:3.0,19 - commit=v3.0 - subdir=app - gradle=yes - -Build:3.0.1,20 - commit=v3.0.1 - subdir=app - gradle=yes - -Build:3.1,21 - commit=v3.1 - subdir=app - gradle=yes - -Build:3.1.1,22 - commit=v3.1.1 - subdir=app - gradle=yes - -Build:3.1.2,23 - commit=v3.1.2 - subdir=app - gradle=yes - -Build:3.1.3,25 - commit=v3.1.3 - subdir=app - gradle=yes - -Build:3.1.4,26 - commit=v3.1.4 - subdir=app - gradle=yes - -Build:3.1.5,27 - commit=v3.1.5 - subdir=app - gradle=yes - -Build:3.2,28 - commit=v3.2 - subdir=app - gradle=yes - -Build:3.3.1,30 - commit=v3.3.1 - subdir=app - gradle=yes - -Build:3.3.2,31 - commit=v3.3.2 - subdir=app - gradle=yes - -Build:3.3.3,32 - commit=v3.3.3 - subdir=app - gradle=yes - -Build:3.3.4,33 - commit=v3.3.4 - subdir=app - gradle=yes - -Build:3.3.5,34 - commit=v3.3.5 - subdir=app - gradle=yes - -Build:3.4,37 - commit=v3.4 - subdir=app - gradle=yes - -Build:3.5,40 - commit=v3.5 - subdir=app - gradle=yes - -Build:3.6,41 - commit=v3.6 - subdir=app - gradle=yes - -Build:3.6.1,44 - commit=v3.6.1 - subdir=app - gradle=yes - -Build:3.6.2,45 - commit=v3.6.2 - subdir=app - gradle=yes - -Build:3.7,46 - commit=v3.7 - subdir=app - gradle=yes - -Build:3.7.1,47 - commit=v3.7.1 - subdir=app - gradle=yes - -Build:3.7.2,48 - commit=v3.7.2 - subdir=app - gradle=yes - -Build:3.8.1,51 - commit=v3.8.1 - subdir=app - gradle=yes - -Build:3.8.3,53 - commit=v3.8.3 - subdir=app - gradle=yes - -Build:3.8.4,54 - commit=v3.8.4 - subdir=app - gradle=yes - -Build:3.8.5,55 - commit=v3.8.5 - subdir=app - gradle=yes - -Build:3.8.6,56 - commit=v3.8.6 - subdir=app - gradle=yes - -Build:3.9,58 - commit=v3.9 - subdir=app - gradle=yes - -Build:3.9.1,59 - commit=v3.9.1 - subdir=app - gradle=yes - -Build:3.9.2,60 - commit=v3.9.2 - subdir=app - gradle=yes - -Build:3.10,62 - commit=v3.10 - subdir=app - gradle=yes - -Build:3.10.1,63 - commit=v3.10.1 - subdir=app - gradle=yes - -Build:3.10.2,64 - commit=v3.10.2 - subdir=app - gradle=yes - -Build:3.11,65 - commit=v3.11 - subdir=app - gradle=yes - -Build:3.11.1,66 - commit=v3.11.1 - subdir=app - gradle=yes - -Build:3.11.2,67 - commit=v3.11.2 - subdir=app - gradle=yes - -Build:3.11.3,68 - commit=v3.11.3 - subdir=app - gradle=yes - -Build:3.12,69 - commit=v3.12 - subdir=app - gradle=yes - -Build:3.12.1,70 - commit=v3.12.1 - subdir=app - gradle=yes - -Build:3.13,71 - commit=v3.13 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:3.13 -Current Version Code:71 diff --git a/metadata/de.tobiasbielefeld.solitaire.yml b/metadata/de.tobiasbielefeld.solitaire.yml new file mode 100644 index 0000000000..194fdd242e --- /dev/null +++ b/metadata/de.tobiasbielefeld.solitaire.yml @@ -0,0 +1,343 @@ +Categories: + - Games +License: GPL-3.0-or-later +AuthorName: Tobias Bielefeld +AuthorEmail: tobias.bielefeld@gmail.com +SourceCode: https://github.com/TobiasBielefeld/Simple-Solitaire +IssueTracker: https://github.com/TobiasBielefeld/Simple-Solitaire/issues +Translation: https://poeditor.com/join/project/PYX4vcwTjA +Changelog: https://github.com/TobiasBielefeld/Simple-Solitaire/releases + +AutoName: Simple Solitaire Collection + +RepoType: git +Repo: https://github.com/TobiasBielefeld/Simple-Solitaire + +Builds: + - versionName: '1.3' + versionCode: 10 + commit: v1.3.0 + subdir: app + gradle: + - yes + + - versionName: '1.4' + versionCode: 11 + commit: v1.4.0 + subdir: app + gradle: + - yes + + - versionName: '2.0' + versionCode: 12 + commit: v2.0.0 + subdir: app + gradle: + - yes + + - versionName: 2.0.1 + versionCode: 15 + commit: v2.0.1 + subdir: app + gradle: + - yes + + - versionName: 2.0.2 + versionCode: 17 + commit: v2.0.2 + subdir: app + gradle: + - yes + + - versionName: '3.0' + versionCode: 18 + disable: wrong VC + commit: v3.0 + subdir: app + gradle: + - yes + + - versionName: '3.0' + versionCode: 19 + commit: v3.0 + subdir: app + gradle: + - yes + + - versionName: 3.0.1 + versionCode: 20 + commit: v3.0.1 + subdir: app + gradle: + - yes + + - versionName: '3.1' + versionCode: 21 + commit: v3.1 + subdir: app + gradle: + - yes + + - versionName: 3.1.1 + versionCode: 22 + commit: v3.1.1 + subdir: app + gradle: + - yes + + - versionName: 3.1.2 + versionCode: 23 + commit: v3.1.2 + subdir: app + gradle: + - yes + + - versionName: 3.1.3 + versionCode: 25 + commit: v3.1.3 + subdir: app + gradle: + - yes + + - versionName: 3.1.4 + versionCode: 26 + commit: v3.1.4 + subdir: app + gradle: + - yes + + - versionName: 3.1.5 + versionCode: 27 + commit: v3.1.5 + subdir: app + gradle: + - yes + + - versionName: '3.2' + versionCode: 28 + commit: v3.2 + subdir: app + gradle: + - yes + + - versionName: 3.3.1 + versionCode: 30 + commit: v3.3.1 + subdir: app + gradle: + - yes + + - versionName: 3.3.2 + versionCode: 31 + commit: v3.3.2 + subdir: app + gradle: + - yes + + - versionName: 3.3.3 + versionCode: 32 + commit: v3.3.3 + subdir: app + gradle: + - yes + + - versionName: 3.3.4 + versionCode: 33 + commit: v3.3.4 + subdir: app + gradle: + - yes + + - versionName: 3.3.5 + versionCode: 34 + commit: v3.3.5 + subdir: app + gradle: + - yes + + - versionName: '3.4' + versionCode: 37 + commit: v3.4 + subdir: app + gradle: + - yes + + - versionName: '3.5' + versionCode: 40 + commit: v3.5 + subdir: app + gradle: + - yes + + - versionName: '3.6' + versionCode: 41 + commit: v3.6 + subdir: app + gradle: + - yes + + - versionName: 3.6.1 + versionCode: 44 + commit: v3.6.1 + subdir: app + gradle: + - yes + + - versionName: 3.6.2 + versionCode: 45 + commit: v3.6.2 + subdir: app + gradle: + - yes + + - versionName: '3.7' + versionCode: 46 + commit: v3.7 + subdir: app + gradle: + - yes + + - versionName: 3.7.1 + versionCode: 47 + commit: v3.7.1 + subdir: app + gradle: + - yes + + - versionName: 3.7.2 + versionCode: 48 + commit: v3.7.2 + subdir: app + gradle: + - yes + + - versionName: 3.8.1 + versionCode: 51 + commit: v3.8.1 + subdir: app + gradle: + - yes + + - versionName: 3.8.3 + versionCode: 53 + commit: v3.8.3 + subdir: app + gradle: + - yes + + - versionName: 3.8.4 + versionCode: 54 + commit: v3.8.4 + subdir: app + gradle: + - yes + + - versionName: 3.8.5 + versionCode: 55 + commit: v3.8.5 + subdir: app + gradle: + - yes + + - versionName: 3.8.6 + versionCode: 56 + commit: v3.8.6 + subdir: app + gradle: + - yes + + - versionName: '3.9' + versionCode: 58 + commit: v3.9 + subdir: app + gradle: + - yes + + - versionName: 3.9.1 + versionCode: 59 + commit: v3.9.1 + subdir: app + gradle: + - yes + + - versionName: 3.9.2 + versionCode: 60 + commit: v3.9.2 + subdir: app + gradle: + - yes + + - versionName: '3.10' + versionCode: 62 + commit: v3.10 + subdir: app + gradle: + - yes + + - versionName: 3.10.1 + versionCode: 63 + commit: v3.10.1 + subdir: app + gradle: + - yes + + - versionName: 3.10.2 + versionCode: 64 + commit: v3.10.2 + subdir: app + gradle: + - yes + + - versionName: '3.11' + versionCode: 65 + commit: v3.11 + subdir: app + gradle: + - yes + + - versionName: 3.11.1 + versionCode: 66 + commit: v3.11.1 + subdir: app + gradle: + - yes + + - versionName: 3.11.2 + versionCode: 67 + commit: v3.11.2 + subdir: app + gradle: + - yes + + - versionName: 3.11.3 + versionCode: 68 + commit: v3.11.3 + subdir: app + gradle: + - yes + + - versionName: '3.12' + versionCode: 69 + commit: v3.12 + subdir: app + gradle: + - yes + + - versionName: 3.12.1 + versionCode: 70 + commit: v3.12.1 + subdir: app + gradle: + - yes + + - versionName: '3.13' + versionCode: 71 + commit: v3.13 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '3.13' +CurrentVersionCode: 71 diff --git a/metadata/de.tu_chemnitz.wlan.txt b/metadata/de.tu_chemnitz.wlan.txt deleted file mode 100644 index 5158587738..0000000000 --- a/metadata/de.tu_chemnitz.wlan.txt +++ /dev/null @@ -1,65 +0,0 @@ -Categories:Connectivity -License:Apache-2.0 -Web Site: -Source Code:https://gitlab.hrz.tu-chemnitz.de/urz-anwendungen/TucWLAN -Issue Tracker:https://gitlab.hrz.tu-chemnitz.de/urz-anwendungen/TucWLAN/issues - -Auto Name:TUC WLAN - -Repo Type:git -Repo:https://gitlab.hrz.tu-chemnitz.de/urz-anwendungen/TucWLAN - -Build:1.0.1,3 - commit=v1.0.1 - subdir=app - gradle=yes - -Build:1.0.3,5 - commit=1.0.3 - subdir=app - gradle=yes - -Build:1.1.0,6 - commit=v1.1.0 - subdir=app - gradle=yes - -Build:1.2.0,7 - commit=v1.2.0 - subdir=app - gradle=yes - -Build:1.2.1,8 - commit=v1.2.1 - subdir=app - gradle=yes - -Build:1.3.0,9 - commit=v1.3.0 - subdir=app - gradle=yes - -Build:1.3.1,10 - commit=v.1.3.1 - subdir=app - gradle=yes - -Build:1.3.2,11 - commit=v1.3.2 - subdir=app - gradle=yes - -Build:1.3.3,12 - commit=v1.3.3 - subdir=app - gradle=yes - -Build:1.3.4,13 - commit=v1.3.4 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.3.4 -Current Version Code:13 diff --git a/metadata/de.tu_chemnitz.wlan.yml b/metadata/de.tu_chemnitz.wlan.yml new file mode 100644 index 0000000000..ade8a1d15a --- /dev/null +++ b/metadata/de.tu_chemnitz.wlan.yml @@ -0,0 +1,87 @@ +Categories: + - Connectivity +License: Apache-2.0 +SourceCode: https://gitlab.hrz.tu-chemnitz.de/urz-anwendungen/TucWLAN +IssueTracker: https://gitlab.hrz.tu-chemnitz.de/urz-anwendungen/TucWLAN/issues +Changelog: https://gitlab.hrz.tu-chemnitz.de/urz-anwendungen/TucWLAN/-/releases + +AutoName: TUC WLAN + +RepoType: git +Repo: https://gitlab.hrz.tu-chemnitz.de/urz-anwendungen/TucWLAN.git + +Builds: + - versionName: 1.0.1 + versionCode: 3 + commit: v1.0.1 + subdir: app + gradle: + - yes + + - versionName: 1.0.3 + versionCode: 5 + commit: 1.0.3 + subdir: app + gradle: + - yes + + - versionName: 1.1.0 + versionCode: 6 + commit: v1.1.0 + subdir: app + gradle: + - yes + + - versionName: 1.2.0 + versionCode: 7 + commit: v1.2.0 + subdir: app + gradle: + - yes + + - versionName: 1.2.1 + versionCode: 8 + commit: v1.2.1 + subdir: app + gradle: + - yes + + - versionName: 1.3.0 + versionCode: 9 + commit: v1.3.0 + subdir: app + gradle: + - yes + + - versionName: 1.3.1 + versionCode: 10 + commit: v.1.3.1 + subdir: app + gradle: + - yes + + - versionName: 1.3.2 + versionCode: 11 + commit: v1.3.2 + subdir: app + gradle: + - yes + + - versionName: 1.3.3 + versionCode: 12 + commit: v1.3.3 + subdir: app + gradle: + - yes + + - versionName: 1.3.4 + versionCode: 13 + commit: v1.3.4 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.3.4 +CurrentVersionCode: 13 diff --git a/metadata/de.tutao.tutanota.txt b/metadata/de.tutao.tutanota.txt deleted file mode 100644 index 6ba1c754b2..0000000000 --- a/metadata/de.tutao.tutanota.txt +++ /dev/null @@ -1,416 +0,0 @@ -AntiFeatures:NonFreeNet -Categories:Internet -License:GPL-3.0-or-later -Web Site:https://tutanota.com -Source Code:https://github.com/tutao/tutanota -Issue Tracker:https://github.com/tutao/tutanota/issues -Donate:https://tutanota.com/community#donate -Bitcoin:3MDrR5gaMvL8sphuQLX6BvPPKYNArdXsv6 - -Auto Name:Tutanota - -Repo Type:git -Repo:https://github.com/tutao/tutanota.git - -Build:3.35.13,335130 - commit=tutanota-android-release-3.35.13 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \ - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.11.3-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.36.1,336010 - commit=tutanota-android-release-3.36.1 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \ - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.11.3-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.36.4,336040 - commit=tutanota-android-release-3.36.4 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \ - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.11.3-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.36.9,336090 - commit=tutanota-android-release-3.36.9 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \ - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.11.3-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.37.1,337010 - commit=tutanota-android-release-3.37.1 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz && \ - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.11.3-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.37.2,337020 - commit=tutanota-android-release-3.37.2 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.12.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.40.3,340030 - commit=tutanota-android-release-3.40.3 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.12.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.41.1,341010 - commit=tutanota-android-release-3.41.1 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.12.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.41.6,341060 - commit=tutanota-android-release-3.41.6 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.12.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.42.2,342020 - commit=tutanota-android-release-3.42.2 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.12.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.43.1,343010 - commit=tutanota-android-release-3.43.1 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.12.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.44.2,344020 - commit=tutanota-android-release-3.44.2 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.12.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - npm install && \ - node dist prod - -Build:3.46.3,346030 - commit=tutanota-android-release-3.46.3 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz && \ - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v8.12.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - sed -i '/flow-bin/d' package.json && \ - sed -i '/\"electron/d' package.json && \ - sed -i '/rcedit/d' package.json && \ - sed -i '/winreg/d' package.json && \ - sed -i '/node-forge/d' package.json && \ - sed -i '/js-yaml/d' package.json && \ - sed -i '/DesktopBuilder\.js/d' dist.js && \ - npm install && \ - node dist prod - -Build:3.47.2,347020 - commit=tutanota-android-release-3.47.2 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.48.5,348050 - commit=tutanota-android-release-3.48.5 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.50.11,350110 - commit=tutanota-android-release-3.50.11 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.52.1,352010 - commit=tutanota-android-release-3.52.1 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.55.2,355020 - commit=tutanota-android-release-3.55.2 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.55.5,355050 - commit=tutanota-android-release-3.55.5 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.56.0,356000 - commit=tutanota-android-release-3.56.0 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.57.5,357050 - commit=tutanota-android-release-3.57.5 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.57.6,357060 - commit=tutanota-android-release-3.57.6 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.59.5,359050 - commit=tutanota-android-release-3.59.5 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.59.10,359100 - commit=tutanota-android-release-3.59.10 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.59.13,359130 - commit=tutanota-android-release-3.59.13 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.59.14,359140 - commit=tutanota-android-release-3.59.14 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.59.16,359160 - commit=tutanota-android-release-3.59.16 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Build:3.59.17,359170 - commit=tutanota-android-release-3.59.17 - subdir=app-android/app - sudo=curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz && \ - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" | sha256sum -c - && \ - tar xJf node.tar.xz && \ - cp -a node-v10.11.0-linux-x64/. /usr/local/ - gradle=yes - prebuild=cd ../.. && \ - rm -rf app-ios && \ - node fdroid-fix-deps && \ - npm install && \ - node dist prod - -Auto Update Mode:Version tutanota-android-release-%v -Update Check Mode:Tags tutanota-android-release-* -Current Version:3.59.17 -Current Version Code:359170 diff --git a/metadata/de.tutao.tutanota.yml b/metadata/de.tutao.tutanota.yml new file mode 100644 index 0000000000..f9b853b712 --- /dev/null +++ b/metadata/de.tutao.tutanota.yml @@ -0,0 +1,562 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Internet +License: GPL-3.0-or-later +AuthorName: Tutao GmbH +AuthorEmail: hello@tutao.de +WebSite: https://tutanota.com +SourceCode: https://github.com/tutao/tutanota +IssueTracker: https://github.com/tutao/tutanota/issues +Changelog: https://github.com/tutao/tutanota/releases +Donate: https://tutanota.com/community#donate +Bitcoin: 3MDrR5gaMvL8sphuQLX6BvPPKYNArdXsv6 + +AutoName: Tutanota + +RepoType: git +Repo: https://github.com/tutao/tutanota.git + +Builds: + - versionName: 3.35.13 + versionCode: 335130 + commit: tutanota-android-release-3.35.13 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz + - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.11.3-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.36.1 + versionCode: 336010 + commit: tutanota-android-release-3.36.1 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz + - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.11.3-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.36.4 + versionCode: 336040 + commit: tutanota-android-release-3.36.4 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz + - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.11.3-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.36.9 + versionCode: 336090 + commit: tutanota-android-release-3.36.9 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz + - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.11.3-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.37.1 + versionCode: 337010 + commit: tutanota-android-release-3.37.1 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz + - echo "08e2fcfea66746bd966ea3a89f26851f1238d96f86c33eaf6274f67fce58421a node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.11.3-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.37.2 + versionCode: 337020 + commit: tutanota-android-release-3.37.2 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz + - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.40.3 + versionCode: 340030 + commit: tutanota-android-release-3.40.3 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz + - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.41.1 + versionCode: 341010 + commit: tutanota-android-release-3.41.1 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz + - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.41.6 + versionCode: 341060 + commit: tutanota-android-release-3.41.6 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz + - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.42.2 + versionCode: 342020 + commit: tutanota-android-release-3.42.2 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz + - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.43.1 + versionCode: 343010 + commit: tutanota-android-release-3.43.1 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz + - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.44.2 + versionCode: 344020 + commit: tutanota-android-release-3.44.2 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz + - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - npm install + - node dist prod + + - versionName: 3.46.3 + versionCode: 346030 + commit: tutanota-android-release-3.46.3 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v8.12.0/node-v8.12.0-linux-x64.tar.xz + - echo "29a20479cd1e3a03396a4e74a1784ccdd1cf2f96928b56f6ffa4c8dae40c88f2 node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v8.12.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - sed -i '/flow-bin/d' package.json + - sed -i '/\"electron/d' package.json + - sed -i '/rcedit/d' package.json + - sed -i '/winreg/d' package.json + - sed -i '/node-forge/d' package.json + - sed -i '/js-yaml/d' package.json + - sed -i '/DesktopBuilder\.js/d' dist.js + - npm install + - node dist prod + + - versionName: 3.47.2 + versionCode: 347020 + commit: tutanota-android-release-3.47.2 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.48.5 + versionCode: 348050 + commit: tutanota-android-release-3.48.5 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.50.11 + versionCode: 350110 + commit: tutanota-android-release-3.50.11 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.52.1 + versionCode: 352010 + commit: tutanota-android-release-3.52.1 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.55.2 + versionCode: 355020 + commit: tutanota-android-release-3.55.2 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.55.5 + versionCode: 355050 + commit: tutanota-android-release-3.55.5 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.56.0 + versionCode: 356000 + commit: tutanota-android-release-3.56.0 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.57.5 + versionCode: 357050 + commit: tutanota-android-release-3.57.5 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.57.6 + versionCode: 357060 + commit: tutanota-android-release-3.57.6 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.59.5 + versionCode: 359050 + commit: tutanota-android-release-3.59.5 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.59.10 + versionCode: 359100 + commit: tutanota-android-release-3.59.10 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.59.13 + versionCode: 359130 + commit: tutanota-android-release-3.59.13 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.59.14 + versionCode: 359140 + commit: tutanota-android-release-3.59.14 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.59.16 + versionCode: 359160 + commit: tutanota-android-release-3.59.16 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + + - versionName: 3.59.17 + versionCode: 359170 + commit: tutanota-android-release-3.59.17 + subdir: app-android/app + sudo: + - curl -Lo node.tar.xz https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz + - echo "c2eab149e7f0712a6a3eb672a76d657b049a3b3ae0c2edc2e0571df5049fe82c node.tar.xz" + | sha256sum -c - + - tar xJf node.tar.xz + - cp -a node-v10.11.0-linux-x64/. /usr/local/ + gradle: + - yes + prebuild: + - cd ../.. + - rm -rf app-ios + - node fdroid-fix-deps + - npm install + - node dist prod + +AutoUpdateMode: Version tutanota-android-release-%v +UpdateCheckMode: Tags tutanota-android-release-* +CurrentVersion: 3.59.17 +CurrentVersionCode: 359170 diff --git a/metadata/de.vibora.viborafeed.txt b/metadata/de.vibora.viborafeed.txt deleted file mode 100644 index 9d5d9e5cc8..0000000000 --- a/metadata/de.vibora.viborafeed.txt +++ /dev/null @@ -1,133 +0,0 @@ -Categories:Internet -License:Unlicense -Author Name:deadlockz -Web Site:http://vibora.de -Source Code:https://github.com/no-go/ViboraFeed -Issue Tracker: -FlattrID:5194982 - -Auto Name:Single-Feed -Summary:reader for one feed and Vibora.de Blog -Description: -ViboraFeed is the Vibora Feed Reader of the [http://vibora.de] open source blog -homepage. You can add '''one''' additional RSS Url. - -Features: - -* open feed link via notification -* long click: open in Browser, share with..., mark deleted, readed or favorite -* landscape, short click: open feed in a Webview -* search for news around 30 minutes, 1, 3 or 6 hours -* support for some different versions of images in feeds -* nice notification sound -* choose your own LED notification color and behavior -* ONE new feed is ONE new notification -* german or english interface -* uses server response code (304 not modified) to reduce data transfer -* open feed link in your favourite browser -* Search words in the feeds -* nightmode -* blacklist: ignore news, if they contains some keywords -* auto-delete: deletes no favorite feeds after a configurable set of days -* In-App-Notifications: only one head-up window is shown -* recheck every 75 sec, if you have no connection to a network - -Do not be afraid! The first refresh generates about 40 notifications, but the -App options menu has a feature to remove all of them. - -Tested and works well with: - -* [http://www.taz.de/!p4608;rss/ TAZ] -* [http://www.tagesschau.de/xml/rss2 Tagesschau] -* [http://www.deutschlandfunk.de/die-nachrichten.353.de.rss Deutschlandfunk] -* [http://www.wz.de/cmlink/wz-rss-uebersicht-1.516698 Westdeutsche Zeitung] -* [http://feeds.t-online.de/rss/nachrichten t-online News] -* [http://news.yahoo.com/rss/ yahoo news] -* [http://feeds.bbci.co.uk/news/world/europe/rss.xml BBC] -* [http://www.heise.de/security/news/news.rdf Heise Security] - -App successfuly tested on Android 4.1.1, 5 and 6 - -'''Expunge and Ignore''' - -To reduce the cached informations, single feed news older than 3 days will be -ignored. If you delete single feed news, then they will be destroyed in the -caching system. Because our website [http://vibora.de Vibora.de] (Die Schlange -durch die OpenSource Welt) publishes over a period of 2 weeks and more, this -time is set to 90 days. - -[https://github.com/no-go/ViboraFeed/blob/master/README.md Screenshots and More] -. - -Repo Type:git -Repo:https://github.com/no-go/ViboraFeed - -Build:1.4,14 - commit=v1.4 - subdir=app - gradle=yes - -Build:1.5,15 - commit=v1.5 - subdir=app - gradle=yes - -Build:1.6,16 - commit=v1.6 - subdir=app - gradle=yes - -Build:1.8,18 - commit=v1.8 - subdir=app - gradle=yes - -Build:1.9,19 - commit=v1.9 - subdir=app - gradle=yes - -Build:2.0,20 - commit=v2.0 - subdir=app - gradle=yes - -Build:2.2,22 - commit=v2.2 - subdir=app - gradle=yes - -Build:2.3,23 - commit=v2.3 - subdir=app - gradle=yes - -Build:2.4,24 - commit=v2.4 - subdir=app - gradle=yes - -Build:2.5,25 - commit=v2.5 - subdir=app - gradle=yes - -Build:2.6,26 - commit=v2.6 - subdir=app - gradle=yes - -Build:2.7,27 - commit=v2.7 - subdir=app - gradle=yes - -Build:2.8,28 - commit=v2.8 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:2.8 -Current Version Code:28 diff --git a/metadata/de.vibora.viborafeed.yml b/metadata/de.vibora.viborafeed.yml new file mode 100644 index 0000000000..07b09a84b0 --- /dev/null +++ b/metadata/de.vibora.viborafeed.yml @@ -0,0 +1,161 @@ +Categories: + - Internet +License: Unlicense +AuthorName: deadlockz +WebSite: http://vibora.de +SourceCode: https://github.com/no-go/ViboraFeed +FlattrID: '5194982' + +AutoName: Single-Feed +Summary: reader for one feed and Vibora.de Blog +Description: |- + '''NOTE:''' This app is no longer maintained (its repo was archived). + + ViboraFeed is the Vibora Feed Reader of the [http://vibora.de] open source blog + homepage. You can add '''one''' additional RSS Url. + + Features: + + * open feed link via notification + * long click: open in Browser, share with..., mark deleted, readed or favorite + * landscape, short click: open feed in a Webview + * search for news around 30 minutes, 1, 3 or 6 hours + * support for some different versions of images in feeds + * nice notification sound + * choose your own LED notification color and behavior + * ONE new feed is ONE new notification + * german or english interface + * uses server response code (304 not modified) to reduce data transfer + * open feed link in your favourite browser + * Search words in the feeds + * nightmode + * blacklist: ignore news, if they contains some keywords + * auto-delete: deletes no favorite feeds after a configurable set of days + * In-App-Notifications: only one head-up window is shown + * recheck every 75 sec, if you have no connection to a network + + Do not be afraid! The first refresh generates about 40 notifications, but the + App options menu has a feature to remove all of them. + + Tested and works well with: + + * [http://www.taz.de/!p4608;rss/ TAZ] + * [http://www.tagesschau.de/xml/rss2 Tagesschau] + * [http://www.deutschlandfunk.de/die-nachrichten.353.de.rss Deutschlandfunk] + * [http://www.wz.de/cmlink/wz-rss-uebersicht-1.516698 Westdeutsche Zeitung] + * [http://feeds.t-online.de/rss/nachrichten t-online News] + * [http://news.yahoo.com/rss/ yahoo news] + * [http://feeds.bbci.co.uk/news/world/europe/rss.xml BBC] + * [http://www.heise.de/security/news/news.rdf Heise Security] + + App successfuly tested on Android 4.1.1, 5 and 6 + + '''Expunge and Ignore''' + + To reduce the cached informations, single feed news older than 3 days will be + ignored. If you delete single feed news, then they will be destroyed in the + caching system. Because our website [http://vibora.de Vibora.de] (Die Schlange + durch die OpenSource Welt) publishes over a period of 2 weeks and more, this + time is set to 90 days. + + [https://github.com/no-go/ViboraFeed/blob/master/README.md Screenshots and More] + +RepoType: git +Repo: https://github.com/no-go/ViboraFeed + +Builds: + - versionName: '1.4' + versionCode: 14 + commit: v1.4 + subdir: app + gradle: + - yes + + - versionName: '1.5' + versionCode: 15 + commit: v1.5 + subdir: app + gradle: + - yes + + - versionName: '1.6' + versionCode: 16 + commit: v1.6 + subdir: app + gradle: + - yes + + - versionName: '1.8' + versionCode: 18 + commit: v1.8 + subdir: app + gradle: + - yes + + - versionName: '1.9' + versionCode: 19 + commit: v1.9 + subdir: app + gradle: + - yes + + - versionName: '2.0' + versionCode: 20 + commit: v2.0 + subdir: app + gradle: + - yes + + - versionName: '2.2' + versionCode: 22 + commit: v2.2 + subdir: app + gradle: + - yes + + - versionName: '2.3' + versionCode: 23 + commit: v2.3 + subdir: app + gradle: + - yes + + - versionName: '2.4' + versionCode: 24 + commit: v2.4 + subdir: app + gradle: + - yes + + - versionName: '2.5' + versionCode: 25 + commit: v2.5 + subdir: app + gradle: + - yes + + - versionName: '2.6' + versionCode: 26 + commit: v2.6 + subdir: app + gradle: + - yes + + - versionName: '2.7' + versionCode: 27 + commit: v2.7 + subdir: app + gradle: + - yes + + - versionName: '2.8' + versionCode: 28 + commit: v2.8 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '2.8' +CurrentVersionCode: 28 diff --git a/metadata/de.vier_bier.habpanelviewer.txt b/metadata/de.vier_bier.habpanelviewer.txt deleted file mode 100644 index 35ccf103da..0000000000 --- a/metadata/de.vier_bier.habpanelviewer.txt +++ /dev/null @@ -1,52 +0,0 @@ -Categories:Internet -License:GPL-3.0-only -Web Site:https://github.com/vbier/habpanelviewer/wiki -Source Code:https://github.com/vbier/habpanelviewer -Issue Tracker:https://github.com/vbier/habpanelviewer/issues -Changelog:https://github.com/vbier/habpanelviewer/releases - -Auto Name:HABPanelViewer - -Repo Type:git -Repo:https://github.com/vbier/habpanelviewer - -Build:0.9.19,2 - commit=0.9.19 - subdir=app - gradle=yes - -Build:0.9.20,3 - commit=0.9.20 - subdir=app - gradle=yes - -Build:0.9.21,4 - disable=lintVitalRelease fails - commit=0.9.21 - subdir=app - gradle=yes - -Build:0.9.22,5 - commit=0.9.22 - subdir=app - gradle=yes - -Build:0.9.23,6 - commit=0.9.23 - subdir=app - gradle=yes - -Build:0.9.24,7 - commit=0.9.24 - subdir=app - gradle=yes - -Build:0.9.25,8 - commit=0.9.25 - subdir=app - gradle=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:0.9.25 -Current Version Code:8 diff --git a/metadata/de.vier_bier.habpanelviewer.yml b/metadata/de.vier_bier.habpanelviewer.yml new file mode 100644 index 0000000000..acba5aa08e --- /dev/null +++ b/metadata/de.vier_bier.habpanelviewer.yml @@ -0,0 +1,68 @@ +Categories: + - Internet +License: GPL-3.0-only +WebSite: https://github.com/vbier/habpanelviewer/wiki +SourceCode: https://github.com/vbier/habpanelviewer +IssueTracker: https://github.com/vbier/habpanelviewer/issues +Changelog: https://github.com/vbier/habpanelviewer/releases + +AutoName: HABPanelViewer + +RepoType: git +Repo: https://github.com/vbier/habpanelviewer + +Builds: + - versionName: 0.9.19 + versionCode: 2 + commit: 0.9.19 + subdir: app + gradle: + - yes + + - versionName: 0.9.20 + versionCode: 3 + commit: 0.9.20 + subdir: app + gradle: + - yes + + - versionName: 0.9.21 + versionCode: 4 + disable: lintVitalRelease fails + commit: 0.9.21 + subdir: app + gradle: + - yes + + - versionName: 0.9.22 + versionCode: 5 + commit: 0.9.22 + subdir: app + gradle: + - yes + + - versionName: 0.9.23 + versionCode: 6 + commit: 0.9.23 + subdir: app + gradle: + - yes + + - versionName: 0.9.24 + versionCode: 7 + commit: 0.9.24 + subdir: app + gradle: + - yes + + - versionName: 0.9.25 + versionCode: 8 + commit: 0.9.25 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 0.9.25 +CurrentVersionCode: 8 diff --git a/metadata/de.we.acaldav.txt b/metadata/de.we.acaldav.txt deleted file mode 100644 index 9b97fa5fa0..0000000000 --- a/metadata/de.we.acaldav.txt +++ /dev/null @@ -1,63 +0,0 @@ -Categories:System -License:GPL-3.0-or-later -Web Site: -Source Code:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater -Issue Tracker:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater/issues -Changelog:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater/tags - -Auto Name:aCalDAV -Summary:Synchronize calendar with a CalDAV server -Description: -Synchronise your calendar from a CalDAV calendar server like Baïkal or ownCloud. -Fully integrated and transparent in Android account management. It's based on -[[org.gege.caldavsyncadapter]]. -. - -Repo Type:git -Repo:https://gitlab.com/ennswi/AndroidCaldavSyncAdapater - -Build:0.0.2,2 - commit=0.0.2 - subdir=ACalDAV - gradle=yes - -Build:0.0.1,3 - disable=upstream forced VC downgrade - commit=0.0.1 - subdir=ACalDAV - gradle=yes - -Build:0.0.4,4 - commit=0.0.4 - subdir=ACalDAV - gradle=yes - -Build:0.0.5,5 - commit=0.0.5 - subdir=ACalDAV - gradle=yes - -Build:0.0.6,6 - commit=0.0.6 - subdir=ACalDAV - gradle=yes - -Build:0.0.7,7 - commit=0.0.7 - subdir=ACalDAV - gradle=yes - -Build:0.1.0,10 - commit=0.1.0 - subdir=ACalDAV - gradle=yes - -Build:0.1.1,11 - commit=0.1.1 - subdir=ACalDAV - gradle=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:0.1.1 -Current Version Code:11 diff --git a/metadata/de.we.acaldav.yml b/metadata/de.we.acaldav.yml new file mode 100644 index 0000000000..9a55a2f384 --- /dev/null +++ b/metadata/de.we.acaldav.yml @@ -0,0 +1,79 @@ +Categories: + - System +License: GPL-3.0-or-later +SourceCode: https://gitlab.com/ennswi/AndroidCaldavSyncAdapater +IssueTracker: https://gitlab.com/ennswi/AndroidCaldavSyncAdapater/issues +Changelog: https://gitlab.com/ennswi/AndroidCaldavSyncAdapater/tags + +AutoName: aCalDAV +Summary: Synchronize calendar with a CalDAV server +Description: |- + Synchronise your calendar from a CalDAV calendar server like Baïkal or ownCloud. + Fully integrated and transparent in Android account management. It’s based on + [[org.gege.caldavsyncadapter]]. + +RepoType: git +Repo: https://gitlab.com/ennswi/AndroidCaldavSyncAdapater.git + +Builds: + - versionName: 0.0.2 + versionCode: 2 + commit: 0.0.2 + subdir: ACalDAV + gradle: + - yes + + - versionName: 0.0.1 + versionCode: 3 + disable: upstream forced VC downgrade + commit: 0.0.1 + subdir: ACalDAV + gradle: + - yes + + - versionName: 0.0.4 + versionCode: 4 + commit: 0.0.4 + subdir: ACalDAV + gradle: + - yes + + - versionName: 0.0.5 + versionCode: 5 + commit: 0.0.5 + subdir: ACalDAV + gradle: + - yes + + - versionName: 0.0.6 + versionCode: 6 + commit: 0.0.6 + subdir: ACalDAV + gradle: + - yes + + - versionName: 0.0.7 + versionCode: 7 + commit: 0.0.7 + subdir: ACalDAV + gradle: + - yes + + - versionName: 0.1.0 + versionCode: 10 + commit: 0.1.0 + subdir: ACalDAV + gradle: + - yes + + - versionName: 0.1.1 + versionCode: 11 + commit: 0.1.1 + subdir: ACalDAV + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 0.1.1 +CurrentVersionCode: 11 diff --git a/metadata/de.westnordost.streetcomplete.txt b/metadata/de.westnordost.streetcomplete.txt deleted file mode 100644 index bd36840eb9..0000000000 --- a/metadata/de.westnordost.streetcomplete.txt +++ /dev/null @@ -1,309 +0,0 @@ -Categories:Navigation -License:GPL-3.0-only -Author Name:Tobias Zwick -Author Email:osm@westnordost.de -Web Site:https://github.com/westnordost/StreetComplete/wiki -Source Code:https://github.com/westnordost/StreetComplete -Issue Tracker:https://github.com/westnordost/StreetComplete/issues -Translation:https://poeditor.com/join/project/IE4GC127Ki -Changelog:https://github.com/westnordost/StreetComplete/releases - -Auto Name:Street­Complete -Summary:OpenStreetMap surveyor app -Description: -Help to improve the OpenStreetMap with StreetComplete! - -This app finds incomplete and extendable data in your vicinity and displays it -on a map as markers. Each of those is solvable by answering a simple question to -complete the info on site. - -The info you enter is then directly added to the OpenStreetMap in your name, -without the need to use another editor. -. - -Repo Type:git -Repo:https://github.com/westnordost/StreetComplete.git - -Build:0.4,1 - commit=4f5f79f3bc4869407aeac39b7ca3cba848b71e39 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:0.5,2 - commit=v0.5 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:0.6,3 - disable=corrupted db - commit=v0.6 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:0.7,4 - commit=v0.7 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:0.8,5 - commit=v0.8 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:0.10,7 - commit=v0.10 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:0.11,8 - commit=v0.11 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:0.12,9 - commit=v0.12 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:0.13,10 - commit=v0.13 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:1.0,100 - commit=v1.0 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:1.1,101 - commit=v1.1 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:1.2,102 - commit=v1.2 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:1.3,103 - commit=v1.3 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:1.4,104 - commit=v1.4 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:2.0,200 - commit=v2.0 - subdir=app - gradle=yes - prebuild=sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle - -Build:2.1,201 - commit=v2.1 - subdir=app - gradle=yes - -Build:2.2,202 - commit=v2.2 - subdir=app - gradle=yes - -Build:2.3,203 - commit=v2.3 - subdir=app - gradle=yes - -Build:2.4,204 - disable=Could not find com.android.tools.build:gradle:3.0.0 - commit=v2.4 - subdir=app - gradle=yes - -Build:3.0,300 - disable=Could not find com.android.tools.build:gradle:3.0.0 - commit=v3.0 - subdir=app - gradle=yes - -Build:3.1,301 - commit=v3.1 - subdir=app - gradle=yes - -Build:3.2,302 - commit=v3.2 - subdir=app - gradle=yes - -Build:3.3,303 - commit=v3.3 - subdir=app - gradle=yes - -Build:3.4,304 - commit=v3.4 - subdir=app - gradle=yes - -Build:3.5,305 - commit=v3.5 - subdir=app - gradle=yes - -Build:3.6,306 - commit=v3.6 - subdir=app - gradle=yes - -Build:3.7,307 - commit=v3.7 - subdir=app - gradle=yes - -Build:4.0,402 - commit=v4.0 - subdir=app - gradle=yes - -Build:4.1,403 - commit=v4.1 - subdir=app - gradle=yes - -Build:5.0,502 - commit=v5.0 - subdir=app - gradle=yes - -Build:5.1,503 - commit=v5.1 - subdir=app - gradle=yes - -Build:5.2,504 - commit=v5.2 - subdir=app - gradle=yes - -Build:6.0,602 - commit=v6.0 - subdir=app - gradle=yes - -Build:6.1,603 - commit=v6.1 - subdir=app - gradle=yes - -Build:7.0,701 - commit=v7.0 - subdir=app - gradle=yes - -Build:7.1,702 - commit=v7.1 - subdir=app - gradle=yes - -Build:8.0,801 - commit=v8.0 - subdir=app - gradle=yes - -Build:8.1,802 - commit=v8.1 - subdir=app - gradle=yes - -Build:8.2,803 - commit=v8.2 - subdir=app - gradle=yes - -Build:8.3,804 - commit=v8.3 - subdir=app - gradle=yes - -Build:8.4,805 - commit=v8.4 - subdir=app - gradle=yes - -Build:9.0,901 - commit=v9.0 - subdir=app - gradle=yes - -Build:10.0,1003 - commit=v10.0 - subdir=app - gradle=yes - -Build:10.1,1004 - commit=v10.1 - subdir=app - gradle=yes - -Build:10.2,1005 - commit=v10.2 - subdir=app - gradle=yes - -Build:11.0,1101 - commit=v11.0 - subdir=app - gradle=yes - -Build:12.0,1201 - commit=v12.0 - subdir=app - gradle=yes - -Build:12.1,1202 - commit=v12.1 - subdir=app - gradle=yes - -Build:12.2,1203 - commit=v12.2 - subdir=app - gradle=yes - -Build:13.0,1301 - commit=v13.0 - subdir=app - gradle=yes - -Build:14.0,1401 - commit=v14.0 - subdir=app - gradle=yes - -Build:14.1,1402 - commit=v14.1 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Update Check Ignore:(alpha|beta|rc|RC) -Current Version:14.1 -Current Version Code:1402 diff --git a/metadata/de.westnordost.streetcomplete.yml b/metadata/de.westnordost.streetcomplete.yml new file mode 100644 index 0000000000..22254142f6 --- /dev/null +++ b/metadata/de.westnordost.streetcomplete.yml @@ -0,0 +1,414 @@ +Categories: + - Navigation +License: GPL-3.0-only +AuthorName: Tobias Zwick +AuthorEmail: osm@westnordost.de +WebSite: https://github.com/westnordost/StreetComplete/wiki +SourceCode: https://github.com/westnordost/StreetComplete +IssueTracker: https://github.com/westnordost/StreetComplete/issues +Translation: https://poeditor.com/join/project/IE4GC127Ki +Changelog: https://github.com/westnordost/StreetComplete/releases + +AutoName: Street­Complete +Summary: OpenStreetMap surveyor app +Description: |- + Help to improve the OpenStreetMap with StreetComplete! + + This app finds incomplete and extendable data in your vicinity and displays it + on a map as markers. Each of those is solvable by answering a simple question to + complete the info on site. + + The info you enter is then directly added to the OpenStreetMap in your name, + without the need to use another editor. + +RepoType: git +Repo: https://github.com/westnordost/StreetComplete.git + +Builds: + - versionName: '0.4' + versionCode: 1 + commit: 4f5f79f3bc4869407aeac39b7ca3cba848b71e39 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '0.5' + versionCode: 2 + commit: v0.5 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '0.6' + versionCode: 3 + disable: corrupted db + commit: v0.6 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '0.7' + versionCode: 4 + commit: v0.7 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '0.8' + versionCode: 5 + commit: v0.8 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '0.10' + versionCode: 7 + commit: v0.10 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '0.11' + versionCode: 8 + commit: v0.11 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '0.12' + versionCode: 9 + commit: v0.12 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '0.13' + versionCode: 10 + commit: v0.13 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '1.0' + versionCode: 100 + commit: v1.0 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '1.1' + versionCode: 101 + commit: v1.1 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '1.2' + versionCode: 102 + commit: v1.2 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '1.3' + versionCode: 103 + commit: v1.3 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '1.4' + versionCode: 104 + commit: v1.4 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '2.0' + versionCode: 200 + commit: v2.0 + subdir: app + gradle: + - yes + prebuild: sed -i -e '/def keystorePropertiesFile/,+9d' build.gradle + + - versionName: '2.1' + versionCode: 201 + commit: v2.1 + subdir: app + gradle: + - yes + + - versionName: '2.2' + versionCode: 202 + commit: v2.2 + subdir: app + gradle: + - yes + + - versionName: '2.3' + versionCode: 203 + commit: v2.3 + subdir: app + gradle: + - yes + + - versionName: '2.4' + versionCode: 204 + disable: Could not find com.android.tools.build:gradle:3.0.0 + commit: v2.4 + subdir: app + gradle: + - yes + + - versionName: '3.0' + versionCode: 300 + disable: Could not find com.android.tools.build:gradle:3.0.0 + commit: v3.0 + subdir: app + gradle: + - yes + + - versionName: '3.1' + versionCode: 301 + commit: v3.1 + subdir: app + gradle: + - yes + + - versionName: '3.2' + versionCode: 302 + commit: v3.2 + subdir: app + gradle: + - yes + + - versionName: '3.3' + versionCode: 303 + commit: v3.3 + subdir: app + gradle: + - yes + + - versionName: '3.4' + versionCode: 304 + commit: v3.4 + subdir: app + gradle: + - yes + + - versionName: '3.5' + versionCode: 305 + commit: v3.5 + subdir: app + gradle: + - yes + + - versionName: '3.6' + versionCode: 306 + commit: v3.6 + subdir: app + gradle: + - yes + + - versionName: '3.7' + versionCode: 307 + commit: v3.7 + subdir: app + gradle: + - yes + + - versionName: '4.0' + versionCode: 402 + commit: v4.0 + subdir: app + gradle: + - yes + + - versionName: '4.1' + versionCode: 403 + commit: v4.1 + subdir: app + gradle: + - yes + + - versionName: '5.0' + versionCode: 502 + commit: v5.0 + subdir: app + gradle: + - yes + + - versionName: '5.1' + versionCode: 503 + commit: v5.1 + subdir: app + gradle: + - yes + + - versionName: '5.2' + versionCode: 504 + commit: v5.2 + subdir: app + gradle: + - yes + + - versionName: '6.0' + versionCode: 602 + commit: v6.0 + subdir: app + gradle: + - yes + + - versionName: '6.1' + versionCode: 603 + commit: v6.1 + subdir: app + gradle: + - yes + + - versionName: '7.0' + versionCode: 701 + commit: v7.0 + subdir: app + gradle: + - yes + + - versionName: '7.1' + versionCode: 702 + commit: v7.1 + subdir: app + gradle: + - yes + + - versionName: '8.0' + versionCode: 801 + commit: v8.0 + subdir: app + gradle: + - yes + + - versionName: '8.1' + versionCode: 802 + commit: v8.1 + subdir: app + gradle: + - yes + + - versionName: '8.2' + versionCode: 803 + commit: v8.2 + subdir: app + gradle: + - yes + + - versionName: '8.3' + versionCode: 804 + commit: v8.3 + subdir: app + gradle: + - yes + + - versionName: '8.4' + versionCode: 805 + commit: v8.4 + subdir: app + gradle: + - yes + + - versionName: '9.0' + versionCode: 901 + commit: v9.0 + subdir: app + gradle: + - yes + + - versionName: '10.0' + versionCode: 1003 + commit: v10.0 + subdir: app + gradle: + - yes + + - versionName: '10.1' + versionCode: 1004 + commit: v10.1 + subdir: app + gradle: + - yes + + - versionName: '10.2' + versionCode: 1005 + commit: v10.2 + subdir: app + gradle: + - yes + + - versionName: '11.0' + versionCode: 1101 + commit: v11.0 + subdir: app + gradle: + - yes + + - versionName: '12.0' + versionCode: 1201 + commit: v12.0 + subdir: app + gradle: + - yes + + - versionName: '12.1' + versionCode: 1202 + commit: v12.1 + subdir: app + gradle: + - yes + + - versionName: '12.2' + versionCode: 1203 + commit: v12.2 + subdir: app + gradle: + - yes + + - versionName: '13.0' + versionCode: 1301 + commit: v13.0 + subdir: app + gradle: + - yes + + - versionName: '14.0' + versionCode: 1401 + commit: v14.0 + subdir: app + gradle: + - yes + + - versionName: '14.1' + versionCode: 1402 + commit: v14.1 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +UpdateCheckIgnore: (alpha|beta|rc|RC) +CurrentVersion: '14.1' +CurrentVersionCode: 1402 diff --git a/metadata/de.wikilab.android.ldapsync.txt b/metadata/de.wikilab.android.ldapsync.txt deleted file mode 100644 index add05c3d3a..0000000000 --- a/metadata/de.wikilab.android.ldapsync.txt +++ /dev/null @@ -1,26 +0,0 @@ -Categories:System -License:Apache-2.0 -Web Site:http://www.danielweisser.de/blog -Source Code:https://github.com/max-weller/LDAP-Sync -Issue Tracker:https://github.com/max-weller/LDAP-Sync/issues - -Auto Name:LDAP Sync -Summary:Sync your contacts with LDAP -Description: -LDAP synchronization adapter for Android phones. It integrates seamlessly into -the Android accounts and allows the synchronization of contacts stored in a LDAP -or Active Directory server. -. - -Repo Type:git -Repo:https://github.com/max-weller/LDAP-Sync.git - -Build:2.1.3,17 - commit=2.1.3 - subdir=app - gradle=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:2.1.3 -Current Version Code:17 diff --git a/metadata/de.wikilab.android.ldapsync.yml b/metadata/de.wikilab.android.ldapsync.yml new file mode 100644 index 0000000000..b1883d3a89 --- /dev/null +++ b/metadata/de.wikilab.android.ldapsync.yml @@ -0,0 +1,32 @@ +Categories: + - System +License: Apache-2.0 +AuthorName: weller i/o +AuthorEmail: androidsupport2019@max-weller.de +WebSite: http://www.danielweisser.de/blog +SourceCode: https://github.com/max-weller/LDAP-Sync +IssueTracker: https://github.com/max-weller/LDAP-Sync/issues +Changelog: https://github.com/max-weller/LDAP-Sync/releases + +AutoName: LDAP Sync +Summary: Sync your contacts with LDAP +Description: |- + LDAP synchronization adapter for Android phones. It integrates seamlessly into + the Android accounts and allows the synchronization of contacts stored in a LDAP + or Active Directory server. + +RepoType: git +Repo: https://github.com/max-weller/LDAP-Sync.git + +Builds: + - versionName: 2.1.3 + versionCode: 17 + commit: 2.1.3 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 2.1.3 +CurrentVersionCode: 17 diff --git a/metadata/de.xskat.txt b/metadata/de.xskat.txt deleted file mode 100644 index 9d2468c70f..0000000000 --- a/metadata/de.xskat.txt +++ /dev/null @@ -1,35 +0,0 @@ -Categories:Games -License:XSkat -Author Name:Gunter Gerhardt -Web Site:http://www.xskat.de/android.html -Source Code:https://github.com/rnauber/xskat-android -Issue Tracker:https://github.com/rnauber/xskat-android/issues - -Auto Name:XSkat -Summary:Play famous German card game Skat -Description: -This is the famous German card game "Skat" by Gunter Gerhardt. - -Features: - -* Single player mode. -* Game lists and logs. -* English or German text. -* German or French suited cards. -* Selectable playing strength. -* Variations: Ramsch, Kontra & Re. -* Game hints and replay. -. - -Repo Type:git -Repo:https://github.com/rnauber/xskat-android.git - -Build:1.4.fdroid,14 - commit=v1.4 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.4 -Current Version Code:14 diff --git a/metadata/de.xskat.yml b/metadata/de.xskat.yml new file mode 100644 index 0000000000..187c40859f --- /dev/null +++ b/metadata/de.xskat.yml @@ -0,0 +1,38 @@ +Categories: + - Games +License: XSkat +AuthorName: Gunter Gerhardt +WebSite: http://www.xskat.de/android.html +SourceCode: https://github.com/rnauber/xskat-android +IssueTracker: https://github.com/rnauber/xskat-android/issues + +AutoName: XSkat +Summary: Play famous German card game Skat +Description: |- + This is the famous German card game "Skat" by Gunter Gerhardt. + + Features: + + * Single player mode. + * Game lists and logs. + * English or German text. + * German or French suited cards. + * Selectable playing strength. + * Variations: Ramsch, Kontra & Re. + * Game hints and replay. + +RepoType: git +Repo: https://github.com/rnauber/xskat-android.git + +Builds: + - versionName: 1.4.fdroid + versionCode: 14 + commit: v1.4 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.4' +CurrentVersionCode: 14 diff --git a/metadata/de.yaacc.txt b/metadata/de.yaacc.txt deleted file mode 100644 index 1de3188f3b..0000000000 --- a/metadata/de.yaacc.txt +++ /dev/null @@ -1,81 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-only -Web Site:http://www.yaacc.de -Source Code:https://github.com/tobexyz/yaacc-code -Issue Tracker:https://github.com/tobexyz/yaacc-code/issues -Changelog:https://github.com/tobexyz/yaacc-code/releases -Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6KJGAW83TYRT6 -FlattrID:1959151 -Bitcoin:1MUvbfNgunNCUtitCkoEEMgmQGZJJg4isj -Litecoin:LiPnCoN2yfXFYEEQjzbWDLNuKq5qoQbP6t - -Name:Yaacc -Auto Name:YAACC -Summary:UPNP/DLNA Client and Server -Description: -After a few years of silence Yaacc is back! The App allows you to play media -from UPNP/DLNA devices in your network on your android device or any capable -UPNP/DLNA device in your network. It is also possible to start an UPNP/DLNA -server on your device in order to play media from your device on any UPNP/DLNA -renderer in your network. - -Features: - -* UPNP/DLNA Server -* UPNP/DLNA Client -* UPNP/DLNA Controller -* Control multiple media receivers -* Multiple Receivers -* Allow download files to the device -* Implemented parts of UPnP Version 3 at once (sending synchronization information to the renderer) -. - -Repo Type:git -Repo:https://github.com/tobexyz/yaacc-code - -Build:2.0.0,20 - commit=2.0.0 - gradle=yes - output=yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk - preassemble=build - -Build:2.0.1,21 - commit=2.0.1 - gradle=yes - output=yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk - preassemble=build - -Build:2.0.2,22 - commit=2.0.2 - gradle=yes - output=yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk - preassemble=build - -Build:2.1.0,23 - commit=2.1.0 - gradle=yes - output=yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk - preassemble=build - -Build:2.1.1,24 - commit=2.1.1 - gradle=yes - output=yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk - preassemble=build - -Build:2.2.0,25 - commit=2.2.0 - gradle=yes - output=yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk - preassemble=build - -Build:2.3.0,26 - commit=2.3.0 - gradle=yes - output=yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk - preassemble=build - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:2.3.0 -Current Version Code:26 diff --git a/metadata/de.yaacc.yml b/metadata/de.yaacc.yml new file mode 100644 index 0000000000..38e3a1e8ae --- /dev/null +++ b/metadata/de.yaacc.yml @@ -0,0 +1,103 @@ +Categories: + - Multimedia +License: GPL-3.0-only +WebSite: http://www.yaacc.de +SourceCode: https://github.com/tobexyz/yaacc-code +IssueTracker: https://github.com/tobexyz/yaacc-code/issues +Changelog: https://github.com/tobexyz/yaacc-code/releases +Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6KJGAW83TYRT6 +FlattrID: '1959151' +Bitcoin: 1MUvbfNgunNCUtitCkoEEMgmQGZJJg4isj +Litecoin: LiPnCoN2yfXFYEEQjzbWDLNuKq5qoQbP6t + +Name: Yaacc +AutoName: YAACC +Summary: UPNP/DLNA Client and Server +Description: |- + After a few years of silence Yaacc is back! The App allows you to play media + from UPNP/DLNA devices in your network on your android device or any capable + UPNP/DLNA device in your network. It is also possible to start an UPNP/DLNA + server on your device in order to play media from your device on any UPNP/DLNA + renderer in your network. + + Features: + + * UPNP/DLNA Server + * UPNP/DLNA Client + * UPNP/DLNA Controller + * Control multiple media receivers + * Multiple Receivers + * Allow download files to the device + * Implemented parts of UPnP Version 3 at once (sending synchronization information to the renderer) + +RepoType: git +Repo: https://github.com/tobexyz/yaacc-code + +Builds: + - versionName: 2.0.0 + versionCode: 20 + commit: 2.0.0 + gradle: + - yes + output: yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk + preassemble: + - build + + - versionName: 2.0.1 + versionCode: 21 + commit: 2.0.1 + gradle: + - yes + output: yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk + preassemble: + - build + + - versionName: 2.0.2 + versionCode: 22 + commit: 2.0.2 + gradle: + - yes + output: yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk + preassemble: + - build + + - versionName: 2.1.0 + versionCode: 23 + commit: 2.1.0 + gradle: + - yes + output: yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk + preassemble: + - build + + - versionName: 2.1.1 + versionCode: 24 + commit: 2.1.1 + gradle: + - yes + output: yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk + preassemble: + - build + + - versionName: 2.2.0 + versionCode: 25 + commit: 2.2.0 + gradle: + - yes + output: yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk + preassemble: + - build + + - versionName: 2.3.0 + versionCode: 26 + commit: 2.3.0 + gradle: + - yes + output: yaacc/build/outputs/apk/release/yaacc-release-unsigned.apk + preassemble: + - build + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 2.3.0 +CurrentVersionCode: 26 diff --git a/metadata/de.yazo_games.mensaguthaben.txt b/metadata/de.yazo_games.mensaguthaben.txt deleted file mode 100644 index ee78919b52..0000000000 --- a/metadata/de.yazo_games.mensaguthaben.txt +++ /dev/null @@ -1,36 +0,0 @@ -Categories:Connectivity -License:GPL-3.0-only -Web Site:https://jakobwenzel.github.io/MensaGuthaben -Source Code:https://github.com/jakobwenzel/MensaGuthaben -Issue Tracker:https://github.com/jakobwenzel/MensaGuthaben/issues - -Auto Name:Mensa-Guthaben -Summary:Check balance of NFC mensa cards -Description: -Read your current balance cards manufactured by Intercard and Magnacarta via -NFC. The App has been successfully tested on cards used at various universities -in Germany. -. - -Repo Type:git -Repo:https://github.com/jakobwenzel/MensaGuthaben - -Build:1.1.2,13 - commit=v1.1.2 - subdir=MensaGuthaben - gradle=yes - -Build:1.2,14 - commit=v1.2 - subdir=MensaGuthaben - gradle=yes - -Build:1.2.1,15 - commit=v1.2.1 - subdir=MensaGuthaben - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.2.1 -Current Version Code:15 diff --git a/metadata/de.yazo_games.mensaguthaben.yml b/metadata/de.yazo_games.mensaguthaben.yml new file mode 100644 index 0000000000..069f4339ce --- /dev/null +++ b/metadata/de.yazo_games.mensaguthaben.yml @@ -0,0 +1,45 @@ +Categories: + - Connectivity +License: GPL-3.0-only +AuthorName: Jakob Wenzel +AuthorEmail: jakobwenzel92+app@gmail.com +WebSite: https://jakobwenzel.github.io/MensaGuthaben +SourceCode: https://github.com/jakobwenzel/MensaGuthaben +IssueTracker: https://github.com/jakobwenzel/MensaGuthaben/issues + +AutoName: Mensa-Guthaben +Summary: Check balance of NFC mensa cards +Description: |- + Read your current balance cards manufactured by Intercard and Magnacarta via + NFC. The App has been successfully tested on cards used at various universities + in Germany. + +RepoType: git +Repo: https://github.com/jakobwenzel/MensaGuthaben + +Builds: + - versionName: 1.1.2 + versionCode: 13 + commit: v1.1.2 + subdir: MensaGuthaben + gradle: + - yes + + - versionName: '1.2' + versionCode: 14 + commit: v1.2 + subdir: MensaGuthaben + gradle: + - yes + + - versionName: 1.2.1 + versionCode: 15 + commit: v1.2.1 + subdir: MensaGuthaben + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.2.1 +CurrentVersionCode: 15