BayernMessenger/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto
Valere 4505d13385 Fix / SAS verification infinite waiting on last step
Missing state update to verified after mac verification
2019-06-26 10:46:58 +02:00
..
actions Remove CryptoAsyncHelper and use only coroutine 2019-06-17 19:05:26 +02:00
algorithms Rename "sender" to "senderId" for code clarity 2019-06-18 16:11:24 +02:00
api Crypto 2019-05-16 10:34:17 +02:00
keysbackup Remove CryptoAsyncHelper and use only coroutine 2019-06-17 19:05:26 +02:00
model Handle device deletion the proper way 2019-06-17 17:32:35 +02:00
repository Crypto: clean some code + add failure send state (but not handled yet). 2019-06-10 19:22:48 +02:00
store Rename class members and class name for code clarity 2019-06-11 13:32:09 +02:00
tasks Handle device deletion the proper way 2019-06-17 17:32:35 +02:00
verification Fix / SAS verification infinite waiting on last step 2019-06-26 10:46:58 +02:00
CryptoConstants.kt Crypto 2019-05-16 10:34:17 +02:00
CryptoManager.kt Fix issue with key importation 2019-06-17 19:05:26 +02:00
CryptoModule.kt Remove CryptoAsyncHelper and use only coroutine 2019-06-17 19:05:26 +02:00
DeviceListManager.kt Crypto: export room keys 2019-06-17 19:04:48 +02:00
IncomingRoomKeyRequest.kt Rename "sender" to "senderId" for code clarity 2019-06-18 16:11:24 +02:00
IncomingRoomKeyRequestCancellation.kt Crypto: continue cleaning. Need threading refactoring 2019-06-03 18:39:37 +02:00
IncomingRoomKeyRequestManager.kt Crypto: finally get a working encrypt/decrypt + SAS 2019-06-06 19:10:04 +02:00
MXCryptoAlgorithms.kt rework 2019-05-20 16:55:45 +02:00
MXCryptoConfig.kt Rename class members and class name for code clarity 2019-06-11 13:32:09 +02:00
MXDecryptionException.kt Crypto 2019-05-16 10:34:17 +02:00
MXEncryptedAttachments.kt Rename class members and class name for code clarity 2019-06-11 13:32:09 +02:00
MXEventDecryptionResult.kt Crypto: continue cleaning. Need threading refactoring 2019-06-03 18:39:37 +02:00
MXMegolmExportEncryption.kt Fix issue with key importation 2019-06-17 19:05:26 +02:00
MXOlmDevice.kt Rename class members and class name for code clarity 2019-06-11 13:32:09 +02:00
MegolmSessionData.kt rework 2019-05-20 16:55:45 +02:00
MyDeviceInfoHolder.kt Crypto: start reworking threading - WIP (to squash) 2019-06-04 16:26:37 +02:00
ObjectSigner.kt Rename class members and class name for code clarity 2019-06-11 13:32:09 +02:00
OneTimeKeysUploader.kt Crypto: continue threading rework. WIP to shash 2019-06-05 22:18:16 +02:00
OutgoingRoomKeyRequest.kt Crypto: continue threading rework. WIP to shash 2019-06-05 22:18:16 +02:00
OutgoingRoomKeyRequestManager.kt Crypto: continue threading rework. WIP to shash 2019-06-05 22:18:16 +02:00
RoomDecryptorProvider.kt Crypto: continue threading rework. WIP to shash 2019-06-05 22:18:16 +02:00