Benoit Marty
|
4189db0f89
|
Use Junit import
|
2021-05-04 10:50:31 +02:00 |
|
Valere
|
0d3c2b4bef
|
Fix space filtering
|
2021-04-28 11:15:58 +02:00 |
|
Benoit Marty
|
96b37a8206
|
Fix typo
|
2021-03-18 10:57:28 +01:00 |
|
Benoit Marty
|
f6032da788
|
Add more test
|
2021-03-18 10:44:15 +01:00 |
|
Benoit Marty
|
da9f0c6667
|
Fix an issue discovered by unit test
|
2021-03-18 10:44:15 +01:00 |
|
Benoit Marty
|
103ba463c3
|
Create getBetsChunkSize to avoid code duplication
|
2021-03-18 10:44:15 +01:00 |
|
Benoit Marty
|
8de4b0bb20
|
Small formatting
|
2021-01-08 15:55:32 +01:00 |
|
Benoit Marty
|
68947588d7
|
Replace deprecated shouldEqual and shouldEqualTo by shouldBeEqualTo
|
2020-10-12 22:30:18 +02:00 |
|
Benoit Marty
|
44114e66c2
|
Fix Copyright mention in SDK code
|
2020-10-08 15:04:55 +02:00 |
|
Benoit Marty
|
5e0fc3e17f
|
Rename class
|
2020-08-25 17:34:43 +02:00 |
|
Benoit Marty
|
1a068ee191
|
Add more tests
|
2020-08-25 17:34:02 +02:00 |
|
Benoit Marty
|
8226f60fad
|
Refactor test to avoid duplicated code
|
2020-08-25 17:31:51 +02:00 |
|
Benoit Marty
|
2e618999d9
|
Words containing my name should not trigger notifications (Fixes #1781)
It adds a specific behavior for rule with id RuleIds.RULE_ID_CONTAIN_USER_NAME
|
2020-08-25 17:26:54 +02:00 |
|
Benoit Marty
|
11b5512cb8
|
Rename package of SDK modules
|
2020-08-13 12:50:58 +02:00 |
|
Benoit Marty
|
532f5e58ea
|
Move class Versions to internal package
|
2020-06-04 11:30:24 +02:00 |
|
Benoit Marty
|
57a5714fb5
|
Add the ability to compare Homeserver version (#1442)
|
2020-06-04 11:24:31 +02:00 |
|
Benoit Marty
|
af0b798ef1
|
Ensure Timber log output when running tests
to squash
|
2020-04-24 13:38:28 +02:00 |
|
Benoit Marty
|
6349f9828d
|
Optimize import
|
2020-02-26 16:59:20 +01:00 |
|
Benoit Marty
|
f81eb298cb
|
Cleanup QRCode v1
|
2020-02-19 18:06:51 +01:00 |
|
Benoit Marty
|
66a2958c39
|
Add unit test to check byte array to string conversion
|
2020-02-19 14:21:41 +01:00 |
|
Ganard
|
a305ce302e
|
Coroutine sequencer: use semaphore
|
2020-02-14 19:37:51 +01:00 |
|
Benoit Marty
|
dd13b6bd99
|
Add test for DisplayName condition (passing)
|
2020-02-07 15:44:46 +01:00 |
|
Benoit Marty
|
9df699db59
|
Reorder tests
|
2020-02-07 15:35:09 +01:00 |
|
Benoit Marty
|
8bdb2b88fd
|
make the test compile
|
2020-02-07 15:32:36 +01:00 |
|
Benoit Marty
|
80f4f95f81
|
QRCode: requestId is not supposed to be an eventId
|
2020-01-31 11:11:27 +01:00 |
|
Benoit Marty
|
fb98d6ef42
|
QRCode: add other_device_key field and make it optional, along with other_user_key
|
2020-01-30 16:46:12 +01:00 |
|
Benoit Marty
|
2bccd19f84
|
QRcode: Url encode the keys
|
2020-01-30 10:17:04 +01:00 |
|
Benoit Marty
|
8b6ffc2fb1
|
ktlint
|
2020-01-29 16:18:33 +01:00 |
|
Valere
|
63e36b0403
|
Remove unused test
|
2020-01-29 10:16:57 +01:00 |
|
Benoit Marty
|
df49ab8362
|
QR code: update code which build URL
|
2020-01-28 15:48:09 +01:00 |
|
Benoit Marty
|
c323b61575
|
Ignore typo
|
2020-01-22 18:27:59 +01:00 |
|
Benoit Marty
|
cbf418c401
|
Update after MSC change
|
2020-01-22 18:22:01 +01:00 |
|
Benoit Marty
|
41c691f26c
|
Create QrCodeData class and method to convert to URL and vice versa, with TUs
|
2020-01-22 17:58:25 +01:00 |
|
Valere
|
6ab540045b
|
Refactoring / deprecation of MXDeviceInfo
introduced TrustLevels
|
2020-01-21 10:25:57 +01:00 |
|
Benoit Marty
|
35f011ba37
|
Fix ktlint issues
|
2020-01-09 14:20:17 +01:00 |
|
Benoit Marty
|
93cdce6c3e
|
Cleanup tests
|
2020-01-09 14:20:17 +01:00 |
|
Benoit Marty
|
ae3381227c
|
Add Unit tests from legacy SDK
|
2020-01-09 14:20:17 +01:00 |
|
Benoit Marty
|
e14b9b3b20
|
Fix test compilation issue
|
2020-01-09 08:03:14 +01:00 |
|
ganfra
|
5dd46e82d7
|
Sync: make only one big transaction to avoid having bad states
|
2019-12-13 18:21:44 +01:00 |
|
ganfra
|
fe2be90002
|
Sync: use the CoroutineSequencer but need more tests
|
2019-12-13 15:37:38 +01:00 |
|
ganfra
|
eab94b4f03
|
Sequencer: handle cancellation
|
2019-12-12 14:30:40 +01:00 |
|
ganfra
|
6b61c95843
|
Coroutines: introduce a sequencer
|
2019-12-11 20:39:07 +01:00 |
|
ganfra
|
ad9a48d5fa
|
Clean code
|
2019-11-05 18:36:30 +01:00 |
|
ganfra
|
93df8c56a8
|
Fix compilation error and use mockk instead of manual mocking (prone to error)
|
2019-11-04 17:09:03 +01:00 |
|
Benoit Marty
|
7c567b04bb
|
Make test compile and pass
|
2019-10-24 16:36:12 +02:00 |
|
Benoit Marty
|
723a007c39
|
Merge pull request #626 from vector-im/feature/myUserIdInject
Inject userId where possible
|
2019-10-21 16:01:48 +02:00 |
|
Benoit Marty
|
cd0a40c18d
|
Fix compil test issue
|
2019-10-18 14:34:44 +02:00 |
|
Benoit Marty
|
17636019e0
|
Change order of parameters
|
2019-10-18 14:32:34 +02:00 |
|
Benoit Marty
|
3622c0ecb4
|
Mark all as read
|
2019-10-11 16:22:32 +02:00 |
|
Benoit Marty
|
fbb23dfb66
|
ktlint: fix (no-empty-first-line-in-method-block) issues
|
2019-10-09 16:43:12 +02:00 |
|