now browsing by tag

 
 

I need a fast script which prints everything which is currently visible on a desktop (or in any other given…

I need a fast script which prints everything which is currently visible on a desktop (or in any other given rectangle on the screen) to a bitmap. Has somebody something similar already / a good idea? Extra complicated: I need to exclude a specific item.

TrianguloY Jappie Toutenhoofd Lutz Linke Pierre Hébert

]]>

Proof of Concept: Near Realtime Blur

Proof of Concept: Near Realtime Blur

I just don’t have much time currently, but there were so many requests for blur effects lately…

Maybe someone can create something useful with this.

]]>

Heads up devs: I’ve uploaded a new version of the scriptlib.

Heads up devs: I’ve uploaded a new version of the scriptlib. https://drive.google.com/file/d/0B40xU-30MxN7VWNKSWdzX1hrSHM/view?usp=sharing

EDIT: V1.6.2

This release contains two bug fixes:

A crash when launching without lightning launcher and one when installing repository importer after the app with the scriptlib.

Adittionally: Marshmallow support! This will probably work best with the next release of repository importer, because that will include Marshmallow support for that part of the chain.

I recommend updating apps that include this library. It should be fully backwards compatible to the last release.

With one point though: I changed the package name, because I don’t want it to include my real name anymore. So: Your imports will probably be broken, just remove them and add ones with the new package name.

]]>

Recommend me your favorite keyboard!

Recommend me your favorite keyboard!

I’ve been using Touchpal for a long time now, but the keyboard is getting really annoying in the latest months (blinking red dots on the keyboard, etc.)

What I need:

– Good (adaptive) word prediction

– Bilingual Input (or at least an easy toggle)

What I’d like to have:

– Easy Emoji access

– Easy access to special characters and marks (usage: coding, writing, emoticons)

– swipe input

– settings, settings, settings. I like my keyboard as I like my launcher 😉

What I hate:

– Ads and anything else moving around or disturbing my typing

]]>

As you may have noticed we uploaded a new version of the repository importer app.

As you may have noticed we uploaded a new version of the repository importer app.

We uploaded it a bit in a hurry, because the wiki moved to a new domain. (the pages itself were still accessible because of a redirect, but stylesheets and scripts were missing, so it looked horrible.)

However it seems this Version wasn’t quite ready. We already uploaded a fix for a bug which prevented the app from starting. A fix for settings not working is on the way.

Thanks to all the people who helped me with their bug reports.

Heads up to Pierre Hébert​​: you should start the repository importer with getLaunchIntentForPackage, because the entry activity has changed now and may change again in the future. 

]]>

As requested by +Wern-Yuen Tan (Can’t link, damn google+) here…

As requested by +Wern-Yuen Tan (Can’t link, damn google+) here https://plus.google.com/+LukasMorawietz/posts/Ve1NnJHY5GH I  updated the sources of all of my 4 Play Store apps.

As they all require an APK to work I didn’t upload them as a script page, but instead at Github. https://github.com/F43nd1r?tab=repositories (You’ll find some older projects here too)

]]>

Pierre Hébert​ What about saving backups and templates as .lla (Lightning launcher archive)?

Pierre Hébert​ What about saving backups and templates as .lla (Lightning launcher archive)? This way you could assign an intent filter to that extension and load our files from anywhere in the storage.

I chose .lla because it is descriptive and not used by any other major software. Of course any other extension would do the job.

]]>

I added another thing in my appdrawer script (Version 2.4):

I added another thing in my appdrawer script (Version 2.4):

Grouping items by their first letter (see screenshot).

Feedback greatly appreciated.

The feature is probably not finished. Tell me what options you would like to have, or  which bugs exist!

https://play.google.com/store/apps/details?id=com.faendir.lightning_launcher.appdrawer

As usual: the update may take up to one day until it is available to you.

This feature was requested here:

https://plus.google.com/113157980543803349502/posts/iRR7sZRCsSH

https://plus.google.com/101084822120351468578/posts/FUb7QTptuyz

and probably even further in the past.

]]>

I just uploaded Version 2.3.1 of my Appdrawer script, which brings full support for masked icon packs.

I just uploaded Version 2.3.1 of my Appdrawer script, which brings full support for masked icon packs. However I can’t test it with all the icon packs and the implementation isn’t as straightforward as one might think either.

So, if you have 10 Minutes for me, do the following:

1. Install (or update) the app https://play.google.com/store/apps/details?id=com.faendir.lightning_launcher.appdrawer

2. Choose any Icon pack and select it in the List (If it’s not in the List, directly jump to 6.)

3. Create a new Desktop (or other container)

4. Load the Appdrawer script inside the container

5. Check if the icons look as they should

6. Report your result (positive or negative) to me (here or wherever you want)

Please add a Link to the pack used in case of a negative result.

]]>

Please add a container.getIconPack() method (or similar oc)

Please add a container.getIconPack() method (or similar oc)

Or maybe something like

container.getDefaultIconForPackage

container.getThemedIconForPackage

]]>