Archives

now browsing by author

 

Idea.

Idea… To ADD screen add new option… Dockbar. (pinned panel, with only one line grid, maybe with inserted icon for all apps in center (pinned?), with some panel background? And add this panel to bottom place in desktop.

Why? Because user can add sidebar (preset folder). Pierre Hébert​​

]]>

Is it possible to use something like setInterval in a script?

Is it possible to use something like setInterval in a script? I’ve been trying to create a simple animation that fades text transparency from 0 to 255 every second. It would seem that setInterval is the best way to do this, but I have been receiving an error. Here’s my code:

i=”0″;

function setI(i){

if(i=”0″){i=”255″}

else if(i=”255″){i=”0″};

return animate(i);}

setInterval(setI(),1000);

]]>

In color picker screen… Please add new option

In color picker screen… Please add new option

Show last xx used colors, or enable save (save as) and load (delete one, delete selected, delete all) color profile.

I mean, user use almost same colors in different places, and this option will be more comfortable. Pierre Hébert​

]]>

I have on desktop panel as dockbar with seamless on.

I have on desktop panel as dockbar with seamless on. If i doing swipe in panel to screen with empty place, and select some item in desktop and doing move from desktop to empty place in panel, LL doing move to different place, and i must go to edit mode and doing move with this item to correct place.

Please doing this automaticaly… Pierre Hébert​​

]]>

Pierre Hébert​ right now, if user is in folder and select some item and doing move to different place, this doing…

Pierre Hébert​ right now, if user is in folder and select some item and doing move to different place, this doing move this item. But user cannot doing move out from folder directly (user must select item and open function move from folder/panel, or doing this in hierrarchy screen).

My proposal… If is user in panel or folder (in normal mode) and doing move with item out from container, automaticaly doing fuction out from container.

Only if is user in edit mode, doing move in selected container to different screen…

]]>

Hi TrianguloY

Hi TrianguloY

is it possible to have some bindings for creating battery widget like that ?

https://lh4.ggpht.com/jW67cubo49BeRmCvTX1p3LnFGCCJFkn_t5cJrKjr_hsDAwL24cyp_Za6lyJ1aXFp4vo=h900-rw

the picture is from Gauge Battery widget

trying to have LLx without any external widget

I think it’s very easy for the hand but need help for displaying (or not) % and the main img (BG)

https://lh4.ggpht.com/jW67cubo49BeRmCvTX1p3LnFGCCJFkn_t5cJrKjr_hsDAwL24cyp_Za6lyJ1aXFp4vo=h900-rw
]]>

Having an interesting issue, I’ve noticed that some times my desktop will be missing 2 widgets when I come back to…

Having an interesting issue, I’ve noticed that some times my desktop will be missing 2 widgets when I come back to my homescreen from an app sometimes I can hit the home button and they will return other times I have to restart the phone I only have one desktop so I don’t know what could be causing this? The only thing I changed was actually naming the widgets in the hierarchy. Also I’ve noticed that LL will show up in my recent apps?

]]>

koolSTUFF

Originally shared by gerd reuter (werksmannschaft)

koolSTUFF

for Kustom LWP with Lightning Launcher, Tasker and Whicons

4 Pages, Navigation by Scroll or Tap.

Resolution is 1920×1080 (w/o Navkeys).

Should work with other Resolutions and Navkeys too.

If you want to use the Preset with another Launcher, you have to do the Notificationstuff by yourself. All necessary Tools are included with the Taskerproject.

RSS-Feed scrolls up and down with arrows.

Agenda scrolls also up and down with arrows.

Apps on Homescreen with missed Notifications are shown in dark color.

Video:

https://www.youtube.com/watch?v=1Doieg-5dJQ

Will be availabel soon at Playstore:

https://play.google.com/store/apps/details?id=de.werksmannschaft.klwp.koolSTUFF

]]>

I’m not sure it’s bug or feature.

I’m not sure it’s bug or feature.

Anyway.

The folder ‘FolderX’ has horizontal RIGHT alignment.

And its right margin is set to 200px or so.

Under this condition, if I tap the area of folder’s margin, it blocks all tap event. So if I tap in upper circle area, play store app is open, but if I tap lower circle area, folder blocks tap. As a result, in the margin area of folder, we have no way to get any events. 

In HTML(or other thing), in this case, only content area reacts to event. I think its bug.

]]>

[Edit: Maybe I’m over complicating the description of what I’m looking for.

[Edit: Maybe I’m over complicating the description of what I’m looking for. Does anyone know what to put into a script to enable or disable the LL lock screen feature so I don’t have to go through the menus to do it?]

Hi all,

I was wondering if there is a “programmatic” way of enabling and disabling the lock screen when I’m using LL as my lock screen.  What I mean is, I certain times where I would like to make it so that in certain circumstances (when I’m in my car, when I’m home) the LL lock screen is disabled, but rather than having to navigate through the settings screens to enable or disable it each time, I would like to be able to either put a single icon on the desktop that will enable/disable or to be able to call that function from within Tasker to automate it.  The closest I can get is to launch a LL shortcut that takes me to the lock screen configuration settings, but what I would really like is to have either a shortcut or script that can act as a single-click method to enable or disable the lock screen.

Thank you.