Skip to content

Releases: Daddoon/Xamarin.Android.GeckoView

v0.1.5

22 Sep 14:33
Compare
Choose a tag to compare
  • Fixed wrong Session initialization with Runtime
  • Fixed OnNewSession behavior
  • Forwarding OnNavigating with OnNewSession

v0.1.4

11 Sep 13:52
6b11e81
Compare
Choose a tag to compare

New:

  • Navigating event on GeckoViewForms is now forwarded and the result honored
  • Navigated event on GeckoViewForms is now forwarded
  • GoFoward and GoBackward properties on GeckoViewForms are now forwarded

v0.1.2

12 Aug 14:47
3c040f3
Compare
Choose a tag to compare

Fix:

  • Url source change not fired on GeckoView Xamarin.Forms component

v0.1.1

11 Mar 18:33
e6aefe3
Compare
Choose a tag to compare

New:

  • Xamarin.Forms support

Bug Fix:

  • Added missing delegates on GeckoSession: SelectionActionDelegate, PromptDelegate, TrackingProtectionDelegate, PermissionDelegate, NavigationDelegate.

HistoryDelegate is still missing.

v0.1.0

05 Mar 18:19
dde2cdd
Compare
Choose a tag to compare

First release !

Based on a nighly-try build (for fat AAR), GeckoView 67.0.20190228011332

Compatible with:

  • MonoAndroid 8.0
  • MonoAndroid 8.1
  • MonoAndroid 9.0

The NuGet package is pretty big, the GeckoView native library is 150 MB as it's a multi-arch platform version.

This package require:

  • Xamarin.Android.Support.v4 (>= 27.0.0.0) required by GeckoView
  • Xamarin.Android.Support.v7.Palette (>= 27.0.0.0) required by GeckoView
  • Xamarin.Android.Support.v7.AppCompat (>= 27.0.0.0) required by Xamarin

NOTE: From the GeckoView library native dependencies, version 26.1.0.0 is the bare minimum, but it seem that Xamarin fail to compile with the library on this version.

Additional: Even if the JavaDoc is included on the source code, it seem that JavaDocToMd fail to generate the corresponding Bindings documentation. So there is no code documentation available for this moment.

Feel free to see Mozilla: Documentation and Examples

The NuGet package Xamarin.Android.GeckoView.0.1.0.nupkg, attached here.