December, 2015
now browsing by month
V12.8b4
A new beta with the following improvements:
The new panel edit mode is now in a pretty good shape. The only situation where entering edit mode may seem strange is when the panel is scaled or rotated (but that’s understandable)
The script editor received some improvements: long tapping on suggestions will bring you to the online help, the editor will now go to the right line upon script error, it will also remember the current line as a general rule, and a few other minor things (more to come in a future version).
At last but not least, the app will now do a much better job at requesting permissions when needed on Android 6, hopefully eliminating a cause of frustration 😉
Full ChangeLog:
]]>From the author of the ‘variable editor’ here comes the binding dictionary yay!
The idea behind this script was a simple one: allow to organize a bit the bindings and have them stored for multiple use. Then I started adding features, tweaking menus… ~600 lines of code at the end (almost half of them are empty, but impressive nonetheless).
How to use it:
– simply run it and choose what you want to do. Check the features for more information.
Features:
– Add bindings directly from text, writing/pasteing them.
– Add binding from the current item (you need to run the script from an item)
– Add all bindings on the launcher: this will search all bindings from all items from the launcher to save them (will ask one by one without duplicates)
– Rename a saved binding
– See/Edit/Delete a saved binding
– Set a saved binding to the current item (you need to run the script from an item) at a chosen property.
Configuration:
– You can change the folder where the data (the bindings) are saved.
Notes:
– When choosing a property, VOID means DUMMY
– Editing the bindings folder from outside will only take effect after restarting the script (and is recommended to not do it while the script is running)
– You can remove/add/edit manually the files without problem (if you don’t do strange things). You can make a copy, delete all at once, add some, etc
Important:
– Due to the complexity of the script, it may contain bugs. If you find one don’t be afraid of tell me in the comments.
]]>Is there a way to read/export the scripts from lla (backup files) ?
Pierre Hébert TrianguloY Lukas Morawietz
]]>Small bug:
While in the app drawer, if you open the user menu (The custom folder with lighting shortcuts) and you press ‘edit layout’, lighting settings is opened instead.
On the desktop it works fine.
]]>Hi, 2 things I can’t get to work:
1: enabling scrollbar on a custom textview. setVerticalScrollBarEnabled(true) just runs normally and isVerticalScrollBarEnabled() returns true, but I still don’t see a scrollbar
2: importing android.view. LL.bindclass(“android.view”) returns false and i need this because i want to enable fling to my textview.
Any help is very much appreciated 🙂
]]>Anyone had problems losing your pinning and having your desktop widget scales change when you change the app drawer…
Anyone had problems losing your pinning and having your desktop widget scales change when you change the app drawer grid-size?
Show and hide panels from Tasker.
Show and hide panels from Tasker. Hi, I’ve just discovered LL and although it’s got a bit of a learning curve I’m having a lot of fun discovering it’s power.
I’ve been playing with Tasker, variables and bindings with success. However I have a specific requirement that I’m struggling with. What I want is an area on the desktop that changes based on criteria in Tasker. Typically this will be a set of icons that appear if I’m at work and another for home. I have the profiles setup in Tasker. I know I can set the visibility of icons based on variables and set these from Tasker. However rather than setting these up individually what I’d like to do is use panels. Basically I want to hide or show panels from Tasker. The problem is that the basic panel does not seem to have any binding options. I having been looking at sidebars but these don’t seem to be quite right for my purposes as I don’t want a popup that appears across all pages and I don’t need a folder, just a group of shortcuts that appear on the desktop.
Any ideas other than setting individual bindings on each object?
D5 Creation