V14b6 beta
V14b6 beta
Probably the last beta before the stable public release. This one is mostly a bug fixes update and there won’t be any new feature until the stable version.
There are also a couple of new script APIs to help in writing more structured, better and simpler code. But more on this later.
Should you have bugs, don’t hesitate to let me know about them!
Full ChangeLog: http://www.lightninglauncher.com/wordpress/change-log/
]]>
< ![CDATA[
I got it… đ
]]>
< ![CDATA[
the issue with scripts launching tasker tasks got resolved with this update. thanks Pierre HĂ©bert!
]]>
< ![CDATA[
Wern-Yuen Tan this is weird, I see really nothing in this update that could have an impact on the Tasker interface. Maybe a build or update issue?
]]>
< ![CDATA[
I sent a bug report about this a while ago, but it was via some form, so i don’t have a reference anymore more to check, but i’m having problems with modifying container properties that apply to the items in it only through scripts. For example eventhandlers. Changing it from the default value to something else is fine, but changing it after that does change the property of the container, but not of the items, so they will appear to have a custom property with the old value. I know there is a bug in the tracker that says issues with properties, but i don’t know if that one includes this bug. It’s nothing major in general, but for me personally it’s getting pretty anoying, because many of my scripts rely on this.
]]>
< ![CDATA[
Colin de Roos would you have a sample code please ?
]]>
< ![CDATA[
For a second i was like huh what why is it working again now, but i did some more testing and it looks like it only occurs for unmodified events after an app restart.
This works as expected:
getEvent().getContainer().getProperties().edit().setEventHandler(“i.swipeUp”, EventHandler.ITEM_MENU, null).commit();
but this:
getEvent().getContainer().getProperties().edit().setEventHandler(“i.swipeUp”, EventHandler.UNSET, null).commit();
does change the property of the container (viewing the event when no item is selected), but doesn’t change the properties of the items in it, which will make them appear as custom properties
Phone: ecoo e04
Android version 4.4.4
]]>
< ![CDATA[
Thanks, I will study this
]]>