Commit Graph

337 Commits (krille/room-previews)

Author SHA1 Message Date
krille-chan d0e1e0229c
chore: Follow up linter fix 12 months ago
Krille 89309ca15e
chore: Follow up chatlist design 12 months ago
Krille-chan 9731fb461a
Merge pull request #1261 from CodeThomnics/refactor/reduce_context_calls_theme
Refactor: Reduce .of(context) calls theme
12 months ago
lauren n. liberda 55196e7c9d
chore: upgrade flutter to 3.24 12 months ago
Krille 84075133fa
chore: Bring back add to space feature 12 months ago
Thomas Klein Langenhorst 5d2aaef3ca
Refactor: Reduce .of(context) calls theme
Signed commit
12 months ago
Krille e5bbb755d9
design: Add snackbar with link to changelog on new version 1 year ago
krille-chan 76b7fbf36f
chore: Follow up join space children 1 year ago
krille-chan 3434741bc5
refactor: Clean up some widths 1 year ago
krille-chan b20cee34d4
chore: Follow up nicer max width pages 1 year ago
krille-chan 9e737276b6
chore: Follow up active filter 1 year ago
krille-chan a500a91b6b
chore: Follow up add chat or subspace UX 1 year ago
krille-chan 0760acaa40
chore: Bring back separate chat types 1 year ago
krille-chan 754870e3fd
chore: Follow up pop space view 1 year ago
krille-chan 956a2e6523
chore: Follow up navrail 1 year ago
Krille 87d3d0feed
chore: Follow up list item click behavior 1 year ago
Krille 467d103c2f
chore: Follow up chat context menu 1 year ago
krille-chan b05eb891a6
chore: Bring back navrail 1 year ago
Krille 282188f574
chore: Follow up listtilehovered 1 year ago
Krille 54ba4544af
chore: Follow up listtilehover 1 year ago
Krille 1b95694a58
chore: Follow up spaces design 1 year ago
Krille 47d1165b45
chore: Follow up chat list context menu 1 year ago
Krille 650f87b1d2
chore: Follow up spaces ui 1 year ago
Krille 3bd7257249
chore: Follow up spaces ui 1 year ago
Krille 942970e049
chore: Follow up spaces design 1 year ago
Krille 8a5cd9bf16
chore: Follow up spaces ui 1 year ago
Krille 7b0e0404c0
chore: Follow up select chats 1 year ago
Krille 64c56f889b
chore: Follow up join space invites 1 year ago
Krille 254f21ce00
chore: Follow up new spaces design 1 year ago
krille-chan 5c23453e66
feat: New spaces and chat list design 1 year ago
Krille ef5ea57c58
refactor: Omit local types 1 year ago
Krille cdd32e7002
chore: Update last event after decryption 1 year ago
krille-chan bd5dc8405d
refactor: Calc avatar font size by avatar size 1 year ago
Krille bfd8d7f99c
chore: Follow up update last event 1 year ago
Krille b9b2d17990
chore: Follow up last event 1 year ago
Krille 147a741aef
chore: Only load last event sender if necessary 1 year ago
krille-chan 18626be855
chore: Follow up bottom nav bar colors 1 year ago
lauren n. liberda ae0c8f73d2
chore: upgrade flutter to 3.22.0 1 year ago
Krille 8a64bdd82d
refactor: Remove unnecessary FutureBuilder 1 year ago
krille-chan 9da309be62
chore: Make bottomnavbar labels always visible 1 year ago
krille-chan 3c85786c10
refactor: Improve performance of chat list 1 year ago
krille-chan 6a220ffb4b
refactor: Precache theme and directchatmatrixid to improve performance in chat list item 1 year ago
td 4095560412
fix: voip code breaking from 0.28
have not tested it but should mostly be fine, rewrite should get in someday anyway :p
1 year ago
krille-chan 384e57fbd2
design: Remake UX of selecting messages and chats 1 year ago
Krille 554f951a30
Revert "design: New date separators in timeline"
This reverts commit f15b81c5a6.
1 year ago
Krille f15b81c5a6
design: New date separators in timeline 1 year ago
krille-chan 73c08c3fdd
chore: Mark muted unread rooms with bold text 1 year ago
krille-chan 6073b46cfc
fix: Search in spaces view 1 year ago
krille-chan 7ae9eb82e0
fix: Export session 1 year ago
krille-chan 477a8b858b
feat: Open chat on shortcut click on android 1 year ago
krille-chan ffeb8bb08e
chore: Follow up fix textfield design for flutter 3.19.0 1 year ago
krille-chan 88f1fc1720
fix: BuildContext crash when joining room 1 year ago
Krille-chan ce5ad908de
Merge pull request #889 from Bubu/read_unread_icons
Fix swapped icons for mark read/unread and pin/unpin
1 year ago
Marcus Hoffmann f8f73b7661 feat: add dialog to hide presence list with long-press 1 year ago
Marcus Hoffmann ccfa3fa8f6 feat: make showing user presence info optional
895de76e70 replaced the stories feature
with presence status messages. Stories were an optional feature but
right now presence information can only be disabled on a homeserver
level.

