Skip to content

Commit

Permalink
Update for 2.4.1+changelog, Android only hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Jul 19, 2019
1 parent 67bc9b0 commit d048b5c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion nuget/Auth0.OidcClient.Android.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.Android</id>
<version>2.4.0</version>
<version>2.4.1</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>https://opensource.org/licenses/Apache-2.0</licenseUrl>
Expand All @@ -12,6 +12,14 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin Android applications</description>
<releaseNotes>
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:
Expand Down

0 comments on commit d048b5c

Please sign in to comment.