April, 2015

now browsing by month

 

Text selection doesn’t work for me in the script editor. Could also do with an undo feature.

Text selection doesn’t work for me in the script editor. Could also do with an undo feature.

]]>

Force closes around 10 times a day since latest two beta releases.

Force closes around 10 times a day since latest two beta releases. 

No specific pattern. Can be in any app, on the desktop, or phone idle on the side. When it happens, most times it freezes even when I try to type the error report to email Pierre. This is ONLY since the latest 6 and 7 Beta releases with the new menus. I have removed the app completely, cleared system cache, reinstalled, and it still happens. Ive given up now and remembered I bought Nova a good few years ago, so I have re-loaded that, and amazingly it is now faster than Lightning. Previously I replaced Nova with Lightning over 2 years ago because it was faster, now it looks like it’s the other way round. But I hate Nova its so boring, so really would like to get this fixed. Does anyone else have the same issue ?

Stock Galaxy S5 and LLX lockscreen.

]]>

Odd app drawer bug. The image and video explains

Odd app drawer bug. The image and video explains

]]>

This happened a couple times I went into the app drawer, hit settings and somehow the content on the home screen…

This happened a couple times I went into the app drawer, hit settings and somehow the content on the home screen overlayed the app drawer settings menu. it hasn’t happened again

]]>

bug for the latest beta, (see my previous post)

bug for the latest beta, (see my previous post)

]]>

I just started using kustom live wallpaper.

I just started using kustom live wallpaper. It allows you to create an object as part of the wallpaper that you can click on to run an app/shortcut, but it doesn’t work in lightning launcher. It works on touchwiz so I know it’s lightning launcher blocking it. Is there a way to enable it or can the option be added? I have a Samsung Galaxy tab 4 with kit kat.

]]>

If anyone else wants a script to automatically import modified .js files elsewhere on your device into the script…

If anyone else wants a script to automatically import modified .js files elsewhere on your device into the script editor, here is one:

var scriptFolder = “/storage/emulated/0/LightningLauncher/script”;

LL.bindClass(“java.lang.StringBuilder”)

LL.bindClass(“java.io.FileReader”)

LL.bindClass(“java.io.BufferedReader”)

LL.bindClass(“java.io.File”)

LL.bindClass(“java.text.SimpleDateFormat”)

scriptNames = []

folder = new File(scriptFolder)

files = folder.listFiles()

for(i=0;i

name = files[i].getName()

length = name.length

if(name.substring(length-3,length)==”.js”){

scriptNames[scriptNames.length] = name

}

}

for(i=0;i

var script=LL.getScriptByName(scriptNames[i].substring(0,scriptNames[i].length-3));

file = new File(scriptFolder,scriptNames[i])

lmdate = file.lastModified()

tagdate = script.getTag(“lmdate”)

if(lmdate>tagdate||typeof tagdate == “undefined”){

text = new StringBuilder();

try {

br = new BufferedReader(new FileReader(file));

var line

while ((line = br.readLine()) != null) {

text.append(line);

text.append(‘\n’);

}

br.close();

script.setText(text);

date = new Date()

script.setTag(“lmdate”,date.getTime())

}

catch (err) {

throw(err)

}

}

}

http://java.io
]]>

That sidebar, the “start here” one, which opens when you press the icon, is there a way of doing one myself?

That sidebar, the “start here” one, which opens when you press the icon, is there a way of doing one myself? I wouldn’t mind one which opens to show my camera apps, or some sort of widget.

There’s so much about this app I wish I knew more about…

]]>

How do I set the transparency of an item using a script and set it to be above or below everything else on the…

How do I set the transparency of an item using a script and set it to be above or below everything else on the desktop?

]]>

Not sure if this is supposed to be this way.

Not sure if this is supposed to be this way.

When I have the nav bar with content overlap, the bottom editor bar is placed above the nav bar (which is ok) but as you can see in the screenshot the size is computed using the nav bar space, so the editor bar is placed above the desktop.

Android 5.0 nexus 4

]]>