Gabby Gurdin
cba510ee76
added handling for all cases of null check
2024-03-04 15:58:55 -05:00
Gabby Gurdin
a0df2db1f4
flutter version update
2024-02-27 10:37:17 -05: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
Gabby Gurdin
e39b19877f
remove debug print statements
2024-02-19 13:48:17 -05:00
Gabby Gurdin
fb9a1d5529
don't erase already loaded rooms from space response map before loading more
2024-02-19 13:43:41 -05: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
krille-chan
d0090ad8d3
chore: Adjust status msg design
2024-01-27 11:07:07 +01:00
Krille
3fa9c65a2b
Revert "refactor: Dialog BuildContext"
...
This reverts commit 315a43c1a4 .
2024-01-25 09:13:08 +01:00
ggurdin
d28ff4e997
fluffy merge and testing updates
2024-01-22 11:43:30 -05:00
krille-chan
a7e8ec78ed
feat: Join room by alias by tpying alias in searchbar
2024-01-20 08:49:57 +01:00
krille-chan
315a43c1a4
refactor: Dialog BuildContext
2024-01-20 08:35:09 +01:00
ggurdin
74b2f49891
testing if issue with futures
2024-01-16 13:59:50 -05:00
ggurdin
68e6c5879e
testing for cause of freezing bug
2024-01-16 11:39:15 -05:00
krille-chan
c67df2e14f
fix: Forward arbitrary message content
2024-01-14 14:27:05 +01:00
krille-chan
e95ed61257
refactor: Use popupmenudivider instead of workaround
2024-01-14 10:17:36 +01:00
ggurdin
a82f0e5c7a
fix for loading after joining chat in space view
2024-01-04 16:04:53 -05:00
ggurdin
b070f71344
Merge branch 'filter-events' into sentry-fixes
2024-01-04 14:43:46 -05:00
Krille
fec39eb602
refactor: Put forwarded text into inputfield instead of sending directly
2024-01-03 13:37:36 +01:00
wcjord
abbf57a9ea
Merge pull request #8 from pangeachat/small-ui-updates
...
update archive text, change floating action button to more visible buton in new space view
2024-01-02 14:01:39 -05:00
krille-chan
2ec5139a0a
chore: Follow up select chats
2023-12-30 11:42:13 +01:00
krille-chan
5740247c50
chore: Follow up select rooms
2023-12-30 10:32:54 +01:00
krille-chan
2a7744e4c7
chore: Follow up select chats
2023-12-30 10:29:01 +01:00
ggurdin
b298afd5cf
Merge branch 'main' into sentry-fixes
2023-12-29 11:48:43 -05:00
Krille
f11e9ec6d2
build: Update matrix dart sdk to 0.25.1
2023-12-27 12:42:03 +01:00
krille-chan
357c2ea6b2
chore: Follow up styling
2023-12-26 17:04:27 +01:00
krille-chan
991277d5f5
feat: Block users who sent invites
2023-12-26 17:04:04 +01:00
krille-chan
89540ec7ef
fix: Darktheme contrast fixes with primary color
2023-12-26 14:03:14 +01:00
krille-chan
5bf87eae24
chore: Add missing safearea to spaceview
2023-12-24 09:07:38 +01:00
krille-chan
4214785b00
chore: Follow up fetch presences from server
2023-12-24 08:52:35 +01:00
krille-chan
050d2a2fae
chore: Follow up design fixes
2023-12-24 08:21:33 +01:00
krille-chan
4b69b8e5e9
chore: Follow up add chat subspace button
2023-12-23 16:04:20 +01:00
krille-chan
d64b532afe
refactor: Spaces UX improvements
2023-12-23 15:40:53 +01:00
krille-chan
715e615e3a
feat: Search for public spaces
2023-12-23 12:14:51 +01:00
krille-chan
107374cf60
chore: Follow up status feature
2023-12-22 20:18:51 +01:00
Krille
28c3efae23
chore: Follow up status feature
2023-12-22 19:41:18 +01:00
Krille
fa543e93b8
chore: Follow up status feature
2023-12-22 19:38:29 +01:00
Krille
895de76e70
refactor: Replace stories feature with presence status msg
2023-12-22 17:15:14 +01:00
Krille
d0e4aec4d6
chore: Load hero users for rooms
2023-12-22 12:58:10 +01:00
Brord van Wierst
7dc2136034
format imports and code agian??
2023-12-20 01:04:12 +01:00
ggurdin
fac1c385de
small fixes for sentry errors
2023-12-19 12:37:25 -05:00