Archives

now browsing by author

 

V14b6 beta

V14b6 beta

Probably the last beta before the stable public release. This one is mostly a bug fixes update and there won’t be any new feature until the stable version.

There are also a couple of new script APIs to help in writing more structured, better and simpler code. But more on this later.

Should you have bugs, don’t hesitate to let me know about them!

Full ChangeLog: http://www.lightninglauncher.com/wordpress/change-log/

]]>

Hello, how can I get notifications on app icons?

Hello, how can I get notifications on app icons? When I receive new SMS/call/email/etc. I cannot see any new alert (small number on icon). Thanks.

I was going to update the Spanish translation, and I saw a text that I couldn’t identify:

I was going to update the Spanish translation, and I saw a text that I couldn’t identify:

ad_b : Built-ins

Where is it used? I guess in the add item menu. An extra tab? With which items? And what is the difference with Plugins?

]]>

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)

]]>