Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes by GitHub action #15

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.1.0)
*/

package org.mases.netdroid.generated.android.telephony;

public final class OnOpportunisticSubscriptionsChangedListener extends org.mases.jcobridge.JCListener implements {
public OnOpportunisticSubscriptionsChangedListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void onOpportunisticSubscriptionsChanged() {
raiseEvent("onOpportunisticSubscriptionsChanged");
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.1.0)
*/

package org.mases.netdroid.generated.android.telephony;

public final class OnSubscriptionsChangedListener extends org.mases.jcobridge.JCListener implements {
public OnSubscriptionsChangedListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void onSubscriptionsChanged() {
raiseEvent("onSubscriptionsChanged");
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.1.0)
*/

package org.mases.netdroid.generated.android.view.accessibility;

public final class CaptioningChangeListener extends org.mases.jcobridge.JCListener implements {
public CaptioningChangeListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void onEnabledChanged(boolean arg0) {
raiseEvent("onEnabledChanged", arg0);
}
//@Override
public void onFontScaleChanged(float arg0) {
raiseEvent("onFontScaleChanged", arg0);
}
//@Override
public void onLocaleChanged(java.util.Locale arg0) {
raiseEvent("onLocaleChanged", arg0);
}
//@Override
public void onSystemAudioCaptioningChanged(boolean arg0) {
raiseEvent("onSystemAudioCaptioningChanged", arg0);
}
//@Override
public void onSystemAudioCaptioningUiChanged(boolean arg0) {
raiseEvent("onSystemAudioCaptioningUiChanged", arg0);
}
//@Override
public void onUserStyleChanged(android.view.accessibility.CaptioningManager.CaptionStyle arg0) {
raiseEvent("onUserStyleChanged", arg0);
}

}
2 changes: 2 additions & 0 deletions src/net/Netdroid/Generated/Android/AllPackageClasses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,6 @@ public permission_group(params object[] args) : base(args) { }
}
#endregion



}
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,8 @@ public partial class AnimatorListenerAdapter : MASES.JCOBridge.C2JBridge.JVMBrid
/// </summary>
public AnimatorListenerAdapter() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.animation.AnimatorListenerAdapter";
#warning Remember to build the Java class for event listener


// TODO: complete the class

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,8 @@ public partial class BluetoothAdapter : MASES.JCOBridge.C2JBridge.JVMBridgeListe
/// </summary>
public BluetoothAdapter() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.bluetooth.BluetoothAdapter";
#warning Remember to build the Java class for event listener


// TODO: complete the class
#region LeScanCallback
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@ public partial class AbstractThreadedSyncAdapter : MASES.JCOBridge.C2JBridge.JVM
/// </summary>
public AbstractThreadedSyncAdapter() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.content.AbstractThreadedSyncAdapter";
#warning Remember to build the Java class for event listener


// TODO: complete the class

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -898,12 +898,8 @@ public partial class TriggerEventListener : MASES.JCOBridge.C2JBridge.JVMBridgeL
/// </summary>
public TriggerEventListener() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.hardware.TriggerEventListener";
#warning Remember to build the Java class for event listener


