now browsing by category
About the lag with panels and zooming.
About the lag with panels and zooming.
I’ve been searching for an explanation of the lag that some panels have when you zoom out. I couldn’t never replicate it consistently, but probably because I was trying with complicated setups.
The steps are so simple!
Empty desktop, add panel, edit panel, zoom out.
That’s all. I think the issue is with the drawing of the layout lines. The more you zoom out the more laggy it becomes until a specific point, when it returns to normal. That point seems to be when the ‘inners lines’ are not drawn. When they disappear the lag disappears too. Until of course you keep zooming out and the ‘main lines’ increase and the lag returns.
I couldn’t replicate this on a folder, no lines are drawn. And strangely I couldn’t in a desktop too. No matter how much I zoom out and no matter how many lines are drawn (side note: if you zoom out a lot the lines disappear).
I’m in the beta, but I’m almost sure it works in the stable release. Can someone test it?
]]>I’m getting a lot of crashes with the new beta (12.9b1), basically whenever I edit the desktop and then leave edit…
Here’s an example. I think they’re all array index out of bounds exceptions.
—
This is a bug report. Please include as many details regarding the crash, such as steps to reproduce it or when the bug appeared, every little hint helps a lot. Thank you!
Android 6.0.1 REL 23 / SM-G935F hero2ltexx
net.pierrox.lightning_launcher_extreme v12.9b1 (r2542) – 2281
java.lang.IndexOutOfBoundsException: Invalid index 8, size is 8
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.get(ArrayList.java:308)
at net.pierrox.lightning_launcher.prefs.o.a(LLPreferenceListView.java:400)
at net.pierrox.lightning_launcher.prefs.o.isEnabled(LLPreferenceListView.java:405)
at android.widget.ListView.dispatchDraw(ListView.java:3436)
at android.view.View.draw(View.java:17472)
at android.widget.AbsListView.draw(AbsListView.java:6240)
at android.view.View.updateDisplayListIfDirty(View.java:16464)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:3905)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:3885)
at android.view.View.updateDisplayListIfDirty(View.java:16424)
at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:3905)
at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:3885)
at android.view.View.updateDisplayListIfDirty(View.java:16424)
at android.view.View.draw(View.java:17238)
at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:749)
at android.view.ViewGroup.drawChild(
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
at android.view.View.updateDisplayListIfDirty(View.java:16459)
at android.view.View.draw(View.java:17238)
at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:749)
at android.view.ViewGroup.drawChild(
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
at android.view.View.draw(View.java:17472)
at android.view.View.updateDisplayListIfDirty(View.java:16464)
at android.view.View.draw(View.java:17238)
at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:749)
at android.view.ViewGroup.drawChild(
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
at android.view.View.updateDisplayListIfDirty(View.java:16459)
at android.view.View.draw(View.java:17238)
at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:749)
at android.view.ViewGroup.drawChild(
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
at android.view.View.updateDisplayListIfDirty(View.java:16459)
at android.view.View.draw(View.java:17238)
at android.view.ViewGroup.drawChild(ViewGroup.java:3921)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:749)
at android.view.ViewGroup.drawChild(
at android.view.ViewGroup.dispatchDraw(ViewGroup.java:3711)
at android.view.View.draw(View.java:17472)
at com.android.internal.policy.PhoneWindow$DecorView.draw(PhoneWindow.java:3205)
at de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method)
at de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:749)
at com.android.internal.policy.PhoneWindow$DecorView.draw(
at android.view.View.updateDisplayListIfDirty(View.java:16464)
at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:325)
at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:331)
at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:366)
at android.view.ViewRootImpl.draw(ViewRootImpl.java:3140)
at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2939)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2522)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1437)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7403)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:920)
at android.view.Choreographer.doCallbacks(Choreographer.java:695)
at android.view.Choreographer.doFrame(Choreographer.java:631)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:906)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:7229)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:134)
Statistics
4 page(s) loaded
page 0: 94 item(s)
85 shortcut(s) – icons: 4.30 MB, drawable: 16.00 B
8 widget(s): 19.29 MB
page 106: 18 item(s)
18 shortcut(s) – icons: 1.35 MB, drawable: 0.00 B
0 widget(s): 0.00 B
page -1: 0 item(s)
0 shortcut(s) – icons: 0.00 B, drawable: 0.00 B
0 widget(s): 0.00 B
page 132: 2 item(s)
0 shortcut(s) – icons: 0.00 B, drawable: 0.00 B
2 widget(s): 0.88 MB
total shortcuts: 103
total widgets: 10
total icon size: 5.65 MB
total drawable size: 16.00 B
total widget size: 20.17 MB
widgets drawable size: 20.17 MB
max: 256 MB
]]>The new beta (12.9b1) gives me this error when I try to back up my working template.
The new beta (12.9b1) gives me this error when I try to back up my working template.
The desktop is subsequently unresponsive and I need to kill the launcher to get it to reload.
]]>Lil bug in latest version may of been there in older version, steps to reproduce.
Long press desktop
Press +
Press icon
Add an icon from any icon pack
Go back to desktop the icon doesnt display its the default blueprint icon instead killing the launcher doesnt fix it.
]]>I posted my issue in Get Help: https://plus.google.com/103306630954531427628/posts/d3PsDuSKr7p
I’ve lost access to the edit properties “handle” and now some edit properties are inaccessible. Nothing I try fixes this short of wiping my entire setup. When I restore a backup, the issue returns.
]]>Hello!
Crashing Frequently!
Crashing Frequently! !! Sent several reports via saransorb@gmail.com. Fix this or provide an update please. ..Thank You…
]]>Again Bindings.
Again Bindings.
Pierre Hébert
I have this situation:
1 panel
with variables in bindings for Position on Grid > Left, Top, Width, Height.
Via Script i change this variables.
Left and Top are doing right. Width and Height don’t.
Changes take effect when i do e.g. recent tasks, or start an app or go to edit mode and back.
i have tried this
with/without use hardware acceleration
with/without Smooth when transformed
for panel, for desktop and combinations
different devices with marshmallow
template:
https://drive.google.com/file/d/0BwdfIpCyi8ZVNkl6NUpaYmFsOTA/view?usp=sharing
edit:
it works fine with detached from grid.
]]>When clicking a Tasker shortcut on the LL home desktop, sometimes LL causes last used app to be displayed instead of…
Lightning Launcher has been crashing a lot this week and I don’t know why.
Lightning Launcher has been crashing a lot this week and I don’t know why. Lately, everytime I unlock my screen, it crashes.
Is there a way I can reduce it or give you the logs?
]]>