Is there anyone using my Scriptlib? If so, Version 2.0-beta1 is out. It would be great if you could test it.

Is there anyone using my Scriptlib? If so, Version 2.0-beta1 is out. It would be great if you could test it.

I’ve reworked the API completely for higher performance.

All calls are now syncronous, which means: No need for listeners anymore. This also means that these methods can block the thread and in turn shouldn’t be called on the UI thread.

Here is how it works: You create a new ScriptManager. Then you call bind(). Then you do whatever you want to do. If you are finished or the application exits, you should call unbind().

Sidenote: This will not work with very old Repository Importer versions, just keep your apps up-to-date 🙂

]]>

7 Commentsto Is there anyone using my Scriptlib? If so, Version 2.0-beta1 is out. It would be great if you could test it.

  1. Anonymous says:

    < ![CDATA[

    Please redo a description about what your scriptlib can do.

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Bruno-Isa LAMOUR-ARNOULD Scriptlib is an Android library, which can be used by other apps to


    1. Import scripts into LL in the background and get the id of the imported script


    2. Run scripts by id


    3. Run LL actions


    4. Run script code without importing and receive a result from it

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Lukas Morawietz​ thanks


    Sounds good.


    So 1 could avoid the issues of copy/paste from the wiki,right ?



    Is it possible to add the options to save all the scripts or only one and same for restore ?

    ]]>

  4. Anonymous says:

    < ![CDATA[

    Bruno-Isa LAMOUR-ARNOULD this is made for apps which need scripts to work at all. An example is the Scriptmanager in my Multitool: The actions trigger a script in the background (via Scriptlib) and that script then performs the selected action.

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Save/restore is something which can be built on top of that (and I did that in the Multitool), not something which should be done by the library itself.

    ]]>

  6. Anonymous says:

    < ![CDATA[

    Lukas Morawietz OK I’ll recheck Multitool


    Could you give here link to mutitool and new scriptlib please ?

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *