From d048b5c205323a8849aca5b5e2a5d5621dc9a18a Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Thu, 18 Jul 2019 19:36:37 -0700 Subject: [PATCH] Update for 2.4.1+changelog, Android only hotfix --- nuget/Auth0.OidcClient.Android.nuspec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/nuget/Auth0.OidcClient.Android.nuspec b/nuget/Auth0.OidcClient.Android.nuspec index da4c33ed..7f5829b4 100644 --- a/nuget/Auth0.OidcClient.Android.nuspec +++ b/nuget/Auth0.OidcClient.Android.nuspec @@ -3,7 +3,7 @@ Auth0.OidcClient.Android - 2.4.0 + 2.4.1 Auth0 Auth0 https://opensource.org/licenses/Apache-2.0 @@ -12,6 +12,14 @@ false Auth0 OIDC Client for Xamarin Android applications + Version 2.4.1 + - Fixes "FLAG_ACTIVITY_NEW_TASK" error on Android SDK9 however you for best integration + you should add 'Browser = new AutoSelectBrowser(this)` to your config creation from your view. + - ChromeCustomTabs and SystemBrowser now take an optional View in the constructor. + - If you pass a View then it will be used as the Context for launching the browser. + - If you do not pass a View then the system context is used with the "NEW_TASK" flag. + - While both work passing the View provides a better task switching experience. + Version 2.4.0 - Add support for ChromeCustomTabs browser and made it default - PlatformWebView class is deprecated. When it comes to config.Browser either: