Commit Graph

443 Commits

Author SHA1 Message Date
Christian Pauly 81c12c81f2 [Client] Implement thumbnails 2020-04-17 14:11:13 +00:00
Christian Pauly 99b99e7ac9 [Client] Allow r0.6.0 to connect 2020-04-09 13:28:41 +00:00
Christian Pauly 7c7a0f15e5 [Client] Remove lazyloadingcheck 2020-04-02 11:29:07 +00:00
Christian Pauly 066dcbf395 [Room] Fix restore session 2020-04-02 08:39:00 +00:00
Christian Pauly aba692ba81 [Event] Fix download 2020-03-31 17:47:19 +02:00
Christian Pauly 0dcc818365 [RoomKeyRequest] Fix forwardKey 2020-03-31 17:18:37 +02:00
Christian Pauly 5f140a62ad [RoomKeyRequest] Fix index 2020-03-31 16:30:00 +02:00
Christian Pauly e098318a3f [Event] Fix send request cancellation 2020-03-31 12:24:53 +02:00
Christian Pauly 82affbc14f [Room] Improved sendFileEvent 2020-03-30 11:59:24 +02:00
Christian Pauly a3c5add79e [SDK] Refactoring with new linter rules 2020-03-30 09:08:38 +00:00
Christian Pauly 887694bbf0 [Client] Fix publish keys 2020-03-26 14:15:08 +01:00
Christian Pauly 1abda1fa13 [Client] Fix mark keys as published 2020-03-26 14:02:07 +01:00
Christian Pauly a2d9bbfc9e [MatrixIdStringExtension] Add null check 2020-03-25 13:56:49 +01:00
Christian Pauly c160a7c9ca [Room] Ignore errors on requestUser 2020-03-25 13:09:42 +01:00
Christian Pauly 44993f3506 [Client] Fix timeout exception 2020-03-25 11:03:47 +01:00
Christian Pauly 69ee4ffd08 [Client] Send request cancellation unencrypted 2020-03-24 09:13:39 +01:00
Christian Pauly bcb12d8a4b [Client] Add global push mute method 2020-03-23 11:47:55 +01:00
Christian Pauly 2c1caf9072 [Client] Enable file encryption 2020-03-23 09:37:51 +00:00
Christian Pauly e9c0ec8511 [Client] Enhanced error handling in decryptToDeviceEvent 2020-03-23 08:51:14 +01:00
Christian Pauly 237bd40a15 [Client] Fix claim keys not in loop 2020-03-20 10:46:12 +01:00
Christian Pauly 44ed403cd6 [Room] Request only 10 events on getTimeline 2020-03-20 08:59:29 +00:00
Christian Pauly 04eb904629 [TurnServerCredentials] Fix type 2020-03-19 14:39:18 +00:00
Christian Pauly f7b03f5668 [Room] Dont wait for send event while sending files 2020-03-17 07:55:25 +00:00
Christian Pauly bb44fa6ac0 [Event] Implement file encryption 2020-03-16 10:38:03 +00:00
Christian Pauly 9e971674e8 [Presence] Calculate time 2020-03-15 09:31:49 +01:00
Christian Pauly 57bd600738 [Room] Fix decrypt last message 2020-03-13 12:18:24 +00:00
Christian Pauly 391a9af2ba [Room] Fix create megolm session 2020-03-13 10:09:49 +00:00
Christian Pauly 39717f5917 Sendtodevice enhance performance 2020-03-06 12:04:27 +00:00
Christian Pauly 208ee0581a [LibOlm] Update to fix encryption 2020-03-02 09:28:59 +01:00
Christian Pauly cb8450de06 [Room] Wipe session when sending session keys wasnt successful 2020-02-27 11:16:26 +01:00
Christian Pauly 202f997320 Room fix block devices 2020-02-27 08:52:45 +00:00
Christian Pauly 31b64a6631 [Room] Clear outbound session only if devices changed 2020-02-27 08:41:49 +00:00
Christian Pauly 73841bd2f6 Merge branch 'matrixfile-refactor-uint8list' into 'master'
[MatrixFile] Use Uint8List instead of List<int>

See merge request famedly/famedlysdk!227
2020-02-27 07:15:30 +00:00
Lukas Lihotzki 3c78f11f2c [MatrixFile] Use Uint8List instead of List<int> 2020-02-24 17:54:43 +01:00
Lukas Lihotzki f483fb437e [Client] Remove unused variable in upload 2020-02-24 17:06:07 +01:00
Christian Pauly ccb1945d00 [Room] Fix setState 2020-02-24 10:34:28 +01:00
Christian Pauly 63bcce28de [Room] Fix last message when encrypted 2020-02-24 09:10:35 +01:00
Christian Pauly f4be2aa023 [PublicRoomEntry] Fix fromJson 2020-02-22 18:13:13 +00:00
Christian Pauly 3e6552dc7a [PublicRoomEntry] Fix join method 2020-02-22 17:59:50 +00:00
Christian Pauly 9884da02d2 [Lib] Fix exports 2020-02-22 17:46:48 +00:00
Christian Pauly 2738c5a49d [Client] List public rooms 2020-02-22 18:20:50 +01:00
Christian Pauly 8a7468db01 [Event] Key sharing with all users in a room 2020-02-22 09:08:01 +01:00
Christian Pauly ac3a9a6b3a [Room] Implement key sharing 2020-02-21 15:05:19 +00:00
Christian Pauly 7982a60d7c [Room] Enhance decrypt error handling 2020-02-21 09:56:40 +01:00
Christian Pauly 3926539661 [Event] Enhance decryption 2020-02-21 08:44:05 +00:00
Christian Pauly 2ab6eb2a0c [Client] Dont create new inbound session when session matches 2020-02-20 15:29:15 +00:00
Christian Pauly 49e643625c [Client] Add debug prints 2020-02-20 07:28:15 +00:00
Christian Pauly 92c9c709cc [Lib] Fix export 2020-02-19 13:35:34 +00:00
Christian Pauly 77b11d78db [Client] Implement device management 2020-02-19 14:26:38 +01:00
Christian Pauly ce1fd3ecd8 Merge branch 'room-fix-send-unencrypted' into 'master'
[Room] Send unencrypted if encryption not enabled

Closes #53

See merge request famedly/famedlysdk!209
2020-02-19 10:10:34 +00:00