Commit Graph

389 Commits (krille/flutter-3-22-workaround)

Author SHA1 Message Date
Krille Fear 72a8b5a348 feat: Nicer verification dialog 3 years ago
Krille Fear 9f1e22da9d feat: Nicer chat backup design 3 years ago
Krille Fear fca234e20a design: Change design of verification page 3 years ago
Krille Fear 92523cb7b0 feat: Enable E2EE by default for new rooms 3 years ago
Krille Fear 446bedbac2 feat: Implement nice profile bottom sheet 3 years ago
Krille Fear 26a07d1849 fix: Enable gotify recommendations 3 years ago
Sorunome 2b550aa0a4 fix: Client names being super long 3 years ago
Christian Pauly 3ac5ee0b88 fix: Registration 3 years ago
Christian Pauly 13afca12b2 fix: Devices actions 3 years ago
Sorunome 0eea6f9055 fix: null for real 3 years ago
Christian Pauly 5214210754 fix: Login multiple accounts after another 3 years ago
Christian Pauly 0b4498e9d8 fix: display a nicer toast 3 years ago
Krille Fear ec68d15586 feat: Allow loading of multiple clients in main.dart 3 years ago
Krille Fear eba304556c refactor: Upgrade to Flutter 2.5 4 years ago
Krille Fear 21d7f862dd chore: Update SDK 4 years ago
Christian Pauly 8972204e4b fix: Import sdk 4 years ago
Christian Pauly 65747aecbf chore: Update SDK 4 years ago
Christian Pauly 4f148ca7f7 feat: Implement in-app signup 4 years ago
Christian Pauly b824ef34e4 chore: Add label to homeserver textfield 4 years ago
Christian Pauly 462e5381e9 chore: Remove gradient and add login wallpaper 4 years ago
Christian Pauly 6e5cd77357 chore: Adjust gradient 4 years ago
Krille Fear 0e0c0a105a Merge branch 'soru/play-audio' into 'main'
fix: encrypted files

Closes #518 and #535

See merge request famedly/fluffychat!506
4 years ago
Christian Pauly 2e99fccd20 chore: Make message bubble transparent for thumbnails 4 years ago
Christian Pauly 5cbaf2224a chore: Add icons to chat popup menu 4 years ago
Christian Pauly 9a6a217a59 chore: Adjust gradient and bubble borders 4 years ago
Sorunome 721b444965 fix: encrypted files 4 years ago
Christian Pauly 41f2d23951 chore: Adjust some colors 4 years ago
Christian Pauly 06c8e45e79 fix: Add tiny border to message bubbles 4 years ago
Christian Pauly caaa7bd2dc feat: New chat background colors and chatlist design 4 years ago
Krille Fear deddb41ec8 Merge branch 'soru/fix-unread-bubble' into 'main'
fix: (hopefully) unread bubbles on iOS

See merge request famedly/fluffychat!499
4 years ago
Christian Pauly e70f123182 fix 4 years ago
Sorunome 4f27de05c5 fix: (hopefully) unread bubbles on iOS 4 years ago
Christian Pauly e8ffa34523 fix: send on enter 4 years ago
Christian Pauly f91919a7c6 fix: Analyzer bugs 4 years ago
Christian Pauly 8d7d539060 feat: Send on enter 4 years ago
Sorunome 06235cddd0 feat: use the stripped body for notifications and room previews 4 years ago
Krille Fear ebe81e4448 Merge branch 'overflow_file_name' into 'main'
fix: too long file names

Closes #523

See merge request famedly/fluffychat!492
4 years ago
Krille Fear f1e76fbb10 Merge branch 'soru/escape-routes' into 'main'
fix: Properly encode and decode vRouter paths

See merge request famedly/fluffychat!487
4 years ago
Raatty 95afac534c fix: too long file names 4 years ago
Christian Pauly 13ee8c0e78 fix: Unused imports 4 years ago
Christian Pauly 5dfac86390 Merge branch 'main' of gitlab.com:famedly/fluffychat into main 4 years ago
Christian Pauly 619d03a37b fix: Missing null check 4 years ago
Christian Pauly b04e710d68 fix: Disable broken audioplayer for web 4 years ago
Krille Fear 86998374b9 Merge branch 'soru/no-autocorrect-homeserver-url' into 'main'
fix: Disable autocorrect for the homeserver url field

Closes #515

