March, 2015

now browsing by month

 

Can the animation speed of folder animations be changed?

Can the animation speed of folder animations be changed?

]]>

New bug, still in app drawer in edit mode:

New bug, still in app drawer in edit mode:

I have the option “Swap items” ON

When we drag an item A on a folder, and there is an item (B) behind, the item B swap, but as soon as I put the item A in the folder, the item B doesn’t come back to where it was before the swap…

Again, a video to show the bug!

]]>

In app drawer, when we are in edit mode, dragging an item in a folder make them zomming….

In app drawer, when we are in edit mode, dragging an item in a folder make them zomming….

Not easy to explain, here is a video!

]]>

Hi there!

Hi there!

I’m trying to use nine patch for the first time, but I don’t understand why in the app drawer, some of the icons don’t apply the nine patch (normal background)

Is there something I missed?

Thanks

]]>

Has anybody got an issue with widgets not updating?

Has anybody got an issue with widgets not updating? I haven’t really used my phone that much lately but yesterday I noticed that all my widgets including Zooper, eye-in-sky, and gReader pro aren’t being updated

]]>

I trying to update icons for shortcuts via a script.

I trying to update icons for shortcuts via a script.  I have a bunch of shortcuts in a panel, and I have several sets of icons that I use (just because I do).  The icons aren’t part of an icon pack, so I can’t just apply an icon pack to the panel, but instead set the icon individually for each shortcut.  I have the icon files named the same as the names I assigned to each of the shortcuts, and the following script mostly works to change update the icons, but it displays only a portion of the image from the file.  Is it L.createImage() which is the problem?  Do I somehow have to specify dimensions?

var APLight = LL.getCurrentDesktop().getItemByName(‘AppsPanelTheLight’);

var all = APLight.getContainer().getItems();

for(var i=all.getLength()-1;i>=0;–i)

{

var item = all().getAt(i);

var icon = LL.createImage(“/sdcard/Stuff/Icons/test22/” + item.getName() + “.png”);

item.setImage(icon); 

}

]]>

Is there a way to use ‘rearrange items’ on a panel with widgets but keep the widget’s sizes?

Is there a way to use ‘rearrange items’ on a panel with widgets but keep the widget’s sizes? Currently it seems to scale them to be the same size. I’d just like them all to move upwards automatically so there are no gaps as I’m planning to have some displayed dynamically at some point so I can’t manually position them.

]]>

How can I create/edit scripts from a PC without having to do something like copy the text file to the phone, open…

How can I create/edit scripts from a PC without having to do something like copy the text file to the phone, open it, and then copy and paste back to the script editor in Lightning?

]]>

Does anyone have a script for a desktop bookmark toggle switch?

Does anyone have a script for a desktop bookmark toggle switch?

]]>

Lightning Permission Manager

Lightning Permission Manager

requires root and xposed framework

This app can grant lightning additional permissions for scripting without the need of a new package.

[tested on Moto G Lollipop 5.0.1]

https://drive.google.com/open?id=0B40xU-30MxN7Mmh1cnUtSTRqRE0&authuser=0

]]>