Johannes Marbach
66fbd5d704
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
f23a22b875
Ensure the login button is always visible
2022-03-22 11:44:52 +00:00
Doug
cf46247e9f
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
a0699ab8bc
Standardise casing of identity server
...
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com >
2021-08-18 17:30:45 +01:00
Doug
c2cce13730
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
55ae3089d9
AuthVC: Fix social login layout issue.
2021-01-22 11:13:25 +01:00
SBiOSoftWhare
bf54ba30c0
AuthVC: Support both password and social login display.
2020-12-18 18:44:08 +01:00
ismailgulek
be0ca83929
Change auth scrollView contentInsets to automatic
2020-08-04 17:01:01 +03:00
ismailgulek
d89d76717f
Make scrollView dismiss mode interactive
2020-08-04 13:02:11 +03:00
SBiOSoftWhare
da8da98fc8
AuthenticationVC: Update logo.
2020-07-08 19:08:27 +02:00
ismailgulek
6632413d43
Adapt UIWebView changes to AuthenticationViewController, fixes #3057
2020-05-13 15:44:18 +03:00
manuroe
486cf7ad1f
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
70bb74a867
AuthenticationViewController scroll view respect to safe area
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-04-22 19:26:49 +03:00
ismailgulek
f7ec2267cb
AuthenticationViewController safe area insets
...
Signed-off-by: ismailgulek <gulekismail@gmail.com >
2020-04-22 13:53:10 +03:00
manuroe
727306fd71
Soft logout: SSO support: Display the clear data section upper
2019-07-24 14:59:40 +02:00
manuroe
ef5a2704a1
Soft logout: Implement the clear data button
...
#2540
2019-07-23 16:20:07 +02:00
manuroe
bcdf55f1fc
Soft logout: Implement design for the clear data section
...
#2540
2019-07-23 14:45:51 +02:00
Aaron Raimist
324a8757a5
home server -> homeserver ( #2345 )
...
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2019-04-19 21:27:10 -05:00
SBiOSoftWhare
b09c0c5f19
Apply new lineBreakColor where needed
2019-02-18 12:53:13 +01:00
Aaron Raimist
86d86cc3e9
Add UITextContentType values to AuthInputsView
...
Improves #2066
Signed-off-by: Aaron Raimist <aaron@raim.ist >
2018-10-06 14:45:16 -05:00
SBiOSoftWhare
26624eafed
Fix image references in xib and storyboards by removing .png suffix
2018-07-10 17:16:26 +02:00
SBiOSoftWhare
263c8f9246
Structure project almost by features. Start by organizing view controllers.
2018-07-10 10:21:20 +02:00