Search found 181 matches

by Pierrot
Wed Apr 10, 2019 5:47 am
Forum: Get Help
Topic: How to run a shell command?
Replies: 1
Views: 8270

Re: How to run a shell command?

If you get the message that LL has been granted root privileges, then it means that at least the first part of the command has been executed. Maybe try to replace "/system/bin/input keyevent 26" with something else that could help you check whether the privileged command is executed.
by Pierrot
Mon Apr 08, 2019 8:31 am
Forum: Bug Report
Topic: Copying widget items doesn't work as intended
Replies: 4
Views: 11750

Re: Copying widget items doesn't work as intended

That's a bit problematic, hence the reason for the non implemented feature. The process is asynchronous and might lead to the app being stopped in the meantime, hence the context need to be saved, and that's boring. (lazyness here)
by Pierrot
Mon Apr 08, 2019 8:29 am
Forum: App Updates
Topic: V14.3 beta5
Replies: 16
Views: 43546

Re: V14.3 beta5

None of A or B :) I'm talking about: C) When two or more folders are open, all with the setting enabled, tapping outside one will also close the others (because the event traverses all layers). Yes, closing only the first folder is what should be done. I need to figure a way to do that. PrasadKaladi...
by Pierrot
Mon Apr 08, 2019 6:31 am
Forum: Feature Suggestion
Topic: Clipping and alpha masks for objects
Replies: 7
Views: 13101

Re: Clipping and alpha masks for objects

It's possible to redirect a view "output" to a gl surface, but from there I don't know a way to manipulate surface and make a composition.

I haven't looked at the API recently neither, level of support may well have changed. I know it has been regularly improved over time.
by Pierrot
Mon Apr 08, 2019 6:12 am
Forum: Bug Report
Topic: Copying widget items doesn't work as intended
Replies: 4
Views: 11750

Re: Copying widget items doesn't work as intended

There's no real way to copy a widget. It needs three things: ask the remote app for existing data ask the remote app to create a new widget ask the remote app to import the data 1. is possible, but using a non standard interface. It only works for widget providers that supports it, that is: quite a ...
by Pierrot
Mon Apr 08, 2019 6:01 am
Forum: Feature Suggestion
Topic: Unified selection for apps AND widgets
Replies: 4
Views: 11946

Re: Unified selection for apps AND widgets

It can be kept in memory but there's no way to know something changed. Keeping the list up to date is an issue because keeping track of modified is currently another issue.
by Pierrot
Mon Apr 08, 2019 5:55 am
Forum: App Updates
Topic: V14.3 beta5
Replies: 16
Views: 43546

Re: V14.3 beta5

