Error in http command plugin

Issue description:
I want to add http plugin command, so I tap on

  • button upper right with remote Icon
  • plus icon
  • http commands plugin
    but nothing happens

Logs:
Here the stack trace:
2021-01-15 23:40:49.421 Error/CustomCommandsFragment: Error starting plugin add CustomCommand
android.content.ActivityNotFoundException: Unable to find explicit activity class {org.leetzone.android.yatsewidgetfree/org.leetzone.android.yatsewidget.ui.HTTPCCPluginActivity}; have you declared this activity in your AndroidManifest.xml?
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2065)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1727)
at android.app.Activity.startActivityForResult(Activity.java:5320)
at androidx.activity.ComponentActivity.startActivityForResult(:2)
at d4.a.e.b(:29)
at d4.a.j.f.a(:1)
at d4.m.c.d0.startActivityForResult(:7)
at n4.a.a.a.t.f.b1.onMenuItemClick(:59)
at d4.b.i.k1.a(:2)
at d4.b.h.n.l.e(:1)
at d4.b.h.n.l.r(:4)
at d4.b.h.n.v.onItemClick(:8)
at android.widget.AdapterView.performItemClick(AdapterView.java:330)
at android.widget.AbsListView.performItemClick(AbsListView.java:1187)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3179)
at android.widget.AbsListView$3.run(AbsListView.java:4097)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7660)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)

Additional information:
debug.log (10.3 KB)

Note: I took the log with Kodi turned off but I have the same behaviour when it on

1 Like

Thanks forget to update something in release build script :frowning:

Will push a patch early next week.

1 Like

Great news and thank you so much, your support is awesome!

1 Like

Maybe it is obvious but just in case :slight_smile: I would like to mention that it also happens when editing existing ones (not only when adding).