November, 2016

now browsing by month

 

Pierre Hébert​​​​ Lukas Morawietz​​​​

Pierre Hébert​​​​ Lukas Morawietz​​​​

App drawer Plugin bug

Edit: on a fresh install of lightning there is no error popup.

So i don’t know what’s causing it in my test setup in de video. I did not mess with script. I will try to make setup again and see if everything stays good. 

Edit 2

Reinstalled previous lightning template setup (instead of remake) and tried to install Plugin again. This time without error.

]]>

In the script editor (could be applied to scripts in general) :

In the script editor (could be applied to scripts in general) :

Add a way to toggle RO mode (read-only), so we can move freely in the code without fear about opening the keyboard, adding, deleting, changing a char..

This could be seen as a script protector, like you can tag a script for being readable-writable (not protected) or only readable (protected).

It’s a bit like file permissions on linux (but without the executable right.. or.. maybe ?)

What do you think Pierre Hébert​ ?

]]>

In the Folder’s API documentation, you’re repeating yourself in #openFrom (at the end of the description)

In the Folder’s API documentation, you’re repeating yourself in #openFrom (at the end of the description)

]]>

Multitool V2.9b7

Multitool V2.9b7

– Keep lists sorted (requested by Family Wijbenga)

– Tap on album cover opens latest player (requested by Lionel SANCHEZ)

– Cover will now be transparent if there is none available (instead of the most recent one) (requested by Lionel SANCHEZ)

– Unresolved: Icons are not loaded and show the default Android icon instead (reported by Ian Macdonald and Lionel SANCHEZ and confirmed by me). Pierre Hébert and I are currently trying to identify the issue.

Thanks to all the people who reported and requested, it eases the development a lot.

Free unlock codes for all paid feature are still available to beta testers. Just send me an email at support@faendir.com.

You can sign up as a beta tester here https://play.google.com/apps/testing/com.faendir.lightning_launcher.multitool

As the previous version: Only works with latest Lightning Beta.

]]>

Pierre Hébert could you check if there is a problem with setDefaultIcon and/or createImage?

Pierre Hébert could you check if there is a problem with setDefaultIcon and/or createImage? This line worked before (I think until last beta, but I’m not sure)

play.setDefaultIcon(Image.createImage(MY_PKG, “ic_play”));

(context is the multitool music widget setup)

]]>

Script to launch Tasker task not working on latest beta. Here’s my code – any suggestions?

Script to launch Tasker task not working on latest beta. Here’s my code – any suggestions?

var i = new TaskerIntent(“Listen”);

i.addParameter(LL.getEvent().getItem().getLabel());

LL.sendTaskerIntent(i, true);

]]>

Setting Font-size is not working properly when multiple items selected. (latest beta)

Setting Font-size is not working properly when multiple items selected. (latest beta)

]]>

Pierre Hébert the i.menu documentation on the PropertySet page is duplicated.

Pierre Hébert the i.menu documentation on the PropertySet page is duplicated. http://www.lightninglauncher.com/scripting/reference/api-beta/reference/net/pierrox/lightning_launcher/script/api/PropertySet.html

http://www.lightninglauncher.com/scripting/reference/api-beta/reference/net/pierrox/lightning_launcher/script/api/PropertySet.html
]]>

Multitool v2.9b5

Multitool v2.9b5

Edit: b6 with a hotifx for a bug which prevented the buy button from doing anything.

Implemented “Appdrawer in any container” from scratch!

Now tolerates other items in the container. Items can now be moved to subcontainers without a problem. Items will not overlap with other items attached to the grid.

Let me know which features you were using in the old app and are now missing or which options you’d like to see in general.

I have taken the old app out of the Play store and will not support it anymore. This integrated version will serve as replacement.

As with the Music widget you can get a free unlock code if you are a beta tester. Just send me an email at support@faendir.com.

You can sign up as a beta tester here https://play.google.com/apps/testing/com.faendir.lightning_launcher.multitool

As the previous version: Only works with latest Lightning Beta.

]]>

Pierre Hébert

Pierre Hébert

var p=c.addPanel(0,0,100,100);

p.getContainer().getCellWidth()

Returns 0

]]>