See merge request famedly/fluffychat!490
4 years ago
Christian Pauly bec9046097 chore: Update SDK 4 years ago
Krille Fear 47e68d813d refactor: Migrate to new matrix sdk API 4 years ago
Sorunome da154e2b4e fix: Disable autocorrect for the homeserver url field 4 years ago
Sorunome 02e57474fe fix: use vrouter.toSegments 4 years ago
Sorunome 1409716418 fix: Use plural string in translation 4 years ago
Christian Pauly da3bc8ca7f fix: Design of invite rooms 4 years ago
Christian Pauly 29a3b4ff02 fix: Wait for sync before enter a room a user has got invited 4 years ago
Sorunome 41a9d0a2b0 feat: Add option to not autoplay stickers and emotes 4 years ago
Sorunome fcee30ebb3 feat: Add video player 4 years ago
Krille Fear 7ac90bb3f0 Merge branch 'soru/verification-widget' into 'main'
feat: Nicer displaying of verification requests in the timeline

See merge request famedly/fluffychat!474
4 years ago
Sorunome 87a3c7e8e5 feat: Nicer displaying of verification requests in the timeline 4 years ago
Sorunome cd32b61995 fix: Correctly size the unread bubble in the room list 4 years ago
Sorunome 5d0967ecda feat: Add location sharing 4 years ago
Christian Pauly 42a7175e3a fix: Selected chat list item color 4 years ago
Sorunome 2175a47e2c fix: Font size settings did not affect replies 4 years ago
Christian Pauly 04d1e2afcb design: Make avatars lighter 4 years ago
Christian Pauly c14cd8479a refactor: Select chat list item logic 4 years ago
Christian Pauly 29d9a30254 fix: Colored background for transparent avatars 4 years ago
Christian Pauly 7f30eea593 design: Nicer selected mark on chatlists 4 years ago
Christian Pauly 65232c9549 fix: Avatar noPic detection 4 years ago
Sorunome 7e1e4e4844 feat: Rate limit streams so that large accounts have a smoother UI 4 years ago
Christian Pauly 1db380e7d2 design: Make unread listtiles more visible 4 years ago
Christian Pauly 6458f93bac design: Move pinned icon in title 4 years ago
Krille Fear a4b462678b Merge branch 'soru/sticker-text' into 'main'
feat: Tapping on stickers shows the sticker body

See merge request famedly/fluffychat!456
4 years ago
Krille Fear ccb460d69c Merge branch 'soru/room-pills' into 'main'
feat: Display the room name in room pills

See merge request famedly/fluffychat!457
4 years ago
Sorunome 18a76889bb feat: Tapping on stickers shows the sticker body 4 years ago
Sorunome 31df2123dd feat: Display the room name in room pills 4 years ago
Sorunome 143d56c691 feat: Increase the amount of suggestions for the input bar 4 years ago
Sorunome 263e3f433e fix: cropped sticker 4 years ago
Steef Hegeman 17799aa191 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.
4 years ago
Sorunome ec0fef7239 feat: Also suggest username completions based on their slugs 4 years ago
Krille Fear 4659837340 Merge branch 'soru/mentions' into 'main'
feat: Nicer mentions

Closes #444

See merge request famedly/fluffychat!446
4 years ago
Sorunome 45c234906a fix: Make sure the aspect ratio of image bubbles stays the same 4 years ago
Sorunome 53bb9f3edd feat: Nicer mentions 4 years ago
Sorunome e048625804 Merge branch 'soru/sticker-rendering' into 'main'
feat: Render stickers nicer

See merge request famedly/fluffychat!445
4 years ago
Krille Fear 00ddd778f0 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
4 years ago
Sorunome 1d65cc8216 feat: Render stickers nicer 4 years ago
Sorunome 2df7d36b40 chore: Update image pack file format to match that of the emote msc 4 years ago
Krille Fear 8a45589d70 Merge branch 'soru/download-audio' into 'main'
feat: Add download button to audio messages

See merge request famedly/fluffychat!443
4 years ago
Sorunome 0eb5120df5 feat: Add download button to audio messages 4 years ago
Sorunome 875e427a3d cleanup: Better image bubble error handling 4 years ago
Krille Fear 473a970a59 Merge branch 'soru/lottie' into 'main'
feat: Add rendering of lottie files

