Commit graph

331 commits

Author SHA1 Message Date
Doug
5f21b5c103 Fix build errors. 2022-08-09 15:04:54 +01:00
Gil Eluard
2b4f81fb82
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
Doug
b7713043b1
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
Gil Eluard
55d7c22124
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
Andy Uhnak
a0995907cb Convert verification request and transaction to protocols 2022-07-18 10:28:48 +01:00
aringenbach
26709348d7 Move fix to AppDelegate links handling 2022-07-11 18:36:56 +02:00
Doug
00d781ac22
Add support for in-app notifications. (#6341) 2022-07-07 15:31:37 +01:00
Gil Eluard
4af26062eb
Server Offline Activity Indicator (#6314)
* Server Offline Activity Indicator

- implemented
2022-07-05 14:04:52 +02:00
aringenbach
e08e5d7fb1 Move MatrixKit defaults still in use to BuildSettings and replace register 2022-07-04 15:53:26 +02:00
aringenbach
ff5bbd2878 Display mandatory backup only if session is running 2022-06-23 14:49:12 +02:00
Johannes Marbach
d29270fb6a Expand all if and guard constructs involving @available(iOS 14... or #available(iOS 14...
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-06-23 10:05:46 +02:00
aringenbach
ff17725bba Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
ismailgulek
a7847a876c
Do not show launching animation for backgroundSyncInProgress state 2022-06-15 17:36:13 +03:00
Stefan Ceriu
dcebfaf7d3 Prevent the Pin entry screen from being overlapped by other views 2022-06-08 09:56:29 +03:00
ismailgulek
3ef9d57c2d
Refactor app delegate for universal link handling 2022-06-07 16:07:18 +03:00
Doug
8e99d54ef1
Merge pull request #6204 from vector-im/doug/5151_sso_login
Support SSO login in the new flow.
2022-05-31 17:05:14 +01:00
aringenbach
f2eea7bde6 WellKnown: support outbound keys presharing strategy 2022-05-31 17:38:33 +02:00
Doug
820db5c2db Handle SSO deep links via the AuthenticationServiceDelegate. 2022-05-25 17:38:21 +01:00
SBiOSoftWhare
8cbfa01de0 AppCoordinator: Handle UserLocationServiceProvider setup 2022-05-16 11:33:40 +02:00
ismailgulek
2d78e58bb0
Fix initializer by not defining convenience 2022-04-28 16:32:28 +03:00
yostyle
d01c1a3e50 Use autojoin boolean 2022-04-15 14:27:57 +02:00
David Langley
a89e137b2e 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
df98d385cd
Merge pull request #5945 from vector-im/langleyd/5938_post_autoreporter_cleanup
Post UISI Autoreporter cleanup
2022-03-30 10:14:52 +01:00
Andy Uhnak
d8b70475e4 Exit early if universal link parameters cannot be created 2022-03-29 17:41:45 +01:00
David Langley
9a20332d5d 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
59b698ad84 Don't call _callPresenter.addMatrixSession twice. 2022-03-29 11:36:33 +01:00
Anderas
4e67b0b406
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
693a469bda
Merge pull request #5936 from vector-im/doug/5935_enable_all_langauges
Enable all translations
2022-03-29 09:33:06 +01:00
Doug
db22d4d040 Add BuildSettings to SwiftUI targets.
Remove RTL change on UIAlertController.
2022-03-28 17:53:34 +01:00
Doug
c8bbd855a3 Add a RTL BuildSetting and use this for SwiftUI views too. 2022-03-28 16:52:07 +01:00
Andy Uhnak
1abab5b918 Typo 2022-03-28 16:44:24 +01:00
Andy Uhnak
dcfff556a4 Enable joining a room via identifier from another home server 2022-03-28 16:34:12 +01:00
Doug
a0aad52f9b Enable all translations
Sadly, disable RTL layout too as there are many bugs.
2022-03-28 16:28:23 +01:00
Gil Eluard
16ec23e5cb Can't view space invitations from system notifications #5915
- Fixed
2022-03-27 23:52:56 +02:00
David Langley
0f89eb014e
Merge pull request #5743 from vector-im/langleyd/5017_uisi_autoreporter
App: UISI AutoReporting
2022-03-24 14:58:23 +00:00
aringenbach
702f22143d
Merge pull request #5894 from vector-im/aringenbach/5837_handle_empty_jitsi_default_url
Allow empty Jitsi default url in BuildSettings
2022-03-23 15:40:26 +01:00
Andy Uhnak
413a1eb098 Revert optionality and always pass url 2022-03-22 14:46:27 +00:00
aringenbach
660af4773d Enable nilability on Jitsi server URL 2022-03-22 14:10:09 +01:00
aringenbach
d414fb1ad7 Improve error display for Jitsi service unable to start 2022-03-22 14:03:30 +01:00
David Langley
96c3ed8df3
Merge pull request #5476 from vector-im/langleyd/5472_green_spinner_incorrectly_hidden
Green spinner hidden too early
2022-03-22 11:55:52 +00:00
aringenbach
9c10bab0cf
Merge pull request #5784 from vector-im/aringenbach/5745_mandatory_secure_backup
Support for mandatory backup/verification
2022-03-22 12:39:40 +01:00
Doug
a827a375d7 Fix crash trying to remove a UserSession for a nil MXSession. 2022-03-21 17:50:05 +00:00
Arnaud Ringenbach
a3c604eff3 Merge branch 'develop' into aringenbach/5745_mandatory_secure_backup 2022-03-21 15:28:23 +01:00
David Langley
4e1e9afa59 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/5017_uisi_autoreporter 2022-03-16 21:45:33 +00:00
Arnaud Ringenbach
8c088b7ed5 Remove KeyPreSharingStrategy support 2022-03-16 14:17:46 +01:00
Gil Eluard
18e5d22b92 Add trigger to join and view room metrics events #5769
- Added trigger for JoinedRoom event
- Tracking ViewRoom event for rooms and events
2022-03-15 10:31:24 +01:00
David Langley
2309908c0e Add AutoReported, re-work big client interface and hook up AutoReporter. 2022-03-11 16:47:08 +00:00
Arnaud Ringenbach
24ff83dc18 Merge branch 'develop' into aringenbach/5745_mandatory_secure_backup
# Conflicts:
#	Riot/Modules/CreateRoom/EnterNewRoomDetails/EnterNewRoomDetailsViewModel.swift
2022-03-10 10:35:20 +01:00
Gil Eluard
c76e0bc4b4
Merge pull request #5748 from vector-im/gil/SP1_space_creation
Creating & managing Spaces
2022-03-10 10:18:48 +01:00
Arnaud Ringenbach
40eb67338e Display mandatory secure backup setup if needed (first login / migration) 2022-03-09 11:45:18 +01:00