// TODO: complete the class

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ public NumberFormatterSettings(params object[] args) : base(args) { }
/// <see href="https://developer.android.com/reference/android/icu/number/NumberFormatterSettings.html"/>
/// </summary>
/// <typeparam name="T"></typeparam>
public partial class NumberFormatterSettings<T> : MASES.JCOBridge.C2JBridge.JVMBridgeBase<NumberFormatterSettings<T>> where T: Android.Icu.Number.NumberFormatterSettings<T>
public partial class NumberFormatterSettings<T> : MASES.JCOBridge.C2JBridge.JVMBridgeBase<NumberFormatterSettings<T>> where T: Android.Icu.Number.NumberFormatterSettings<?>
{
const string _bridgeClassName = "android.icu.number.NumberFormatterSettings";
/// <summary>
Expand Down Expand Up @@ -1056,7 +1056,7 @@ public NumberRangeFormatterSettings(params object[] args) : base(args) { }
/// <see href="https://developer.android.com/reference/android/icu/number/NumberRangeFormatterSettings.html"/>
/// </summary>
/// <typeparam name="T"></typeparam>
public partial class NumberRangeFormatterSettings<T> : MASES.JCOBridge.C2JBridge.JVMBridgeBase<NumberRangeFormatterSettings<T>> where T: Android.Icu.Number.NumberRangeFormatterSettings<object>
public partial class NumberRangeFormatterSettings<T> : MASES.JCOBridge.C2JBridge.JVMBridgeBase<NumberRangeFormatterSettings<T>> where T: Android.Icu.Number.NumberRangeFormatterSettings<?>
{
const string _bridgeClassName = "android.icu.number.NumberRangeFormatterSettings";
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ public UnicodeSetIterator(Android.Icu.Text.UnicodeSet arg0)
/// </summary>
public int codepointEnd { get { return IGetField<int>("codepointEnd"); } set { ISetField("codepointEnd", value); } }
/// <summary>
/// <see href="https://developer.android.com/reference/android/icu/text/UnicodeSetIterator.html#string"/>
/// </summary>
public Java.Lang.String string { get { return IGetField<Java.Lang.String>("string"); } set { ISetField("string", value); } }
/// <summary>
/// <see href="https://developer.android.com/reference/android/icu/text/UnicodeSetIterator.html#IS_STRING"/>
/// </summary>
public static int IS_STRING { get { return SGetField<int>(LocalBridgeClazz, "IS_STRING"); } set { SSetField(LocalBridgeClazz, "IS_STRING", value); } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -345,12 +345,8 @@ public partial class IdentityChangedListener : MASES.JCOBridge.C2JBridge.JVMBrid
/// </summary>
public IdentityChangedListener() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.net.wifi.aware.IdentityChangedListener";
#warning Remember to build the Java class for event listener


// TODO: complete the class

}
Expand Down
6 changes: 1 addition & 5 deletions src/net/Netdroid/Generated/Android/Nfc/AllPackageClasses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,8 @@ public partial class NfcAdapter : MASES.JCOBridge.C2JBridge.JVMBridgeListener
/// </summary>
public NfcAdapter() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.nfc.NfcAdapter";
#warning Remember to build the Java class for event listener


// TODO: complete the class
#region OnTagRemovedListener
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void OnRelease()
/// <param name="arg1"><see cref="int"/></param>
/// <param name="arg2"><see cref="byte"/></param>
/// <returns><see cref="int"/></returns>
/// <exception cref="Android.System.ErrnoException"/>
/// <exception cref="Android.SystemNs.ErrnoException"/>
public int OnRead(long arg0, int arg1, byte[] arg2)
{
return IExecute<int>("onRead", arg0, arg1, arg2);
Expand All @@ -71,7 +71,7 @@ public int OnRead(long arg0, int arg1, byte[] arg2)
/// <param name="arg1"><see cref="int"/></param>
/// <param name="arg2"><see cref="byte"/></param>
/// <returns><see cref="int"/></returns>
/// <exception cref="Android.System.ErrnoException"/>
/// <exception cref="Android.SystemNs.ErrnoException"/>
public int OnWrite(long arg0, int arg1, byte[] arg2)
{
return IExecute<int>("onWrite", arg0, arg1, arg2);
Expand All @@ -80,15 +80,15 @@ public int OnWrite(long arg0, int arg1, byte[] arg2)
/// <see href="https://developer.android.com/reference/android/os/ProxyFileDescriptorCallback.html#onGetSize()"/>
/// </summary>
/// <returns><see cref="long"/></returns>
/// <exception cref="Android.System.ErrnoException"/>
/// <exception cref="Android.SystemNs.ErrnoException"/>
public long OnGetSize()
{
return IExecuteWithSignature<long>("onGetSize", "()J");
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/os/ProxyFileDescriptorCallback.html#onFsync()"/>
/// </summary>
/// <exception cref="Android.System.ErrnoException"/>
/// <exception cref="Android.SystemNs.ErrnoException"/>
public void OnFsync()
{
IExecuteWithSignature("onFsync", "()V");
Expand Down
8 changes: 4 additions & 4 deletions src/net/Netdroid/Generated/Android/Os/SharedMemory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public partial class SharedMemory : Android.Os.IParcelable, Java.Io.ICloseable
/// <param name="arg0"><see cref="Java.Lang.String"/></param>
/// <param name="arg1"><see cref="int"/></param>
/// <returns><see cref="Android.Os.SharedMemory"/></returns>
/// <exception cref="Android.System.ErrnoException"/>
/// <exception cref="Android.SystemNs.ErrnoException"/>
public static Android.Os.SharedMemory Create(Java.Lang.String arg0, int arg1)
{
return SExecute<Android.Os.SharedMemory>(LocalBridgeClazz, "create", arg0, arg1);
Expand Down Expand Up @@ -118,7 +118,7 @@ public int DescribeContents()
/// <param name="arg1"><see cref="int"/></param>
/// <param name="arg2"><see cref="int"/></param>
/// <returns><see cref="Java.Nio.ByteBuffer"/></returns>
/// <exception cref="Android.System.ErrnoException"/>
/// <exception cref="Android.SystemNs.ErrnoException"/>
public Java.Nio.ByteBuffer Map(int arg0, int arg1, int arg2)
{
return IExecute<Java.Nio.ByteBuffer>("map", arg0, arg1, arg2);
Expand All @@ -127,7 +127,7 @@ public Java.Nio.ByteBuffer Map(int arg0, int arg1, int arg2)
/// <see href="https://developer.android.com/reference/android/os/SharedMemory.html#mapReadOnly()"/>
/// </summary>
/// <returns><see cref="Java.Nio.ByteBuffer"/></returns>
/// <exception cref="Android.System.ErrnoException"/>
/// <exception cref="Android.SystemNs.ErrnoException"/>
public Java.Nio.ByteBuffer MapReadOnly()
{
return IExecuteWithSignature<Java.Nio.ByteBuffer>("mapReadOnly", "()Ljava/nio/ByteBuffer;");
Expand All @@ -136,7 +136,7 @@ public Java.Nio.ByteBuffer MapReadOnly()
/// <see href="https://developer.android.com/reference/android/os/SharedMemory.html#mapReadWrite()"/>
/// </summary>
/// <returns><see cref="Java.Nio.ByteBuffer"/></returns>
/// <exception cref="Android.System.ErrnoException"/>
/// <exception cref="Android.SystemNs.ErrnoException"/>
public Java.Nio.ByteBuffer MapReadWrite()
{
return IExecuteWithSignature<Java.Nio.ByteBuffer>("mapReadWrite", "()Ljava/nio/ByteBuffer;");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@ public partial class OnObbStateChangeListener : MASES.JCOBridge.C2JBridge.JVMBri
/// </summary>
public OnObbStateChangeListener() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.os.storage.OnObbStateChangeListener";
#warning Remember to build the Java class for event listener


// TODO: complete the class

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,8 @@ public partial class PrintDocumentAdapter : MASES.JCOBridge.C2JBridge.JVMBridgeL
/// </summary>
public PrintDocumentAdapter() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.print.PrintDocumentAdapter";
#warning Remember to build the Java class for event listener


// TODO: complete the class
#region LayoutResultCallback
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,12 +364,8 @@ public partial class UtteranceProgressListener : MASES.JCOBridge.C2JBridge.JVMBr
/// </summary>
public UtteranceProgressListener() { InitializeHandlers(); }

/// <summary>
/// <see href="https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeListener_BridgeClassName.htm"/>
/// </summary>
public override string BridgeClassName => "org.mases.netdroid.generated.android.speech.tts.UtteranceProgressListener";
#warning Remember to build the Java class for event listener


// TODO: complete the class

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
using MASES.JCOBridge.C2JBridge.JVMInterop;
using System;

namespace Android.System
namespace Android.SystemNs
{
#region ErrnoException
/// <summary>
Expand Down Expand Up @@ -399,7 +399,7 @@ public StructStatVfs(params object[] args) : base(args) { }
/// <summary>
/// <see href="https://developer.android.com/reference/android/system/StructTimespec.html"/>
/// </summary>
public partial class StructTimespec : Java.Lang.Comparable<Android.System.StructTimespec>
public partial class StructTimespec : Java.Lang.Comparable<Android.SystemNs.StructTimespec>
{
const string _bridgeClassName = "android.system.StructTimespec";
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

using MASES.JCOBridge.C2JBridge;

namespace Android.System
namespace Android.SystemNs
{
#region ErrnoException
public partial class ErrnoException
Expand Down
Loading