Commit Graph

823 Commits (b81354bfe031d1eca410210f84f2f3b15dfb7152)

Author SHA1 Message Date
Krille 6b0c853721 chore: Follow up html styling 2 years ago
Krille 2713b28516 chore: Disable img for now in html messages 2 years ago
Krille f9ee44b7bd chore: Add missing blockquote style 2 years ago
Krille 796a6fdae1 refactor: Reimplement flutter matrix html locally 2 years ago
Krille 7dde6250e1 Merge branch 'filenametolong' into 'main'
filename is too long and over the widget

See merge request famedly/fluffychat!1103
2 years ago
Skying 1088eb0500 fix: Too long file name cause a render overflow 2 years ago
Krille 4597d03475 chore: Follow up clean up 2 years ago
fbievan 3aa43ac8bc feat: Add toggle to mute notifications from chat groups 2 years ago
Krille 2a1a68de22 feat: Implement new error reporting tool when critical features break like playing audio or video messages or opening a chat 2 years ago
Krille cb0fe173d9 chore: Minor code clean up 2 years ago
lauren n. liberda 1e0988dd4c builds: migrate to dart 3.0/flutter 3.10 2 years ago
Krille bdcc2f6340 perf: Use valuenotifier to not rebuild chatlist 2 years ago
Krille 72921505fe fix: Scroll down button 2 years ago
Krille 55de4387f2 build: Update dependencies 2 years ago
Krille 46a630c390 Merge branch 'main' into 'main'
fix: Quick account switching

Closes #1186

See merge request famedly/fluffychat!1111
2 years ago
Krille 5a5895aea4 fix: Scrolldown button 2 years ago
JHansen ae4dee8133 Fix read reciepts 2 years ago
JHansen 71bd195c62 Fix Quick account switching 2 years ago
Krille db4410ac14 fix: Chats do not load 2 years ago
Krille 942fac427c feat: Permission dialog before open link in browser 2 years ago
Krille a5d0c4795a chore: Load chat at last read marker 2 years ago
Krille cce5900d71 chore: Follow up jump to event 2 years ago
Krille e7b0f02d2d chore: ScrollToEventId duration for jump in timeline 2 years ago
Krille 9b230f9fc1 Merge branch 'flutterwebauto2' into 'main'
feat: change to flutterwebauth2

See merge request famedly/fluffychat!1100
2 years ago
Krille 14c2bf0508 chore: Follow up jump to unread message 2 years ago
Krille e690f1e14c refactor: Not nullable room in ChatPage 2 years ago
Krille 217b952c45 refactor: Client in ChatPage 2 years ago
Krille af71649da6 refactor: Use correct Matrix instance 2 years ago
Krille d630238142 feat: Add read marker 2 years ago
noob_tea ab0b7cb6b9 treewide: Container -> SizedBox.shrink()
This helps performance without any user-facing changes,
since SizedBox is constant while Container isn't
2 years ago
Krille f88837232b chore: Follow up lastreadeventisvisible marker 2 years ago
Krille 5c70dd39bc feat: Jump to last read event 2 years ago
Krille c00a6e3d00 feat: Use fragmented timeline to jump to event 2 years ago
Krille 2b75a4626d chore: Follow up new sliverappbar in chatlist 2 years ago
Krille a76bb64d21 chore: Follow up styling 2 years ago
Krille 61c4d0e61f style: Use SliverList for chatlist 2 years ago
ShootingStarDragons b9104f243e feat: change to flutterwebauth2 2 years ago
Krille d9aa2f8e44 refactor: Switch to file_picker package and get rid of some dependency overrides 2 years ago
Krille 5606cb8252 chore: Follow up redesign listtiles in user bottom sheet 2 years ago
Krille fc675aebaa style: Move chats to top 2 years ago
Krille ae99606531 style: Minor adjustments for modal bottom sheets 2 years ago
Christian Kußowski d235f3e511 chore: Follow up qr code width 2 years ago
Nicolas Werner 906f8c3161 fix: type error in emote pack list in rooms with only non-default packs
If a room has emote packs, but none of them have an empty state key, we
insert 'null' to also add a default pack people can easily edit.
However, in that case we initialized the Map<String, Event?> variable
with a Map<String, Event>. As such assigning null will throw. Converting
manually with Map.of fixes that.

fixes #1138
2 years ago
Christian Pauly 1aaf2f9a15 chore: Fix formatting 2 years ago
Malin Errenst ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2 years ago
Krille c1bc6d1090 style: Adjust new chat page 2 years ago
Christian Pauly 55b46f2b85 style: Adjust key verification dialog 2 years ago
Krille 1489b60687 chore: Follow up chat encryption desgin 2 years ago
Christian Pauly 4d8244d391 style: Encryption page adjustments 2 years ago
Christian Pauly aefe047682 style: Bootstrap design adjustments 2 years ago