now browsing by category

 

Maybe stupid idea…

Maybe stupid idea…

Add new option set app drawer as one of desktops.

For examples if user doing two finger gesture left… First desktop, second desktop, all apps, first desktop, etc.

Or only all apps (app drawer) without desktop. Some launchers have every apps in screens.

]]>

Pierre Hébert​

Pierre Hébert​

Please enable in LL this new function…

Transparent desktop by camera. I mean normal icon on transparent wallpaper from camera (Live picture – what see back camera, this is wallpaper.

Maybe enable this function for panels pro backround for folder And etc….

]]>

(This seems like a bug, but it is a feature suggestion)

(This seems like a bug, but it is a feature suggestion)

The ‘bounding box’ of a container is not recalculated when moving items from script.

If you move an item from script ‘outside’ of the available pages, you won’t be able to scroll to it until the launcher refresh (open another app, then go back to the launcher). This is more noticeable if you have the ‘fit desktop to items’ active.

This means that the ‘computation’ of the available screen is made from time to time, I guess when the container loads, when you exit edit mode… But not when moving items from script.

Will be possible to add a container.refresh() or similar to manually force this calculation? Is it too cheap to do it every time an item moves (I guess not)?

Or

Is it possible with something currently available?

I found that calling {LL.save();container.getProperties().edit().commit(); } works. But it takes almost a second to refresh the container. ( [!] Something to note: if you don’t call LL.save() before the commit() all the container returns to the previous state. I guess this is the reported and known issue of deleted items that appears again and related)

Second suggestion:

Could be possible to set ‘borders’ in the calculation of the bounding box when the ‘fit desktop to items’ is checked? I mean to add an offset so that you can always scroll a little more than the last item.

I’m suggesting this mainly because I have transparent nav bar, and the items scroll under it. But now the last item is always under the bar, so I can’t click it. I need to manually add an item at the bottom to force it to scroll a bit more.

I know I can automate this from an script, adding automatically an invisible item accordingly. But it seems like a ‘bad’ solution in my opinion. A built in feature will be better.

]]>

This is a feature request and a tip to devs in one.

This is a feature request and a tip to devs in one.

First the tip: this is how to push any view (in this example a videoview) to LL

LL.bindClass(“android.R”);

LL.bindClass(“android.widget.VideoView”);

var root=LL.getContext().getWindow().getDecorView().findViewById(R.id.content);

var view=new VideoView(LL.getContext());

view.setVideoPath(“/sdcard/Video/video.mp4”);

root.addView(view);

view.start();

setTimeout(clear,0);

function clear()

{

if(LL.isPaused())root.removeView(view);

else setTimeout(clear,0);

}

Now the Request:

Pierre Hébert I would like to see a view item, which is just a item to display a java view. Of course it should be possible to create it through script. This would make things a lot easier and the above stuff wouldn’t be needed.

]]>

I’m not sure if this was ever in the launcher but I’ve recently had a use for it and it’s not there.

I’m not sure if this was ever in the launcher but I’ve recently had a use for it and it’s not there.

I’m talking about double tapping shortcuts and apps. when I go into customization options I see alot of options (press, long press, swipe, resume, pause, tap) but no double tap.

the reason I’m asking is because I wanted to have the app open on a single tap but open the folder with its widget in it on a double tap. perhaps there’s a reason it hasn’t been added into the list but it would be cool.

]]>

In v10.5b1 there was a specific feature added: “when creating shortcut to scripts, optional data can now be passed…

In v10.5b1 there was a specific feature added: “when creating shortcut to scripts, optional data can now be passed as argument” that has gone unnoticed, and it’s more powerful than it seems. (Mainly because I think almost nobody used it in their scripts)

With this, a script can have custom parameter per item that don’t need to be stored in a tag, or included in the code as config.

However, now that I discovered it and I want to use this feature, it is still hard to use: you can only use it from ‘launch a shortcut, lightning, run script’, if you use the normal ‘run script’ that dialog is not showed [Even thought it is possible: you can set it as a custom EventHandler from a script]

There is another old suggestion: when choosing a script to run, show only the list of scripts, not the whole script editor.

So, Pierre Hébert, my suggestion is:

How difficult will be to have a custom dialog with:

Title: “Choose a script”

Drop down list with the list of scripts (the same one as in the script editor)

The ‘extra data passed, leave blank if not used’ text

A text box where to add the extra data

(Optionally: a checkbox to show/hide that two last items)

A cancel button and a accept button.

This will improve the mentioned feature, and people will understand better how to choose a script (pressing back to accept is, sorry, not obvious :/ )

Note: I know you said you will be busy, but I hope you can add this to the to-do list 🙂 (and I hope this is easy enough to do it at once, but I don’t know)

]]>

I have a single request, and it has to do with Android L and its aesthetics.

I have a single request, and it has to do with Android L and its aesthetics.  I love the stack from front to back that L features for folder previews.  I hope to see this as an option for the icon of a folder (as well as the currently existing grid, stack, and icon). 

]]>

Is there a simple way to lock the screen from a LLX action?

Is there a simple way to lock the screen from a LLX action?

At the moment I’m using a Power Toggle for that.

(I’m running kitkat on a nexus 5.)

]]>

Hi Pierre Hébert.

Hi Pierre Hébert.

Installed chronus widget. On launching it said your launcher doesn’t support APPWIDGET_MIN_HEIGHT API call introduced in Android 4.1 and thus will not be able to render properly. Is this a limitation of LLX and if yes then any plans to fix?

]]>

Ok, I’ve been gone.

Ok, I’ve been gone. Phone got disappeared so I’m no longer on gingerbread. Got a custom Moto X before the site went down for the 2nd gen version.

Anyway, I have really grown to love the Item/Hierarchy menu. It makes things so much easier with complicated Z-axis setups that have to be rearranged before you can “touch”an item in edit mode.

I think it would be really helpful if you could access the Position sub menu from there.

Possible?

Please, no scripting answers. Please? ;-)

Well, maybe later!

]]>