Commit Graph

1838 Commits

Author SHA1 Message Date
Christian Pauly
9bc5913651 design: Sort settings routes 2021-06-23 11:26:12 +02:00
Christian Pauly
16c2249483 fix: Bootstrap dialog 2021-06-22 17:56:15 +02:00
Krille Fear
8fcdd4236a Merge branch 'commands-ux' into 'main'
/commands input suggestions + missing dialog

See merge request famedly/fluffychat!424
2021-06-22 14:55:15 +00:00
Christian Pauly
972538b624 feat: Show progress bar and sync status 2021-06-22 15:46:52 +02:00
Christian Pauly
0fb9218b89 chore: Remove workaround of initialUrl 2021-06-22 12:31:18 +02:00
Christian Pauly
30011f4761 refactor: Use flutter cache manager for avatar push cashing 2021-06-21 13:13:22 +02:00
Christian Pauly
20b7f2904a design: Make some progress indicator more thin 2021-06-20 14:36:01 +02:00
Christian Pauly
2be26e0287 design: Remove annoying progress indicator from avatar 2021-06-20 14:32:12 +02:00
Christian Pauly
c49a410eac fix: Formatting 2021-06-20 14:27:07 +02:00
Christian Pauly
7f491c26cd design: Minor improvements 2021-06-20 14:08:34 +02:00
Christian Pauly
6ab0b02c6b design: Make load more button an elevated button 2021-06-20 14:05:47 +02:00
Steef Hegeman
65b1215187 /commands: missing command dialog
When sending a message, show an alert dialog if a command is not
recognized, offering to either cancel or send as text.
2021-06-20 13:51:36 +02:00
Steef Hegeman
7d25bbb539 InputBar: suggestions for /commands with hints 2021-06-20 13:51:26 +02:00
Christian Pauly
8dea650300 fix: Flickerfree app start 2021-06-20 13:45:35 +02:00
Christian Pauly
797105cd17 design: Disappearing dividers between chats 2021-06-20 13:25:06 +02:00
Christian Pauly
3b7144d805 change: Place backup hint banner in chat list 2021-06-20 13:16:51 +02:00
Christian Pauly
3993984a2b design: Nicer first loading design 2021-06-20 12:57:46 +02:00
Christian Pauly
6ae7a0ce3a refactor: Use different client name on debug 2021-06-20 12:44:09 +02:00
Christian Pauly
def075aa8c design: Nicer loading screen and empty page 2021-06-20 09:38:28 +02:00
Krille Fear
9c5a590ee7 Merge branch 'fix_versions' into 'main'
fix version on non mobile platforms

See merge request famedly/fluffychat!426
2021-06-20 07:05:04 +00:00
Christian Pauly
2eec7bf6d0 feat: More stable connection status header 2021-06-20 09:03:22 +02:00
Raatty
a18468a52f fix version on non mobile platforms 2021-06-20 10:24:39 +12:00
Christian Pauly
cb84e82365 chore: follow up of web sso fix 2021-06-18 16:15:11 +02:00
Christian Pauly
92e4b50955 chore: Make webBaseUrl configurable in config.json 2021-06-18 15:38:01 +02:00
Christian Pauly
826d8778dd fix: SSO on web 2021-06-18 15:36:27 +02:00
Christian Pauly
a74ca8ecb6 fix: iOS SSO 2021-06-18 11:21:00 +02:00
Christian Pauly
938d1d054c refactor: Switch to pub.dev version of matrix sdk 2021-06-18 10:29:48 +02:00
Christian Pauly
aeaa4a7081 chore: Update database migration 2021-06-18 09:24:38 +02:00
Christian Pauly
07d4842b28 chore: Make file storing unencrypted 2021-06-14 08:18:55 +02:00
Christian Pauly
3e0be0f8fd chore: fix Web secure storage 2021-06-12 13:41:22 +02:00
Christian Pauly
bd60c67535 chore: Fix web hive encryption 2021-06-12 12:14:36 +02:00
Christian Pauly
6ee4ca73cb feat: Implement hive 2021-06-11 11:40:38 +02:00
Christian Pauly
a48d84fe27 feat: One page login 2021-06-11 10:08:04 +02:00
Krille Fear
09e1db1579 Merge branch 'issue-371' into 'main'
display who sent a reactji on long press

