June, 2014

now browsing by month

 

Referring to the screenshot, is there a way to shift the folders’ labels vertically?

Referring to the screenshot, is there a way to shift the folders’ labels vertically?

The “margin” option only specifies the horizontal distance between the label and the icon, but vertically the label centered itself to the height of the icon+reflection, while I want the label to be centered relatively to the icon only.

So, I suggest a feature to shift the label vertically when its position is to the side (left/right) of the icon.

Or perhaps, change the settings in the “Pos” tab to specify X & Y offsets separately, instead of a single “Margin” setting.

]]>

This is my attempt at designing a Home Screen that fits the way I use my phone.

This is my attempt at designing a Home Screen that fits the way I use my phone.

On the first screenshot, the top row is a horizontally scrolling panel, containing several half-screen-wide widgets. The middle area is a vertically scrolling panel containing folders. The bottom row is part of the original desktop, but each icon has a swipe-up gesture attached.

I also attach “Screen Off and Lock” to the empty space of the top row, and “App Dialer” to the empty space of the middle area (both using double-click gesture).

The third screenshot shows a separate desktop containing some ‘hidden’ folders, launched by swipe-up gestures from the main screen.

Edit: Icon pack using DCikonZ, phone is a Sony Xperia SP, so the funky Cameras widget seen in the 3rd screenshot comes from the ROM.

]]>

When an app is updated and its icon change, it is automatically updated in the app drawer and where placed it (or at…

When an app is updated and its icon change, it is automatically updated in the app drawer and where placed it (or at least when you refresh)

But, when the name change it is not. Not automatically and not with a refresh. You need to change it manually.

Edit: in the LL app drawer it is updated. I guess this is due to the fact that LLX let you change the label. But it also let you change the icon, is it possible to leave custom label but modify default one?

]]>

My Xperia Z1

My Xperia Z1

]]>

Found just something cool thingy.

Found just something cool thingy. You can combine Icons as overlay. I have a glas theme icon set that lays over a Dikenz iconset. Cool effekt.

The stupid thing is. I can’t remember anymore how i did that.

]]>

double click to launch

double click to launch

This is a small script I made in the alpha. I thought I had updated it…it seems I forgot 😛

But now I updated it to allow custom tap/doble tap!

Instructions:

Set the script in an event of the items you want. You may want to set it in the tap action, but nobody says you can’t set it in a swipe or something else. By default it will launch the item when single tap, and go to the main desktop when double tap. But of course you can (and may) change them to what you want, you will need to know scripting to do so.

With widgets it works ok, but the widget always get executed when tap, and perform the launch action will send a error. You can use this for example to do nothing when tap, and something when double tap (even thought the widget will get both clicks! )

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

//time in milliseconds between clicks

var delta = 250;

function singletap(){

//action to execute in single tap

item.launch();

}

function doubletap(){

//action to execute in double tap

LL.goToDesktop(LL.getHomeDesktop().getId());

}

var event=LL.getEvent();

var item=event.getItem();

var id=item.getId();

var time=event.getDate();

var data = JSON.parse(LL.getScriptTag())||[-1,-1];

if(data[0]==id && time < ( data[1] + delta) ){

LL.setScriptTag(null);

doubletap();

}else{

LL.setScriptTag(JSON.stringify([id,time]));

setTimeout(function(){data2=JSON.parse(LL.getScriptTag())||[-1,-1];if(data2[0]==id&&data2[1]==time)singletap();},delta);

}

]]>

Feature suggestion, new gesture, So I wanted to double tap my homescreen to open my app drawer, but I found this…

Feature suggestion, new gesture, So I wanted to double tap my homescreen to open my app drawer, but I found this isn’t possible with a full screen Zooper widget, i saw the double tap option in events and actions but thats only for an empty space so that didn’t work, So I tried long pressing the Zooper Widget going to customize item and more and then + were I found some gestures I can do on the widget but there’s no double tap I’m guessing this is because most widgets are clickable and this might cause problems but it would be great if we could do this anyway.

Hope that makes sense. Thanks.

Edit: Just realized I can disable clicking on the widget this still doesn’t help though because I need to tap on a certain part of the widget to do something, and disabling clicks makes that impossible but it does allow me to double tap.

]]>

Don’t know if this has been suggested before, but when adding apps to a folder, or just anywhere, I’d like to be…

Don’t know if this has been suggested before, but when adding apps to a folder, or just anywhere, I’d like to be able to select multiple apps to add.

]]>

I hate to ask this here, but does anyone know how to delete the actions all at once in a zooper widget for a widget…

I hate to ask this here, but does anyone know how to delete the actions all at once in a zooper widget for a widget that has like 20 items? I’ve gotten some from themer but I’m having to go through each item to delete the actions and it takes forever!

]]>

Hi, I’m new to this launcher and I had a question regarding wallpapers.  I can’t seem to get a picture, a decently…

Hi, I’m new to this launcher and I had a question regarding wallpapers.  I can’t seem to get a picture, a decently sized one, from looking somewhat blurry/pixelated.  What size is best for wallpapers with this launcher?  Thank you~.

]]>