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
|
268d740059
|
Create ThirdPartyService and move related methods into it
|
2021-01-11 19:38:05 +01:00 |
|
ganfra
|
dd67e8c5b5
|
Merge branch 'develop' into feature/fga/voip_v1_start
|
2021-01-08 16:30:37 +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 |
|
ganfra
|
d87beff434
|
VoIP: clean code for call transfer and disable it for now
|
2020-12-22 17:21:44 +01:00 |
|
ganfra
|
8797d7562d
|
VoIP: add call transfer method
|
2020-12-22 16:44:33 +01:00 |
|
ganfra
|
9c5fe81792
|
VoIP: start to handle call transfer in SDK
|
2020-12-22 16:44:26 +01:00 |
|
ganfra
|
8734101d87
|
Platform: fix RoomSummaryHolder usage (temporary)
|
2020-12-22 16:44:02 +01:00 |
|
ganfra
|
b1f492de58
|
QueueMemento : fix synchronized
|
2020-12-22 16:42:58 +01:00 |
|
ganfra
|
14288b545b
|
Merge branch 'develop' into feature/fga/voip_v1_start
|
2020-12-22 11:38:41 +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 |
|
Benoit Marty
|
2b780a8b76
|
Merge pull request #2542 from vector-im/feature/bma/view_bindings
View bindings
|
2020-12-18 15:57:34 +01:00 |
|
Benoit Marty
|
930b8da3b3
|
Typo in comment
|
2020-12-18 09:53:59 +01:00 |
|