Closes #371

See merge request famedly/fluffychat!422
2021-06-10 17:32:16 +00:00
ryg-git
4191a42719 display who sent a reactji on long press 2021-06-10 17:32:16 +00:00
Christian Pauly
086209fd39 fix: Load urls directly 2021-06-10 10:20:00 +02:00
Krille Fear
f4e2a57848 fix: Shift+Enter should delete selection 2021-06-07 07:37:27 +00:00
Christian Pauly
53b6c8bb28 fix: ImageViewer again 2021-06-06 17:56:01 +02:00
Christian Pauly
004d6b2c83 fix: Display error when request history 2021-06-06 17:28:00 +02:00
Christian Pauly
65342a36a3 fix: Set homeserver from localstorage in web 2021-06-06 17:09:32 +02:00
Christian Pauly
cefa4be534 fix: SSO on web hopefully 2021-06-06 17:07:19 +02:00
Christian Pauly
f6082c5bac feat: New registration workflow 2021-06-06 16:55:31 +02:00
Christian Pauly
afa1003e44 fix: Correct context for Image Bubble 2021-06-06 15:23:21 +02:00
Christian Pauly
f82ce1b000 chore: Update audioplayers 2021-06-06 10:50:26 +02:00
Christian Pauly
7d6cbeec26 fix: Image viewer routing 2021-06-06 10:09:13 +02:00
Christian Pauly
2b83e69c1f refactor: active room ID now only in defined in the path 2021-06-06 10:00:52 +02:00
Christian Pauly
839b0d042b fix: set avatar 2021-06-05 09:21:48 +02:00
Christian Pauly
01f6b5e0d3 fix: unreadBubbleSize 2021-06-05 09:12:34 +02:00
Krille Fear
9e218174db Merge branch 'android-back-button-cancels-share' into 'main'
android: back button cancels share (still pops)

