From 2b27c5048f1de4a5e9e5194acf311711373356cd Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Sun, 1 Jan 2017 22:33:12 +0100 Subject: Added Android clients --- README.md | 3 ++- clients.json | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 clients.json diff --git a/README.md b/README.md index d1c301e..6246344 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,9 @@ Design decisions: TODO: * I18N / Translation - * Browser language auto-detection + * Browser language auto-detection, drop-down / language list for manual override * More languages * Plattform specific client recommendations (i.e. yaxim on Android, ChatSecure on iOS, Gajim on Windows) + * Option to switch plattform dynamically * "Edit" mode to manually create invitation links * Get rid of bootstrap diff --git a/clients.json b/clients.json new file mode 100644 index 0000000..8fbec2b --- /dev/null +++ b/clients.json @@ -0,0 +1,5 @@ +[ + "yaxim - lightweight classic UI", + "Conversations - modern and featureful", + "Bruno - cute and cuddly (based on yaxim)" +] -- cgit 1.4.1