SchildiChat-android/matrix-sdk-android/src
Damir Jelić 5253f9708c crypto: Fix a crash when we access the devices before the olmMachine is set up
The crypto service is fully initialized only after the first sync but EA
seems to access live devices before that. This results in a crash since
we now use the olm machine to access devices.
2021-04-08 15:55:38 +02:00
..
androidTest/java/org/matrix/android/sdk crypto: Remove the requestRoomKeyForEvent method 2021-03-24 14:20:39 +01:00
debug/java/org/matrix/android/sdk/internal/network/interceptors Move interface to correct location 2021-01-07 18:28:05 +01:00
main crypto: Fix a crash when we access the devices before the olmMachine is set up 2021-04-08 15:55:38 +02:00
release/java/org/matrix/android/sdk/internal/network/interceptors Fix Copyright mention in SDK code 2020-10-08 15:04:55 +02:00
sharedTest/java/org/matrix/android/sdk/test/shared Fix Copyright mention in SDK code 2020-10-08 15:04:55 +02:00
test/java/org/matrix/android/sdk Small formatting 2021-01-08 15:55:32 +01:00