Skip to content

Commit

Permalink
Changes by GitHub action (#25)
Browse files Browse the repository at this point in the history
* Update generated classes after commit dd59813

* Removed other non listener classes and avoided namespace conflict

---------

Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
github-actions[bot] and masesdevelopers authored May 31, 2024
1 parent dd59813 commit 69670d1
Show file tree
Hide file tree
Showing 723 changed files with 97,517 additions and 347 deletions.
5 changes: 5 additions & 0 deletions src/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,15 @@
"android.bluetooth.BluetoothAdapter",
"android.content.AbstractThreadedSyncAdapter",
"android.hardware.TriggerEventListener",
"android.net.sip.SipAudioCall$Listener",
"android.net.sip.SipSession$Listener",
"android.net.wifi.aware.IdentityChangedListener",
"android.nfc.NfcAdapter",
"android.os.storage.OnObbStateChangeListener",
"android.print.PrintDocumentAdapter",
"android.renderscript.AllocationAdapter",
"android.speech.tts.UtteranceProgressListener",
"android.telephony.PhoneStateListener",
"android.telephony.SubscriptionManager$OnOpportunisticSubscriptionsChangedListener",
"android.telephony.SubscriptionManager$OnSubscriptionsChangedListener",
"android.telephony.ims.RcsUceAdapter",
Expand Down Expand Up @@ -108,6 +112,7 @@
],
"NamespacesInConflict": [
"android.system",
"dalvik.system",
"java.lang.module",
"java.awt.color",
"java.awt.desktop",
Expand Down
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.app;

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

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

}
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.app;

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

//@Override
public boolean onBreadCrumbClick(android.app.FragmentManager.BackStackEntry arg0, int arg1) {
raiseEvent("onBreadCrumbClick", arg0, arg1); Object retVal = getReturnData(); return (boolean)retVal;
}

}
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.app;

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

//@Override
public boolean onNavigationItemSelected(int arg0, long arg1) {
raiseEvent("onNavigationItemSelected", arg0, arg1); Object retVal = getReturnData(); return (boolean)retVal;
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/*
* 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.app;

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

//@Override
public void onTabReselected(android.app.ActionBar.Tab arg0, android.app.FragmentTransaction arg1) {
raiseEvent("onTabReselected", arg0, arg1);
}
//@Override
public void onTabSelected(android.app.ActionBar.Tab arg0, android.app.FragmentTransaction arg1) {
raiseEvent("onTabSelected", arg0, arg1);
}
//@Override
public void onTabUnselected(android.app.ActionBar.Tab arg0, android.app.FragmentTransaction arg1) {
raiseEvent("onTabUnselected", arg0, arg1);
}

}
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.content;

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

//@Override
public void onLoadCanceled(android.content.Loader arg0) {
raiseEvent("onLoadCanceled", arg0);
}

}
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.content;

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

//@Override
public void onLoadComplete(android.content.Loader arg0, java.lang.Object arg1) {
raiseEvent("onLoadComplete", arg0, arg1);
}

}
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.drm;

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

//@Override
public void onError(android.drm.DrmManagerClient arg0, android.drm.DrmErrorEvent arg1) {
raiseEvent("onError", arg0, arg1);
}

}
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.drm;

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

//@Override
public void onEvent(android.drm.DrmManagerClient arg0, android.drm.DrmEvent arg1) {
raiseEvent("onEvent", arg0, arg1);
}

}
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.drm;

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

//@Override
public void onInfo(android.drm.DrmManagerClient arg0, android.drm.DrmInfoEvent arg1) {
raiseEvent("onInfo", arg0, arg1);
}

}
Loading

0 comments on commit 69670d1

Please sign in to comment.