Archives

now browsing by author

 

How to access the appdrawer by using its id of 99?

How to access the appdrawer by using its id of 99?

Goal is to style the appdrawer without opening it.

Access is a bit harder due to recent screen API changes. It seems.

Pierre Hébert​

]]>

Is there any way to make an intent that open a new empty tab in Chrome ?

Is there any way to make an intent that open a new empty tab in Chrome ?

I know it’s possible to open a URL, but I just want to open a new tab, so I can type in my search (with auto suggestions etc..)

Thanks guys

]]>

When I enable scrolling for system wallpaper, this working for left and right.

When I enable scrolling for system wallpaper, this working for left and right. But not working for top and bottom way, of course I have screens in vertical direction.

LL wallpaper not scrolling in both directions… Pierre Hébert​

]]>

When user doing set text size… right now they can write number or tap to + or -.

When user doing set text size… right now they can write number or tap to + or -.

it will be good, when user set some number, they see true size (how big or small is text with number for example 10 on his device). When set 14, text will bigger than 10, when set 5, text will smaller than 10, etc. Pierre Hébert

]]>

V14b1 beta

V14b1 beta

I am pleased to announce that the app is now in beta, no more in alpha!

A big thanks to all people that dared to try this unstable version, suffered from numerous bugs and helped me to squash them with reports or templates!

This beta is a big milestone. Although the app is not yet bulletproof, it is fairly robust and the new architecture is up and running, ready for new features.

I encourage everyone willing to test this new version to opt-in using this url: https://play.google.com/apps/testing/net.pierrox.lightning_launcher_extreme. If you were previously using the alpha, make sure to make a backup first, then opt-out and opt-in again.

Thanks!

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

]]>

Excuse me, can anyone tell me how to enable the continuous scrolling instead of the paginated in the app drawer?

Excuse me, can anyone tell me how to enable the continuous scrolling instead of the paginated in the app drawer?

1. Gestures to switch off the screen.

1. Gestures to switch off the screen.

2. The gesture of opening the notification bar very slowly opens it.

3. Separate the open folder location for the vertical and horizontal position, useful for tablets

]]>

Hey there guys, can I get some assistance on the textual page indicator?

Hey there guys, can I get some assistance on the textual page indicator?

How to use it?

Since 6 october this bindings is no more working. On an item

Since 6 october this bindings is no more working. On an item

I have the message as no icon found

//go to the icon picker and search the 31 items. Long click the first one (it will be copied) and paste it here between the brackets

var link = [ “com.esethnet.vion”, “business_calendar_1” ]

//write here the number to set

var number=$ll_day;

//end of config

if(link.length==0){alert(“follow the instructions and paste the icon properties in the script”);return;}

var now=parseInt(number);

var iconPackName = link[0];

var prefixName = link[1].substring(0,link[1].length-1);

var icon=LL.createImage(iconPackName,prefixName+now);

if(icon==null){alert(“no icon found, make sure the pasted data is right and the icon pack have it”);return;}

item.setCustomIcon(icon);

Similar script is working fine on my appdrawer from TrianguloY​​

]]>

I just used the Repository Importer to import the Change Home Page script.

I just used the Repository Importer to import the Change Home Page script. It works, but after a reboot, I must reset it again. Is there any way to have it load/run automatically upon boot and keep the same settings I had previously (it asks for the horizontal and vertical location of the new home page)?

PS: I need this for a wallpaper I’m using with KLWP (the wallpaper has 3 screens/pages). The home page is not the main wallpaper screen. Sorry if this made no sense, especially if you don’t have KLWP (I added it as addition info).