From 7069a2a1ef0bf23c79efcaa25e08829d61c3017a Mon Sep 17 00:00:00 2001 From: licaon-kter Date: Fri, 4 Jan 2019 19:09:58 +0200 Subject: [PATCH] Update Movim, switch to YAML --- metadata/com.movim.movim.txt | 59 -------------------------- metadata/com.movim.movim.yml | 80 ++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 59 deletions(-) delete mode 100644 metadata/com.movim.movim.txt create mode 100644 metadata/com.movim.movim.yml diff --git a/metadata/com.movim.movim.txt b/metadata/com.movim.movim.txt deleted file mode 100644 index 350e969d6f..0000000000 --- a/metadata/com.movim.movim.txt +++ /dev/null @@ -1,59 +0,0 @@ -Categories:Internet -License:AGPL-3.0-or-later -Web Site:https://movim.eu -Source Code:https://github.com/movim/movim_android -Issue Tracker:https://github.com/movim/movim_android/issues - -Auto Name:Movim -Summary:Decentralized Social Network -Description: -Client for [https://movim.eu Movim], a distributed social networking platform -that tries to protect your privacy and comes with a set of interesting features, -like integrated Chats, Blogs, News and more -- all based on open and etablished -protocols. -. - -Repo Type:git -Repo:https://github.com/movim/movim_android.git - -Build:0.9,1 - commit=595cb14 - rm=android/tests - target=android-19 - -Build:0.9.0.1,2 - commit=d5631be - rm=android/tests - target=android-21 - -Build:0.9.0.2,3 - commit=9cabfcf - rm=android/tests - target=android-21 - -Build:0.9.0.3,4 - commit=56f695e099ae040418c16038cf4c15691921b482 - rm=android/tests - target=android-21 - -Build:0.9.0.4,5 - commit=9e40ec5235fe2ac964e092a23829bc464a885185 - rm=android/tests - target=android-21 - -Build:0.9.0.5,6 - commit=0d796165ec955aa5237fe6b978f172fe9043ddd2 - target=android-23 - -Build:0.9.0.6,7 - commit=460c70dd54fd7c5af17741c9d2d487e47339e542 - target=android-21 - -Build:0.9.0.7,8 - commit=67aac4a882d04290bc9ec00e3ec51b5234a2ced2 - target=android-21 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:0.14.0.0 -Current Version Code:10 diff --git a/metadata/com.movim.movim.yml b/metadata/com.movim.movim.yml new file mode 100644 index 0000000000..5a9cfb712c --- /dev/null +++ b/metadata/com.movim.movim.yml @@ -0,0 +1,80 @@ +Categories: + - Internet +License: AGPL-3.0-or-later +WebSite: https://movim.eu +SourceCode: https://github.com/movim/movim_android +IssueTracker: https://github.com/movim/movim_android/issues + +AutoName: Movim +Summary: Decentralized Social Network +Description: |- + Client for [https://movim.eu Movim], a distributed social networking platform + that tries to protect your privacy and comes with a set of interesting features, + like integrated Chats, Blogs, News and more -- all based on open and etablished + protocols. + +RepoType: git +Repo: https://github.com/movim/movim_android.git + +Builds: + - versionName: '0.9' + versionCode: 1 + commit: 595cb14 + rm: + - android/tests + target: android-19 + + - versionName: 0.9.0.1 + versionCode: 2 + commit: d5631be + rm: + - android/tests + target: android-21 + + - versionName: 0.9.0.2 + versionCode: 3 + commit: 9cabfcf + rm: + - android/tests + target: android-21 + + - versionName: 0.9.0.3 + versionCode: 4 + commit: 56f695e099ae040418c16038cf4c15691921b482 + rm: + - android/tests + target: android-21 + + - versionName: 0.9.0.4 + versionCode: 5 + commit: 9e40ec5235fe2ac964e092a23829bc464a885185 + rm: + - android/tests + target: android-21 + + - versionName: 0.9.0.5 + versionCode: 6 + commit: 0d796165ec955aa5237fe6b978f172fe9043ddd2 + target: android-23 + + - versionName: 0.9.0.6 + versionCode: 7 + commit: 460c70dd54fd7c5af17741c9d2d487e47339e542 + target: android-21 + + - versionName: 0.9.0.7 + versionCode: 8 + commit: 67aac4a882d04290bc9ec00e3ec51b5234a2ced2 + target: android-21 + + - versionName: 0.14.0.0 + versionCode: 10 + commit: v0.14.0.0 + subdir: Movim + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.14.0.0 +CurrentVersionCode: 10