September, 2014

now browsing by month

 

My app drawer, using LLX and scripts.

My app drawer, using LLX and scripts.

Characteristics from the launcher:

Auto closing the app drawer when opening an app.

Open/close animation from the top.

Auto close a folder when opening another.

Characteristics from scripts:

Auto sort alphabetically when open the folder.

The folder always open at the top.

The icon change to show which folder is opened (idea of Lukas Morawietz).

Coding Standard Proposal

Coding Standard Proposal

Since we coders all use item.TAG sooner or later, somehow. I think we need a non interfering way to set it for our purpose

Here’s my proposal :

  var cnf = JSON.parse(item.getTag())||{};

  if( !(“SaveClr” in cnf)) {cnf.SaveClr = {};}

  cnf.SaveClr.BG = px;

  cnf.SaveClr.FG = pxtx;

  item.setTag(JSON.stringify(cnf));  

]]>

Missing methods:

Missing methods:

LL.getDesktopById() – we can get all desktop IDs, but we can’t to anything with them

LL.getScriptById() – The Eventhandler contains the ID, but we have to iterate through all scripts to find the matching one

]]>

Any way to see and edit script on computer via sdcard?

Any way to see and edit script on computer via sdcard?

They could be placed in /storage/sdcard1/LightningLauncher/scripts/ for example!

]]>

Pierre Hébert i tried your on the fly tasker example, and it’s not working.

Pierre Hébert i tried your on the fly tasker example, and it’s not working. It says no constructor with argument string found

]]>

Dear LLx-community!

Dear LLx-community!

This is my first community I participate on Google+ and this is even going to be my first Google+post ever so please bare with me if I do some DON’Ts one expect me to known. (And let me know them 😉 )

I’m using this fantastic LLx since a few weeks and could figure out solutions for all troubles I had by myself, but these are left for now and I don’t know if it’s me doing something wrong, being a bug or ‘works as designed’.

I have created a lock screen and placed some widgets on it. But let’s concentrate on one for now as the solution will work will work for others as well.

The widget is from 1weather and my idea is to open the weather app when sliding down from the widget (this works perfect) but not doing anything if I tap on it (don’t want it to open by accident). Although the setting on ‘Tap’ is ‘(Lock) Do nothing’ it will open the weather app if I tap on the widget, also when the screen is locked.

I would expect that the setting ‘(Lock) Do nothing’ set on ‘Tap’ will forbid any tap-action, so no opening (also of the widget’s internal configured setting to open the weather app) (especially on the locked lock screen) will work, while ‘Unset’ will allow the widget-own setting.

The second, I have placed two dynamic texts on the lock screen, for missed calls and sms. They are not displayed when empty. If there’s a missed call/sms it will show, and then I can open the dialer with a slide to the left or right (on the missed status). Works also perfect. But – if there’s no missed call/sms and nothing is displayed on the lock screen I can still open the dialer by sliding over the (empty) background of the lock-screen (where the message would be if there are missed..). Any way to avoid this?

Third, hardware-keys are working while locked. I could find a work-around mentioned on this community-page to activate androids own lock screen in addition, if I do so the volume keys will still work but just not send accoustic response when changing the volume (while locked). Furthermore if I open an app via widget on the locked screen, it will ask for the second (system) unlock and then popup the app, but only once then the system lock will not appear again until LLx lock got unlocked.

I hope I could explain my issues correctly, if not please do not hesitate to ask for more details! Thanks all in advance!

_ _ _ _

SONY XPERIA go ST27i — 4.4.4 – CM11 by STE, Build 13 Weekly

]]>

It must be simple but I can’t seem to get the folder label in a script.

It must be simple but I can’t seem to get the folder label in a script.

I can send the Id to Zooper no problem but really want to send the label.

]]>

We can create nearly everything by script and I understand that Widgets are not possible, but what about dektops?

We can create nearly everything by script and I understand that Widgets are not possible, but what about dektops?

For the eventhandler: Can we edit General events & actions?

]]>

Is it possible to add a listener for edit mode and item added/removed?

Is it possible to add a listener for edit mode and item added/removed?

]]>

in a script started on “Position Changed” event.. how to do some actions when the position isn’t changing anymore ?

in a script started on “Position Changed” event.. how to do some actions when the position isn’t changing anymore ?

]]>