July, 2014
now browsing by month
It’s I bought because I was interested, but then some or blacked out noise or wallpaper to be when it is to display…
xperia SO-02E android version 4.2.2
lightning launcher v10.3
]]>Icon shaders should be supported.
I’ve looked for information on how to implement this, but all I’ve found is noshader.xml (https://github.com/AnderWeb/ADW.Theme-Template/blob/e066fd10436929bcec9dfe6e48e81c345da441dc/res/xml/noshader.xml) which offers some small additional insight, and IconShader.java (https://github.com/stayboogy/CM7.2_source_android/blob/00817814444adcab63cb09cf2ddba621d698456e/packages/apps/ADWLauncher/src/com/android/launcher/IconShader.java) which seems related but I’m not sure how exactly.
Sorry this isn’t more helpful :/
]]>If you try to get the image ( item.getImage(); ) of an item with ‘display the icon’ set to false, the launcher shows…
I think it will be better to just return null.
]]>Tapping an shortcut created by
addShortcut(“test”,null,0,0); crashes the launcher.
]]>Page Bookmark: Fade
Page Bookmark: Fade
Requested by Silvia Rivera (https://plus.google.com/110839325256080910341/posts/6ap4YGPEJy3)
For instructions you can also look here:
]]>I’ve created a weather forecast panel on the left side of my screen as shown in the pictures.
P.S. This is still a work in progress so forgive me for the 2 random icons in the middle 🙂
]]>Hey pierre how about adding dynamic calender and weather?
This is a script suggestion that I think it will be useful, but perhaps it’s not very easy.
How about a container.getDeltaPositionXY() (or different name) that will return how much the container scrolled in the script.
This will be useful mainly with the positionChange event, to avoid need to store manually and retrieve it from script to calculate it (which is not really a problem, but better implemented)
]]>Didn’t I reported this before? I don’t remember, sorry if it was, but the bug is there so I guess it’s ok.
When setting the position of an item (and I think other parameters as scale, but I didn’t test) you should check if the parameters are valid. It’s the third time all my items disappear 😛 (killing the launcher make them reappear)
To reproduce this just set the position of an item to ‘Math.random’, which is different from Math.random() {and probably other things, such as setPosition([0,0],0); }
LL.getEvent().getItem().setPosition(Math.random,0);
I know this is not exactly a bug from the app, just an unexpected behavior when the input is not expected. But I think a check is not something really difficult.
]]>