Skip to content

Commit

Permalink
Bump to xamarin/Java.Interop/d16-7@1f3388af (#4823)
Browse files Browse the repository at this point in the history
Changes: dotnet/java-interop@76d1ac7...1f3388a

  * dotnet/java-interop@1f3388a: [generator] Use proper syntax for nested classes for DIM invokers (#662)
  * dotnet/java-interop@5e23163: [generator] Support XML defined enums with no JNI info (#659)
  * dotnet/java-interop@5c4581d: [generator] Don't invalidate interface if static method is invalidated (#660)
  * dotnet/java-interop@9687bb5: Bump to xamarin/xamarin-android-tools/d16-7@017078f2 (#658)
  * dotnet/java-interop@abfade5: [Java.Interop] Fix C# warnings (#652)
  * dotnet/java-interop@fb6d5f9: [Java.Interop.Tools.Generator] Specify $(OutputPath) (#650)
  * dotnet/java-interop@a3f148c: [Xamarin.Android.Tools.Bytecode] Support @jvmoverloads (#651)
  • Loading branch information
jonpryor authored Jun 15, 2020
1 parent 5a304ad commit 4da1d72
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Documentation/release-notes/4823.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#### Application behavior on device and emulator

* [GitHub 661](https://github.com/xamarin/java.interop/issues/661):
Fixes a `TypeLoadException` that could result when an app is built
with the API-R preview bindings, `$(TargetFrameworkVersion)`=v10.0.99,
when instantiating a type which implements an interface which contains
default interface members.

#### Application and library build and deployment

* [GitHub 515](https://github.com/xamarin/java.interop/issues/515):
Allow `.csv` files to declare C# enumeration members without requiring
a corresponding Java field.

#### Android API binding

* [GitHub 588](https://github.com/xamarin/java.interop/issues/588):
Don't invalidate an interface binding if it contains a static method
that couldn't be bound.
2 changes: 1 addition & 1 deletion external/Java.Interop

0 comments on commit 4da1d72

Please sign in to comment.