now browsing by tag
Pierre Hébert Every time I fire the script running intent from my app, lightning launcher is opened.
Guys need some help.
In my app I have written the code below from Lukas Morawietz to call and pass a data to LL script:
Intent i = new Intent(Intent.ACTION_VIEW);
i.setClassName(“net.pierrox.lightning_launcher_extreme”,”net.pierrox.lightning_launcher.activities.Dashboard”);
i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
i.putExtra(“a”,35);
i.putExtra(“d”,id-of-script + “/” + optional-data-string);
startActivity(i);
But I have no idea where to give what. I tried giving the script name in “id-of-script” but doesn’t work.
If name should not be given, then where to get the script id? and the data to be passed? A little help is appreciated.
]]>Hey guys.
Been busy for quite a while.
Work in progress of a Theme chooser feature for my current setup “Play Theme”
Originally shared by Arunkumar
Work in progress of a Theme chooser feature for my current setup “Play Theme”
I plan to bundle this with the template apk for an upcoming update.
I went all out material on this. Guys what do you think?
Would you like an inbuilt theme chooser?
Oh.. Play theme is found here http://goo.gl/g53ZsE
]]>Hi guys.
I just want a shortcut that on script activation, moves up with an animation.. How should I go about this.
I tried giving item.setposition(x,y); in a loop with certain timeout.But still on script execution the object is not getting animated, it just teleported to its new place. Any thoughts ?
]]>Ok guys, I have been working on improving my last setup found here http://goo.gl/8i6VOr
Originally shared by Arunkumar
Ok guys, I have been working on improving my last setup found here http://goo.gl/8i6VOr
Now greeting the user with the ability to change colors of almost every element, even the icons as they are fonts.
I plan on integrating with ZWUtilities(done) and tasker scenes for color presets.
Let me know if you guys are interested.
Previous setup on play store: http://goo.gl/g53ZsE
The colors used in the screen below are from google’s material design palette 🎨☺
]]>