Commit Graph

1937 Commits

Author SHA1 Message Date
Christian Pauly fcc66d2820 fix: Remove old workaround 2021-08-04 10:08:21 +02:00
Christian Pauly 2297195ba7 feat: Nicer spaces list 2021-08-04 10:05:58 +02:00
Christian Pauly d487ddc05b feat: Space settings route 2021-08-04 09:56:05 +02:00
Christian Pauly e7044e0e67 fix: display space invites in chat list 2021-08-04 09:49:34 +02:00
Christian Pauly 9a78b8ad85 fix: Selected chat list item color 2021-08-04 09:46:23 +02:00
Christian Pauly afbd3c41a5 fix: Wrong uri subscription 2021-08-02 18:41:09 +02:00
Christian Pauly caae0ccd01 change: Delete hive database if corrupted 2021-08-02 18:38:53 +02:00
Christian Pauly ac7ee03bd9 fix: Add missing null check 2021-08-01 16:06:34 +02:00
Christian Pauly d6728783a2 fix: Wait for first sync on bootstrap 2021-08-01 16:05:32 +02:00
Christian Pauly a6ab9a2ab0 fix: Wait for first sync on bootstrap 2021-08-01 15:48:27 +02:00
Christian Pauly 0135780f65 fix: Missing null check and bootstrap ask 2021-08-01 15:45:41 +02:00
Christian Pauly bb7c095ae3 fix: Logic which rooms belong to a space 2021-08-01 15:33:26 +02:00
Christian Pauly 648e690a0d refactor: ChatListView and enforce bootstrap 2021-08-01 15:21:02 +02:00
Krille Fear 672d359c8b Merge branch 'soru/fix-links' into 'main'
fix: Punycode-encode unicode domains for platforms which can't handle them

Closes #343

See merge request famedly/fluffychat!467
2021-08-01 13:06:59 +00:00
Krille Fear 79673ed757 Merge branch 'soru/up-update' into 'main'
chore: Support new unifiedpush gateway discovery

Closes #474

See merge request famedly/fluffychat!468
2021-08-01 13:06:18 +00:00
Sorunome b00e136a08
fix: Font size settings did not affect replies 2021-08-01 10:10:22 +02:00
Sorunome 9e96135ad6
chore: Support new unifiedpush gateway discovery 2021-08-01 09:55:57 +02:00
Sorunome 4994b77d4e
fix: Punycode-encode unicode domains for platforms which can't handle them 2021-08-01 08:56:47 +02:00
Christian Pauly 3226dc5a11 feat: Implement new space view 2021-08-01 08:05:40 +02:00
Christian Pauly 2ebefddbe0 feat: Implement basic space editing 2021-08-01 07:54:44 +02:00
Christian Pauly 77fd7a811c design: Make avatars lighter 2021-08-01 07:47:00 +02:00
Christian Pauly d3f87aeaad feat: Light implementation of spaces drawer 2021-08-01 07:45:34 +02:00
Christian Pauly cd1f8cc386 refactor: Select chat list item logic 2021-07-31 23:49:30 +02:00
Christian Pauly 19fc1378fb fix: Colored background for transparent avatars 2021-07-31 22:17:18 +02:00
Christian Pauly 42f64393c8 design: Nicer selected mark on chatlists 2021-07-31 20:28:21 +02:00
Christian Pauly 1a23e5fa23 fix: Avatar noPic detection 2021-07-31 20:19:57 +02:00
Sorunome a5fc4521cb Merge branch 'soru/image-pack-creator' into 'main'
chore: cleanup image pack editor to attach metadata and prepare to make it more general

See merge request famedly/fluffychat!466
2021-07-31 15:30:27 +00:00
Sorunome 5a44b3b3d1
chore: cleanup image pack editor to attach metadata and prepare to make it more general 2021-07-31 17:13:35 +02:00
Sorunome 493c88649d
feat: Rate limit streams so that large accounts have a smoother UI 2021-07-31 12:55:02 +02:00
Christian Pauly 3efb768825 fix: Tests 2021-07-27 16:15:13 +02:00
Christian Pauly 1a80938908 fix: Disable vrouter logs in release mode 2021-07-26 18:45:54 +02:00
Christian Pauly 76363480b5 design: Make unread listtiles more visible 2021-07-26 18:43:50 +02:00
Christian Pauly 3abe6c2ac1 design: Move pinned icon in title 2021-07-26 18:38:42 +02:00
Krille Fear adf0688cf4 Merge branch 'soru/sticker-text' into 'main'
feat: Tapping on stickers shows the sticker body

See merge request famedly/fluffychat!456
2021-07-25 08:57:36 +00:00
Krille Fear 91e77df3f3 Merge branch 'soru/room-pills' into 'main'
feat: Display the room name in room pills

