Benoit Marty
|
34c5f37bbc
|
findAll() does not return null value
|
2020-02-07 14:30:44 +01:00 |
|
Benoit Marty
|
9aadbbc3c7
|
Rework DefaultConditionResolver, and create RoomGetter
|
2020-02-07 14:27:24 +01:00 |
|
Benoit Marty
|
5fedfd9286
|
Cleanup
|
2020-02-06 16:00:05 +01:00 |
|
Valere
|
1917fbcc93
|
eventBus private
|
2020-02-06 13:56:57 +01:00 |
|
Valere
|
a48bf61ad7
|
quick dispatch to correct thread (will need more work)
|
2020-02-06 13:56:57 +01:00 |
|
Valere
|
5c1fcc47a1
|
Catch all decryption fails in mapping
|
2020-02-06 13:56:57 +01:00 |
|
Valere
|
d80c15f52f
|
Dispatch init on crypto thread to avoid blocking cold start
|
2020-02-06 13:56:57 +01:00 |
|
Valere
|
911ff8cf16
|
cleaning (klint)
|
2020-02-06 13:56:57 +01:00 |
|
Valere
|
320dc4accd
|
Refactor Room Shield / Profile shield
|
2020-02-06 13:56:57 +01:00 |
|
Benoit Marty
|
51c2b9e1e9
|
Import strings from Riot
|
2020-02-05 17:35:23 +01:00 |
|
Benoit Marty
|
dcd7d17ffd
|
Fix compilation issue after merge and update CHANGES.md
|
2020-02-05 14:13:43 +01:00 |
|
Benoit Marty
|
d9c007d017
|
Merge branch 'develop' into feature/stabilization_2
|
2020-02-05 12:57:42 +01:00 |
|
Benoit Marty
|
05dd587fa8
|
Move FORMAT_MATRIX_HTML to a proper object and so fix a wrong usage issue
|
2020-02-05 12:44:31 +01:00 |
|
Benoit Marty
|
3384d91adb
|
Rename MessageContent.type to MessageContent.msgType for code clarity and update a few the Javadoc
|
2020-02-05 12:39:26 +01:00 |
|
Benoit Marty
|
a3ec0e03a0
|
Use NoOpMatrixCallback when it's possible
|
2020-02-05 12:05:12 +01:00 |
|
Benoit Marty
|
47ee2a24a7
|
Move NoOpMatrixCallback to MatrixCallback.kt file
|
2020-02-05 11:58:08 +01:00 |
|
Benoit Marty
|
a17ec14dd7
|
Cleanup and little change on Throwable logging
|
2020-02-05 11:39:23 +01:00 |
|
Benoit Marty
|
f7d511df38
|
Ganfra's review
|
2020-02-04 17:48:17 +01:00 |
|
Benoit Marty
|
6bff951c72
|
Keep MXCryptoConfig, but do a correct usage of it
|
2020-02-04 15:37:46 +01:00 |
|
Benoit Marty
|
bd033866a8
|
Encrypt for invited users by default, if the room state allows it (#803)
|
2020-02-04 14:41:32 +01:00 |
|
Benoit Marty
|
3e9b2e4a06
|
Use the correct enableEncryption() method
|
2020-02-04 14:04:48 +01:00 |
|
Ganard
|
ed9c3379bf
|
Rename file
|
2020-02-04 13:50:10 +01:00 |
|
Ganard
|
1728d31401
|
Fix some issues and make test passes
|
2020-02-04 13:19:02 +01:00 |
|
Benoit Marty
|
225a6e00e6
|
Add doc and reorder
|
2020-02-04 12:10:51 +01:00 |
|
Benoit Marty
|
4335fa4f72
|
ktlint
|
2020-02-03 16:26:18 +01:00 |
|
Ganard
|
f454078c6b
|
Clean code
|
2020-02-03 16:14:36 +01:00 |
|
Ganard
|
88755a79b4
|
In memory sending: fix broken filtering
|
2020-02-03 15:18:19 +01:00 |
|
Ganard
|
e6cd8a3a86
|
Merge develop into feature/stabilization_2
|
2020-02-03 13:59:20 +01:00 |
|
Valere
|
b182a63ea1
|
fix concurrent co mofification
|
2020-02-02 15:28:00 +01:00 |
|
Valere
|
367057cc29
|
Fix / cold start
|
2020-02-02 14:01:45 +01:00 |
|
Valere
|
96a556f449
|
Fix / Race causing key requests to be sent to early in xsigning
|
2020-02-02 01:21:08 +01:00 |
|
Valere
|
fb838e5407
|
Fixes #813
|
2020-02-01 23:24:05 +01:00 |
|
Valere
|
245b3717b9
|
Send done in toDevice
|
2020-02-01 18:25:31 +01:00 |
|
Benoit Marty
|
cd606ba8a1
|
RoomMember decoration
|
2020-02-01 11:37:16 +01:00 |
|
Valere
|
fc4f5faffd
|
Update Room decoration algo
|
2020-02-01 10:21:29 +01:00 |
|
Benoit Marty
|
f2f775cb99
|
Add TODOs
|
2020-02-01 01:17:18 +01:00 |
|
Benoit Marty
|
ccd4c1ed86
|
ktlint
|
2020-01-31 20:46:33 +01:00 |
|
Benoit Marty
|
c3c88c387b
|
Improve Rx chain and cleanup
|
2020-01-31 19:55:22 +01:00 |
|
Valere
|
51e0f945a7
|
Quick Room Decoration
|
2020-01-31 18:52:33 +01:00 |
|
Ganard
|
37230b0614
|
Fix issues with read marker and jumpToBottom
|
2020-01-31 18:09:34 +01:00 |
|
Ganard
|
ec6d78bf96
|
Merge branch 'develop' into feature/stabilization_2
|
2020-01-31 15:47:33 +01:00 |
|
Ganard
|
759b680e63
|
Timeline/Sync: Fix some issues
|
2020-01-31 15:28:35 +01:00 |
|
Benoit Marty
|
f5ecf4bd90
|
Room decoration - UI
|
2020-01-31 15:02:54 +01:00 |
|
Benoit Marty
|
4d91bc934b
|
Fix ktlint
|
2020-01-31 14:12:03 +01:00 |
|
Valere
|
5c547794f2
|
Merge branch 'develop' into cross_signing
|
2020-01-31 14:09:40 +01:00 |
|
Benoit Marty
|
43358cd86c
|
Make self verification work!
|
2020-01-31 12:18:27 +01:00 |
|
Benoit Marty
|
80f4f95f81
|
QRCode: requestId is not supposed to be an eventId
|
2020-01-31 11:11:27 +01:00 |
|
Valere
|
4fb59aadb1
|
Fix / ensure RoomKeyRequest are made after device is verified
|
2020-01-31 09:39:31 +01:00 |
|
Benoit Marty
|
9dde43f65b
|
PR Review: var -> val, internal and other cleanup
|
2020-01-30 23:40:25 +01:00 |
|
Benoit Marty
|
ccd857016c
|
ktlint
|
2020-01-30 18:46:08 +01:00 |
|