Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes: dotnet/java-interop@619286d...f800ea5

* [Java.Interop] Add JniTypeSignatureAttribute.InvokerType
* Bump to dotnet/android-tools@f62cd09f
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 6b91b04 commit 073718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/Java.Interop
Submodule Java.Interop updated 38 files
+1 −1 external/xamarin-android-tools
+147 −147 src/Java.Base-ref.cs
+8 −19 src/Java.Interop/Java.Interop/JniRuntime.JniValueManager.cs
+4 −0 src/Java.Interop/Java.Interop/JniTypeSignatureAttribute.cs
+2 −0 src/Java.Interop/PublicAPI.Unshipped.txt
+1 −1 tests/Java.Interop-Tests/Java.Interop/JavaPeerableExtensionsTests.cs
+1 −1 ...s/generator-Tests/Unit-Tests/CodeGeneratorExpectedResults/JavaInterop1/WriteDuplicateInterfaceEventArgs.txt
+1 −1 tests/generator-Tests/Unit-Tests/CodeGeneratorExpectedResults/JavaInterop1/WriteInterface.txt
+1 −1 tests/generator-Tests/expected.ji/AccessModifiers/Xamarin.Test.IExtendedInterface.cs
+1 −1 tests/generator-Tests/expected.ji/AccessModifiers/Xamarin.Test.PublicClass.cs
+1 −1 tests/generator-Tests/expected.ji/Adapters/Xamarin.Test.AbsSpinner.cs
+1 −1 tests/generator-Tests/expected.ji/Adapters/Xamarin.Test.AdapterView.cs
+1 −1 tests/generator-Tests/expected.ji/Adapters/Xamarin.Test.IAdapter.cs
+1 −1 tests/generator-Tests/expected.ji/Adapters/Xamarin.Test.ISpinnerAdapter.cs
+1 −1 tests/generator-Tests/expected.ji/Android.Graphics.Color/Xamarin.Test.SomeObject.cs
+1 −1 tests/generator-Tests/expected.ji/InterfaceMethodsConflict/Xamarin.Test.II1.cs
+1 −1 tests/generator-Tests/expected.ji/InterfaceMethodsConflict/Xamarin.Test.II2.cs
+1 −1 tests/generator-Tests/expected.ji/InterfaceMethodsConflict/Xamarin.Test.SomeObject2.cs
+3 −3 tests/generator-Tests/expected.ji/NestedTypes/Xamarin.Test.NotificationCompatBase.cs
+1 −1 tests/generator-Tests/expected.ji/NormalProperties/Xamarin.Test.SomeObject.cs
+1 −1 tests/generator-Tests/expected.ji/ParameterXPath/Java.Util.IList.cs
+1 −1 tests/generator-Tests/expected.ji/Streams/Java.IO.IOException.cs
+1 −1 tests/generator-Tests/expected.ji/Streams/Java.IO.InputStream.cs
+1 −1 tests/generator-Tests/expected.ji/Streams/Java.IO.OutputStream.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/ClassWithoutNamespace.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/IInterfaceWithoutNamespace.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/Java.Util.ICollection.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/Java.Util.IDeque.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/Java.Util.IQueue.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/Test.ME.IGenericInterface.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/Test.ME.IGenericPropertyInterface.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/Test.ME.ITestInterface.cs
+1 −1 tests/generator-Tests/expected.ji/TestInterface/Test.ME.TestInterfaceImplementation.cs
+1 −1 tests/generator-Tests/expected.ji/java.lang.Enum/Java.Lang.Enum.cs
+1 −1 tests/generator-Tests/expected.ji/java.lang.Enum/Java.Lang.IComparable.cs
+1 −1 tests/generator-Tests/expected.ji/java.util.List/Java.Util.IList.cs
+4 −1 tools/generator/SourceWriters/Attributes/RegisterAttr.cs
+5 −1 tools/generator/SourceWriters/BoundClass.cs

0 comments on commit 073718d

Please sign in to comment.