Johannes Marbach
250c8be6f6
Restrict UI components on authentication screen to readable width
...
- Make layout margins on content view follow readable width
- Set zero edge insets on content view
- Constrain all subviews of content view to leading & trailing
layout margins of superview
Fixes : #5898
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-03-23 20:19:04 +01:00
Andy Uhnak
ad3b4e7cc9
Ensure the login button is always visible
2022-03-22 11:44:52 +00:00
Doug
5c2d838e64
Fix drag sutters and enable swipe to pop gesture.
...
Add docs and last tweaks following a self review.
Add constants for max content size and disable splash screen via build settings.
2022-01-26 14:25:48 +00:00
Paulo Pinto
7f643f8f0e
Standardise casing of identity server
...
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com >
2021-08-18 17:30:45 +01:00
Doug
aaf04b0005
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
SBiOSoftWhare
8011e4dfed
AuthVC: Fix social login layout issue.
2021-01-22 11:13:25 +01:00
SBiOSoftWhare
d33c9e37fa
AuthVC: Support both password and social login display.
2020-12-18 18:44:08 +01:00
ismailgulek
da83cff8ed
Change auth scrollView contentInsets to automatic
2020-08-04 17:01:01 +03:00
ismailgulek
cf7277d3c2
Make scrollView dismiss mode interactive
2020-08-04 13:02:11 +03:00
SBiOSoftWhare
31a7d3718d
AuthenticationVC: Update logo.
2020-07-08 19:08:27 +02:00
ismailgulek
72d52b6149
Adapt UIWebView changes to AuthenticationViewController, fixes #3057
2020-05-13 15:44:18 +03:00
manuroe
b14473f8f2
AuthenticationVC: Fix crash due to update to WKWebView
...
The crash was:
```
2020-05-11 17:53:44.125128+0200 Riot[60416:899392] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Configuration cannot be nil'
*** First throw call stack:
(
0 CoreFoundation 0x000000010b0e98db __exceptionPreprocess + 331
1 libobjc.A.dylib 0x0000000109d3dac5 objc_exception_throw + 48
2 CoreFoundation 0x000000010b0e9735 +[NSException raise:format:] + 197
3 WebKit 0x00000001080f112e -[WKWebView _initializeWithConfiguration:] + 88
4 WebKit 0x00000001080f35ab -[WKWebView initWithCoder:] + 131
2020-05-11 17:55:50 +02:00
ismailgulek
49b533bc22
AuthenticationViewController scroll view respect to safe area
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-04-22 19:26:49 +03:00
ismailgulek
96f0a6037f
AuthenticationViewController safe area insets
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-04-22 13:53:10 +03:00
manuroe
32d1631bc9
Soft logout: SSO support: Display the clear data section upper
2019-07-24 14:59:40 +02:00
manuroe
61365a71a0
Soft logout: Implement the clear data button
...
#2540
2019-07-23 16:20:07 +02:00
manuroe
5583591649
Soft logout: Implement design for the clear data section
...
#2540
2019-07-23 14:45:51 +02:00
Aaron Raimist
dbafe1898d
home server -> homeserver ( #2345 )
...
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2019-04-19 21:27:10 -05:00
SBiOSoftWhare
e747e2d6dc
Apply new lineBreakColor where needed
2019-02-18 12:53:13 +01:00
Aaron Raimist
f651cb3c47
Add UITextContentType values to AuthInputsView
...
Improves #2066
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2018-10-06 14:45:16 -05:00
SBiOSoftWhare
cfcd0b05bf
Fix image references in xib and storyboards by removing .png suffix
2018-07-10 17:16:26 +02:00
SBiOSoftWhare
fb58bbc651
Structure project almost by features. Start by organizing view controllers.
2018-07-10 10:21:20 +02:00