Introduce a setting to make this feature optional on a client level.
1 year ago
Marcus Hoffmann bc68a4faaa fix: use correct icons for chat pin/unpin
Similarly to the read/unread toggle this was also using the wrong icon.

If any selected room is not favourite, then show the pin icon (which
should represent the "mark as favourite" action as it corresponds to the
filled pin shown next to a favourited room. Otherwise show the outline
icon, representing the "unpin" action.
1 year ago
Marcus Hoffmann 3e4bbc4b2f fix: use correct icons for mark read/unread action
If any selected room is not marked unread
(anySelectedRoomNotMarkedUnread), then show the 'mark unread' action
icon, else show the 'mark as read' icon.

This makes it consistent with the notification on/off action.
1 year ago
krille-chan f5c536878a
fix: Open room after join 1 year ago
Krille dce3c0ae52
chore: Wait for device keys before ask bootstrap 2 years ago
Krille bad0579eb5
chore: Follow up status bubble color 2 years ago
krille-chan d0090ad8d3
chore: Adjust status msg design 2 years ago
Krille 3fa9c65a2b
Revert "refactor: Dialog BuildContext"
This reverts commit 315a43c1a4.
2 years ago
krille-chan a7e8ec78ed
feat: Join room by alias by tpying alias in searchbar 2 years ago
krille-chan 315a43c1a4
refactor: Dialog BuildContext 2 years ago
krille-chan c67df2e14f
fix: Forward arbitrary message content 2 years ago
krille-chan e95ed61257
refactor: Use popupmenudivider instead of workaround 2 years ago
Krille fec39eb602
refactor: Put forwarded text into inputfield instead of sending directly 2 years ago
krille-chan 2ec5139a0a
chore: Follow up select chats 2 years ago
krille-chan 5740247c50
chore: Follow up select rooms 2 years ago
krille-chan 2a7744e4c7
chore: Follow up select chats 2 years ago
Krille f11e9ec6d2
build: Update matrix dart sdk to 0.25.1 2 years ago
krille-chan 357c2ea6b2
chore: Follow up styling 2 years ago
krille-chan 991277d5f5
feat: Block users who sent invites 2 years ago
krille-chan 89540ec7ef
fix: Darktheme contrast fixes with primary color 2 years ago
krille-chan 5bf87eae24
chore: Add missing safearea to spaceview 2 years ago
krille-chan 4214785b00
chore: Follow up fetch presences from server 2 years ago
krille-chan 050d2a2fae
chore: Follow up design fixes 2 years ago
krille-chan 4b69b8e5e9
chore: Follow up add chat subspace button 2 years ago
krille-chan d64b532afe
refactor: Spaces UX improvements 2 years ago
krille-chan 715e615e3a
feat: Search for public spaces 2 years ago
krille-chan 107374cf60
chore: Follow up status feature 2 years ago
Krille 28c3efae23
chore: Follow up status feature 2 years ago
Krille fa543e93b8
chore: Follow up status feature 2 years ago
Krille 895de76e70
refactor: Replace stories feature with presence status msg 2 years ago
Krille d0e4aec4d6
chore: Load hero users for rooms 2 years ago
Krille-chan 83ce07c574
Merge pull request #679 from selfisekai/flutter-3.16
upgrade flutter to 3.16.0
2 years ago
krille-chan f58b9b814a
feat: Improved UX design for new chat page 2 years ago
Krille f4d3e6f928
refactor: Migrate for Flutter 3.16.0 2 years ago
krille-chan 7930150cb4
feat: Display presences in the app 2 years ago
krille-chan c9c2620ad4
refactor: Store and fix missing persistence of some values 2 years ago
krille-chan b42a565a9a
fix: Archive does not update its state 2 years ago
krille-chan eca4825c70
build: Update packages and flutter super.key refactoring 2 years ago
krille-chan 67a4bc71ab
chore: Add descriptions in the areYouSure dialogs for better UX 2 years ago
krille-chan 69cd2d790d
fix: SystemOverlayStyle not applied on AppStart on Android 2 years ago
krille-chan 823810ec19
design: Hide Navigationbar labels 2 years ago
gilice 789d91a763 feat/ChatListItem: small changes
- extract hasNotifications to a variable
  this is more clear and potentially faster as we don't
  compute `notifications > 0` multiple times

- make a text style const
2 years ago
krille-chan 27d15612d9
refactor: Update to Flutter 3.13.0 2 years ago
krille-chan 98a38113fd
design: Improve invite chat UX 2 years ago
krille-chan 5302383aeb
chore: Follow up display stories bubble 2 years ago
krille-chan c8da41f1af
design: Display last story as tiny message bubble in chat list 2 years ago