byRobin Extension Manager (0.2.5)

robinschaafsma

  • *
  • Posts: 714
Update 0.1.9

- Updated iOS  lime template for support iPhone X (only on Stencyl 3.5)

You can update this in the General page in the Toolsetmanager.
Or download .zip file manually https://github.com/byrobingames/byRobinextensionmanager/releases/tag/0.1.9

@ jaughnaugh can you check on your side?

jaughnaugh

  • *
  • Posts: 34
Hey Robin,

It's scaling correctly again! Thank you for fixing the issue so quickly. I'll keep testing on my side for any issues. Cheers.

robinschaafsma

  • *
  • Posts: 714
Hey Robin,

It's scaling correctly again! Thank you for fixing the issue so quickly. I'll keep testing on my side for any issues. Cheers.

Ok Thanks..

robinschaafsma

  • *
  • Posts: 714
Update 0.2.0

- Enable NSAllowsArbitraryLoads for Webview extension in iOS template

robinschaafsma

  • *
  • Posts: 714
Update 0.2.1

-Added some usefull blocks for all platforms to use with http://ip-api.com/json
(for future use of "Requesting Consent from European Users")







Update or Download from the Toolset manager http://byrobingames.github.io
or download zip file manually from https://github.com/byrobingames/byRobinextensionmanager/releases/tag/0.2.1

robinschaafsma

  • *
  • Posts: 714
Update 0.2.2

-2019-01-08(0.2.2) Fix: Android apk is not "zipaligned" when up upload to googleplay

You can update this in the General page in the Toolsetmanager.
Or download .zip file manually https://github.com/byrobingames/byRobinextensionmanager/releases/

Any Issues?
Add the issue on GitHub
Repository: https://github.com/byrobingames/byRobinextensionmanager/issues

Need help with creating a issue?
https://help.github.com/articles/creating-an-issue/

robinschaafsma

  • *
  • Posts: 714
Update 0.2.3

- 2019-01-13(0.2.3) Updated for Vungle Extension 0.0.6

ANY ISSUES?
Add the issue on GitHub

Repository: [https://github.com/byrobingames/byRobinextensionmanager/issues](https://github.com/byrobingames/byRobinextensionmanager/issues)

Need help with creating a issue?

[https://help.github.com/articles/creating-an-issue/](https://help.github.com/articles/creating-an-issue/)

robinschaafsma

  • *
  • Posts: 714
Update 0.2.4

- 2019-01-20(0.2.4) Added NSPhotoLibraryAddUsageDescription to save image to camera roll
with Simple Share extension.

ANY ISSUES?
Add the issue on GitHub

Repository: [https://github.com/byrobingames/byRobinextensionmanager/issues](https://github.com/byrobingames/byRobinextensionmanager/issues)

Need help with creating a issue?

[https://help.github.com/articles/creating-an-issue/](https://help.github.com/articles/creating-an-issue/)

robinschaafsma

  • *
  • Posts: 714
Update 0.2.5

- 2019-03-24(0.2.5) Updated for Heyzap extension 2.9.2

ANY ISSUES?
Add the issue on GitHub

Repository: [https://github.com/byrobingames/byRobinextensionmanager/issues](https://github.com/byrobingames/byRobinextensionmanager/issues)

Need help with creating a issue?

[https://help.github.com/articles/creating-an-issue/](https://help.github.com/articles/creating-an-issue/)

Nope! It no longer works on latest version of stencyl. I can't even install it. After hitting download it gives an error message which goes like "Unexpected Problem on thread AWT EventQueue-0 Java.lang.NullPointerException"
Code: [Select]
Level:     ERROR
When:      2020-07-15 15:20:40:128
From:      root

Unexpected problem on thread AWT-EventQueue-0: stencyl.sw.util.MultiFileDownloader.downloadFiles(Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/Runnable;)V

Throwable: java.lang.NoSuchMethodError: stencyl.sw.util.MultiFileDownloader.downloadFiles(Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/Runnable;)V
at com.byrobingames.manager.utils.DownloadEngineEx.downloadEngineEx(DownloadEngineEx.java:171)
at com.byrobingames.manager.app.pages.SourcePage$6.actionPerformed(SourcePage.java:249)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.desktop/java.awt.Component.processMouseEvent(Unknown Source)
at java.desktop/javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.desktop/java.awt.Component.processEvent(Unknown Source)
at java.desktop/java.awt.Container.processEvent(Unknown Source)
at java.desktop/java.awt.Component.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.desktop/java.awt.Container.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Window.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.Component.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.desktop/java.awt.EventQueue$5.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

Please update the extension as soon as possible.
Thanks!

« Last Edit: July 15, 2020, 03:11:11 am by Aditya Chaudhary0005 »

hawkman27

  • Posts: 41
Hey robinschaafsma could you please update the extension its not working.