August, 2014
now browsing by month
Anyone else loose all widgets with latest update?
“problem loading widget” on every single widget on every desktop…
]]>YAPI-HUD v3 with FadeOut
YAPI-HUD v3 with FadeOut
Thanks go to TrianguloY for the FadeOut.
Max_FPS is experimental.
]]>Is there any way to duplicate(make a copy) of a ‘Image’?
I tried duplicating the bitmap, the canvas…but I couldn’t find the right combination.
This is also a suggestion to a Image Image.copy(Image src) or similar
Another question: Bitmap class is available, or at least their functions. However static functions can’t be launched from Bitmap.copy(…), it throws a ‘Bitmap not defined’ error. However calling them from another bitmap works, even thought that bitmap is not used.
Is there something I’m missing? Is there any reason for this?
]]>hi, I have a question.
Is it possible that go to specific location in desktop by touching something like an icon or a widget??
]]>v10.4.1
This is a minor maintenance update : it fixes icon layer loading issue seen in some setups.
]]>One of my old launchers could add short cuts for various intents from apps.
Posted public instead of here, damn.
Originally shared by Lutz Linke
Pierre Hébert , I re-uploaded the Excel file to Box with the calculations for Zooper Widget scaling patch:
https://app.box.com/s/hdj5buwi3quqt89rwql9
Here’s the calculations:
Factors (based on LL’s values):
factorW = screenWidth(target) / screenWidth(orig)
factorH = screenHeight(target) / screenHeight(orig)
factorDpi = screenDensity(target) / screenDensity(orig)
Scaling Patch:
preset_widgetwidth(target) = preset_widgetwidth(orig) x factorW
preset_widgetheight(target) = preset_widgetheight(orig) x factorH
pref_widget_scale(target) = (width > height)
? pref_widget_scale(orig) x factorH/factorDpi
: pref_widget_scale(orig) x factorW/factorDpi
preset_dpiheight(target) = preset_dpiheight(orig) x factorH/factorDpi
preset_dpiwidth(target) = preset_dpiwidth(orig) x factorW/factorDpi
The factor for pref_widget_scale seems to depend on the ratio of the widgets, wether it’s narrow of wide.
]]>Hi, I have a question whether it would be possible to write a script that would ban the phone lock (lock
screen or LL.) and another that would have allowed again
]]>LL.startActivity( Intent(Intent.ACTION_VIEW, Uri.parse(“market://details?id=” +…
A one-line script to open the play store in the page of the app where the script was launched.
(Note, this was to test the new ComponentName, if you run it from something that is not an app it could make an error, checking it is not difficult but it won’t be a one-line script 😛 )
]]>