Benoit Marty
0a96841336
Merge branch 'develop' into develop
2021-01-22 17:20:36 +01:00
Benoit Marty
4dcd7846b0
Merge pull request #2616 from vector-im/feature/ons/android_11_migration
...
Migrate to Android 11, API 30.
2021-01-22 17:17:04 +01:00
Andrew Ferrazzutti
daf019b288
Identity: Recompute hashes after M_INVALID_PEPPER
...
When a new pepper is retrieved after an M_INVALID_PEPPER response,
recompute hashes with that pepper, and send those new hashes in the next
lookup attempt instead of reusing the original hashes.
Signed-off-by: Andrew Ferrazzutti <fair@miscworks.net>
2021-01-21 21:52:19 -05:00
Benoit Marty
c75eb050df
Cleanup and fix test compilation
2021-01-20 16:32:41 +01:00
Benoit Marty
4709002429
Fix clear cache issue: sometimes, after a clear cache, there is still a token, so the init sync service is not started.
...
Migratiing to supend methods fixes the problem, I'm not sure why...
2021-01-20 15:19:48 +01:00
ganfra
2c0b7ce0f4
Dagger: update to 2.31 and use new AssistedInject
2021-01-15 15:23:24 +01:00
Benoit Marty
844fe2c4cd
Merge branch 'develop' into feature/bca/crypto_store_outbound
2021-01-14 10:43:38 +01:00
Benoit Marty
69efb45fb7
Merge pull request #2659 from vector-im/feature/bma/fix_init_sync
...
Fix issue with delay set to 0
2021-01-14 10:41:10 +01:00
Benoit Marty
7446b12827
Fix request too large Uri error when joining a room
2021-01-12 18:16:35 +01:00
Benoit Marty
2ea45185d4
Ensure the service is restarted with the correct intent
2021-01-12 16:26:52 +01:00
Benoit Marty
50ba131350
More renaming
2021-01-12 16:18:29 +01:00
Benoit Marty
b2df107f17
Remove unused params
2021-01-12 16:11:22 +01:00
Benoit Marty
609ceb7fa4
Avoid Magic numbers
2021-01-12 16:07:49 +01:00
Benoit Marty
aac3f379a7
Add a log
2021-01-12 16:07:49 +01:00
Benoit Marty
ec0a04e893
timeout -> restart without delay
2021-01-12 16:07:49 +01:00
Benoit Marty
8307245120
Fix issue with delay set to 0
2021-01-12 16:07:49 +01:00
Benoit Marty
5431584b3c
Merge pull request #2627 from vector-im/feature/bma/edit_power_level
...
Edit power level
2021-01-12 10:31:17 +01:00
Valere
426782a001
remember groupId in session cache
2021-01-12 09:48:02 +01:00
Valere
7eb9941f8c
Code review
2021-01-12 09:14:30 +01:00
ganfra
d91ed2985d
Sync: fix initial sync is not retried correctly when there is some network error. [ #2632 ]
2021-01-08 12:42:36 +01:00
Benoit Marty
2d91865277
Merge pull request #2624 from vector-im/feature/bma/avoidEventBus2
...
Remove dependency to org.greenrobot.eventbus library
2021-01-08 10:04:38 +01:00
Benoit Marty
2a365d6776
Move interface to correct location
2021-01-07 18:28:05 +01:00
Valere
afa1cf7d6c
Cleaning
2021-01-07 11:18:05 +01:00
Benoit Marty
a6f909b942
Add Javadoc
2021-01-07 11:04:11 +01:00
Benoit Marty
ae55ee82a7
Cleanup
2021-01-07 00:07:40 +01:00
Benoit Marty
81bdf506bc
Fix Int type issue when sending PowerLevelsContent to the server
2021-01-06 22:53:51 +01:00
Benoit Marty
0702eee179
Improve code
2021-01-06 18:38:06 +01:00
Benoit Marty
22c10f5ada
Prefer immutable type
2021-01-06 12:24:47 +01:00
Benoit Marty
963c30a275
Remove dependency to org.greenrobot.eventbus library
2021-01-05 18:56:24 +01:00
Benoit Marty
3a9b80127f
Warn user when he is leaving a not public room ( #1460 )
2021-01-05 11:46:59 +01:00
Valere
4ee34126bd
Persist outbound group session
2021-01-05 10:04:34 +01:00
Benoit Marty
c34fea2932
Do not defien Element Stuff in the SDK
2021-01-04 18:16:12 +01:00
Onuray Sahin
23623b8895
Migrate to Android 11, API 30.
2021-01-04 17:12:49 +03:00
Benoit Marty
3ea3d0fc91
Unspecced msgType field in m.sticker ( #2580 )
2020-12-29 15:42:12 +01:00
Benoit Marty
7ff45738e0
Merge pull request #2543 from vector-im/feature/ons/wait_members_before_sending_event
...
Make sure to load all members in the room before sending the event
2020-12-29 09:31:30 +01:00
Benoit Marty
cc01f25d8f
Revert status to RoomMembersLoadStatusType.NONE) in case of failure
2020-12-28 14:52:49 +01:00
Benoit Marty
073e6227d6
Correct Copyright mention
2020-12-28 10:59:50 +01:00
Benoit Marty
6c4836e27e
Move file to internal
2020-12-21 12:18:32 +01:00
Benoit Marty
36a553a886
Let the Matrix SDK compute the Fallback urls
2020-12-21 12:08:49 +01:00
Benoit Marty
13938f2ab3
Let the Matrix SDK compute the SSO url
2020-12-21 11:26:57 +01:00
Onuray Sahin
a755536a2f
Merge branch 'develop' into feature/ons/wait_members_before_sending_event
2020-12-21 12:41:24 +03:00
Benoit Marty
9da3eec64f
Fix small formatting issue
2020-12-20 20:28:40 +01:00
SpiritCroc
d5e76c515e
Enable URL-previews for notices
...
Desktop has those too.
2020-12-20 09:10:37 +01:00
Benoit Marty
ca4b91a98f
Use the new RoomMembersLoadStatusType.LOADING value
2020-12-18 16:52:39 +01:00
Benoit Marty
b0ba62aa31
Use const
2020-12-18 16:12:01 +01:00
Benoit Marty
abf763f454
Convert to internal Kotlin class
2020-12-18 16:10:36 +01:00
Benoit Marty
15597eb041
Rename .java to .kt
2020-12-18 16:10:36 +01:00
Onuray Sahin
5d8f365520
Load room members seamlessly when timeline is starting.
2020-12-18 16:00:32 +01:00
Onuray Sahin
938cd32ddd
Do not load room members if there is an ongoing request.
2020-12-18 16:00:32 +01:00
Onuray Sahin
7b97981bb5
Make sure to load all members in the room before sending the event.
2020-12-18 16:00:32 +01:00