Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading