now browsing by category
Is there any way to set a new style for a folder with a script like via settings (“load style”)?
Haven’t found anything in the API that looked like that for me..
Thanks in advance!
]]>I want to create reboot to recovery shortcut.
Is there a way to know which LL shortcut is it bound to?
Is there a way to know which LL shortcut is it bound to?
]]>When I create a folder and set the folder icon style to “stack”, the background of the folder icon is a dark grey…
Any way to change the launch animations of apps opening from a gesture?
My homescreen function as the follow:
-Swipe Right to open two folders, one as a background effect and the other as a side menu
-Swipe Up to open App Drawer
-Swipe Down to open Phone
The problem is that I want the App Drawer to slide from bottom to top, and the Phone from top to bottom, but the only thing I can do is set both to launch on a certain way by selecting the default launch animation of the Desktop, and even then sometimes Lightning Launcher gets confused and opens using the launch animation from the Folder Menu
]]>How do I change the animation into and out of the App Drawer?
So I’m trying to make a launch animation with bindings, but something weird is happening.
I have this script on the tap event:
function setAndClearTimeout(func, timeout){
var id = setTimeout(function(){
clearTimeout(id);
func();
}, timeout);
}
getVariables().edit()
.setInteger(“itId”, getEvent().getItem().getId())
// .commit()
//getVariables().edit()
.setFloat(“launchScale”, 0.75)
.commit();
setAndClearTimeout(function(){
getVariables().edit()
.setInteger(“itId”, 0)
.setFloat(“launchScale”, 1)
.commit();
}, 1000);
With this binding on an item
$itId === item.getId() ? animate(“$launchScale”) : 1
What happens is: the item scale snaps to 0.75 en then back to 1 without animation. If I uncomment the lines
// .commit()
//getVariables().edit()
The downscaling is animated, but the upscaling is not (what i want on this case)
Does anybody know why the first method doesn’t work and the second does?
]]>Hi Pierre Hébert
LLx crashing with my current theme.
I’ve sent many reports plus my backup.
I’ve now switched to another launcher but yours is really missing me. Helppppppppp
]]>Hi guys ! Nice to see you all still there, keeping up the excellent work 👍
I’ve a question (the solution might be around there, but can’t find it)
I’d like to launch an ‘activity’ (new email in Gmail) by long press an icon, but I can’t find it in LL.
It’s working in klwp but LL don’t show the same option for ‘activities’ or ‘shortcut’
Thanks for your help
]]>
D5 Creation