Bruno Windels
|
f6d9ffa7bb
|
friends don't read each others private properties
|
2020-10-07 14:36:08 +02:00 |
|
Bruno Windels
|
46b24c3f24
|
fix room not changing when not in grid view
|
2020-10-07 14:32:57 +02:00 |
|
Bruno Windels
|
537972b97b
|
clarify comment
|
2020-10-07 14:25:32 +02:00 |
|
Bruno Windels
|
99ff387dec
|
index the room by x,y instead of index from the view
so it is easier to implement a focus-ring as a separate dom node
|
2020-10-07 14:18:35 +02:00 |
|
Bruno Windels
|
b9d2da736a
|
when opening room, focus in grid if already open
|
2020-10-07 13:18:19 +02:00 |
|
Bruno Windels
|
1ff6d36ec3
|
add grid toggle button to left panel
|
2020-10-07 12:31:52 +02:00 |
|
Bruno Windels
|
dc1357bb31
|
support clearing unread when focusing a room
|
2020-10-07 12:30:46 +02:00 |
|
Bruno Windels
|
614ec08238
|
integrate grid vm with session vm, allowing to switch
|
2020-10-07 12:25:40 +02:00 |
|
Bruno Windels
|
5a1d255d2a
|
implement room grid view model
|
2020-10-07 12:23:02 +02:00 |
|
Bruno Windels
|
cac3daca72
|
add LeftPanelView(Model) with room filtering
|
2020-10-06 12:23:11 +02:00 |
|
Bruno Windels
|
c532cb5aea
|
add hidden flag to room tile vm
also move to leftpanel dir
|
2020-10-06 12:21:11 +02:00 |
|
Bruno Windels
|
3359d49161
|
off both passphrase and security key options
|
2020-09-21 19:19:55 +02:00 |
|
Bruno Windels
|
1d33ab20a5
|
fix decrypted tiles not corresponding to a tile
|
2020-09-18 13:36:16 +02:00 |
|
Bruno Windels
|
ed913ca24b
|
add dispose to room encryption
|
2020-09-18 13:08:18 +02:00 |
|
Bruno Windels
|
2de406afa0
|
log secret storage error as well
|
2020-09-18 12:12:19 +02:00 |
|
Bruno Windels
|
6375574a56
|
show error
|
2020-09-17 18:59:40 +02:00 |
|
Bruno Windels
|
5b45c00322
|
switch to security key
|
2020-09-17 18:55:28 +02:00 |
|
Bruno Windels
|
fe5b732c97
|
cleanup, better copy text
|
2020-09-17 18:54:55 +02:00 |
|
Bruno Windels
|
494c5cbcf0
|
notify UI when we need session backup
|
2020-09-17 18:00:00 +02:00 |
|
Bruno Windels
|
a11b612640
|
await this
|
2020-09-14 17:45:02 +02:00 |
|
Bruno Windels
|
b2e6e8687e
|
dispose tiles
also add more defence against emitting event when disposed
|
2020-09-14 17:44:37 +02:00 |
|
Bruno Windels
|
9ea961ae53
|
don't crash when we don't have a subscription anymore
|
2020-09-14 17:43:06 +02:00 |
|
Bruno Windels
|
8555fd5f18
|
a little extra caution
|
2020-09-14 15:47:00 +02:00 |
|
Bruno Windels
|
aa5d55bbf2
|
show when e2ee is enabled in timeline
|
2020-09-14 15:47:00 +02:00 |
|
Bruno Windels
|
8c4d68def9
|
show decryption errors in timeline
|
2020-09-14 15:47:00 +02:00 |
|
Bruno Windels
|
4875095ea3
|
fix event tiles not updating when event is decrypted when room keys come
|
2020-09-11 17:47:35 +02:00 |
|
Bruno Windels
|
0dece5b04f
|
make continuation logic work well with pending events
- don't use display name to compare but user id
(pending doesn't have display name yet)
- use current time as timestamp
|
2020-09-11 11:43:40 +02:00 |
|
Bruno Windels
|
843e3e6b1c
|
show encrypted status of room
|
2020-09-11 11:35:53 +02:00 |
|
Bruno Windels
|
de1cc0d739
|
abort decrypt requests when changing room
|
2020-09-10 17:43:01 +02:00 |
|
Bruno Windels
|
0bf1723d99
|
Worker WIP
|
2020-09-10 15:40:30 +01:00 |
|
Bruno Windels
|
fdbc5f3c1d
|
WIP worker work
|
2020-09-10 13:00:11 +02:00 |
|
Bruno Windels
|
f8e3a75471
|
fix typo
|
2020-09-09 10:22:29 +02:00 |
|
Bruno Windels
|
4c1aaaf416
|
show "setting up encryption keys..." step during login
|
2020-09-08 17:16:34 +02:00 |
|
Bruno Windels
|
c32ac2c764
|
use decryption result to show message verification status in timeline
|
2020-09-08 10:50:39 +02:00 |
|
Bruno Windels
|
5a12904cc3
|
log errors during session load
|
2020-09-02 14:54:57 +02:00 |
|
Bruno Windels
|
cfa011a317
|
remove room list sorting logging, works well now
|
2020-08-31 16:21:12 +02:00 |
|
Bruno Windels
|
6a9cbf7f33
|
store and sort by m.lowpriority tag
|
2020-08-27 20:52:51 +02:00 |
|
Bruno Windels
|
05821b0fdf
|
use same check for timestamp validity as timestamp can be undefined sometimes
|
2020-08-27 12:42:38 +02:00 |
|
Bruno Windels
|
1a6931129b
|
log as info
|
2020-08-27 10:50:30 +02:00 |
|
Bruno Windels
|
9e891c3442
|
log actual timestamps as well
so we can see if they are anything but null or a number
|
2020-08-27 10:48:12 +02:00 |
|
Bruno Windels
|
4b682ad930
|
use the same check when seeing if either does not have a timestamp
|
2020-08-27 10:45:20 +02:00 |
|
Bruno Windels
|
41a7448c74
|
add logging for room list sorting
|
2020-08-27 10:40:49 +02:00 |
|
Bruno Windels
|
59443e6602
|
close the room tile view model as well when closing a room so it does not stay selected
|
2020-08-27 10:07:47 +02:00 |
|
Bruno Windels
|
b39c15d88d
|
Room.name can actually return null now
so protect against this, and fall back to "Empty Room"
|
2020-08-21 18:14:32 +02:00 |
|
Bruno Windels
|
f551010968
|
render badge on room
|
2020-08-21 15:50:47 +02:00 |
|
Bruno Windels
|
5837aed346
|
remove obsolete comment
|
2020-08-21 14:27:16 +02:00 |
|
Bruno Windels
|
00e20d2088
|
take null timestamps into account
|
2020-08-21 14:11:26 +02:00 |
|
Bruno Windels
|
5d1bc61f61
|
don't open a room when already open
|
2020-08-21 13:45:55 +02:00 |
|
Bruno Windels
|
eae5bc4230
|
sort unread rooms first, then on last message timestamp, then alphabet.
|
2020-08-21 11:58:05 +02:00 |
|
Bruno Windels
|
dbf5e59d87
|
clear unread state 2s after opening the room
|
2020-08-21 11:57:49 +02:00 |
|