David Langley
79fd2e3ec4
Add build setting to hide social login
2022-01-18 22:36:50 +00:00
Doug
cea6cd145b
Use matrix-analytics-events generated stubs (locally for now).
...
Track screens, removing any that aren't part of the schema.
2021-12-16 16:59:45 +00:00
Doug
8ec27e8579
Begin migration from Matomo to PostHog
...
Add CocoaPods-Keys.
2021-12-16 16:59:26 +00:00
SBiOSoftWhare
e6ef1be7b6
Update all Objective-C MatrixKit imports to handle new location.
2021-11-30 16:09:53 +01:00
Philippe Loriaux
af20d24960
Improve the Obj-C Generated Interface Header Name definition
2021-10-26 17:42:33 +02:00
Stefan Ceriu
715d1382ed
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-10-08 11:33:13 +03:00
Stefan Ceriu
04bc95a85c
vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods.
2021-09-30 09:40:12 +03:00
Doug
c9f0371ec3
Remove the observer in destroy.
2021-07-26 15:16:27 +01:00
Doug
de37c77f08
Fix crash from potentially calling removeObserver multiple times.
...
Let the system remove it for us.
2021-07-26 15:01:55 +01:00
Doug
356f6ba6a4
Move authenticationActivityIndicator into a container.
...
Observe the indicator's hidden property to show and hide the container.
2021-06-30 12:33:43 +01:00
Doug
5c11b32d77
Merge remote-tracking branch 'origin/develop' into element_4485
2021-06-29 10:32:19 +01:00
Doug
9762cddca2
Ensure authenticationActivityIndicator is in front of the input fields.
2021-06-29 09:45:07 +01:00
Doug
6c95425578
Use secondary colour from the theme for authenticationActivityIndicator.
...
This allows the indicator to be seen when using a dark theme.
2021-06-28 16:38:54 +01:00
SBiOSoftWhare
d01ca09928
AuthenticationVC: Show an error alert on SSO authentication failure.
2021-06-28 16:45:20 +02:00
Stefan Ceriu
b00d07ffca
Adopt consolidated logging mechanism ( #4370 )
...
* Adopted the new MXLog and replaced NSLog throughout the application - vector-im/element-ios/issues/4351
* Replaced NSLog() and print() usages with MXLog.debug()
* Added swiftlint rules for NSLog(), print(), println() and os_log()
* Escape paths used to run script build phases for swiftlint and swiftgen
2021-06-03 11:30:07 +03:00
SBiOSoftWhare
7129c7582c
MXSession: Remove vc_isE2EByDefaultEnabledByHSAdmin method and expose vc_homeserverConfiguration.
2021-04-29 12:37:57 +02:00
SBiOSoftWhare
7788afcb8e
AuthVC: Setup cross-signing without authentication parameters in case if a grace period is enabled.
2021-02-05 18:32:36 +01:00
Gil Eluard
3c126cddc1
Update after review
2021-02-01 09:53:17 +01:00
Gil Eluard
fa545ba2f7
Merge branch 'develop' into element_3969
2021-01-29 11:32:22 +01:00
Gil Eluard
adbefc1187
Avoid megolm share requests if the device is not verified
2021-01-26 17:33:05 +01:00
SBiOSoftWhare
fb9f4a5feb
AuthVC: Fix social login layout issue.
2021-01-22 11:13:25 +01:00
SBiOSoftWhare
855f718abe
AuthVC: Fix recaptcha view cropping.
2021-01-15 17:05:45 +01:00
SBiOSoftWhare
122194a46c
AuthVC: Do use fallback page when using SSO without idp.
2021-01-07 16:01:17 +01:00
SBiOSoftWhare
81e10d9b81
SSO: Handle transaction id in AuthVC and SSOAuthenticationPresenter.
2021-01-07 14:38:27 +01:00
SBiOSoftWhare
a89510c4a0
AuthVC: Handle SSO authentication.
2020-12-18 18:44:08 +01:00
SBiOSoftWhare
6f90184d2a
AuthVC: Support both password and social login display.
2020-12-18 18:44:08 +01:00
ismailgulek
db18116c59
Specify set pin view mode after auth
2020-09-17 20:42:49 +03:00
manuroe
d81d03b29a
* Loading animation: Fix the bug where, after authentication, the animation disappeared too early and made auth screen flashed.
2020-09-15 16:48:35 +02:00
manuroe
dfbaf2c9e0
AuthVC: Make force PIN working for registration as well
2020-09-15 16:47:13 +02:00
manuroe
dd5f8bfd4e
AuthVC: Fix PIN setup that broke cross-signing bootstrap
2020-09-15 16:43:29 +02:00
manuroe
f973ef8ca0
AuthVC: Make sure the initial sync is done before checking cross-signing state
2020-09-15 16:42:34 +02:00
SBiOSoftWhare
e7c212c3b5
Merge pull request #3603 from vector-im/reduce_warnings
...
Reduce Xcode warnings
2020-09-04 13:13:54 +02:00
SBiOSoftWhare
e16d495ea6
Remove deprecated -[UIApplication openURL] usage.
2020-09-01 12:20:44 +02:00
SBiOSoftWhare
bc6306bda9
Remove old AppDelegate imports.
2020-08-31 19:38:06 +02:00
SBiOSoftWhare
c3e83fa996
AuthenticationVC: Fix show forgot password conditions.
2020-08-20 10:47:52 +02:00
SBiOSoftWhare
bbaffcef63
AuthenticationVC: Handle forgot button display customization with BuildSettings.
2020-08-19 17:32:35 +02:00
ismailgulek
61a7eef542
Move scroll method to an extension
2020-08-05 15:22:27 +03:00
ismailgulek
4a14887f16
Move scroll logic to KeyboardAvoider
2020-08-05 14:49:37 +03:00
ismailgulek
b43b1a895d
Use KeyboardAvoider instead of keyboard height
2020-08-04 17:01:26 +03:00
ismailgulek
87b074ddcd
Auto scroll to the custom server textfield
2020-08-04 13:08:44 +03:00
ismailgulek
e13b8a7da4
Adjust scrollView scrollIndicatorInsets
2020-08-04 13:06:44 +03:00
ismailgulek
c06a633abc
Fix contentSize when custom servers option hidden
2020-08-04 13:03:44 +03:00
manuroe
b830e272b7
BuildSettings: Integrate default HS and IS URLs
...
We still have them in user defaults but default values are defined in BuildSettings
2020-07-31 12:47:28 +02:00
manuroe
0f53668fdb
AuthenticationVC: Make custom server options and register button configurable
2020-07-30 18:07:16 +02:00
ismailgulek
608d7bd381
Merge branch 'develop' into element_3436
2020-07-21 19:38:24 +03:00
ismailgulek
6d1277fcab
Go to pin setter screen only if forced at login
2020-07-21 16:14:46 +03:00
manuroe
26b65ae173
Registration: Do not display the skip button if email is mandatory
...
#3417
2020-07-21 08:06:37 +02:00
ismailgulek
7f8fe9025e
Present set pin module after successful login
2020-07-17 19:03:00 +03:00
SBiOSoftWhare
f82b5697ff
Checkboxes: Use theme tint color.
2020-07-09 18:58:44 +02:00
SBiOSoftWhare
24506b5edd
AuthenticationVC: Update logo.
2020-07-08 19:08:27 +02:00