Benoit Marty
|
d654771fcf
|
Merge pull request #2318 from vector-im/feature/bca/fix_duplicate_reaction_echo
Fix ui echo isues
|
2020-10-30 11:56:51 +01:00 |
|
Benoit Marty
|
4791eb85af
|
Merge pull request #2283 from vector-im/feature/bca/crypto_perf
Crypto cleaning and perf improvement
|
2020-10-30 11:11:34 +01:00 |
|
Benoit Marty
|
41e3ff381f
|
Rename method
|
2020-10-29 16:02:21 +01:00 |
|
Valere
|
479f10a28e
|
Fix potential ConcurrentModificationException
give a copy to avoid issues
|
2020-10-29 14:36:40 +01:00 |
|
Benoit Marty
|
f48d4c021a
|
Cleanup and split long lines
|
2020-10-29 14:10:41 +01:00 |
|
Benoit Marty
|
f190356934
|
Fix compilation warnings
|
2020-10-29 13:44:47 +01:00 |
|
Benoit Marty
|
1bc726abff
|
Update the algorithm to find an existing DM: simplify and make sure there is only 2 people in the room
|
2020-10-29 13:25:21 +01:00 |
|
Valere
|
c2027be0ee
|
Fix audit freeze, add export, and buffer gossip saves
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
5a111af2fe
|
Fix / add close to IncomingRequestManager
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
bb000f77f8
|
Offload self verif todevice off crypto thread
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
6d2b3a6940
|
cleaning
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
dbb14e6313
|
offload megolm backup import off crypto thread
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
2144879e73
|
Offload sending keywithheld to computation
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
e149be9e0f
|
Offload Incoming Gossip to dedicated thread
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
9e921d8b50
|
safeguard for save after store closed
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
9bf5059631
|
Fix test helper not working
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
b9fdc14e18
|
add internal
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
f39938d17d
|
Fix / device check was not reading up to date trust
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
aa238775c6
|
Fix copyrights
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
7e7a953345
|
Crypto cleaning and perf improvement
|
2020-10-29 12:55:26 +01:00 |
|
Valere
|
9ec68fa5be
|
Fix ui echo isues
|
2020-10-29 12:49:30 +01:00 |
|
Benoit Marty
|
d9723387eb
|
We only need the roomId in many cases, so update the API
|
2020-10-29 11:00:01 +01:00 |
|
Benoit Marty
|
4433436416
|
Room member profile: Add action to create (or open) a DM (#2310)
|
2020-10-28 18:13:36 +01:00 |
|
Benoit Marty
|
1e60d6f6e8
|
Merge pull request #2282 from vector-im/feature/bma/room_settings
Feature/bma/room settings
|
2020-10-28 13:54:08 +01:00 |
|
Benoit Marty
|
b78dac20c0
|
Room profile: BigImageViewerActivity now only display the image. Use the room setting to change or delete the room Avatar
|
2020-10-28 11:22:37 +01:00 |
|
Benoit Marty
|
5a6683574c
|
Toggle Low priority tag (#1490)
|
2020-10-23 14:58:31 +02:00 |
|
Benoit Marty
|
4b8c31d806
|
Add Avatar: SDK
Also add remove avatar action, and add Crop UX
|
2020-10-22 10:25:53 +02:00 |
|
Benoit Marty
|
f1e545ad49
|
Merge pull request #2264 from vector-im/feature/ons/fix_riotx_crypto_migration
Fix crpyto store migration from RiotX.
|
2020-10-20 22:15:21 +02:00 |
|
Valere
|
dc8a6cc745
|
Code review
|
2020-10-20 21:42:24 +02:00 |
|
Valere
|
d319a353d4
|
change log level
|
2020-10-20 21:42:24 +02:00 |
|
Valere
|
464ce16d63
|
fix sdk copyright
|
2020-10-20 21:41:48 +02:00 |
|
Valere
|
6cca87da49
|
Stop thread on close session
|
2020-10-20 21:41:48 +02:00 |
|
Valere
|
ace412f9e3
|
cleaning
|
2020-10-20 21:41:48 +02:00 |
|
Valere
|
41e168a519
|
add UI echo of reactions
|
2020-10-20 21:41:48 +02:00 |
|
Valere
|
47746d6997
|
Add event sender in app thread
|
2020-10-20 21:41:48 +02:00 |
|
Onuray Sahin
|
151f361954
|
Merge branch 'develop' into feature/ons/fix_riotx_crypto_migration
|
2020-10-19 11:15:04 +03:00 |
|
Onuray Sahin
|
6d3a659362
|
Benoit code review fixes.
|
2020-10-19 11:14:15 +03:00 |
|
Benoit Marty
|
0ffe20d863
|
Small changes
|
2020-10-16 16:50:51 +02:00 |
|
Benoit Marty
|
b07e7a4a36
|
Use file.length if cursor returns -1 as file size.
Author: Onuray (squashed)
|
2020-10-16 16:11:11 +02:00 |
|
Onuray Sahin
|
6531ba6a13
|
Fix crpyto store migration from RiotX.
Fixes #2252
|
2020-10-16 15:18:35 +03:00 |
|
Benoit Marty
|
79d7032e3a
|
Don't set presence when handling a push notification or polling (#2156)
|
2020-10-13 22:34:08 +02:00 |
|
Benoit Marty
|
ede5bb0e90
|
Format files, in particular align ->
|
2020-10-13 14:57:45 +02:00 |
|
Benoit Marty
|
db1f129034
|
Improve detection of encrypted rooms
|
2020-10-13 11:27:46 +02:00 |
|
Benoit Marty
|
778c5aee32
|
Add param to when
|
2020-10-12 21:13:26 +02:00 |
|
Benoit Marty
|
63eb119df6
|
Inject userId and deviceId instead of sessionParam
|
2020-10-12 21:13:26 +02:00 |
|
Valere
|
840c8e0b91
|
Fix / reset cross signing not well supported
|
2020-10-12 17:10:46 +02:00 |
|
Benoit Marty
|
6f709a1e7c
|
Merge pull request #2203 from vector-im/feature/bma/pusher_data
Feature/bma/pusher data
|
2020-10-12 14:51:15 +02:00 |
|
Valere
|
b12c4f854c
|
Fix / Moshi Cannot serialize kotlin
|
2020-10-09 15:40:30 +02:00 |
|
Benoit Marty
|
ab9bbe9a48
|
Cleanup and cancel request properly
|
2020-10-08 22:08:48 +02:00 |
|
Benoit Marty
|
5e45f5c3ea
|
Copyright for SDK
|
2020-10-08 22:08:48 +02:00 |
|