Benoit Marty
|
e326631752
|
Create asValidObject method - make it compiles #2
|
2020-03-05 15:39:01 +01:00 |
|
Benoit Marty
|
b1b8513da4
|
Create fromBase64Safe() to parse data received from external source
|
2020-02-27 19:17:14 +01:00 |
|
Benoit Marty
|
0a9008a73d
|
Be robust if other client sends padded base64 in the reciprocate
|
2020-02-27 18:35:05 +01:00 |
|
Benoit Marty
|
6349f9828d
|
Optimize import
|
2020-02-26 16:59:20 +01:00 |
|
Benoit Marty
|
989d396c78
|
Rename package "sas" to "verification"
|
2020-02-26 16:52:16 +01:00 |
|
Valere
|
f7c128be3d
|
Fix tests
|
2020-02-26 12:20:03 +01:00 |
|
Valere
|
d537abc522
|
Fix / sign current device after entering xsigning passphrase
|
2020-02-26 12:20:03 +01:00 |
|
Valere
|
0064934db9
|
Changed Encryption algorithm of 4S
|
2020-02-26 12:20:03 +01:00 |
|
Benoit Marty
|
b9b921a4df
|
Code quality
|
2020-02-25 09:53:17 +01:00 |
|
Benoit Marty
|
c6b3b1e648
|
Fix bug on test
|
2020-02-24 17:27:04 +01:00 |
|
Benoit Marty
|
b680e24938
|
Fix some tests
|
2020-02-24 16:16:37 +01:00 |
|
Benoit Marty
|
b3c8b5526d
|
Each session now have it's proper crypto store
|
2020-02-24 15:03:12 +01:00 |
|
Benoit Marty
|
1b763fb4c8
|
Cleanup XSigningTest
|
2020-02-21 18:52:36 +01:00 |
|
Benoit Marty
|
9ef267cb07
|
Cleanup after each test
|
2020-02-21 18:36:13 +01:00 |
|
Benoit Marty
|
d167ff9496
|
Make KeysBackup test pass (still work to do)
|
2020-02-21 17:58:04 +01:00 |
|
Benoit Marty
|
ccfa59ad31
|
Cleanup var -> val
|
2020-02-21 15:05:48 +01:00 |
|
Benoit Marty
|
a9909b37ba
|
Update after Valere's review
|
2020-02-20 19:54:35 +01:00 |
|
Benoit Marty
|
74175ddfa0
|
Add a test and create extension for Byte to avoid using UByte (still experimental)
|
2020-02-20 10:12:07 +01:00 |
|
Benoit Marty
|
382fc6f05c
|
Fix issue with long transactionId
|
2020-02-19 18:59:39 +01:00 |
|
Benoit Marty
|
e81439d57b
|
Remove v2 suffix
|
2020-02-19 18:09:33 +01:00 |
|
Benoit Marty
|
f81eb298cb
|
Cleanup QRCode v1
|
2020-02-19 18:06:51 +01:00 |
|
Benoit Marty
|
e00d3ef63d
|
QrCodeV2 WIP (al tests passing)
|
2020-02-19 17:34:07 +01:00 |
|
Benoit Marty
|
adc545a93d
|
Merge pull request #1026 from vector-im/feature/crypto_service_renaming
Feature/crypto service renaming
|
2020-02-17 19:21:02 +01:00 |
|
Benoit Marty
|
67ed86fee5
|
Rename KeysBackup to DefaultKeysBackupService
|
2020-02-17 18:51:06 +01:00 |
|
ganfra
|
91cbcebf73
|
Make test compile
|
2020-02-17 15:50:42 +01:00 |
|
Benoit Marty
|
7ddea99fc6
|
Move and improve withOlmDecryption() and withOlmEncryption()
|
2020-02-14 18:51:27 +01:00 |
|
Benoit Marty
|
4c3b754de4
|
Use const from DefaultSharedSecretStorageService
|
2020-02-14 18:33:15 +01:00 |
|
Benoit Marty
|
7878da25b8
|
Use doSync<>() to reduce boilerplate and add test checks
and more cleanup
|
2020-02-14 18:18:20 +01:00 |
|
Benoit Marty
|
01597a89dc
|
Avoid code duplication
|
2020-02-14 17:53:27 +01:00 |
|
Valere
|
f99eca8014
|
Code review
|
2020-02-14 10:48:18 +01:00 |
|
Valere
|
e0eede1150
|
cleaning
|
2020-02-14 10:48:18 +01:00 |
|
Valere
|
64647cb465
|
Fix / Save account data after update (local echo)
|
2020-02-14 10:48:18 +01:00 |
|
Valere
|
def01cca8f
|
Fix test + changes
|
2020-02-14 10:48:18 +01:00 |
|
Valere
|
108ebea84e
|
SSSS service + test
|
2020-02-14 10:48:18 +01:00 |
|
Benoit Marty
|
6acfab3242
|
Rename VerificationListener to Listener
|
2020-02-12 11:39:36 +01:00 |
|
Benoit Marty
|
bf02746d87
|
Clenaup VerificationService.VerificationListener
|
2020-02-12 11:39:36 +01:00 |
|
Benoit Marty
|
6ff974b3ea
|
Fix issue with verification when other client declares it can only show QR code (#988)
|
2020-02-12 11:39:36 +01:00 |
|
Benoit Marty
|
d9c007d017
|
Merge branch 'develop' into feature/stabilization_2
|
2020-02-05 12:57:42 +01:00 |
|
Benoit Marty
|
3e9b2e4a06
|
Use the correct enableEncryption() method
|
2020-02-04 14:04:48 +01:00 |
|
Ganard
|
1728d31401
|
Fix some issues and make test passes
|
2020-02-04 13:19:02 +01:00 |
|
Ganard
|
f454078c6b
|
Clean code
|
2020-02-03 16:14:36 +01:00 |
|
Ganard
|
e6cd8a3a86
|
Merge develop into feature/stabilization_2
|
2020-02-03 13:59:20 +01:00 |
|
Benoit Marty
|
9dde43f65b
|
PR Review: var -> val, internal and other cleanup
|
2020-01-30 23:40:25 +01:00 |
|
Ganard
|
5e1b59f9d3
|
Timeline: handle an in memory local echo to make the UI snappier
|
2020-01-30 17:13:44 +01:00 |
|
Benoit Marty
|
e1ddde5501
|
Make CreateRoomParams a regular data class
|
2020-01-29 14:23:32 +01:00 |
|
Benoit Marty
|
70b04dbaea
|
Disable not passing test, to avoid waiting too long when running the test suite
|
2020-01-29 12:36:38 +01:00 |
|
Benoit Marty
|
b44b6726ed
|
Also update the tests
|
2020-01-29 12:29:19 +01:00 |
|
Valere
|
2c568b4de9
|
clean klint
|
2020-01-29 09:59:09 +01:00 |
|
Benoit Marty
|
0aaba26f17
|
Rename classes
|
2020-01-28 15:53:57 +01:00 |
|
Benoit Marty
|
345824daa2
|
Keep on renaming
|
2020-01-28 15:48:09 +01:00 |
|