See merge request famedly/fluffychat!457
2021-07-25 08:57:03 +00:00
Sorunome 3bc5979845
feat: Tapping on stickers shows the sticker body 2021-07-24 18:20:34 +02:00
Sorunome a33a20af4c
feat: Display the room name in room pills 2021-07-24 18:08:58 +02:00
Sorunome c4e1a9cbd0
feat: Increase the amount of suggestions for the input bar 2021-07-24 18:07:50 +02:00
Christian Pauly b78b6542a2 fix: Reset bootstrap on bad ssss 2021-07-24 11:45:27 +02:00
Christian Pauly b71dd4bc08 fix: Hide stickers button when there is not sticker pack 2021-07-24 10:52:54 +02:00
Christian Pauly a8201c4358 fix: Download files on iOS 2021-07-24 10:47:34 +02:00
Christian Pauly 4c2e690125 fix: Record voice messages on iOS 2021-07-24 10:35:18 +02:00
Sorunome a4ec2a09a2
fix: cropped sticker 2021-07-23 20:31:37 +02:00
Krille Fear 5fe0289c96 Merge branch 'soru/stickers' into 'main'
feat: Add sticker picker

See merge request famedly/fluffychat!452
2021-07-23 17:38:03 +00:00
Sorunome 205d7e8f5f feat: Add sticker picker 2021-07-23 19:33:04 +02:00
Krille Fear 9f4747057c Merge branch 'fix_busy_loop' into 'main'
fix: busy loop due to CircularProgressIndicator

See merge request famedly/fluffychat!453
2021-07-23 16:40:27 +00:00
Christian Pauly b1c35e5e1c refactor: Rename store and allow storing custom values 2021-07-23 18:39:18 +02:00
Steef Hegeman 15856e15dc fix: busy loop due to CircularProgressIndicator
It can get redrawn even if the owning AnimatedContainer class has height
0. Setting it to completion when done stops the rebuilding cpu overhead.
2021-07-23 17:05:19 +02:00
Christian Pauly a206f23ad4 fix: Crash on timeline 2021-07-23 09:13:24 +02:00
Sorunome 3d980df674
feat: Also suggest username completions based on their slugs 2021-07-21 20:46:17 +02:00
Christian Pauly f01c62c23d chore: Update SDK 2021-07-21 16:22:49 +02:00
Krille Fear 0b147a2116 Merge branch 'soru/mentions' into 'main'
feat: Nicer mentions

Closes #444

See merge request famedly/fluffychat!446
2021-07-21 06:46:18 +00:00
Krille Fear b213ed74ba Merge branch 'soru/fix-linux' into 'main'
fix: Linux failing on attempting to open hive

See merge request famedly/fluffychat!447
2021-07-21 06:45:53 +00:00
Sorunome a4579a5760
fix: Make sure the aspect ratio of image bubbles stays the same 2021-07-20 20:37:36 +02:00
Sorunome 76e476e2f9
fix: Linux failing on attempting to open hive 2021-07-20 18:02:59 +02:00
Sorunome 99bc8198e9
feat: Nicer mentions 2021-07-20 17:54:48 +02:00
Sorunome 9a74d0977b Merge branch 'soru/sticker-rendering' into 'main'
feat: Render stickers nicer

See merge request famedly/fluffychat!445
2021-07-20 15:34:50 +00:00
Krille Fear 41b6a14211 Merge branch 'soru/emotes-and-stickers' into 'main'
chore: Update image pack file format to match that of the emote msc

See merge request famedly/fluffychat!433
2021-07-20 07:44:28 +00:00
Sorunome 35523a5200
feat: Render stickers nicer 2021-07-19 19:23:38 +02:00
Sorunome b05189230f
chore: Update image pack file format to match that of the emote msc 2021-07-18 20:00:20 +02:00
Krille Fear e2150a0c5c Merge branch 'soru/download-audio' into 'main'
feat: Add download button to audio messages

See merge request famedly/fluffychat!443
2021-07-18 17:24:25 +00:00
Sorunome bbb2f434c3
feat: Add download button to audio messages 2021-07-18 19:19:38 +02:00
Christian Pauly aa0033c0a6 Merge branch 'main' of gitlab.com:famedly/fluffychat into main 2021-07-18 19:04:13 +02:00
Christian Pauly befd8e1160 feat: Android SSO in webview 2021-07-18 19:04:09 +02:00
Sorunome 4ab737a174 Merge branch 'soru/better-image-fallback' into 'main'
cleanup: Better image bubble error handling

