July, 2014
now browsing by month
App Drawer in any Container
Thousand times requested, finally possible!
Use any container as an App Drawer.
And the best: it’s faster than the original drawer
http://www.pierrox.net/android/applications/lightning_launcher/wiki/doku.php?id=script_app_drawer
]]>I consider this a bug, but perhaps someone is using this ‘feature’ so fixing it could break some little scripts.
When you run container.setPosition(X,Y,S, false) the container don’t stop scrolling.
This mean that if you scroll fast, even if you try to stop the scrolling with that command it will set the position but then it will start again to scroll. More technically the velocity of scrolling is not reset. Perhaps this also happen with true instead of false, I didn’t try.
Another suggestion could be a new function stopScrolling.
]]>Hi, I have problems with stop points, launcher not always respect them or they are not loading properly
request for some scripty bits for screen size compatibility..
I suppose you could put them under the Android object.
For screen size when transparent with content overlap:
.getStatusBarHeight() .getNavBarHeight()
For misc layout junk:
.getActionBarHeight() .getDensity()
the reason.. I tested some of my scripts (built for 720×1280) on a phone that was 480×800 and both item.setPosition() and item.setSize() go wonky..
https://play.google.com/store/apps/details?id=lt.andro.screensize for other possibilities..
]]>Awesome, this is awesome.
Pierre Hébert: do you remember one of my old suggestions about launch an app with the ‘clear flag’, I mean to launch it as new instead of open again as from the recent menu.
Well, just launch this from the shortcut:
var i=LL.getEvent().getItem();
var nt= i.getIntent();
i.setIntent(nt.clone().addFlags( Intent().FLAG_ACTIVITY_CLEAR_TASK ));
i.launch();
i.setIntent(nt);
Awesome, we have almost full power from Intents :DDD {perhaps it’s too much but what about LL.launchIntent(Intent intent); ?}
]]>v10.4b2 beta
An update to the previous beta and almost exclusively dealing with script. This version mostly enhances features introduced in b1: more item type creation, better image handling (create from packages, support nine patch) and a few other miscellaneous improvements.
As usual, full changelog here: http://www.pierrox.net/cmsms/applications/lightning-launcher/change-log.html
]]>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 ?
]]>Please English is funny is I hope you do not mind.
Please English is funny is I hope you do not mind. Noise did not take part but will be or become dark as this. We were expected to be taking steps in various ways, but I was no good And I’m not used too much in google+
]]>