See merge request famedly/fluffychat!421
2021-06-02 05:57:13 +00:00
Christian Pauly
2421589bcb fix: OnePageCard elevation 2021-05-31 21:17:00 +02:00
Christian Pauly
e6f3f0bb5e fix: Better profile caching in settings 2021-05-31 20:58:20 +02:00
Steef Hegeman
83c73cac9b android: back button cancels share (still pops) 2021-05-31 20:41:46 +02:00
Christian Pauly
2467cab539 feat: Button to remove avatar 2021-05-31 19:33:40 +02:00
Christian Pauly
ebbdf9abef fix: Recording dialog buttons 2021-05-31 19:13:57 +02:00
Christian Pauly
01093c7e3d fix: AudioPlayer color and remove web workaround 2021-05-31 18:03:59 +02:00
Christian Pauly
b2d250c5ef feat: Cute animations for unread badge and typing icon 2021-05-31 17:37:35 +02:00
Christian Pauly
1bba8164f0 change: Minor color changes for chat list items 2021-05-31 17:12:33 +02:00
Christian Pauly
11df0076cb fix: Disable shortcuts for android and iOS 2021-05-31 10:59:52 +02:00
Christian Pauly
b0bcdfcb51 fix: Analyzer 2021-05-30 15:43:03 +02:00
Christian Pauly
797ace3948 fix: Design 2021-05-30 15:37:39 +02:00
Christian Pauly
3d7e1554bf feat: Dynamic appbar elevation and FAB in chat list 2021-05-30 12:41:19 +02:00
Christian Pauly
34b8751328 feat: Minor button design changes 2021-05-30 12:25:29 +02:00
Christian Pauly
035d045d30 fix: Minor design 2021-05-29 09:56:52 +02:00
Christian Pauly
14f3bb6e8a Update version 2021-05-28 22:47:40 +02:00
Christian Pauly
f9bec90f3d fix: Multiline keyboard on web and desktop 2021-05-28 22:44:20 +02:00
Christian Pauly
e300048d3b fix: No push setup 2021-05-28 20:32:52 +02:00
Steef Hegeman
a67de58d9a formatting 2021-05-27 00:08:38 +02:00
Steef Hegeman
24b632fc90 back button clears selection: room list and chat
When a room or event is selected and the Android back button is pressed,
don't pop but clear the current selection. Fixes #399.
2021-05-26 20:58:50 +02:00
Christian Pauly
1e5393a9e1 fix: Navigator context 2021-05-26 09:35:00 +02:00
Christian Pauly
ece1238846 fix: Image viewer 2021-05-25 20:41:37 +02:00
Christian Pauly
91965b141d fix: Image viewer 2021-05-25 15:35:14 +02:00
Christian Pauly
ee9409eb7e fix: Formatting 2021-05-24 12:16:46 +02:00
Christian Pauly
e5a871c913 fix: Chat layout 2021-05-24 11:22:03 +02:00
Christian Pauly
1daece0a7c fix: Snackbars 2021-05-24 11:10:38 +02:00
Christian Pauly
fc8d214f01 design: Minor improvements of login buttons 2021-05-24 11:09:17 +02:00
Christian Pauly
c5620c4f69 fix: Click on room aliases 2021-05-24 11:07:02 +02:00
Christian Pauly
b0ccf845b8 fix: Search public rooms 2021-05-24 11:03:08 +02:00
Christian Pauly
ddd5711f79 refactor: Deprecate accentColor 2021-05-24 10:59:00 +02:00
Christian Pauly
445a2498f1 fix: Initial url on web 2021-05-24 10:24:49 +02:00
Christian Pauly
4e026c1f20 refactor: Remove scrollbars
They are now added automatically in Flutter 2.2
2021-05-24 09:50:27 +02:00
Christian Pauly
462baef9b2 fix: When to show third column 2021-05-23 20:18:29 +02:00
Christian Pauly
93a6726aeb fix: Minor regressions 2021-05-23 20:17:10 +02:00
Christian Pauly
64596b4970 fix: Layouts 2021-05-23 18:46:15 +02:00
Christian Pauly
8ee4e3c155 fix: Regressions because of vrouter 2021-05-23 15:02:36 +02:00
Christian Pauly
00e43c666e fix: Formatting 2021-05-23 14:26:24 +02:00
Christian Pauly
f1d0dba544 Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-05-23 13:51:08 +02:00
Christian Pauly
1ebae21ea2 feat: Switch to VRouter 2021-05-23 13:28:49 +02:00
Christian Pauly
8921389e15 fix: Dont recommend microG on iPhone 2021-05-23 07:12:44 +02:00
Christian Pauly
c04b0c7e8a design: Make snackbars always floating 2021-05-22 10:40:34 +02:00
Christian Pauly
8e1948b12e feat: Redesign SSO login 2021-05-22 10:25:37 +02:00
Christian Pauly
e6be6849f7 fix: "Pick an image" button in emote settings doesn't do anything 2021-05-22 09:29:07 +02:00
Christian Pauly
ebc598a0ae refactor: Structure files in more directories 2021-05-22 09:24:39 +02:00
Christian Pauly
e44de26353 refactor: Rename UI to Views 2021-05-22 09:13:47 +02:00
Christian Pauly
cc113bb61a refactor: rename UI to View and MVC login page 2021-05-22 09:08:44 +02:00
Christian Pauly
a93165e7ff refactor: Rename views to pages 2021-05-22 08:57:49 +02:00
Christian Pauly
56a2455668 refactor: Move widgets to lib 2021-05-22 08:53:52 +02:00
Christian Pauly
0526e6663f refactor: Move translations to assets 2021-05-22 08:42:39 +02:00
Christian Pauly
2540a6c926 fix: Formatting and style 2021-05-20 14:36:23 +02:00
Christian Pauly
4f13473593 refactor: Update SDK 2021-05-20 13:59:55 +02:00
Christian Pauly
e1bd4e174c fix: Emoji picker 2021-05-20 13:49:10 +02:00
Christian Pauly
37c40a2cb5 feat: Cute animation for hiding the + button in inputbar 2021-05-20 13:33:45 +02:00
steve jobs
301eecb53c
Translated using Weblate (Chinese (Simplified))
Currently translated at 81.9% (353 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
2021-05-18 17:34:07 +02:00
ayiniho
3b98ea886a
Translated using Weblate (Japanese)
Currently translated at 95.8% (413 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-05-18 17:34:07 +02:00
cPidx
6bded86b73
Translated using Weblate (Japanese)
Currently translated at 95.8% (413 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-05-18 17:34:07 +02:00
Milo Ivir
5ff107dde8
Translated using Weblate (Croatian)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-05-18 17:34:05 +02:00
Christian Pauly
c0d446b41e fix: Systemuioverlaystyle 2021-05-16 18:13:35 +02:00
Christian Pauly
8292ee77d1 refactor: Use default systemUiOverlayStyle 2021-05-16 18:10:59 +02:00
Christian Pauly
d986986c97 fix: Status bar and system navigation bar theme 2021-05-16 16:44:39 +02:00
Christian Pauly
6d7c52c61f fix: Open URIs 2021-05-16 16:38:52 +02:00
J. Lavoie
7c533246f5
Translated using Weblate (German)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-05-16 15:33:49 +02:00
Christian Pauly
f347edd57b fix: Status bar color 2021-05-16 12:02:39 +02:00
Christian Pauly
85be044726 design: Minor design refactoring 2021-05-16 11:29:18 +02:00
Christian Pauly
0b3734ff2b feat: Improved chat bubble design and splash animations 2021-05-16 11:06:46 +02:00
Christian Pauly
e6c20ddd18 feat: Zoom page transition on Android and Fuchsia 2021-05-16 09:58:21 +02:00
Jelv
e9557ebbf1
Translated using Weblate (Dutch)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-05-15 14:32:25 +02:00
Слободан Симић(Slobodan Simić)
85c77b22e6
Translated using Weblate (Serbian)
Currently translated at 99.5% (429 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sr/
2021-05-15 14:32:24 +02:00
Oğuz Ersen
31cb02206e
Translated using Weblate (Turkish)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-05-15 14:32:23 +02:00
Xosé M
af6363cbb8
Translated using Weblate (Galician)
Currently translated at 99.7% (430 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-05-15 14:32:22 +02:00
Anne Onyme 017
237d0976ea
Translated using Weblate (French)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-05-15 14:32:22 +02:00
Priit Jõerüüt
d0fb9f1e5d
Translated using Weblate (Estonian)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-05-15 14:32:21 +02:00
Milan Korecky
1a664881e2
Translated using Weblate (Czech)
Currently translated at 100.0% (431 of 431 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2021-05-15 14:32:20 +02:00
Christian Pauly
88a7e8d250 fix: Workaround for iOS not clearing notifications with fcm_shared_isolate 2021-05-15 12:15:03 +02:00
Christian Pauly
107a3aac86 fix: Minor glitch in bootstrap 2021-05-15 12:06:13 +02:00
Christian Pauly
08dd2d7d22 fix: Send read markers 2021-05-15 11:55:04 +02:00
Krille Fear
e4af5ddeef Merge branch 'main' into 'main'
fix: Android input after sending message

Closes #405

See merge request famedly/fluffychat!413
2021-05-13 10:48:05 +00:00
Alan Diwix
4488520f06 fix: Android input after sending message 2021-05-13 10:48:05 +00:00
Christian Pauly
c9a3b42302 change: Use tchncs.de as default homeserver 2021-05-13 12:40:29 +02:00
Christian Pauly
19616f3457 feat: Implement registration with email 2021-05-13 12:39:00 +02:00
Christian Pauly
48bf1169bc refactor: UIA registering 2021-05-13 11:10:05 +02:00
Shogo Takata
6c876ab2ac
Translated using Weblate (Japanese)
Currently translated at 82.2% (353 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-05-10 11:32:07 +02:00
ayiniho
65f98c4e09
Translated using Weblate (Japanese)
Currently translated at 82.2% (353 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ja/
2021-05-10 11:32:06 +02:00
xenofem
ca1ed266f0 [widgets] fix color contrast on display names on messages in dark mode 2021-05-09 03:26:10 -04:00
Christian Pauly
cd1e9aeb37 fix: Record audio on iOS 2021-05-07 19:54:32 +02:00
Jelv
29636f5066
Translated using Weblate (Dutch)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-05-07 10:32:12 +02:00
Слободан Симић(Slobodan Simić)
1390fcc689
Translated using Weblate (Serbian)
Currently translated at 99.5% (427 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/sr/
2021-05-07 10:32:11 +02:00
Jelv
2a1ec48ddf
Translated using Weblate (Dutch)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-05-04 18:31:58 +02:00
Milo Ivir
47b9e86aa5
Translated using Weblate (Croatian)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/hr/
2021-05-04 18:31:57 +02:00
Xosé M
df10b3b351
Translated using Weblate (Galician)
Currently translated at 99.7% (428 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/
2021-05-04 18:31:56 +02:00
Priit Jõerüüt
a838288ba0
Translated using Weblate (Estonian)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-05-04 18:31:56 +02:00
Emir
a2bc8d1f0b
Translated using Weblate (Spanish)
Currently translated at 70.6% (303 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2021-05-04 18:31:55 +02:00
Pablo Montepagano
bef93419b5
Translated using Weblate (Spanish)
Currently translated at 70.6% (303 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/es/
2021-05-04 18:31:55 +02:00
Christian Pauly
f84a523416 chore: Update macOS and iOS builds 2021-05-02 08:01:44 +02:00
Christian Pauly
3c807ab3b8 fix: Clear events 2021-05-01 19:00:21 +02:00
Christian Pauly
4510c259e1 fix: Animation of recording dialog 2021-05-01 16:43:43 +02:00
Christian Pauly
918731b8d6 fix: Formatting 2021-05-01 16:28:41 +02:00
Christian
16a5a1c61b
Translated using Weblate (German)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/de/
2021-05-01 16:07:50 +02:00
Christian Pauly
e74b102ecf fix: RecordingDialog 2021-05-01 15:49:36 +02:00
Christian Pauly
f3b0092bf0 fix AudioPlayer state text 2021-05-01 15:45:48 +02:00
Christian Pauly
16febd3c34 fix: Crash on start 2021-05-01 15:42:23 +02:00
Oğuz Ersen
83c066b387
Translated using Weblate (Turkish)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/tr/
2021-05-01 14:12:03 +02:00
Anne Onyme 017
de32206f45
Translated using Weblate (French)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-05-01 14:12:02 +02:00
Milan Korecky
f3579004e3
Translated using Weblate (Czech)
Currently translated at 100.0% (429 of 429 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2021-05-01 14:12:01 +02:00
Christian Pauly
25e76f048e feat: Desktop notifications on Linux Desktop 2021-05-01 11:52:47 +02:00
Christian Pauly
f8ba7bdbcd fix: Lock screen 2021-05-01 11:43:54 +02:00
Christian Pauly
eaa718c864 Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-05-01 10:04:48 +02:00
Christian Pauly
dbb0464a2a fix: UserBottomSheet 2021-05-01 10:04:44 +02:00
Anne Onyme 017
37eed6f7ae Translated using Weblate (French)
Currently translated at 100.0% (426 of 426 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/fr/
2021-05-01 09:58:30 +02:00
Priit Jõerüüt
6971b4c136 Translated using Weblate (Estonian)
Currently translated at 100.0% (426 of 426 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/et/
2021-05-01 09:58:30 +02:00
Christian Pauly
642db67709 feat: Much better alias managing 2021-05-01 09:58:14 +02:00
Christian Pauly
b9f5c94ead refactor: Remove unused variable 2021-05-01 08:14:58 +02:00
Christian Pauly
f366ab6a22 feat: Archive with clean up 2021-05-01 08:12:14 +02:00
Christian Pauly
2b9bd9cdc0 fix: Message bubble wrong height 2021-05-01 07:50:31 +02:00
Christian Pauly
0d6b43dea5 fix: Low height layout 2021-05-01 07:46:33 +02:00
Christian Pauly
9588f76295 design: Reduce alpha a little bit more 2021-05-01 07:45:11 +02:00
Christian Pauly
2c8a8a4313 fix: Behaviour of homeserver textfield 2021-05-01 07:40:12 +02:00
Christian Pauly
6728993c50 design: Reduce alpha for background 2021-05-01 07:40:01 +02:00
Christian Pauly
334d4c04df refactor: Remove flutter_sound 2021-04-30 17:22:29 +02:00
Christian Pauly
2cf4f47950 refactor: Switch to record package 2021-04-30 17:09:26 +02:00
Christian Pauly
aa3348e72e chore: Update UP and automatically re-register UP on startup 2021-04-30 16:59:26 +02:00
Christian Pauly
34b29e3e64 design: Minor design tweaks 2021-04-25 15:09:47 +02:00
Christian Pauly
0a5270bbf7 fix: EmojiPicker background 2021-04-25 07:27:06 +02:00
Christian Pauly
bd53745f35 refactor: Widget file structure and MVC user bottom sheet 2021-04-24 09:29:17 +02:00
Christian Pauly
69deae3dc1 refactor: Dialogs as views 2021-04-24 09:15:59 +02:00
Christian Pauly
bc5e973106 refactor: MVC Settings page 2021-04-24 08:22:42 +02:00
Christian Pauly
c291b08d59 refactor: MVC Settings Notifications 2021-04-24 08:14:53 +02:00
Christian Pauly
a64ada50d4 refactor: MVC multiple emote settings 2021-04-24 08:00:03 +02:00
Christian Pauly
f23fdccada refactor: MVC settings ignore list 2021-04-24 07:43:47 +02:00
Christian Pauly
1f9f3f4210 refactor: MVC emote settings 2021-04-24 07:40:13 +02:00
Sorunome
ccd7964cfb
fix: e2ee files 2021-04-23 15:58:12 +02:00
Christian Pauly
81c6906eba fix: Remove the goddamn package from hell circular checkbox!!! Shame on you! SHAME! 2021-04-22 22:12:21 +02:00
Christian Pauly
ca82a46238 refactor: Null safe dependencies 2021-04-22 08:16:21 +02:00
Christian Pauly
c6083b6491 refactor: MVC settings style 2021-04-18 09:18:23 +02:00
Christian Pauly
586c2481de fix: Missing null check 2021-04-18 08:06:10 +02:00
Christian Pauly
6bfe7b292a refactor: MVC settings 3pid 2021-04-17 11:27:58 +02:00
Christian Pauly
b008d56fcc refactor: MVC search 2021-04-17 11:24:00 +02:00
Christian Pauly
0231feb5c5 fix: Chat ui 2021-04-17 09:51:08 +02:00
Christian Pauly
4f20ea4d64 fix: Chat UI doesnt load 2021-04-16 14:37:01 +02:00
Christian Pauly
3d4decb5b5 Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-04-16 08:38:40 +02:00
سهیل خانعلی‌پور
419834f803
Added translation using Weblate (Persian) 2021-04-15 21:35:15 +02:00
Jelv
3000062551
Translated using Weblate (Dutch)
Currently translated at 100.0% (425 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/nl/
2021-04-15 21:26:49 +02:00
Nikita Epifanov
19f04ed50f
Translated using Weblate (Russian)
Currently translated at 98.5% (419 of 425 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/
2021-04-15 21:26:47 +02:00
Christian Pauly
fb618243f5 refactor: Folder structure and MVC chat ui 2021-04-15 13:03:56 +02:00
Christian Pauly
1fe5b78ec6 refactor: Move some views to widgets 2021-04-15 10:14:21 +02:00
Christian Pauly
15731b977c refactor: MVC device settings view 2021-04-15 09:46:43 +02:00
Christian Pauly
453d4f3423 refactor: New private chat view 2021-04-15 09:05:41 +02:00
Christian Pauly
001e0ee48f refactor: MVC chat permission settings 2021-04-15 08:48:26 +02:00
Christian Pauly
7658425a7d refactor: MVC chat list view 2021-04-14 14:09:46 +02:00
Christian Pauly
576e840ba8 refactor: MVC chat encryption settings 2021-04-14 14:02:10 +02:00
Christian Pauly
28ed394e90 refactor: MVC chat details 2021-04-14 13:58:40 +02:00
Christian Pauly
ebbfb395df Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-04-14 13:41:42 +02:00