Matt Portune
4b9a036e5e
Removal of lifecycle hack for 2FA resume flow ( #912 )
2020-05-20 09:57:48 -04:00
Vincent Salucci
1dc027cf49
[Autofill] Apply locked autofill flow to logged out state ( #827 )
...
* Initial commit: apply locked auto-fill flow to log out auto-fill
* Alphabetized imports
* Removed unnecessary else conditional
* Fix for talkback slider control (#828 )
* Initial commit: apply locked auto-fill flow to log out auto-fill
* Alphabetized imports
* Removed unnecessary else conditional
* Fixed variable init order
Co-authored-by: Matt Portune <59324545+mportune-bw@users.noreply.github.com>
2020-04-13 11:32:23 -05:00
Chad Scharf
3c18fd7636
Changed all C# control flow block statements to include space between keyword and open paren ( #800 )
2020-03-28 09:16:28 -04:00
Matt Portune
6ffb3136d4
Workaround for older bug in Xamarin.Forms by waiting for app to resume before attempting to set Application.Current.MainPage ( #757 )
2020-03-05 16:18:04 -05:00
Kyle Spearrin
02cffa01e2
formatting
2020-02-24 08:58:15 -05:00
Oldřich Jedlička
c2f2a5e52f
Make callbacks from UI thread. ( #739 )
...
The code expects to be called form UI thread, but it loks like JavaScript
callbacks are not. Switch to UI thread when invoking a callback.
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2020-02-24 08:57:36 -05:00
Oldřich Jedlička
d8e19415e3
Fix runtime exception. ( #738 )
...
In the callback the processing does not go in the main UI thread, so we
need to switch there. Otherwise on Android this throws
Android.Util.AndroidRuntimeException with detail “Only the original thread
that created a view hierarchy can touch its views”.
Discovered by trying to login with Duo as a two-factor login type.
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2020-02-22 21:09:10 -05:00
Kyle Spearrin
b354986199
null check apiexception error
2019-10-22 16:37:40 -04:00
Kyle Spearrin
eca4777b99
yubikey fixes for ios
2019-07-06 21:59:13 -04:00
Kyle Spearrin
ea745665c8
remove continue button if no 2fa available
2019-07-03 12:21:06 -04:00
Kyle Spearrin
e01bf57874
re-set state for website icons on login/unlock
...
resolves #549
2019-07-02 08:05:34 -04:00
Kyle Spearrin
e03cf94441
check internet connection before calling server
2019-06-03 22:43:52 -04:00
Kyle Spearrin
638de90cc4
validating
2019-06-01 00:13:36 -04:00
Kyle Spearrin
a98283f3ff
return commands for accounts pages
2019-05-31 12:13:14 -04:00
Kyle Spearrin
786f3b4644
2fa for email
2019-05-28 10:12:51 -04:00
Kyle Spearrin
58d101659a
listen to yubikey
2019-05-28 09:54:08 -04:00
Kyle Spearrin
822fc7f308
add/remove continue button
2019-05-28 09:12:05 -04:00
Kyle Spearrin
29ab7f7a30
touch ups on two-factor page
2019-05-28 09:04:20 -04:00
Kyle Spearrin
bf4f0bdba0
two-factor page UI
2019-05-27 11:57:10 -04:00
Kyle Spearrin
e8705d49f2
stub our 2fa page backend
2019-05-27 10:28:38 -04:00
Kyle Spearrin
6d49253ee5
stub out two factor page
2019-05-23 21:19:45 -04:00