See merge request famedly/fluffychat!437
4 years ago
Sorunome c96486e9a0 feat: Add a proper file saver 4 years ago
Sorunome 7a4badafbe feat: Add rendering of lottie files 4 years ago
Christian Pauly a6b02d6195 fix: SSO on web 4 years ago
Christian Pauly 7ca96aee03 chore: Update matrix und vrouter 4 years ago
Christian Pauly ece1f6dc1b fix: Messagebubble 4 years ago
Christian Pauly 2320f6b707 refactor: Remove FluffyClient and make it no longer static 4 years ago
Christian Pauly 6d4af6be05 chore: Make connection header less chatty 4 years ago
Krille Fear 1e08e58169 Merge branch 'commands-ux' into 'main'
/commands input suggestions + missing dialog

See merge request famedly/fluffychat!424
4 years ago
Christian Pauly 777a27c60e feat: Show progress bar and sync status 4 years ago
Christian Pauly 8a132be52f design: Make some progress indicator more thin 4 years ago
Christian Pauly 43c3c75b2e design: Remove annoying progress indicator from avatar 4 years ago
Steef Hegeman 52a91a8049 InputBar: suggestions for /commands with hints 4 years ago
Christian Pauly ac3d424d08 design: Nicer first loading design 4 years ago
Christian Pauly 572ca42d62 design: Nicer loading screen and empty page 4 years ago
Christian Pauly a7398cd9ec feat: More stable connection status header 4 years ago
Christian Pauly e9c40c4188 chore: follow up of web sso fix 4 years ago
Christian Pauly a055098105 refactor: Switch to pub.dev version of matrix sdk 4 years ago
Krille Fear 535ee062dd Merge branch 'issue-371' into 'main'
display who sent a reactji on long press

Closes #371

See merge request famedly/fluffychat!422
4 years ago
ryg-git f2fc415d09 display who sent a reactji on long press 4 years ago
Christian Pauly 8dff85626e fix: Load urls directly 4 years ago
Krille Fear e4d1e89bec fix: Shift+Enter should delete selection 4 years ago
Christian Pauly 2369da14b3 fix: ImageViewer again 4 years ago
Christian Pauly babbce3943 fix: Correct context for Image Bubble 4 years ago
Christian Pauly be59ae6750 chore: Update audioplayers 4 years ago
Christian Pauly 1701384350 fix: Image viewer routing 4 years ago
Christian Pauly 18abb21cdb refactor: active room ID now only in defined in the path 4 years ago
Christian Pauly 6a3853511f fix: unreadBubbleSize 4 years ago
Christian Pauly 0ef219866c fix: OnePageCard elevation 4 years ago
Christian Pauly 2840e62909 feat: Button to remove avatar 4 years ago
Christian Pauly fa66da8494 fix: AudioPlayer color and remove web workaround 4 years ago
Christian Pauly abde6febe3 feat: Cute animations for unread badge and typing icon 4 years ago
Christian Pauly e15b704680 change: Minor color changes for chat list items 4 years ago
Christian Pauly b92754a834 fix: Disable shortcuts for android and iOS 4 years ago
Christian Pauly 7a57e06dab fix: Minor design 4 years ago
Christian Pauly 06ebc99363 Update version 4 years ago
Christian Pauly 3667206944 fix: Multiline keyboard on web and desktop 4 years ago
Christian Pauly a9be871956 fix: No push setup 4 years ago
Christian Pauly 71e020d8a4 fix: Navigator context 4 years ago
Christian Pauly dcfbf8f8a5 fix: Image viewer 4 years ago
Christian Pauly 83f886a088 fix: Image viewer 4 years ago
Christian Pauly 944d5de68b fix: Chat layout 4 years ago
Christian Pauly 200325dcd5 fix: Snackbars 4 years ago
Christian Pauly 1c81ac3f82 refactor: Deprecate accentColor 4 years ago
Christian Pauly d8d7ea02f3 fix: When to show third column 4 years ago
Christian Pauly 4509ace93b fix: Minor regressions 4 years ago
Christian Pauly 377aa9cad6 fix: Layouts 4 years ago
Christian Pauly de869d5157 fix: Regressions because of vrouter 4 years ago
Christian Pauly 9522077be4 fix: Formatting 4 years ago
Christian Pauly 8fce5c0c4f Merge branch 'main' of gitlab.com:famedly/fluffychat 4 years ago
Christian Pauly c2fce64494 feat: Switch to VRouter 4 years ago
Christian Pauly 988a691eeb refactor: Structure files in more directories 4 years ago
Christian Pauly 74606b1600 refactor: Rename views to pages 4 years ago
Christian Pauly c8827ae1b2 refactor: Move widgets to lib 4 years ago