See merge request famedly/fluffychat!442
2021-07-18 17:00:24 +00:00
Christian Pauly 12eb09f553 Merge branch 'main' of gitlab.com:famedly/fluffychat 2021-07-18 12:37:03 +02:00
Christian Pauly 6821a421b6 fix: Make sure the textfield is unfocused before opening the camera 2021-07-18 12:17:56 +02:00
Sorunome e765d6564b
cleanup: Better image bubble error handling 2021-07-18 11:17:58 +02:00
Christian Pauly ba685b7a1f fix: Close safariviewcontroller on SSO 2021-07-15 14:04:29 +02:00
Krille Fear 675025e69e Merge branch 'soru/lottie' into 'main'
feat: Add rendering of lottie files

See merge request famedly/fluffychat!437
2021-07-13 16:32:08 +00:00
Krille Fear f97216d8af Merge branch 'soru/set-prefered-jitsi' into 'main'
fix: Check for jitsi server in well-known lookup also on login screen

See merge request famedly/fluffychat!436
2021-07-13 16:31:09 +00:00
Krille Fear b5b9a05511 Merge branch 'soru/desktop-e2ee-files' into 'main'
fix: show thumbnails in timeline on desktop

See merge request famedly/fluffychat!438
2021-07-13 16:30:02 +00:00
Krille Fear 7b3d3781db Merge branch 'soru/save-file-picker' into 'main'
feat: Add a proper file saver

Closes #381 and #213

See merge request famedly/fluffychat!439
2021-07-13 16:29:31 +00:00
Krille Fear 51e33562d8 Merge branch 'soru/nicer-device-detection' into 'main'
feat: Better detect the device type from the device name

See merge request famedly/fluffychat!440
2021-07-13 16:28:10 +00:00
Christian Pauly d10d23ac62 fix: Workaround for iOS not removing the app badge 2021-07-13 18:26:55 +02:00
Christian Pauly 6f8ad27420 fix: Keyboard hides imagePicker buttons on iOS 2021-07-13 10:32:11 +02:00
Sorunome 63ee2b3a02
feat: Better detect the device type from the device name 2021-07-12 13:49:12 +02:00
Sorunome f7f1b752c2
feat: Add a proper file saver 2021-07-12 11:54:14 +02:00
Sorunome 14f8f791e0
fix: show thumbnails in timeline on desktop 2021-07-11 16:11:41 +02:00
Sorunome 0319eefbd8
feat: Add rendering of lottie files 2021-07-11 14:30:39 +02:00
Sorunome 9124760812
fix: Check for jitsi server in well-known lookup also on login screen 2021-07-11 12:41:20 +02:00
Christian Pauly 30d4bc5c49 fix: SSO on web 2021-07-08 18:42:46 +02:00
Christian Pauly 3601e40a82 change: Sign in button according to apples HIG 2021-07-08 18:09:19 +02:00
Christian Pauly 8fef28ae87 chore: Update dependencies 2021-07-08 17:20:38 +02:00
Christian Pauly fbc78119fa chore: Update matrix und vrouter 2021-07-08 17:10:20 +02:00
Krille Fear 37179a0665 Merge branch 'krille/remove-moor' into 'main'
refactor: Remove moor

See merge request famedly/fluffychat!431
2021-07-03 09:17:03 +00:00
S1m ccd3dc730a update unifiedpush 2021-07-02 09:35:31 +02:00
Christian Pauly 9c47cbffd5 refactor: Remove moor 2021-06-30 20:20:17 +02:00
Christian Pauly cc67537d0a chore: Bump version 2021-06-29 08:49:47 +02:00
Christian Pauly 1c1a4fa4f3 fix: Flutter Hive on Linux 2021-06-29 07:59:37 +02:00
Christian Pauly 6bbd6eb0c0 fix: Messagebubble 2021-06-26 12:06:09 +02:00
Christian Pauly b65a1383ae refactor: Move logs to about dialog 2021-06-26 10:43:07 +02:00
Krille Fear 3bb257a907 Merge branch 'soru/fix-thumbnails' into 'main'
fix: Database does not store files correctly

Closes #450

See merge request famedly/fluffychat!428
2021-06-24 14:47:13 +00:00
Krille Fear 4605f6de26 Merge branch 'soru/emote-settings' into 'main'
fix: Make emote settings work again

Closes #446

See merge request famedly/fluffychat!429
2021-06-24 14:43:46 +00:00
Sorunome 6daf0dad4f
fix: Make emote settings work again 2021-06-24 16:39:17 +02:00
Christian Pauly e2724cdc46 chore: Remove dividers 2021-06-24 15:56:40 +02:00
Sorunome 33832dce0e
fix: Database does not store files correctly 2021-06-24 14:13:35 +02:00
Christian Pauly a39790cdca refactor: Remove FluffyClient and make it no longer static 2021-06-23 16:20:51 +02:00
Christian Pauly b90c5d4383 chore: Make connection header less chatty 2021-06-23 11:40:12 +02:00
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