Commit Graph

4509 Commits

Author SHA1 Message Date
Gil Eluard efe53ee85e New App Layout: added suppport for room invites in the all chats screen 2022-08-22 13:00:34 +02:00
Gil Eluard 9152dfb116 New App Layout: Added missing empty states in room list and space bottom sheet
- make breadcrumbs visible accordingly with the all chats layout options
2022-08-19 23:19:16 +02:00
Gil Eluard 74454d11cb New App Layout: Added missing empty states in room list and space bottom sheet 2022-08-19 17:12:33 +02:00
Phl-Pro 1e0dfdb7d3 Merge pull request #6588 from vector-im/phlpro/6496-share-link-only-when-accessible
Display the option "Share invite link" only when the room is accessible by link
2022-08-19 13:39:52 +02:00
Gil Eluard 93f491c50a Merge pull request #6590 from vector-im/gil/6574-App_Layout_Context_Menus
Update app layout context menus
2022-08-19 10:24:51 +02:00
Gil Eluard 8a43e8add1 Merge pull request #6593 from vector-im/gil/6581-App_Layout-Leaving_Space_should_send_user_to_All_Chats
App Layout: Leaving a Space now sends user to All Chats
2022-08-19 10:09:50 +02:00
Gil Eluard 34db12c94d App Layout: Leaving a Space now sends user to All Chats 2022-08-18 17:48:55 +02:00
Gil Eluard 49851694eb App Layout: reintroduced existing Notification left markers on room cells 2022-08-18 17:44:24 +02:00
Gil Eluard 754a363d1c Merge pull request #6568 from aaronraimist/delete-leave
Change text when swiping on room from Delete to Leave
2022-08-18 16:45:12 +02:00
Gil Eluard 0128c1a3fe App Layout: Context Menus
- Updated avatar menu
2022-08-18 16:34:04 +02:00
Gil Eluard f9d5fc47a3 App Layout: Context Menus
- Fixed
2022-08-18 16:15:47 +02:00
Philippe Loriaux 4f4c4134f6 Display the option "Share invite link" only when the room is accessible by link (#6496) 2022-08-18 15:37:00 +02:00
Anderas a4fb886255 Merge pull request #6452 from vector-im/andy/6443_sas_verification
Outgoing SAS User Verification Flow
2022-08-18 14:11:25 +01:00
ismailgulek 7078173b2d Fix table view height constraints in the room screen 2022-08-15 14:49:55 +03:00
ismailgulek 4f71fe7e1c Revert the fix for keyboard stickiness, rename inputAccessoryView 2022-08-15 14:49:24 +03:00
Aaron Raimist 33a968aa1b Change text when swiping on room from Delete to Leave 2022-08-14 06:32:30 +00:00
ismailgulek 5db71c92c7 Remove unnecessary inputAccessoryView from room input toolbar 2022-08-12 17:55:59 +03:00
ismailgulek 2adeb37bbe Fix UITableViewAlertForLayoutOutsideViewHierarchy errors 2022-08-12 17:55:59 +03:00
ismailgulek da5ad4535f Fix UITableViewAlertForVisibleCellsAccessDuringUpdate errors 2022-08-12 17:55:59 +03:00
ismailgulek def793d2aa Add an entry for event untrusted status into the encryption info view 2022-08-11 13:52:28 +03:00
ismailgulek 073eb73302 Adapt api changes from key backup module 2022-08-11 13:52:01 +03:00
Doug c88481238d Merge branch 'master' into develop 2022-08-10 16:39:09 +01:00
Doug 9ed48a58e7 Fix potential crash when dismissing an image. 2022-08-10 11:48:00 +01:00
Doug 57f92307f2 Remove flairs and related groups. 2022-08-09 15:04:54 +01:00
Doug 85db4e22a0 Fix build errors. 2022-08-09 15:04:54 +01:00
Doug 7dac5b907c Remove all types related to Groups 2022-08-09 15:04:54 +01:00
Johannes Marbach 63b32f4a0a Revert "Merge pull request #6529 from vector-im/feature/voice-message-max-length"
This reverts commit f92bda4e8822bb9cceeda293120c01f5ba0f569e, reversing
changes made to b7713043b15b26606b2d11fb183379881d7ad498.
2022-08-09 10:24:03 +02:00
SBiOSoftWhare 200908af9e Merge pull request #6542 from vector-im/steve/lls_debug_beacon_info
RoomBubbleCellData: Add logs to track missing beacon info summary associated to a start beacon info
2022-08-09 10:01:02 +02:00
Doug 41f8e66956 Replace error alert with server selection screen in startFlow. 2022-08-09 08:54:31 +01:00
Doug 3c409a632e Use the default homeserver when starting a new auth flow.
And override this when a provisioning link has been set.
2022-08-09 08:54:31 +01:00
SBiOSoftWhare 4359db50be RoomBubbleCellData: Add logs to track missing beacon info summary associated to a start beacon info. 2022-08-08 15:33:18 +02:00
Gil Eluard 7d45c9a452 The theme defined in the application is not applied to all UI components (#6532)
* The theme defined in the application is not applied to all UI components
2022-08-05 15:00:22 +02:00
Gil Eluard c3c054e9f1 Some UI tweaks for New App Layout (#6535)
* Some UI tweaks for New App Layout
2022-08-05 14:58:48 +02:00
Gil Eluard 099b5e792a Conditionally hide room list tabs (#6533)
* Conditionally hide room list tabs
2022-08-05 14:56:19 +02:00
Gil Eluard 1a2e6fdb89 Implement new space selector bottom sheet (#6518)
* Delight: Edit layout experiment #6079
2022-08-05 13:39:45 +02:00
Milton Moura e39982a555 Fixes a glitch when dismissing a GIF in the media attachment viewer (#6475) (#6476)
* Fixed a glitch in media viewer when dismissing a GIF: the WebView which shows the animation would show in the background while the transition interaction occurred

* adding the changelog entry

Signed-off-by: Milton Moura <miltonmoura@gmail.com>
2022-08-05 11:01:31 +01:00
Doug 154b5d9aa2 Don't show personalisation after registering with a generic SSO provider. 2022-08-04 17:35:16 +01:00
Johannes Marbach 10a8fab0c6 Merge pull request #6529 from vector-im/feature/voice-message-max-length
Increase max length of voice messages to 15m (PSG-662)
2022-08-04 17:26:53 +02:00
Doug c3fd347f9d Fix an infinite loop when tapping an unjoined room alias. (#6522)
* Fix a crash in universal link handling.
* Fix an infinite loop when tapping an unjoined room alias.
2022-08-04 15:41:50 +01:00
Johannes Marbach 442d5972be Increase max length of voice messages to 15m (PSG-662)
Relates to: vector-im/element-ios#5415

Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-08-04 13:30:19 +02:00
Doug 52d5916931 Move the attachment nav bar into a container. 2022-08-03 16:32:29 +01:00
SBiOSoftWhare a61473d8be Move RoomTimelineLocationView to appropriate folder. 2022-08-03 11:08:25 +02:00
Doug 8ac53765a5 Fix status bar style when using a custom theme. 2022-08-02 17:21:30 +01:00
SBiOSoftWhare 30018823dd Merge pull request #6499 from vector-im/steve/6493_lls_tile_server_error
Location sharing: Render fallback UI when tile server unavailable (PSG-606)
2022-08-02 17:42:50 +02:00
Gil Eluard 0aa5b4f4a1 Delight edit layout experiment (#6384)
* Delight: Edit layout experiment #6079
* Feature flag new App Layout #6406
* Update All chats screen with latest design #6407
2022-08-02 17:27:33 +02:00
SBiOSoftWhare 6b81a56c0b Map loading error: Use svg image instead of png. 2022-08-02 17:14:16 +02:00
SBiOSoftWhare 0996be1974 RoomTimelineLocationView: Improve map loading error management. 2022-08-02 17:06:44 +02:00
Doug 12b336e0ae Replace check on unassigned var with NSURLErrorCancelled 2022-08-01 12:35:50 +01:00
SBiOSoftWhare 1715c0e12a RoomTimelineLocationView: Handle map loading error UI. 2022-08-01 12:40:48 +02:00
vollkorntomate 096b27daec Show switch button if there are no public rooms on homeserver
Fixes #4700

Signed-off-by: Thomas Völkl thomas@vollkorntomate.de
2022-07-31 18:24:22 +02:00