now browsing by category
Can a shortcut be created to access the Most Used Apps section, in full, within the App Drawer, from Desktop please?
How long do you reckon before LL can access Accessibility Service on Samsung/Android so that Notification Panel can…
It would be cool if we could use arrays in Bindings.
Things like
$arr[0]
$x[2] = “example”
$y = [1,2,3]
Of course this would require matching methods in VariableSet and VariableEditor.
]]>Now that we probably will be able to extend classes in the next version, I think it would be great if we also could…
See http://www.lightninglauncher.com/flyspray/index.php?do=details&task_id=91
]]>Include internet access permission defaultly
Current LL app has no internet access permission.
If we need to use internet access in script, then we should install extra APK from LL site.
How about this?
I guess you know supersu app for rooted Android.
This app checks an app requiring root permission and can allow or not by user. This mechanism is safer than allowing root permission globally at once like current LL’s extra permission.
For example, after we install that permission APK, we might forget the fact that we installed.
So from that, any scripts could access internet. We have no way to know unless looking thoroughly its contents one by one.
So I guess most of normal users might hesitate to install that APK, which is of all or nothing mechanism.
I heard from Marshmallow, user can toggle app’s permission. So please give LL internet access permission defaultly.
And then, when new script is installed/saved, LL checks whether that script has internet access functions. If so, LL alerts that facts. If possible, like supersu, LL could provide the way to toggle that permission to the script. (If toggling is too complex, at least just alerting is enough)
]]>Hi there,can we please get panels in the app drawer?
A next alarm (dynamic text/widget), if possible, would be handy.
This is a suggestion, but maybe there is currently a way to do this and I didn’t found it yet (If that’s the case…
An item.bringToView() function that will scroll/open/change all necessary containers so that the item is visible on the screen (more exactly ‘inside the screen view’, maybe it is behind something and you can’t see it but you get the idea)
Technically the effect I’m looking for is the same as when you click the pencil button of an item in the hierarchy menu, but without entering edit mode (but if it’s easier entering it I’m ok with it)
I know you can go to the desktop, open the necessary folders and scroll to the places where it needs to. But lightning already does this.
The effect I want is a script that, with the id of a item, can do ‘here you have that item’ and so the user can find items easily from script (as I said, like the hierarchy menu)
]]>Provide the way to tell desktop’s onLoad SOURCE
I’ve just found(learned) a desktop’s onLoad event is called even on
opening
If we enter that menu, we see a series of desktop’s thumbnailed images.
In that menu, all desktop’s onLoad events are called if they aren’t already loaded. It does make sense to call onLoad event at that moment.
I think most of onLoad event-handler-script of desktop do some initialization about desktop items like folder/panel etc.
But if onLoad is called even that menu scene, we dont’ have to initialize, moreover, we CAN’T initailze, because desktop’s sub items(folder,etc) is not instantiaed yet. That means NULL error-prone.
So I’d like to have a way to tell onLoad event’s SOURCE.
For now, all cases give C_LOADED value.
If a desktop is loaded for Config-desktop menu, then LL can give its source as other value. Then we can deal that case differently.
]]>Hi, I’d like to be able to crop widgets.
Cropping would allow me to remove the bits I don’t need and keep the bits I do. Thanks 🙂
]]>