ganfra
d87beff434
VoIP: clean code for call transfer and disable it for now
2020-12-22 17:21:44 +01:00
ganfra
439ea42b54
VoIP: use UserListFragment to select someone for call transfer (+ clean some code)
2020-12-22 16:44:45 +01:00
ganfra
22c981d8bf
VoIP: start adding UI for call transfer
2020-12-22 16:44:39 +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
69cc4f83bb
VoIP: clean code
2020-12-22 16:44:21 +01:00
ganfra
33047b5f64
VoIP: fix some other issues
2020-12-22 16:44:14 +01:00
ganfra
8734101d87
Platform: fix RoomSummaryHolder usage (temporary)
2020-12-22 16:44:02 +01:00
ganfra
c53111a85a
VoIP: fix bunch of issues
2020-12-22 16:43:21 +01:00
ganfra
a16086db6f
VoIP: always use silent for pending call notification
2020-12-22 16:43:16 +01:00
ganfra
81f7932cb7
VoIP: show duration
2020-12-22 16:43:10 +01:00
ganfra
a5736efc75
VoIP: add info on other call when switching
2020-12-22 16:43:04 +01:00
ganfra
b1f492de58
QueueMemento : fix synchronized
2020-12-22 16:42:58 +01:00
ganfra
629488bbe6
VoIP: start introducing switch call
2020-12-22 16:41:12 +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
4a5dbde8d3
Merge pull request #2558 from aqulu/fix/bottomsheet-viewbinding
...
Release VectorBaseBottomSheetDialogFragment bindings when view destroyed
2020-12-20 20:44:37 +01:00
Benoit Marty
5744939c05
Merge pull request #2561 from SpiritCroc/url_preview_visibility
...
Properly hide preview URLs for messages that don't support previews
2020-12-20 20:40:19 +01:00
Benoit Marty
9da3eec64f
Fix small formatting issue
2020-12-20 20:28:40 +01:00
Benoit Marty
621c6c8773
Merge pull request #2562 from SpiritCroc/notice_preview
...
Enable URL-previews for notices
2020-12-20 20:26:18 +01:00
SpiritCroc
d5e76c515e
Enable URL-previews for notices
...
Desktop has those too.
2020-12-20 09:10:37 +01:00
SpiritCroc
9fcf7263b5
Properly hide preview URLs for messages that don't support previews
...
Notices and formatted messages don't have imageContentRenderer and
previewUrlRetriever set.
Accordingly, when recycling messages that previously had an URL preview,
we do not want to keep that preview, but actually hide it, instead of
returning early (without rendering any update).
2020-12-20 09:05:15 +01:00
aqulu
0059fdf174
Release VectorBaseBottomSheetDialogFragment bindings when view destroyed
...
Signed-off-by: aqulu <dev@aqu.lu>
2020-12-20 13:55:32 +09:00
Benoit Marty
3d291c04c9
const -> companion
2020-12-18 16:53:26 +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
Benoit Marty
00b16db7cc
Simplification of code
2020-12-18 16:06:30 +01:00
Benoit Marty
ff8a208012
Change to immutable list
2020-12-18 16:04:46 +01:00
Benoit Marty
7732bd47ce
Update Changelog after release
2020-12-18 16:01:39 +01:00
Onuray Sahin
42a5680374
Fix copyright.
2020-12-18 16:00:32 +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
80396fcd39
Changelog added.
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
Onuray Sahin
b263273c87
Improve test with detailed CryptoError message.
2020-12-18 16:00:32 +01:00
Onuray Sahin
427dc784fe
Support testing a room with many members.
2020-12-18 16:00:32 +01:00
Onuray Sahin
7e4725c091
Update CryptoTestData to handle more than 3 sessions.
2020-12-18 16:00:32 +01:00
Onuray Sahin
9b332f7a32
Test message decryption in a room with 3 members.
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
0518e5f18d
Version++
2020-12-18 11:03:01 +01:00
Benoit Marty
2fe7caa580
Merge branch 'release/1.0.13' into develop
2020-12-18 10:59:53 +01:00
Benoit Marty
d53650c8ae
Prepare release 1.0.13
2020-12-18 10:59:43 +01:00
Benoit Marty
930b8da3b3
Typo in comment
2020-12-18 09:53:59 +01:00
Benoit Marty
c48f153b0d
Merge pull request #2550 from vector-im/feature/bma/unstable_prefix
...
MSC2858 unstable prefix
2020-12-17 19:09:12 +01:00
Benoit Marty
68cd06f1fb
Improve redirect url, which can be visible to the user: "element://element" -> "element://connect"
2020-12-17 12:11:30 +01:00