Commit graph

277 commits

Author SHA1 Message Date
krille-chan
9e737276b6
chore: Follow up active filter 2024-07-22 20:06:55 +02:00
krille-chan
a500a91b6b
chore: Follow up add chat or subspace UX 2024-07-22 20:06:07 +02:00
krille-chan
0760acaa40
chore: Bring back separate chat types 2024-07-22 19:46:59 +02:00
krille-chan
754870e3fd
chore: Follow up pop space view 2024-07-18 16:47:58 +02:00
krille-chan
956a2e6523
chore: Follow up navrail 2024-07-18 16:45:10 +02:00
Krille
87d3d0feed
chore: Follow up list item click behavior 2024-07-17 08:59:08 +02:00
Krille
467d103c2f
chore: Follow up chat context menu 2024-07-16 07:31:43 +02:00
krille-chan
b05eb891a6
chore: Bring back navrail 2024-07-15 21:14:49 +02:00
Krille
282188f574
chore: Follow up listtilehovered 2024-07-15 16:57:56 +02:00
Krille
54ba4544af
chore: Follow up listtilehover 2024-07-15 16:57:19 +02:00
Krille
1b95694a58
chore: Follow up spaces design 2024-07-15 16:53:09 +02:00
Krille
47d1165b45
chore: Follow up chat list context menu 2024-07-15 16:34:48 +02:00
Krille
650f87b1d2
chore: Follow up spaces ui 2024-07-15 15:19:50 +02:00
Krille
3bd7257249
chore: Follow up spaces ui 2024-07-15 13:57:29 +02:00
Krille
942970e049
chore: Follow up spaces design 2024-07-15 13:47:01 +02:00
Krille
8a5cd9bf16
chore: Follow up spaces ui 2024-07-15 13:45:02 +02:00
Krille
7b0e0404c0
chore: Follow up select chats 2024-07-15 13:39:12 +02:00
Krille
64c56f889b
chore: Follow up join space invites 2024-07-15 13:21:35 +02:00
Krille
254f21ce00
chore: Follow up new spaces design 2024-07-15 13:18:15 +02:00
krille-chan
5c23453e66
feat: New spaces and chat list design 2024-07-15 09:36:45 +02:00
Krille
ef5ea57c58
refactor: Omit local types 2024-07-04 15:42:00 +02:00
Krille
cdd32e7002
chore: Update last event after decryption 2024-06-26 14:46:51 +02:00
krille-chan
bd5dc8405d
refactor: Calc avatar font size by avatar size 2024-05-30 15:24:11 +02:00
Krille
bfd8d7f99c
chore: Follow up update last event 2024-05-29 07:27:51 +02:00
Krille
b9b2d17990
chore: Follow up last event 2024-05-28 14:47:43 +02:00
Krille
147a741aef
chore: Only load last event sender if necessary 2024-05-28 13:33:50 +02:00
krille-chan
18626be855
chore: Follow up bottom nav bar colors 2024-05-26 09:04:54 +02:00
lauren n. liberda
ae0c8f73d2
chore: upgrade flutter to 3.22.0 2024-05-16 09:07:45 +02:00
Krille
8a64bdd82d
refactor: Remove unnecessary FutureBuilder 2024-05-15 08:20:43 +02:00
krille-chan
9da309be62
chore: Make bottomnavbar labels always visible 2024-05-10 17:31:32 +02:00
krille-chan
3c85786c10
refactor: Improve performance of chat list 2024-05-10 16:32:14 +02:00
krille-chan
6a220ffb4b
refactor: Precache theme and directchatmatrixid to improve performance in chat list item 2024-05-09 09:37:41 +02:00
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
2024-04-30 18:19:10 +05:30
krille-chan
384e57fbd2
design: Remake UX of selecting messages and chats 2024-04-17 11:09:11 +02:00
Krille
554f951a30
Revert "design: New date separators in timeline"
This reverts commit f15b81c5a6.
2024-03-27 08:54:15 +01:00
Krille
f15b81c5a6
design: New date separators in timeline 2024-03-27 08:44:02 +01:00
krille-chan
73c08c3fdd
chore: Mark muted unread rooms with bold text 2024-03-24 11:30:38 +01:00
krille-chan
6073b46cfc
fix: Search in spaces view 2024-03-10 16:26:40 +01:00
krille-chan
7ae9eb82e0
fix: Export session 2024-02-22 18:59:49 +01:00
krille-chan
477a8b858b
feat: Open chat on shortcut click on android 2024-02-22 16:28:21 +01:00
krille-chan
ffeb8bb08e
chore: Follow up fix textfield design for flutter 3.19.0 2024-02-22 16:22:04 +01:00
krille-chan
88f1fc1720
fix: BuildContext crash when joining room 2024-02-17 08:41:28 +01:00
Krille-chan
ce5ad908de
Merge pull request #889 from Bubu/read_unread_icons
Fix swapped icons for mark read/unread and pin/unpin
2024-02-16 07:24:14 +01:00
Marcus Hoffmann
f8f73b7661 feat: add dialog to hide presence list with long-press 2024-02-11 22:24:49 +01:00
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.
2024-02-11 20:21:13 +01:00
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.
2024-02-11 14:08:45 +01:00
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.
2024-02-11 13:58:37 +01:00
krille-chan
f5c536878a
fix: Open room after join 2024-02-05 08:50:10 +01:00
Krille
dce3c0ae52
chore: Wait for device keys before ask bootstrap 2024-02-01 08:00:33 +01:00
Krille
bad0579eb5
chore: Follow up status bubble color 2024-02-01 07:14:40 +01:00