Commit graph

9802 commits

Author SHA1 Message Date
SBiOSoftWhare
3edbf379e6 Add CustomSchemeURLParser that enables to parse custom scheme URL and get a deep link path at the end. 2021-01-07 14:26:23 +01:00
SBiOSoftWhare
860d9b001b Introduce DeepLinkOption that represents deep link paths with their respective parameters. 2021-01-07 12:01:32 +01:00
SBiOSoftWhare
1fb17c712b Add convenient methods on URLComponents. 2021-01-07 11:22:24 +01:00
SBiOSoftWhare
81a3e1db59 Fix pbxproj. 2021-01-05 15:54:35 +01:00
SBiOSoftWhare
2cea584198 Update pbxproj 2020-12-18 18:44:09 +01:00
SBiOSoftWhare
1f9ba64aa8 AuthVC: Handle SSO authentication. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
d83eeccabf Add SSOAuthenticationPresenter enables to present single sign-on authentication. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
baaf9268d7 SSO authentication: Abstract and support both SFAuthenticationSession and ASWebAuthenticationSession. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
5231ec1885 Add SSOAuthenticationService 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
58c811c85f Handle custom scheme URL 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
f8bbcc48b3 SocialLoginListView: Remove debug background. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
577a0ee980 AuthVC: Support both password and social login display. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
5c60f83dae Social login: Add SocialLoginListView displays a list of social login buttons according to a given array of SSO Identity Providers. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
c25add92a8 Social login: Add strings. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
fee62afe3e Social login: Add SocialLoginButtonFactory that builds SocialLoginButton and apply dedicated theme if needed. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
bbe0cad8f0 Theme: Introduce ThemeIdentifier to make theme identification easier in Swift. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
71b1e114f2 Add SourceImage that represents a local or remote image. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
a47e277058 UIImage: Add convenient method to resize an image. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
ae1e0eaf22 Social login: Add SocialLoginButton that represents a button associated to a social login provider. 2020-12-18 18:44:08 +01:00
SBiOSoftWhare
a96607bd3f Social login: Add social login buttons assets. 2020-12-18 18:44:08 +01:00
ismailgulek
3f16bf82d8 Prepare for new sprint 2020-12-18 16:49:51 +03:00
ismailgulek
c5e625a648 Merge branch 'master' into develop 2020-12-18 16:49:46 +03:00
ismailgulek
1c1b492b76 Merge branch 'release/1.1.3/master' 2020-12-18 16:49:35 +03:00
ismailgulek
e828c451dd finish version++ 2020-12-18 16:49:35 +03:00
ismailgulek
e2decbe159 Merge branch 'release/1.1.3/master' 2020-12-18 16:48:39 +03:00
ismailgulek
18050dfb3c finish version++ 2020-12-18 16:48:39 +03:00
ismailgulek
96ccac512a Merge branch 'release/1.1.3/master' 2020-12-18 16:25:48 +03:00
ismailgulek
e751d66c3d finish version++ 2020-12-18 16:25:48 +03:00
ismailgulek
d4e9a9c3ae
Merge pull request #3888 from vector-im/release/1.1.3/release
Release 1.1.3
2020-12-18 16:23:54 +03:00
ismailgulek
771254a8fa
Update CHANGES.rst 2020-12-18 15:45:57 +03:00
ismailgulek
ddcbe1ca52 version++ 2020-12-18 15:43:06 +03:00
ismailgulek
bafd9ab347
Merge pull request #3887 from vector-im/nse_memory_logging
NSE: Log Memory Footprint
2020-12-18 15:33:49 +03:00
ismailgulek
1ae06936ed Update CHANGES.rst 2020-12-18 15:03:58 +03:00
ismailgulek
79f1cd3a08 Polish memory footprinter and logs 2020-12-18 15:03:00 +03:00
ismailgulek
6998f313a6 Log memory footprint 2020-12-18 14:14:35 +03:00
ismailgulek
16fe73c2c3 Prepare for new sprint 2020-12-16 19:23:37 +03:00
ismailgulek
790515cb9e Merge branch 'master' into develop 2020-12-16 19:23:32 +03:00
ismailgulek
223ba6d828 Merge branch 'release/1.1.3/master' 2020-12-16 19:23:20 +03:00
ismailgulek
5efc5c1ef6 finish version++ 2020-12-16 19:23:20 +03:00
ismailgulek
7dbca4244b Merge branch 'release/1.1.3/master' 2020-12-16 19:21:42 +03:00
ismailgulek
fa64beb742 finish version++ 2020-12-16 19:21:42 +03:00
ismailgulek
d2dec60dfd Merge branch 'release/1.1.3/master' 2020-12-16 19:00:51 +03:00
ismailgulek
dbdb12dd8d finish version++ 2020-12-16 19:00:51 +03:00
ismailgulek
fdb43449da
Merge pull request #3883 from vector-im/release/1.1.3/release
Release 1.1.3
2020-12-16 18:58:51 +03:00
ismailgulek
6da7a79859 version++ 2020-12-16 18:17:18 +03:00
SBiOSoftWhare
8c3c95486b
Merge pull request #3880 from vector-im/authVC_update_SSO_wording
AuthenticationVC: Update SSO wording
2020-12-16 13:16:44 +01:00
SBiOSoftWhare
15b17bf5d5 Update changes 2020-12-16 13:09:08 +01:00
SBiOSoftWhare
db97912da3 AuthenticationVC: Update SSO button wording. 2020-12-16 13:09:01 +01:00
ismailgulek
aaeea0a4e3
Merge pull request #3873 from vector-im/element_3719
Refresh Account Details on NSE Runs
2020-12-11 14:46:45 +03:00
ismailgulek
c909654f35 Update CHANGES.rst 2020-12-11 12:58:04 +03:00