now browsing by tag

 
 

Pierre Hébert​ Every time I fire the script running intent from my app, lightning launcher is opened.

Pierre Hébert​ Every time I fire the script running intent from my app, lightning launcher is opened. I know it is because of INTENT.ACTION_VIEW. Is there a way yet to just run the script and not open lightning launcher?

]]>

Guys need some help.

Guys need some help.

In my app I have written the code below from Lukas Morawietz to call and pass a data to LL script:

Intent i = new Intent(Intent.ACTION_VIEW);

i.setClassName(“net.pierrox.lightning_launcher_extreme”,”net.pierrox.lightning_launcher.activities.Dashboard”);

i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

i.putExtra(“a”,35);

i.putExtra(“d”,id-of-script + “/” + optional-data-string);

startActivity(i);

But I have no idea where to give what. I tried giving the script name in “id-of-script” but doesn’t work.

If name should not be given, then where to get the script id? and the data to be passed? A little help is appreciated.

]]>

Well it is been published for a week now but I did not announce it anywhere.

Originally shared by Arunkumar

Well it is been published for a week now but I did not announce it anywhere. Thought I shall come up with a presentation video first!

Here it is : https://www.youtube.com/watch?v=4emR28K83uE

New features: Huge Overhaul!

1. Native theme manager interface to quickly change color of all elements on screen

2. Reworked widgets to fit multiple devices

3. Quickly add your own themes and apply them with just a tap!

Changes from version 1:

1. Scaling fixes

2. Reduced 3rd party widget dependencies and compensated them with new data and calendar widgets

3. Almost all icons are themeable.

Get it here : http://goo.gl/g53ZsE

Mycolorscreen listing : http://mycolorscreen.com/2014/12/14/play-theme-for-llx-and-zooper-widgets/ 

Tap some love!

A lot of hard work done and still its a FREE app with no ads. A rating on play store would make me happy 🙂 Thanks. Enjoy theming.

Please share your feedback, I’m all ears.

]]>

Hey guys.

Hey guys. I need a help. I need to send data from a native java app to llx. I know it is possible with tasker which I presume should be accomplished using intents. Pierre Hébert​ can you please give the intent details? I like to try firing it from my app so llx receives the data and processes it in a script.

]]>

Hey Guys, more changes to Play theme again. All for the betterment.

Hey Guys, more changes to Play theme again. All for the betterment.

As per Lutz Linke ‘s suggestions, used Nexus 5 to export the template with adjusted widgets and then compiled the APK.

On first hand testing I can results are improved. Now on generic resolutions the theme fits perfectly. If at all the screen is so huge like the One+One then opening/closing zooper config solves the issue (This didnt happen before) ref Pink Screenshot.

Stefan Kohaupt , Aaron Gamache  and others please test the  lastest apk found below and let me know. And please delete any play theme related .zw files in ZooperWidget/template folder before applying (to make sure LLx is picking new widget within apk).

http://goo.gl/JsXUhs

Hope it goes well.. Off to bed now 🙂 Good night 

]]>

Testers Needed!!

Testers Needed!!

I have been working hard to develop a native theme manager for my LLX/Zooper theme. It’s in final stage and the one I am sharing can be called a release candidate.

You can create your own themes for the template with this app.

Need help from fellow themers to test the theme in LLX/Zooper.. 

And Yeah.. The theme manager is material-ized

Watch this space for more updates.

Get it here.

http://goo.gl/6auHKb 

Video of version 1: https://www.youtube.com/watch?v=XFvPedko_jU

]]>

Been busy for quite a while.

Been busy for quite a while. Missed lot of updates. Just saw lighting launcher update brings tasker support. This is purely awesome.

]]>

Work in progress of a Theme chooser feature for my current setup “Play Theme”

Originally shared by Arunkumar

Work in progress of a Theme chooser feature for my current setup “Play Theme”

I plan to bundle this with the template apk for an upcoming update.

I went all out material on this. Guys what do you think?

Would you like an inbuilt theme chooser?

Oh.. Play theme is found here http://goo.gl/g53ZsE

]]>

Hi guys.

Hi guys. Just started exploring scripting in lightning launcher. Whats the best way to animate an item from one place to another?

I just want a shortcut that on script activation, moves up with an animation.. How should I go about this.

I tried giving item.setposition(x,y); in a loop with certain timeout.But still on script execution the object is not getting animated, it just teleported to its new place. Any thoughts ?

]]>

Ok guys, I have been working on improving my last setup found here http://goo.gl/8i6VOr

Originally shared by Arunkumar

Ok guys, I have been working on improving my last setup found here http://goo.gl/8i6VOr

Now greeting the user with the ability to change colors of almost every element, even the icons as they are fonts.

I plan on integrating with ZWUtilities(done) and tasker scenes for color presets.

Let me know if you guys are interested.

Previous setup on play store: http://goo.gl/g53ZsE

The colors used in the screen below are from google’s material design palette 🎨☺

]]>