Commit Graph

6934 Commits

Author SHA1 Message Date
Benoit Marty c4a019f0d3 Edit room permissions (#2471) 2021-01-06 17:42:28 +01:00
Benoit Marty 22c10f5ada Prefer immutable type 2021-01-06 12:24:47 +01:00
Benoit Marty 7249c7d25a
Merge pull request #2625 from yquemener/patch-1
Typo in the set-up instructions for the test homeserver
2021-01-06 09:36:40 +01:00
Yves Quemener 6e8d93bc6f
Fix in the test homeserver set-up instruction
I think I removed a typo. You probably don't want a new virtualenv every time you start a homeserver?
2021-01-06 11:22:25 +09:00
Benoit Marty 78c1a0acf4
Merge pull request #2617 from vector-im/feature/bma/malformed
Tapping drawer having more than 1 room in notifications gives "malformed link" error (#2605)
2021-01-05 10:37:11 +01:00
Benoit Marty 4f59ec37ca Tapping drawer having more than 1 room in notifications gives "malformed link" error (#2605) 2021-01-04 18:18:34 +01:00
Benoit Marty c34fea2932 Do not defien Element Stuff in the SDK 2021-01-04 18:16:12 +01:00
Benoit Marty c11a50f7ff Malformed matrix.to link: display a dialog instead of a toast 2021-01-04 18:07:47 +01:00
Benoit Marty b475f36b5a
Merge pull request #2615 from vector-im/feature/bma/fix_attachmentViewer
Fix crash in AttachmentViewerActivity (after ViewBindings)
2021-01-04 15:06:57 +01:00
Benoit Marty 11367488e6 Fix crash in AttachmentViewerActivity (after ViewBindings)
And improve code a bit
2021-01-04 14:21:57 +01:00
Benoit Marty a7d8e74468
Merge pull request #2604 from vector-im/feature/ons/fix_hide_member_events
Feature/ons/fix hide member events
2021-01-04 10:48:22 +01:00
Benoit Marty a25b93197d
Merge pull request #2601 from vector-im/feature/bma/sticker
Unspecced msgType field in m.sticker (#2580)
2021-01-04 10:17:08 +01:00
Onuray Sahin 05013d2559 Fix changelog. 2020-12-30 12:17:25 +03:00
Onuray Sahin 3240cadb94 Fix membership event visibility condition. 2020-12-30 12:08:27 +03:00
Benoit Marty 3ea3d0fc91 Unspecced msgType field in m.sticker (#2580) 2020-12-29 15:42:12 +01:00
Benoit Marty f1f1613f00 Cleanup and format 2020-12-29 09:56:15 +01:00
Benoit Marty 68dd206140
Merge pull request #2592 from vector-im/feature/bma/fix_viwe_bindings
Fix crash after migration to view bindings
2020-12-29 09:49:49 +01:00
Benoit Marty 17e8581ef0
Merge pull request #2597 from Tigermouthbear/develop
Add System theme option and set as default
2020-12-29 09:47:58 +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
Tigermouthbear c9eacec449 Fix formatting in ThemeUtils 2020-12-29 00:22:12 -05:00
Tigermouthbear 3e78098c43 Add System theme option and set as default; closes #904, closes #2387 2020-12-28 23:32:06 -05:00
Benoit Marty cc01f25d8f Revert status to RoomMembersLoadStatusType.NONE) in case of failure 2020-12-28 14:52:49 +01:00
Benoit Marty 9f3176c49c Fix code quality 2020-12-28 14:41:23 +01:00
Benoit Marty 7ae2b34a9e
Merge pull request #2568 from vector-im/feature/bma/sso_sdk
Let the SDK compute the URLs
2020-12-28 14:20:21 +01:00
Benoit Marty d1bec21759 Fix crash after migration to view bindings
Also rename some layouts to follow convention
2020-12-28 12:23:06 +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 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