March, 2015
now browsing by month
Update Italian translation (saved 17 March 2015 10:26):
– Translated the new string added
– Correct same existing strings
– Update some strings
]]>Not expecting this to be looked at yet because it’s so far only just happened and not yet repeated, but wanted to…
Using LLX, all fine. Popped into Tasker to run a profile totally unrelated to LLX.
Went back out and found that I had lost my shortcut panel I use to launch everything from, bar one shortcut (phone) which was now left in the middle of the desktop.
Fortunately I was able to restore a backup from Saturday with Titanium.
Oddness…
]]>V12.3
Edit: V12.3.1 to fix a package build issue.
Not a lot of changes, mainly bug fixes and a new item type “Custom View”.
This new item type requires script and android framework knowledge, that’s an advanced but funny tool. Basically it allows almost any kind of content to be put in the launcher: that’s powerful but more complex. Please the documentation given in the “Create” option found in the “+” tab for a given custom view item.
I am curious to see what you can do with this…
(something bigger scheduled for v12.4…)
Full ChangeLog:
http://www.pierrox.net/cmsms/applications/lightning-launcher/change-log.html
]]>Pierre Hébert I would expect this script to work when set in an item event. It does however crash the launcher.
I guess the item isn’t passed…
LL.bindClass(“java.lang.Integer”);
var i=new Intent();
i.setClassName(“net.pierrox.lightning_launcher_extreme”,”net.pierrox.lightning_launcher.activities.Dashboard”);
i.putExtra(“a”,new Integer(12));
LL.startActivity(i);
]]>