Multitool has recieved a big update!

Multitool has recieved a big update!

New included functionality: export, import and autoformat scripts

New UI, selction is now sorted into categorys.

Update in the wiki and available as apk here: https://drive.google.com/folderview?id=0B40xU-30MxN7TVpDMjd2dzY3Y3M&usp=sharing

https://drive.google.com/folderview?id=0B40xU-30MxN7TVpDMjd2dzY3Y3M&usp=sharing
]]>

3 Commentsto Multitool has recieved a big update!

  1. Anonymous says:

    < ![CDATA[

    Nice.


    Personally I added two more functionalities, in case you like them and want to add them as well (perhaps the second)



    [Code from the old version]



    case 9://open the market page of this app


    LL.startActivity( Intent(Intent.ACTION_VIEW, Uri.parse(“market://details?id=” + LL.getEvent().getItem().getIntent().getComponent().getPackageName())));


    break;


    case 10://show intent details


    it=LL.getEvent().getItem();


    prompt(“Intent details:”,it.getIntent()+”\n”+it.getIntent().getExtras());


    break;

    ]]>

  2. Anonymous says:

    < ![CDATA[

    The cases doesn’t fit anymore, but that’s not a problem. I’ll include them.


    With over 500 lines 10 more doesn’t matter 😉

    ]]>

  3. Anonymous says:

    < ![CDATA[

    Update published.


    I also included auto-hiding item related functions when not launched from an item.

    ]]>

Leave a Reply

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