Commit Graph

4014 Commits

Author SHA1 Message Date
Doug abac606e60 Merge branch 'master' into develop 2022-03-31 10:39:25 +01:00
Gil Eluard f3efd0d16e Not possible to join an empty room on some suggested rooms (#5950)
* “It is not possible to join an empty room” on suggested rooms in a space #5170

- Fixed
2022-03-30 19:38:05 +02:00
Doug 376d0ef5e6 Fix crash when using the build in camera. 2022-03-30 16:17:06 +01:00
David Langley 55e7f498d0 Merge pull request #5949 from vector-im/langleyd/5948_fix_launch_stuck
We should always reset `listenForRoomListDataReady` for a session sta…
2022-03-30 12:04:55 +01:00
Anderas 0f6cd1fa4d Merge pull request #5946 from vector-im/andy/5606_create_indicators
New loading indicators when creating a room
2022-03-30 11:05:43 +01:00
Anderas b8931e183c Merge pull request #5942 from vector-im/andy/5604_join_indicators
Join room loading indicators
2022-03-30 11:05:21 +01:00
David Langley 324e3445b2 We should always reset listenForRoomListDataReady for a session start/reset, even if onboarding is in progress. 2022-03-30 11:04:07 +01:00
David Langley 39b0bb7af0 Merge pull request #5945 from vector-im/langleyd/5938_post_autoreporter_cleanup
Post UISI Autoreporter cleanup
2022-03-30 10:14:52 +01:00
Anderas ba03044aa3 Merge pull request #5947 from vector-im/andy/nil_link
Exit early if universal link parameters cannot be created
2022-03-30 09:10:50 +01:00
Gil Eluard 1b4f594a58 The "Swipe to see all rooms" hint is sometimes presented at the wrong time (#5941)
- fixed
2022-03-30 09:58:47 +02:00
Andy Uhnak 3b61788b2b Exit early if universal link parameters cannot be created 2022-03-29 17:41:45 +01:00
Andy Uhnak 4fe43da6d5 New loading indicators when creating a room 2022-03-29 17:18:11 +01:00
Andy Uhnak 1b24371337 Join room loading indicators 2022-03-29 15:03:09 +01:00
Doug 3679282084 Merge pull request #5923 from vector-im/johannes/5058_room_data_source_leak
Fix retain cycle in MXKRoomDataSource
2022-03-29 12:10:36 +01:00
David Langley e469e926a4 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/5938_post_autoreporter_cleanup 2022-03-29 11:54:48 +01:00
David Langley 12bd186e06 Don't call _callPresenter.addMatrixSession twice. 2022-03-29 11:36:33 +01:00
Doug 5d7b1f5d05 Merge pull request #5907 from vector-im/johannes/5898_authentication_readable_width
Restrict UI components on authentication screen to readable width
2022-03-29 11:07:13 +01:00
Anderas ec011d48fa Merge pull request #5937 from vector-im/andy/4858_resolve_alias
Enable joining a room via identifier from another home server
2022-03-29 10:54:48 +01:00
Doug 20126d687f Merge pull request #5936 from vector-im/doug/5935_enable_all_langauges
Enable all translations
2022-03-29 09:33:06 +01:00
Doug c848b0068c Add BuildSettings to SwiftUI targets.
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
Andy Uhnak 064bfc2075 URL encode fragment deeplink 2022-03-28 16:55:54 +01:00
Doug 8a82930814 Add a RTL BuildSetting and use this for SwiftUI views too. 2022-03-28 16:52:07 +01:00
Andy Uhnak a8eb85546f Typo 2022-03-28 16:44:24 +01:00
Andy Uhnak 9703365830 Enable joining a room via identifier from another home server 2022-03-28 16:34:12 +01:00
Doug ac7ab6eb5d Enable all translations
Sadly, disable RTL layout too as there are many bugs.
2022-03-28 16:28:23 +01:00
Gil Eluard 0fffbe9aee Space preview shows wrong number of members (#5934)
Space preview shows wrong number of members #4842

- Fixed
2022-03-28 15:35:00 +02:00
Gil Eluard 2a2650a9a1 Can't view space invitations from system notifications #5915
- Fixed
2022-03-28 13:45:03 +03:00
Andy Uhnak 952c25b944 Use bounds not frame 2022-03-28 13:45:03 +03:00
Andy Uhnak 32f5f6dc3c Fix typing performance by avoiding expensive UI operations 2022-03-28 13:45:03 +03:00
Gil Eluard cd08510d22 Subspace error doesn't make sense #5797
- Updated "Add space" error message
2022-03-28 13:45:03 +03:00
Gil Eluard bc02622d2f Sync space order with web #5134 2022-03-28 13:45:03 +03:00
Gil Eluard 2ebcd78a5e Update suggested room preview to behave the same way in all cases #5771
- Done
2022-03-28 13:45:03 +03:00
Gil Eluard 88e3a75562 Add "Invite people" to the space menu in the left panel and update menu order #5810
- update after review
2022-03-28 13:45:03 +03:00
Gil Eluard 249dd42d3a Add "Invite people" to the space menu in the left panel and update menu order #5810
- done
2022-03-28 13:45:03 +03:00
Andy Uhnak d57153638b Ensure the login button is always visible 2022-03-28 13:45:03 +03:00
Stefan Ceriu 36ecded6a7 Fixed the regular expression used for link detection in attributed strings. 2022-03-28 11:57:50 +03:00
Gil Eluard 890ccfcbb7 Merge pull request #5925 from vector-im/gil/5915-Cannot_view_space_invitations_from_system_notifications
Can't view space invitations from system notifications
2022-03-28 10:48:09 +02:00
Gil Eluard 84b0e5e624 Merge pull request #5912 from vector-im/gil/5797-Subspace_error_does_not_make_sense
Subspace error doesn't make sense
2022-03-28 00:02:37 +02:00
Gil Eluard ea29d7b591 Can't view space invitations from system notifications #5915
- Fixed
2022-03-27 23:52:56 +02:00
Johannes Marbach f9b844db0d Fix retain cycle in MXKRoomDataSource
Relates to: #5058
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-03-27 20:53:46 +02:00
Gil Eluard 7be1f1cd40 Sync space order with web #5134 2022-03-25 13:45:16 +01:00
Anderas 6a746c72f4 Merge pull request #5913 from vector-im/andy/5906_typing_perf
Fix typing performance by avoiding expensive UI operations
2022-03-24 15:14:11 +00:00
David Langley edf7830357 Merge pull request #5743 from vector-im/langleyd/5017_uisi_autoreporter
App: UISI AutoReporting
2022-03-24 14:58:23 +00:00
Andy Uhnak 0376939c85 Use bounds not frame 2022-03-24 14:24:14 +00:00
Andy Uhnak 024f1c6d03 Fix typing performance by avoiding expensive UI operations 2022-03-24 12:40:37 +00:00
Gil Eluard 4e6b795710 Subspace error doesn't make sense #5797
- Updated "Add space" error message
2022-03-24 13:37:24 +01:00
MaximeEvrard42 65d2e9fba4 Merge pull request #5859 from vector-im/maximee/5720_location_sharing_UI_change
Update UI in location sharing view #5720
2022-03-24 11:58:09 +01:00
Johannes Marbach 250c8be6f6 Restrict UI components on authentication screen to readable width
- Make layout margins on content view follow readable width
- Set zero edge insets on content view
- Constrain all subviews of content view to leading & trailing
  layout margins of superview

Fixes: #5898
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-03-23 20:19:04 +01:00
Gil Eluard ceb9f501a2 Merge pull request #5899 from vector-im/gil/5771_Update_suggested_room_preview 2022-03-23 20:03:26 +01:00
MaximeE 756d65f3e5 5720: Rework some location sharing related view 2022-03-23 15:48:19 +01:00