Commit Graph

4423 Commits

Author SHA1 Message Date
Doug e1b91b9076 Enable profile personalisation screens after registration. 2022-03-30 16:44:19 +01:00
Doug 86c4ab2c83 Fix crash when using the build in camera. 2022-03-30 16:17:06 +01:00
David Langley 0203ded444 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
ismailgulek dc2183a3bd Merge branch 'develop' into ismail/5770_threads_notice 2022-03-30 13:35:14 +03:00
Anderas d7a7b521e3 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 6151c56337 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 df81cc8c35 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 7cff1f3778 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 c1e68be017 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 0f97a44a33 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 f1541c3d78 Exit early if universal link parameters cannot be created 2022-03-29 17:41:45 +01:00
Andy Uhnak 34ad047ae4 New loading indicators when creating a room 2022-03-29 17:18:11 +01:00
Andy Uhnak fadfa48f9f Join room loading indicators 2022-03-29 15:03:09 +01:00
Doug 63ea84fa97 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 ccb5627709 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 8598da5811 Don't call _callPresenter.addMatrixSession twice. 2022-03-29 11:36:33 +01:00
Doug d5ced61e35 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 23ba48dad6 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 55d5a7c2a2 Merge pull request #5936 from vector-im/doug/5935_enable_all_langauges
Enable all translations
2022-03-29 09:33:06 +01:00
Doug 73955a2a2e Add BuildSettings to SwiftUI targets.
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
Andy Uhnak f648c5f137 URL encode fragment deeplink 2022-03-28 16:55:54 +01:00
Doug da38e0610a Add a RTL BuildSetting and use this for SwiftUI views too. 2022-03-28 16:52:07 +01:00
Andy Uhnak 287db38c2f Typo 2022-03-28 16:44:24 +01:00
Andy Uhnak 37a0a8b974 Enable joining a room via identifier from another home server 2022-03-28 16:34:12 +01:00
Doug 81f643e91a Enable all translations
Sadly, disable RTL layout too as there are many bugs.
2022-03-28 16:28:23 +01:00
Gil Eluard a76327da82 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 a38392bdb8 Can't view space invitations from system notifications #5915
- Fixed
2022-03-28 13:45:03 +03:00
Andy Uhnak 273bb475ff Use bounds not frame 2022-03-28 13:45:03 +03:00
Andy Uhnak 68690618ef Fix typing performance by avoiding expensive UI operations 2022-03-28 13:45:03 +03:00
Gil Eluard e187a3d4f9 Subspace error doesn't make sense #5797
- Updated "Add space" error message
2022-03-28 13:45:03 +03:00
Gil Eluard b851d6ed63 Sync space order with web #5134 2022-03-28 13:45:03 +03:00
Gil Eluard 77eb031bad Update suggested room preview to behave the same way in all cases #5771
- Done
2022-03-28 13:45:03 +03:00
Gil Eluard d3432d2c9d 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 806726dedd 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 3777db0479 Ensure the login button is always visible 2022-03-28 13:45:03 +03:00
Stefan Ceriu cf819fe7cb Fixed the regular expression used for link detection in attributed strings. 2022-03-28 11:57:50 +03:00
Gil Eluard 47d5f829f5 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
SBiOSoftWhare 98923a505b RoomDataSource: Only call location sharing delegation method if live location sharing build flag is eneabled. 2022-03-28 10:22:42 +02:00
SBiOSoftWhare 019af072eb RoomVC: Handle live location banner display on user location status change. 2022-03-28 10:18:59 +02:00
SBiOSoftWhare 476729e1bc RoomViewController: Add a category to handle location sharing. 2022-03-28 10:17:05 +02:00
SBiOSoftWhare 56dbadf356 RoomDataSource: Handle current user location sharing status. 2022-03-28 10:16:07 +02:00
SBiOSoftWhare 56a31a0d13 MockRoomSummary: Update with new property. 2022-03-28 10:14:11 +02:00
Gil Eluard 8918d73a7a 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 583c1636e2 Can't view space invitations from system notifications #5915
- Fixed
2022-03-27 23:52:56 +02:00
Johannes Marbach b86d0a6148 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 4767c72c8a Sync space order with web #5134 2022-03-25 13:45:16 +01:00
Anderas 8bc6309756 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 c55b1b65d3 Merge pull request #5743 from vector-im/langleyd/5017_uisi_autoreporter
App: UISI AutoReporting
2022-03-24 14:58:23 +00:00
Andy Uhnak 6754f0c716 Use bounds not frame 2022-03-24 14:24:14 +00:00
Andy Uhnak 15b00c15bf Fix typing performance by avoiding expensive UI operations 2022-03-24 12:40:37 +00:00