Commit Graph

60 Commits (c7bdd9269a5d28d017dab4a5286abbb9a5893603)

Author SHA1 Message Date
krille-chan c7bdd9269a
chore: Follow up select event 2 years ago
Krille 1759043ee8
chore: Follow up fix select text 2 years ago
krille-chan c313b03f71
chore: Follow up select event handling 2 years ago
krille-chan 809ee213b6
feat: Make all text in chat selectable on desktop 2 years ago
krille-chan eca4825c70
build: Update packages and flutter super.key refactoring 2 years ago
krille-chan 69f7429b71
chore: Folllow up message bubble color 2 years ago
krille-chan bf1f091f15
chore: Revert color changes 2 years ago
krille-chan 969dbef09a
design: Make incoming messages color more light 2 years ago
krille-chan 89493f364a
design: Make own chat bubble primary color for better contrast 2 years ago
krille-chan 27d15612d9
refactor: Update to Flutter 3.13.0 2 years ago
krille-chan 6e9d3627cc
feat: Improved mouse support for selecting events 2 years ago
krille-chan 5e3c62110b
feat: Write and display reason for redacting a message 2 years ago
Krille 6bd518fa36
refactor: Remove bubble size slider 2 years ago
gilice eba3eeee25 feat: small performance tweaks for Message
It is the widget most often built, so every small bit helps.
- replace a List with an array (should be easier to optimize for the
  compiler)
- remove a Padding widget and use the parent Container's padding instead
2 years ago
krille-chan cc873e77fb
design: Redacted events with opacity 2 years ago
krille-chan ee6a16604e
chore: Design follow up 2 years ago
krille-chan c4bc626b09
design: Slightly adjust chat design 2 years ago
krille-chan a06b3e6a9e
fix: Username not visible after edit events 2 years ago
Krille 14c2bf0508 chore: Follow up jump to unread message 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
Malin Errenst ec7acc5385 refactor: Added and applied require_trailing_commas linter rule 2 years ago
Gabriel Rodríguez d226bf6020 fix: avatar color 2 years ago
Gabriel Rodríguez 704ee5ef9c fix: display name contrast in dark mode 2 years ago
Christian Pauly 35174cb859 refactor: Migrate to Flutter 3.7.0 3 years ago
Krille Fear 54dff35ea4 fix: File event design 3 years ago
Christian Pauly ed42cb9134 chore: Design enhancements 3 years ago
Christian Pauly b642f89738 design: Hide unimportant state events instead of folding 3 years ago
Christian Pauly 7eac054323 chore: Adjust bubble color in dark mode 3 years ago
Christian Pauly 20c37cb51a refactor: Simplify MxcImage and replace CachedNetworkImage 3 years ago
Christian Pauly 2fe40d34b9 chore: Follow up appbar design 3 years ago
Christian Pauly ccfda5bc96 feat: New material 3 design 3 years ago
Christian Pauly 2ce48ec563 refactor: Chat view 3 years ago
Christian Pauly c249ebb97c refactor: Switch to Hive Collections DB 3 years ago
Christian Pauly f639e0570c chore: Follow up color fixes 3 years ago
Christian Pauly 15f41f77f0 feat: Initial material you support 3 years ago
Krille Fear 59e56ba5ca feat: Display event timestamp if selected 3 years ago
Krille Fear b429d18f25 design: Display icon for failed sent messages 3 years ago
Christian Pauly 514f73999a chore: Display error message on file
send failed
3 years ago
Christian Pauly cc0eba83fd feat: Better image sending experience 3 years ago
Krille Fear c0244c66ab chore: Better call UX sounds and timeline design 3 years ago
TheOneWithTheBraid 704fd404b1 feat: implement pinned messages
- render pinned events on the chat top
- support scroll up for several pinned messages
- ask to unpin messages
- add button to pin message
- fix some null-safety issues
- fix the Linux database directly for debug builds

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
3 years ago
Krille Fear 55f0300f9f refactor: Migrate to null safety 4 years ago
S1m 01ce14a714 design: Padding 1st msg 4 years ago
S1m cfb668f940 feat: Change the bubble padding in style settings 4 years ago
S1m ea3b639a00 fix: 2nd bubble padding 4 years ago
Christian Pauly 8a371d53b9 feat: Better in app video player 4 years ago
Drews Clausen 6aa294c99c fix: Show message bubble on download only video attachments 4 years ago
Krille Fear 30410363f4 fix: Give message edits padding 4 years ago
Krille Fear 05daaf01b1 design: Display edit marker in new bubbles 4 years ago