Commit Graph

4477 Commits

Author SHA1 Message Date
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
Doug c5a50fd203 Stop using an ephemeral web browser session on SSO (#6464)
Rename the bundle name to Element for the SSO alert.

* Fix unit tests after bundle name change.

* Update slather for bundle name change.
2022-07-27 12:13:31 +01:00
SBiOSoftWhare dbf9a17a78 Merge pull request #6471 from vector-im/steve/6470_lls_delete
Location sharing: Handle live location sharing delete (PSG-487)
2022-07-26 10:53:35 +02:00
Johannes Marbach 5b4e98fe95 Read tile server URL from .well-known (PSG-592)
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-07-25 17:00:37 +02:00
SBiOSoftWhare 7f0fee41f3 RoomDataSource: Handle live location sharing deletion. 2022-07-25 15:02:33 +02:00
David Langley 65833b697d Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/6419_remove_ffmpeg_again 2022-07-21 17:31:08 +01:00
Doug 6a3deb4c5c FTUE tweaks
- Allow login using a phone number.
- Update the server when entering a full MXID during registration.
- Reset the authentication service back to matrix.org after onboarding completes.
- Disable zoom on ReCaptcha to fix responsiveness issue.
- Tidy up unused methods.
2022-07-19 09:22:15 +01:00
SBiOSoftWhare b18efdf3d6 Merge pull request #6449 from vector-im/steve/6448_map_tile_credits
Location sharing: Show map credits on live location timeline tile only when map is shown (PSG-626)
2022-07-19 09:24:20 +02:00
SBiOSoftWhare af19e1869d Merge pull request #6447 from vector-im/steve/6423_lls_reply
Location sharing: Handle live location sharing start event reply in the timeline (PSG-4)
2022-07-18 18:16:50 +02:00
Anderas 7ec99ad497 Merge pull request #6444 from vector-im/andy/1_verification_protocols
Convert verification request and transaction to protocols
2022-07-18 16:41:39 +01:00
SBiOSoftWhare d3be937d6a RoomTimelineLocationView: Show map credits only when map is visible. 2022-07-18 17:20:26 +02:00
SBiOSoftWhare f7e349307a LocationPlainCell: Support long press for context menu display. 2022-07-18 15:48:58 +02:00
SBiOSoftWhare 8246edf604 RoomVC: Updated supported context menu actions for beacon info event. 2022-07-18 15:47:05 +02:00
Doug db2891b4ca Make deep links update AuthenticationViewController before it gets shown. 2022-07-18 14:05:48 +01:00
Andy Uhnak f313a0927f Convert verification request and transaction to protocols 2022-07-18 10:28:48 +01:00
Doug 5f346f5c75 Merge branch 'master' into develop 2022-07-15 14:26:12 +01:00
Doug 667725b800 Reword account deactivation button in Settings. 2022-07-15 10:36:09 +01:00
Doug bdc2911698 Fix build error on MXKSendReplyEventStringLocalizer. 2022-07-14 16:56:35 +01:00
Doug d5b5101420 Update remaining strings for FTUE.
Include homeserver in view models/state as needed.
Pre-fill the user's display name as set by the server.
2022-07-14 16:56:35 +01:00
Doug 5394ed0f4a Update use case, registration and login screens.
Remove "Custom server" button from use case screen.
Remove matrix.org description.
Add username availability to registration screen.
2022-07-14 16:56:35 +01:00
Doug f19149dab8 Move AuthenticationCoordinator into Authentication module.
Reorganise moving AuthenticationViewController into a Legacy folder.
2022-07-14 16:56:35 +01:00
David Langley d6ee0f2d10 Remove ffmpeg again with opus libraries fixed to add arm64 sim support. 2022-07-13 14:01:02 +01:00
Doug 85e1be842e Fix a bug setting nil soft logout credentials. 2022-07-13 09:44:40 +01:00
aringenbach b4c35024e0 Merge pull request #6399 from vector-im/aringenbach/6398_fix_slash_commands
Fix slash commands from room composer
2022-07-12 11:31:24 +02:00
aringenbach d9554e3d8a Rename isIRCStyleCommand to sendAsIRCStyleCommandIfPossible 2022-07-12 10:37:29 +02:00
aringenbach e00a4631eb Rework slash command condition to make it a bit clearer 2022-07-12 10:35:05 +02:00
Doug ea68d8c181 Rename riot-keys.txt to element-keys.txt. 2022-07-12 09:15:44 +01:00
aringenbach 2ac0608c79 Merge pull request #6396 from vector-im/aringenbach/6395_fix_room_links
Fix inoperant room links with alias/identifiers
2022-07-12 09:28:02 +02:00
aringenbach 9163036763 Move fix to AppDelegate links handling 2022-07-11 18:36:56 +02:00
aringenbach ca6e56d004 Fix slash commands from room composer 2022-07-11 18:17:12 +02:00
Anderas 2e5212fcb4 Merge pull request #6393 from vector-im/andy/sentry_error
Log sentry events as debug instead of error
2022-07-11 15:27:32 +01:00
Andy Uhnak 35e06308b6 Log sentry events as debug instead of error 2022-07-11 10:37:43 +01:00