April, 2015
now browsing by month
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.
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


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
]]>I just started using kustom live wallpaper.
If anyone else wants a script to automatically import modified .js files elsewhere on your device into the script…
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) } } }
That sidebar, the “start here” one, which opens when you press the icon, is there a way of doing one myself?
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…
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
]]>
D5 Creation