From dc548707a74059f57bac982291b87aaa5f5e9a12 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Wed, 2 May 2018 02:07:24 +0200 Subject: [PATCH] New app: Rocket.Chat closes: fdroid/rfp#436 RockatChat: update to latest foss version, fix build rocketchat: add expanded description, update to 2.6 rocketchat better summary --- metadata/chat.rocket.android.yml | 79 ++++++++++++++++++++++++++++++++ srclibs/rocketchatsdk.txt | 2 + 2 files changed, 81 insertions(+) create mode 100644 metadata/chat.rocket.android.yml create mode 100644 srclibs/rocketchatsdk.txt diff --git a/metadata/chat.rocket.android.yml b/metadata/chat.rocket.android.yml new file mode 100644 index 0000000000..79b6ae9079 --- /dev/null +++ b/metadata/chat.rocket.android.yml @@ -0,0 +1,79 @@ +Categories: + - Internet +License: MIT +AuthorName: Rocket.Chat Team +AuthorEmail: contact@rocket.chat +WebSite: https://rocket.chat/ +SourceCode: https://github.com/Bubu/Rocket.Chat.Android +IssueTracker: https://github.com/Bubu/Rocket.Chat.Android/issues +Changelog: https://github.com/RocketChat/Rocket.Chat.Android/releases +Donate: https://github.com/RocketChat/Rocket.Chat#donate +Bitcoin: ac2fa967efca7f6fc1201d46bdccb875 + +AutoName: Rocket.Chat +Summary: Open source team communications +Description: | + '''Note:''' This FOSS build variant currently lacks any push notification support. + + Rocket.Chat is a free and open source team chat collaboration platform that allows users to communicate securely in real-time across devices on web, desktop or mobile and to customize their interface with a range of plugins, themes and integrations with other key software. + + By opting for Rocket.Chat, users also benefit from free audio and video conferencing, guest access, screen and file sharing, LiveChat, LDAP Group Sync, two-factor authentication (2FA), E2E encryption, SSO, dozens of OAuth providers and unlimited users, guests, channels, messages, searches and files. Users can set up Rocket.Chat on cloud or by hosting their own servers on-premises. + + With more than 700 developer-contributors and over 17k stars on Github, Rocket.Chat has the largest and most active community of chat developers in the open source communication sector. + + When you choose Rocket.Chat, you join a passionate community who help to grow the platform with us! + + '''KEY FEATURES:''' + + * Free Open Source Software + * Hassle free MIT license + * BYOS (bring your own server) + * Multiple Rooms + * Direct Messages + * Private Groups + * Public Channels + * Desktop and Mobile Notifications + * Edit and Delete Sent Messages + * Mentions + * Avatars + * Markdown + * Emojis + * Choose between 3 themes: Light, Dark, Black + * Sort conversations alphabetically or group by activity, unread or favourites + * Transcripts / History + * File Upload / Sharing + * I18n - Internationalization with Lingohub + * Hubot Friendly - Hubot Integration Project + * Media Embeds + * Link Previews + * LDAP Authentication + * REST-full APIs + * Remote Locations Video Monitoring + * Native Cross-Platform Desktop Application + + '''GET IT NOW:''' + + * Learn more and install: [https://rocket.chat] + * ONE-CLICK-DEPLOYMENT – See instructions on our GitHub repository: [https://github.com/RocketChat] + +RepoType: git +Repo: https://github.com/RocketChat/Rocket.Chat.Android.git + +Builds: + - versionName: 2.6.0 + versionCode: 2042 + commit: v2.6.0 + subdir: app + gradle: + - foss + srclibs: + - rocketchatsdk@app-2.6.0 + prebuild: |- + sed -i -e '/fabric/d' -e '/crashlytics/,+3d' ../build.gradle build.gradle && sed -i -e 's,./gradlew,gradle,g' build-sdk.sh + gradleprops: + - sdk_location=../../srclib/rocketchatsdk + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 2.6.0 +CurrentVersionCode: 2042 diff --git a/srclibs/rocketchatsdk.txt b/srclibs/rocketchatsdk.txt new file mode 100644 index 0000000000..81a8dd060e --- /dev/null +++ b/srclibs/rocketchatsdk.txt @@ -0,0 +1,2 @@ +Repo Type:git +Repo:https://github.com/RocketChat/Rocket.Chat.Kotlin.SDK