Argh... I set the flag to true for testing, and forgot to switch it back to false before to commit the change, my bad :-( I will revert it to false, I know some setups that specifically don't play nice with this. I hesitated regarding the event consumption and tried both. I also prefer when the even...
by Pierrot
Sun Apr 07, 2019 9:01 am
Forum: App Updates
Topic: V14.3 beta5
Replies: 16
Views: 43546

V14.3 beta5

New beta available with some important fixes! Add two new options to select status and navigation bar light schemes (and dark icons) Tap outside of folder to close it (with a setting, off by default for compatibility with existing setups) Fix broken shortcuts when updating some apps Fix blank space ...
by Pierrot
Sun Apr 07, 2019 8:57 am
Forum: Feature Suggestion
Topic: Clipping and alpha masks for objects
Replies: 7
Views: 13101

Re: Clipping and alpha masks for objects

I like the idea but as of today I don't have an efficient way to implement this. I need to refresh my knowledge on this but from what I remember compositing is more difficult and inefficient since the introduction of hardware accelerated graphics on Android. The reason is that compositing works on b...
by Pierrot
Sun Apr 07, 2019 8:48 am
Forum: Feature Suggestion
Topic: Add vector graphics as addable elements
Replies: 8
Views: 12249

Re: Add vector graphics as addable elements

This was the reasons for adding SVG into the app, but the job is only half done though. I'll try to resume it at some point.
by Pierrot
Sun Apr 07, 2019 8:47 am
Forum: Feature Suggestion
Topic: Markdown support for texts + better editor
Replies: 5
Views: 10945

Re: Markdown support for texts + better editor

We're working on this, but at the moment mixing Markdown and HTML doesn't seem to be possible (with reasonable performances). The biggest drawback is that it's not possible to use colors in md.
by Pierrot
Fri Apr 05, 2019 9:27 am
Forum: Feature Suggestion
Topic: Outside event for windows (e.g. to close it)
Replies: 4
Views: 10543

Re: Outside event for windows (e.g. to close it)

Actually that's a bit different, because opening the event to user selectable action means you have to handle all cases, including the weird ones.
At the moment I've implemented closing the folder when tapping outside. It will be in the next beta
by Pierrot
Thu Apr 04, 2019 6:48 am
Forum: Feature Suggestion
Topic: Outside event for windows (e.g. to close it)
Replies: 4
Views: 10543

Re: Outside event for windows (e.g. to close it)

Yes that's right.
This bad behavior is there because I have been too lazy to fix it in the past.
There's some technical issue behind this but it's time to fix it. I'll see what I can do.
I don't promise a configurable outside event though.
by Pierrot
Thu Apr 04, 2019 5:28 am
Forum: Feature Suggestion
Topic: Markdown support for texts + better editor
Replies: 5
Views: 10945

Re: Markdown support for texts + better editor

That's a lot of work, although there is at least one library that could help a lot in implementing this... Before to start to think at it, I would like to know who else would be interested in this?
by Pierrot
Thu Apr 04, 2019 5:21 am
Forum: Feature Suggestion
Topic: Add vector graphics as addable elements
Replies: 8
Views: 12249

Re: Add vector graphics as addable elements

This is well hidden, but Lightning supports vector graphics through a subset of SVG : https://www.lightninglauncher.com/scripting/reference/api-beta/reference/net/pierrox/lightning_launcher/script/api/svg/SvgSvg.html. It's fully functional though. This is available in both stable and beta, I don't k...
by Pierrot
Wed Apr 03, 2019 8:12 am
Forum: Feature Suggestion
Topic: Search in Script editor
Replies: 14
Views: 21350

Re: Search in Script editor

I have added this to flyspray to keep track of it, but I'll have to clean the tracker first : https://www.lightninglauncher.com/flysp ... &sort=desc
by Pierrot
Wed Apr 03, 2019 8:03 am
Forum: Get Help
Topic: Not seeing all widget options
Replies: 3
Views: 10157

Re: Not seeing all widget options

Ah yes, a lot of launchers now display shortcuts and widgets in the same screen labeled "widgets", hence the confusion.
by Pierrot
Wed Apr 03, 2019 8:00 am
Forum: Feature Suggestion
Topic: Search in Script editor
Replies: 14
Views: 21350

Re: Search in Script editor

I think I will have to resume the TODO list and clean the bug/feature tracker (the existing one is out of date). This kind of feature would be nice but I don't have the time to do it now.
by Pierrot
Wed Apr 03, 2019 7:57 am
Forum: Bug Report
Topic: App drawer top bar not correct size
Replies: 19
Views: 30547

Re: App drawer top bar not correct size

A fix is coming :-)
by Pierrot
Wed Apr 03, 2019 7:57 am
Forum: Get Help
Topic: Doesn't fill screen on new S10+
Replies: 3
Views: 9468

Re: Doesn't fill screen on new S10+

I now know what the problem is, and hope to release an update soon. It's linked with devices having a notch on the screen.
by Pierrot
Wed Apr 03, 2019 7:55 am
Forum: Bug Report
Topic: Google Maps shortcuts revert on Maps app update
Replies: 6
Views: 12784

Re: Google Maps shortcuts revert on Maps app update

I'll probably release a beta update at the end of the week with a fix for this issue :-)
by Pierrot
Wed Apr 03, 2019 7:54 am
Forum: Bug Report
Topic: Desktop nav bar too tall
Replies: 4
Views: 10587

Re: Desktop nav bar too tall

Good news, I'm working on a fix ! I hope to release an update at the end of the week.
by Pierrot
Sun Mar 31, 2019 6:18 am
Forum: Bug Report
Topic: Desktop nav bar too tall
Replies: 4
Views: 10587

Re: Desktop nav bar too tall

