From 3465f9209e576ce720d1919421d69d77f8fd1c5d Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 23 Feb 2020 09:06:01 +0000 Subject: [PATCH] Update README.md --- README.md | 59 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 52 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8340ad4..90cd418 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,48 @@ -# fluffychat +![](https://i.imgur.com/wi7RlVt.png) -Chat with your friends. +

+ + + + + + +
+ Open FluffyChat in the browser - Join the community - Follow me on Mastodon - Translate FluffyChat - Translate the website - FAQ - Website +

+
+
-[Install using F-Droid](https://mtrnord.gitlab.io/fluffychat-flutter-fdroid/fdroid/repo/) - -Community: [#fluffychat:matrix.org](https://matrix.to/#/#fluffychat:matrix.org) +# Features + * Single and group chats + * Send images and files + * ContentHub integration + * Offline chat history + * Push Notifications + * Account settings + * Display user avatars + * Themes, chat wallpapers and dark mode + * Device management + * Edit chat settings and permissions + * Kick, ban and unban users + * Display and edit chat topics + * Change chat&user avatars + * Archived chats + * Display communities + * User status (presences) + * Display contacts and find contacts with their phone number or email address + * Discover public chats on the user's homeserver + * Registration (currently only working with ubports.chat and NOT with matrix.org due captchas) ## How to build 1. [Install flutter](https://flutter.dev) -2. Clone the repo +2. Clone the repo: +``` +git clone --recurse-submodules https://gitlab.com/ChristianPauly/fluffychat-flutter +cd fluffychat-flutter +``` ### Android / iOS @@ -51,4 +83,17 @@ flutter pub run intl_translation:extract_to_arb --output-dir=lib/i18n lib/i18n/i flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/i18n --no-use-deferred-loading lib/i18n/i18n.dart lib/i18n/intl_*.arb ``` -5. Make sure your language is in `supportedLocales` in `/lib/main.dart`. \ No newline at end of file +5. Make sure your language is in `supportedLocales` in `/lib/main.dart`. + + +# Special thanks to + +* Fabiyamada is a graphics designer from Brasil and has made the fluffychat logo and the banner. Big thanks for her great designs. + +* Advocatux has made the Spanish translation with great love and care. He always stands by my side and supports my work with great commitment. + +* Thanks to MTRNord and Sorunome for developing. + +* Thanks to Mark for all his support and the chat background. + +* Also thanks to all translators and testers! With your help, fluffychat is now available in more than 12 languages.