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
]]>« Fun with widgets as only LL can. (Previous Post)
(Next Post) Hey guys, I thought I’d share with you my new project running on our favourite launcher. »
< ![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;
]]>
< ![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 😉
]]>
< ![CDATA[
Update published.
I also included auto-hiding item related functions when not launched from an item.
]]>