Is it the same as viewtopic.php?p=419 and viewtopic.php?f=4&t=57 ?
At the moment I have no fix for this, although I'm working on it.
by Pierrot
Tue Mar 26, 2019 5:19 am
Forum: Get Help
Topic: Speed of drawer open/close
Replies: 3
Views: 10344

Re: Speed of drawer open/close

Oh sorry, I didn't read carefully your question, I read app drawer. No, unfortunately folders animation speed is hardcoded at the moment.
by Pierrot
Mon Mar 25, 2019 3:18 pm
Forum: Bug Report
Topic: Google Maps shortcuts revert on Maps app update
Replies: 6
Views: 12784

Re: Google Maps shortcuts revert on Maps app update

Hummm... I think I know what the problem is.
Upon app update LL tries to update shortcuts to ensure they still point to the app (because its entry point can change). But when I look at the code I see it does this the wrong way, and I wonder how it worked in the past :-(
by Pierrot
Fri Mar 22, 2019 8:36 am
Forum: Get Help
Topic: Dark icons on status bar
Replies: 10
Views: 14465

Re: Dark icons on status bar

I have added these options to the next beta, thanks for the hint!
by Pierrot
Fri Mar 22, 2019 7:03 am
Forum: Extensions
Topic: Suggest an extension
Replies: 5
Views: 21546

Re: Suggest an extension

Both suggested extensions are for phpBB 3.1 and doesn't work with 3.2 :-( So I simply increased the default values, 10 was too low anyway IMHO.
by Pierrot
Fri Mar 22, 2019 6:51 am
Forum: Get Help
Topic: Speed of drawer open/close
Replies: 3
Views: 10344

Re: Speed of drawer open/close

In Android settings, if you activate the developer options, there are settings for animations speed.
by Pierrot
Fri Mar 15, 2019 2:00 pm
Forum: Bug Report
Topic: Internet permission - error
Replies: 11
Views: 13894

Re: Internet permission - error

Try again to send me FC reports, I don't know why I don't receive them. A few days ago you sent me one that I received.
by Pierrot
Fri Mar 15, 2019 1:58 pm
Forum: Feature Suggestion
Topic: Restore - merging only scripts
Replies: 2
Views: 9466

Re: Restore - merging only scripts

Not exactly, but maybe you could use a template in which there is only one empty desktop and scripts, and then merge this. If what you have now is a backup: - backup your current setup - load the other backup - create a blank desktop - export the desktop as a template - reload the original setup - m...
by Pierrot
Fri Mar 15, 2019 9:46 am
Forum: Bug Report
Topic: sent some reports yesterday about Force Close
Replies: 2
Views: 9650

Re: sent some reports yesterday about Force Close

Not received, I checked my spam folder :-(
by Pierrot
Fri Mar 15, 2019 9:30 am
Forum: Bug Report
Topic: Internet permission - error
Replies: 11
Views: 13894

Re: Internet permission - error

Is it possible to toggle it on the main app? There might be a need to explicitly request the permission by code, and then it will be automatically granted (without your consent). There are different classes of permissions, and maybe this one fall into this category, I don't remember. Try something l...
by Pierrot
Wed Mar 13, 2019 9:21 am
Forum: Get Help
Topic: Is it possible to change the color of binder background
Replies: 4
Views: 4749

Re: Is it possible to change the color of binder background

Tu tiens le bon bout ! Moi j'en ai encore au moins pour 20 ans, et je me demande bien comment ça va se passer !
by Pierrot
Wed Mar 13, 2019 7:48 am
Forum: App Updates
Topic: V14.3 beta4
Replies: 7
Views: 11921

Re: V14.3 beta4

FCs are a feature of the app!
by Pierrot
Wed Mar 13, 2019 7:47 am
Forum: Get Help
Topic: Is it possible to change the color of binder background
Replies: 4
Views: 4749

Re: Is it possible to change the color of binder background

That's not as easy as setting a color because the background is made of an image (a nine patch). This can be seen with the rounded corner and the slight gradient. In order to change the background you need to find and extract the nine patch from the android resources, open it with a photo editing to...
by Pierrot
Wed Mar 13, 2019 7:41 am
Forum: Layout and templates
Topic: How to make this?
Replies: 3
Views: 10406

Re: How to make this?

What about directly asking @MasaokaTaro ? He knows a thing or two about KLWP and Lightning...
by Pierrot
Tue Mar 12, 2019 6:03 am
Forum: App Updates
Topic: V14.3 beta4
Replies: 7
Views: 11921

Re: V14.3 beta4

Great ! :)
by Pierrot
Sun Mar 10, 2019 6:17 pm
Forum: App Updates
Topic: V14.3 beta4
Replies: 7
Views: 11921

V14.3 beta4

A new version with some important bug fixes and a few new features! Sorry if it takes time between releases. Load and import backup files from external sources Allow desktop bookmarks to use page coordinates, in addition to absolute pixel position, and make that the default for newly created bookmar...
by Pierrot
Sun Mar 10, 2019 5:46 pm
Forum: Get Help
Topic: Doesn't fill screen on new S10+
Replies: 3
Views: 9468

Re: Doesn't fill screen on new S10+

That's so much pixels :o ! When I think that my 15" laptop has less... There's currently an issue with devices that have an option to hide the navigation bar. Could it be related ? The screen size is directly given by the android framework, but LL tries to compute the size and position of system bar...
by Pierrot
Thu Mar 07, 2019 6:14 am
Forum: Feature Suggestion
Topic: LL Lockscreen
Replies: 3
Views: 9778

Re: LL Lockscreen

For the fingerprint I don't know. The emulator has some fingerprint emulation, I'll look at it whether there are some signal. The trick with the status bar was to detect it was revealed, and then immediately ask by code to hide it again. But you could still see the content, and sometimes it was even...
by Pierrot
Wed Mar 06, 2019 9:14 am
Forum: Bug Report
Topic: Undo Styling of multiple folder -> Content Empty
Replies: 3
Views: 9935

Re: Undo Styling of multiple folder -> Content Empty

I have a fix, it will be in the next beta, probably before the end of the week.
by Pierrot
Wed Mar 06, 2019 8:58 am
Forum: Bug Report
Topic: Undo Styling of multiple folder -> Content Empty
Replies: 3
Views: 9935

Re: Undo Styling of multiple folder -> Content Empty

I can reproduce it, that's problematic! I'll look at this bug soon.
by Pierrot
Wed Mar 06, 2019 8:52 am
Forum: Get Help
Topic: Lock page delete
Replies: 5
Views: 4726

Re: Lock page delete

Works for me too on Oreo. Don't you see a short hint at the bottom of the screen "The lock screen has been disabled"?
by Pierrot
Wed Mar 06, 2019 8:37 am
Forum: Bug Report
Topic: Missing apply template button in landscape mode
Replies: 2
Views: 9761

Re: Missing apply template button in landscape mode

Thanks, I fixed it and it will be in the next beta
by Pierrot
Wed Mar 06, 2019 7:57 am
Forum: Feature Suggestion
Topic: New permission apk
Replies: 6
Views: 11348

Re: New permission apk

by Pierrot
Tue Feb 26, 2019 6:17 am
Forum: Scripts
Topic: Support Library
Replies: 11
Views: 15040

Re: Support Library

Surprisingly you can access other app's package. For instance it is possible to read resources (graphics and other stuff), so maybe code too.
by Pierrot
Tue Feb 26, 2019 6:15 am
Forum: Bug Report
Topic: App drawer top bar not correct size
Replies: 19
Views: 30547

Re: App drawer top bar not correct size

As of today I don't know how to detect that the nav bar is hidden or not :-( And this is not something that can be tested on an emulator...
by Pierrot
Tue Feb 26, 2019 6:13 am
Forum: Bug Report
Topic: Seamless mode Y not work area
Replies: 1
Views: 8664

Re: Seamless mode Y not work area

Is your desktop at least two pages long?
by Pierrot
Tue Feb 26, 2019 6:12 am
Forum: Bug Report
Topic: Can't save gmail shortcut
Replies: 5
Views: 10776

Re: Can't save gmail shortcut

Thanks, I got it! I'll work on it either tomorrow or Friday.
by Pierrot
Tue Feb 26, 2019 6:11 am
Forum: Feature Suggestion
Topic: Backup to the Cloud
Replies: 11
Views: 13411

Re: Backup to the Cloud

Maybe. I was working on something for the beta but it's taking too much time. I'll push it aside and focus on other simpler things.