March, 2014

now browsing by month

 

Zoom scrolling

Zoom scrolling

(Updated from the old alpha version)

This script will place the items in an infinite looping row, so the camera movement is as smooth as possible. The items won’t overlap, you can click them.

Instructions:

– copy paste this script and set it at the position change event of a container (it will use all the items inside, so better a panel)

– the items will need to be not pinned and detached from the grid.

– Set the scrolling to free scroll.

It automatically adapts if a new item is added or removed. However you will need to scroll one loop to update.

Settings: change them as you want

– maxsize: the maximum size the items will have

– see: the number of items you will be able to see at once

———————————————-

/*Config */

var see = 5;// Distance between items

var maxsize = 3; //Max scale of the item

var desk = LL.getEvent().getContainer();

var v = desk.getHeight()/2;

var h = desk.getWidth()/2;

var pos = desk.getPositionX();

var items = desk.getItems();

var n = items.getLength();

var distance = 2*h/see;

for(var i=0;i

var p = Math.floor(pos/distance-n/2 +1);

var arg = (p+i)%n;

while(arg<0)arg+=n;

var item = items.getAt(arg);

var size = pos-(p+i)*distance ;

if(size<0)size=-size;

size=maxsize-( size /h*maxsize );

if(size<0.1){

size =0.1;

item.setPosition( h+(p+i)*distance ,v);

item.setSize(distance/maxsize,desk.getHeight()/maxsize);

}

item.setScale(size,size);

/*items.getAt(arg).setLabel(items.getAt(arg).getWidth() ); */

}

]]>

The app drawer.

The app drawer. As awesome as all the features for the home screen are, the app drawer is like the ugly duckling. It’s almost like it’s only there to drag apps to the home screens and nothing more. Organizing the app drawer is a bit of a nightmare and extremely time consuming.

I realize it would be perfectly viable to ignore the app drawer completely and work only with home screens and folders, but for that there would have to be a much simpler way to group apps or select multiple apps to move them to those screens IMO.

Or am I doing something wrong? Is the only way to group apps into folders really to drag them there one at a time? If so, a “select apps for folder/panel” would be an incredible enhancement for what I’d like to do with it.

]]>

Hi

Hi,

screen copy related to https://plus.google.com/114745586743595057712/posts/b1TA6DC9Gh2

]]>

If a LLx template with script embeded is installed in LL, then what will happen?

If a LLx template with script embeded is installed in LL, then what will happen? LL just ignores script, and no problem ?

]]>

v10

v10

Pierre, you write in GP this text:

Transparent bars don’t overlap anymore with the content, please toggle the option in the “Miscellaneous” section if you prefer the old mode.

But i dont have in Miscellaneous this option.

(in LLX i dont  have transparent status bar / i have set transparent status bar to yes), but in MIUI original launcher i have transparent status bar. My phone Lenovo P780, Miui ROM, Android 4.2.1.

]]>

Hi

Hi,

i’m trying to put a lock screen.

During the process, in the screen in which i should be able to choose the screen “to become lockscreen”, none of the two screens i’ve made appears.

I’ve put the unlock item in one of the two screens but i can’t select any of them.

What must i check ?

Regards.

Android GB

French

]]>

My zooper widgets won’t update on llx. But they work just fine on Go.

My zooper widgets won’t update on llx. But they work just fine on Go.

]]>

v10.0

v10.0

I pushed the button.

V10 is now available for anyone (although it may take one day or two to reach everyone).

Thank you for your precious feedback and huge help in making this latest version a reality

]]>

After long tap on widget is popup window, in them are:

After long tap on widget is popup window, in them are:

1) Customize item… 2) Postion… 3) Choose another widget, 4) Scripts, 5) Widget options.

Please add this two points (3 and 5) together. For example 1), 2), 4), 3), 5) or different way. 

]]>

holoFLOW

Originally shared by gerd reuter (werksmannschaft)

holoFLOW

Lightning Launcher eXtreme

Zooper Widget Pro

Media Utilities

Simple RSS Widget

Tasker

Autoshortcut

Lockscreen

Video:

holoFLOW

will be available on play-store withiin the next few hours:

https://play.google.com/store/apps/details?id=de.werksmannschaft.lltemplate.holoflow

]]>