From d061b776cfaf779a341158b511fd94956f1c66e8 Mon Sep 17 00:00:00 2001 From: Thomas Markiewicz Date: Mon, 21 Oct 2019 12:56:32 +0000 Subject: [PATCH] New app one.librem.chat (riot.im fork for Librem One services) --- metadata/one.librem.chat.yml | 45 ++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 metadata/one.librem.chat.yml diff --git a/metadata/one.librem.chat.yml b/metadata/one.librem.chat.yml new file mode 100644 index 0000000000..d8845d15b3 --- /dev/null +++ b/metadata/one.librem.chat.yml @@ -0,0 +1,45 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Internet + - Phone & SMS +License: Apache-2.0 +AuthorName: Purism SPC +AuthorEmail: feedback@puri.sm +WebSite: https://librem.one +SourceCode: https://source.puri.sm/liberty/chat/android +IssueTracker: https://source.puri.sm/liberty/chat/android/issues +Changelog: https://source.puri.sm/liberty/chat/android/blob/master/CHANGES.md + +AutoName: Librem Chat +Description: |- + * Chat in public and private rooms + * Share images, videos, and files + * Make voice and video calls + * Keep your conversations secret with end-to-end encryption + * Fork of Riot-Android: https://github.com/vector-im/riot-android + + '''AntiFeatures:''' + * NonFreeNet - Currently the integration server is not configurable in this client and linked to the non-free New Vector implementation. Free alternatives exists but supporting them in Librem Chat is still being worked on. + +RepoType: git +Repo: https://source.puri.sm/liberty/chat/android.git + +Builds: + - versionName: 1.0.3 + versionCode: 1000399 + commit: 1.0.3-release + subdir: vector + gradle: + - libremchatfdroid + output: build/outputs/apk/libremchatfdroid/release/vector-libremchatfdroid-universal-release-unsigned.apk + prebuild: + - sed -i -e '/com.google.firebase/,+5d' build.gradle + - sed -i -e '/com.google.gms.google-services/d' build.gradle + scanignore: + - build.gradle + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: 1.0.3 +CurrentVersionCode: 1000399