Archives
now browsing by author
Rounded Corners PRO
Rounded Corners PRO
Auto theming / light or dark
]]>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
]]>BUG REPORT
Hi. I am experiencing force close. The error occurs on the SearchView handler function generated by the script attached. It’s used on the CreateScript event of a CustomView. One of the overridden methods of the handler function works fine. I assume because I am calling the “LL.runScript”. The execution of the other one that directly calls “makeNewToast” is throwing the error.
I used the script as a way to experiment on how to override java functions for stuff like the SearchView. I guess the “runScript” will be the way to go in overridden handler methods.
]]>Hi friends I have a sketch pad but it is not working I tried too much what I do tell me the proper solution
Hi friends I have a sketch pad but it is not working I tried too much what I do tell me the proper solution
How do I change the animation into and out of the App Drawer?
I keep changing the “long press” event on desktop to “Show App Shortcuts”, but after a few days, I find it keeps…
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
Hi Pierre,
Hi Community,
I tried everything but the widgets won’t load.
It’s the Companion Template
I have an oneplus3t
Can you help?
Thanks.
Title
BUG REPORT
I can not add a widget to a desktop. I have tried both with the release and beta versions. The symptoms are different.
Steps to recreate:
1. Long tap to bring up LL Menu
2. Select “+”
3. Select Widget
4. Select a widget
5. Watch it fail
Release – V14.1.5
– when the widget is added, LL dies
– Bottom of log:
“Failed to find provider info for net.pierrox.lightning_launcher.lwp_key”
Beta – V14.2b1 (?, I know it is the latest)
– Window pops-up asking where to share the item to
Device Info:
Amazon Fire Phone, Fire OS 4.6.6.1 (Android 4.4)
]]>