dependabot[bot]
|
8f4dbd2aef
|
Bump realm-gradle-plugin from 10.3.1 to 10.4.0
Bumps [realm-gradle-plugin](https://github.com/realm/realm-java) from 10.3.1 to 10.4.0.
- [Release notes](https://github.com/realm/realm-java/releases)
- [Changelog](https://github.com/realm/realm-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/realm/realm-java/compare/v10.3.1...v10.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-29 08:30:44 +00:00 |
|
Dominic Fischer
|
b6f4be2894
|
Convert FileService to suspend functions
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
|
2021-03-28 13:52:16 +01:00 |
|
Dominic Fischer
|
7aba3cff66
|
Convert AccountDataService to suspend functions
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
|
2021-03-28 11:59:44 +01:00 |
|
Dominic Fischer
|
b70585016c
|
Convert SharedSecretStorageService to suspend functions
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
|
2021-03-28 11:50:59 +01:00 |
|
Dominic Fischer
|
7fbe485603
|
Convert PushersService to suspend functions
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
|
2021-03-27 20:44:07 +00:00 |
|
Dominic Fischer
|
b9b755e6e1
|
Convert UserService to suspend functions
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
|
2021-03-27 20:33:57 +00:00 |
|
Dominic Fischer
|
f8718e397c
|
Convert ReadService to suspend functions
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
|
2021-03-27 20:20:19 +00:00 |
|
Dominic Fischer
|
8f67511b22
|
Convert VerificationService to suspend functions
Signed-off-by: Dominic Fischer <dominicfischer7@gmail.com>
|
2021-03-27 19:20:16 +00:00 |
|
Damir Jelić
|
32cf645c5f
|
crypto: Remove the myDeviceInfoHolder
|
2021-03-26 16:01:01 +01:00 |
|
Damir Jelić
|
d49bdbe016
|
crypto: Remove the RoomDecryptorProvider
|
2021-03-26 14:02:04 +01:00 |
|
Benoit Marty
|
94220a24d1
|
cleanup
|
2021-03-26 13:58:34 +01:00 |
|
Benoit Marty
|
297fff1394
|
Cleanup some Enums
|
2021-03-26 13:41:10 +01:00 |
|
Benoit Marty
|
2e23fec82b
|
Sadly fields cannot be private
|
2021-03-26 12:36:33 +01:00 |
|
Benoit Marty
|
ee265f71e6
|
Be more robust when parsing some enums - RoomJoinRules
|
2021-03-26 12:22:11 +01:00 |
|
Benoit Marty
|
5364d7fd03
|
Be more robust when parsing some enums - Guest Access
|
2021-03-26 12:18:36 +01:00 |
|
Benoit Marty
|
a7539d0f95
|
Be more robust when parsing some enums
|
2021-03-26 12:15:06 +01:00 |
|
Damir Jelić
|
32c1fd9c85
|
crypto: Remove the OlmManager
|
2021-03-26 10:58:58 +01:00 |
|
Damir Jelić
|
1bff219197
|
crypto: Remove the event decryptor
|
2021-03-25 16:07:44 +01:00 |
|
Damir Jelić
|
dace959d69
|
crypto: Get rid of the roomEncryptorsStore
|
2021-03-25 15:53:18 +01:00 |
|
Damir Jelić
|
3812162f4f
|
crypto: Move the outgoing request sending logic into separate methods
|
2021-03-25 13:17:06 +01:00 |
|
Damir Jelić
|
4b157f7915
|
crypto: Don't use the device list manager in onSyncWillProcess
|
2021-03-24 17:03:36 +01:00 |
|
Damir Jelić
|
4eeb47dc56
|
crypto: Remove more unused methods
|
2021-03-24 16:27:38 +01:00 |
|
Damir Jelić
|
6bc825b0bc
|
crypto: Remove the UploadKeysTask copy
|
2021-03-24 16:15:52 +01:00 |
|
Damir Jelić
|
36451e5410
|
crypto: Remove the unused olm unwedging method
|
2021-03-24 16:01:40 +01:00 |
|
Damir Jelić
|
6e53ab2bcf
|
crypto: Remove an unused method
|
2021-03-24 16:01:19 +01:00 |
|
Damir Jelić
|
629623f720
|
crypto: Remove the one-time keys uploader
|
2021-03-24 16:00:51 +01:00 |
|
Damir Jelić
|
555d24fea5
|
crypto: Remove the delete device with password task
|
2021-03-24 15:54:56 +01:00 |
|
Damir Jelić
|
1773a361d1
|
crypto: Remove the method to delete devices with an user password
|
2021-03-24 15:49:31 +01:00 |
|
Damir Jelić
|
758e8f7fb6
|
crypto: Remove the cancelRoomKeyRequest method
|
2021-03-24 15:45:03 +01:00 |
|
Damir Jelić
|
67f238069a
|
crypto: Remove the gossipping managers from the crypto service
|
2021-03-24 15:44:33 +01:00 |
|
Damir Jelić
|
5b2629ba00
|
crypto: Remove the incoming gossipping manager
|
2021-03-24 15:21:39 +01:00 |
|
Damir Jelić
|
981e6b65b0
|
crypto: Remove the requestRoomKeyForEvent method
This method doesn't seem to be used anywhere, only a single tests seems
to call it. The funcionality has been moved to the rust-sdk and tested
there.
|
2021-03-24 14:20:39 +01:00 |
|
Damir Jelić
|
515c9be2d9
|
crypto: Remove the CryptoSyncHandler
|
2021-03-24 14:17:26 +01:00 |
|
Damir Jelić
|
f5348d6c9d
|
crypto: Remove the object signer from the crypto service
|
2021-03-24 14:02:32 +01:00 |
|
Damir Jelić
|
e4ac5f6c13
|
crypto: Don't track users on the kotlin side of things
|
2021-03-24 13:45:15 +01:00 |
|
Damir Jelić
|
669a5f9815
|
crypto: Remove the MXOlmDevice
|
2021-03-24 12:35:21 +01:00 |
|
Damir Jelić
|
7f86f512ed
|
crypto: Remove the one-time key uploader since Rust is handling this
|
2021-03-24 12:28:41 +01:00 |
|
Benoit Marty
|
5cd86c685d
|
Copyright
|
2021-03-22 18:29:06 +01:00 |
|
Benoit Marty
|
f106176752
|
Add missing synchronized
|
2021-03-22 18:26:29 +01:00 |
|
Benoit Marty
|
d85d44bf4b
|
Add ApiInterceptor.removeListener()
|
2021-03-22 18:09:42 +01:00 |
|
Benoit Marty
|
f6e43a5305
|
Add Android test on ApiInterceptor
|
2021-03-22 17:13:16 +01:00 |
|
Benoit Marty
|
21cff9a749
|
Update after Ganfra's review, and kotlinification
|
2021-03-22 16:36:44 +01:00 |
|
Onuray Sahin
|
9e7d4c901e
|
Api interceptor implementation to allow app developers to peek responses.
|
2021-03-22 16:18:51 +01:00 |
|
Benoit Marty
|
43fd9910e3
|
Merge pull request #3031 from vector-im/feature/bma/other_fixies
Some fixies
|
2021-03-19 17:06:54 +01:00 |
|
Benoit Marty
|
1214abdd44
|
Merge branch 'develop' into feature/bma/split_key_request
|
2021-03-19 15:57:55 +01:00 |
|
Benoit Marty
|
c43479420a
|
Reorder signature for clarity
|
2021-03-19 15:42:42 +01:00 |
|
Benoit Marty
|
7e2a5e55f7
|
Simplify signature, userId is a member of the class
|
2021-03-19 15:38:14 +01:00 |
|
Benoit Marty
|
485c44454b
|
Handle encrypted reactions (#2509)
|
2021-03-19 15:27:56 +01:00 |
|
Benoit Marty
|
2d75c67aa3
|
ktlint
|
2021-03-19 10:24:40 +01:00 |
|
Valere
|
35635c859d
|
Send several NO_OLM in one request
|
2021-03-18 15:08:56 +01:00 |
|