October, 2016

now browsing by month

 

V14a10

V14a10

Setting the alpha of an item lower than 255 leads to text aliasing artefacts when zoomed into the desktop although hardware acceleration is disabled for desktop and item

You would expect a clear text with sharp edges as long as hardware acceleration remains disabled.

Example script

getEvent().getScreen().getCurrentDesktop().getItemByName(“item”).getProperties().edit().setInteger(“i.alpha”,254).commit();

]]>

V14a10

V14a10

A script executed after desktop items have been removed throws nullpointer exception.

_____________

var items = getEvent().getScreen().getCurrentDesktop().getAllItems();

var l_item;

var d =getEvent().getScreen().getCurrentDesktop();

for(var i=items.length-1;i>=0;i–)

{

l_item=items[i];

d.removeItem(l_item);

}

getEvent().getScreen().runScript(“event”,null)

___________

The script “event” only displays an android toast message.

BTW: the desktop consists of items created by script. Executing the same script on the default desktop works. 

]]>

Multitool 2.9 Beta

Multitool 2.9 Beta

Supports different scale modes for the album cover:

– Overscale: Fill whole area, some parts may be cut off

– Underscale: Scale cover down until it fits in the area, might have blank spaces

– Stretch: Scale the image to the area, ignoring the side ratios, might be distorted (this is as it was before)

Music widget is now a paid feature, simply because I am now in college and have to care for myself. However, there is a 7-day trial and I will be handing out promo codes to Beta testers. Just send me an email at support@faendir.com with the email you used to register for beta tests.

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

]]>

LL crash when refreshing the app drawer (or when unistalling app, but I guess the refresh caused by the app removal…

LL crash when refreshing the app drawer (or when unistalling app, but I guess the refresh caused by the app removal to be the cause of the Uninstall crash)

Log sent.

]]>

How do I set the title of the ActionBar?

How do I set the title of the ActionBar?

]]>

A 10 I am in app drawer, go to settings for app drawer, I set something and go back to app drawer, right now I have…

A 10 I am in app drawer, go to settings for app drawer, I set something and go back to app drawer, right now I have crash.

When I go to app drawer settings from LL settings, and something I change, in this situation crash isn’t.

]]>

Pierre Hébert do you have any plans to add this functionality?

Pierre Hébert do you have any plans to add this functionality? http://www.lightninglauncher.com/flyspray/index.php?do=details&task_id=84

http://www.lightninglauncher.com/flyspray/index.php?do=details&task_id=84&string=&project=1&search_name=&type%5B0%5D=&sev%5B0%5D=&pri%5B0%5D=&due%5B0%5D=&reported%5B0%5D=&cat%5B0%5D=&status%5B0%5D=open&percent%5B0%5D=&opened=F43nd1r&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=
]]>

Detaching items via script seems to be not working for me at all in v14a10, untested on previous versions.

Detaching items via script seems to be not working for me at all in v14a10, untested on previous versions.

Tested with i.getProperties().edit().setBoolean(“i.enabled”,false).commit();

]]>

Shortcut icon changer

Shortcut icon changer

This script will allow you to quickly and easily change the icon of a shortcut as suggested by me here https://plus.google.com/113157980543803349502/posts/CWBSDuJ5Vj7

Its extremely simple and after picking a character there’s no more error handling so make sure you pick something for every option and don’t press cancel or the script will fail. This is Pierre’s script i just edited it to make it easier and quicker to use for those who dont want to mess about with the code every time they want to change an icon (like me) hope you find it useful 👍

How to use: Set the script to show in the item menu.

https://plus.google.com/113157980543803349502/posts/CWBSDuJ5Vj7

Shortcut icon changer

Shortcut icon changer

This script will allow you to quickly and easily change the icon of a shortcut as suggested by me here https://plus.google.com/113157980543803349502/posts/CWBSDuJ5Vj7

Its extremely simple and after picking a character there’s no more error handling so make sure you pick something for every option and don’t press cancel or the script will fail. This is Pierre’s script i just edited it to make it easier and quicker to use for those who dont want to mess about with the code every time they want to change an icon (like me) hope you find it useful 👍

How to use: Set the script to show in the item menu.

https://plus.google.com/113157980543803349502/posts/CWBSDuJ5Vj7
]]>