Search found 50 matches

by F43nd1r
Fri Sep 18, 2020 5:18 pm
Forum: Feature Suggestion
Topic: Support work profile
Replies: 7
Views: 13504

Re: Support work profile

Pierre hasn't been online for a year now. There will be no updates without him.
by F43nd1r
Wed May 27, 2020 12:03 am
Forum: Get Help
Topic: Go to specified panel position action
Replies: 6
Views: 8999

Re: Go to specified panel position action

You need to get the container, not the item. My script above uses the container id. If you want to use the item id, use

Code: Select all

getItemById(...).getContainer().setPosition(...)
by F43nd1r
Sun May 24, 2020 11:54 pm
Forum: Bug Report
Topic: Padding around all widgets on Android 10
Replies: 1
Views: 7499

Re: Padding around all widgets on Android 10

I know in the past issues like this could be resolved by setting negative margins... don't remember if the UI allows it or if you have to use scripts.
by F43nd1r
Fri May 15, 2020 8:13 pm
Forum: Get Help
Topic: Go to specified panel position action
Replies: 6
Views: 8999

Re: Go to specified panel position action

First, to get the terminology straight: I think you're talking about pages, as LL has a concept of multiple desktops which aren't connected to each other.

Second, scripts can do that. Something along the lines of

Code: Select all

getActiveScreen().getContainerById(<your panel container id>).setPosition(0,0)
by F43nd1r
Fri Apr 10, 2020 1:42 am
Forum: Bug Report
Topic: Icon File Browser not Showing Folders at Root Directory
Replies: 9
Views: 15128

Re: Icon File Browser not Showing Folders at Root Directory

I know nothing. Last thing was he wasn't developing, but at least rarely reviewing fixes and publishing them. TrianguloY and I have gained source access last time he was away for a while. We can only hope he comes back some time, even if it is only to delegate more. I'm relatively hopeful, but it co...
by F43nd1r
Thu Apr 09, 2020 2:54 pm
Forum: Bug Report
Topic: Icon File Browser not Showing Folders at Root Directory
Replies: 9
Views: 15128

Re: Icon File Browser not Showing Folders at Root Directory

Yeah, I'm not gonna develop fixes I can't publish. Pierre is the only one who can publish, and he's been away for several months now.
by F43nd1r
Tue Jan 21, 2020 2:01 am
Forum: Users, groups and permissions
Topic: Setup
Replies: 25
Views: 38099

Re: Setup

I've disapproved close to 200 spam posts today. All of them were so easy to recognize, so these are definetly bots. Pierrot would it be possible to update to phpBB 3.3? It includes support for "Invisible reCAPTCHA", which isn't broken yet (the currently active reCaptcha v2 is obviously not a barrier...
by F43nd1r
Fri Jan 10, 2020 12:46 am
Forum: Get Help
Topic: RecyclerView on a custom view?
Replies: 2
Views: 9130

Re: RecyclerView on a custom view?

I'm not sure if this is correct anymore, as this memory is several years old.
But I remember giving up on RecyclerViews in LL scripts, as it was not possible at the time.
by F43nd1r
Tue Jan 07, 2020 1:20 pm
Forum: Scripts
Topic: Script to backup template?
Replies: 4
Views: 10803

Re: Script to backup template?

Can some of this be used in LL script editor to create a backup action that can be triggered via a LL script?
Technically yes, but you'd have to reimplement everything in javascript (lightning scripting only accepts js, while my app is in kotlin).
by F43nd1r
Sat Dec 28, 2019 4:25 pm
Forum: Scripts
Topic: Script to backup template?
Replies: 4
Views: 10803

Re: Script to backup template?

Can't you just copy the template file somewhere?
by F43nd1r
Thu Dec 26, 2019 3:37 pm
Forum: Other discussions
Topic: Favourite Launcher Features
Replies: 9
Views: 20853

Re: Favourite Launcher Features

I am in contact with sesame devs. Currently, I'm planning to build an option to replace app shortcuts with sesame shortcuts.
The sesame widget already works in LL out of the box.
Are there other places you'd like to see sesame integration?

Can confirm the long tap crash @Cueball666uk
by F43nd1r
Sun Dec 22, 2019 3:57 pm
Forum: Other discussions
Topic: Favourite Launcher Features
Replies: 9
Views: 20853

Re: Favourite Launcher Features

I just looked into sesame integration. Sadly, I was unable to find any documentation whatsoever. I've contacted the developer, maybe something will come from that.
by F43nd1r
Sat Nov 16, 2019 4:49 am
Forum: Get Help
Topic: App drawer gestures
Replies: 4
Views: 11275

Re: App drawer gestures

Very surprised this is so complicated...
Well, as always, scripts to the rescue: Set a script with the following code in the desired event

Code: Select all

getAppDrawerScreen().getContext().finish();
by F43nd1r
Tue Nov 05, 2019 6:19 pm
Forum: Structure
Topic: This shit is fucking dead
Replies: 4
Views: 20700

Re: This shit is fucking dead

A new launcher icon, a slightly more modern default desktop, round corners and dark mode (popups and dialogs), a couple of integrated templates, and a new play store promotional video would, alone, make a huge difference. Undoubtedly. Sure, but those take a lot of time to make, at least if the resu...
by F43nd1r
Tue Nov 05, 2019 2:00 pm
Forum: Get Help
Topic: Shortcut in appdrawer...
Replies: 4
Views: 11837

Re: Shortcut in appdrawer...

Yeah my bad. Then scripting is the only solution. See here
by F43nd1r
Sun Nov 03, 2019 12:58 am
Forum: Get Help
Topic: Shortcut in appdrawer...
Replies: 4
Views: 11837

Re: Shortcut in appdrawer...

You can technically create shortcuts in "My Drawer" using scripts. This is unsupported though.

An easier solution might be to create a folder and set your shortcut as tap action.
by F43nd1r
Sat Oct 19, 2019 5:03 pm
Forum: Structure
Topic: This shit is fucking dead
Replies: 4
Views: 20700

Re: This shit is fucking dead

the little bit of active content we have on this board is mostly made of people having a problem and wanting a solution This is what the board is for, at least primarily. it is organized in a needless complicated way, look at how Kustom simplified a lot of things LL does in 4 different menus LL has...
by F43nd1r
Tue Sep 17, 2019 12:29 am
Forum: Get Help
Topic: Icon packs on desktop pages
Replies: 1
Views: 8674

Re: Icon packs on desktop pages

  • use panels (solution with minimal setup and knowledge required)
  • apply icons manually
  • write a script to do it for you (probably optimal solution, requires knowledge)
by F43nd1r
Fri Aug 16, 2019 11:51 pm
Forum: Users, groups and permissions
Topic: Setup
Replies: 25
Views: 38099

Re: Setup

In general I'm also in favor of manual approval for new users. Maybe we could get some of the regulars to help us as moderators?
by F43nd1r
Fri Aug 16, 2019 11:50 pm
Forum: Users, groups and permissions
Topic: Setup
Replies: 25
Views: 38099

Re: Setup

by F43nd1r
Mon Aug 12, 2019 11:19 am
Forum: Users, groups and permissions
Topic: Setup
Replies: 25
Views: 38099

Re: Setup

I'm banning bots every day now. Do we have any other spam protection measures?
by F43nd1r
Tue Jul 23, 2019 2:48 pm
Forum: Get Help
Topic: Repurchase when switching phone?
Replies: 10
Views: 14934

Re: Repurchase when switching phone?

@Pierrot
by F43nd1r
Thu Jul 18, 2019 3:05 pm
Forum: Get Help
Topic: Repurchase when switching phone?
Replies: 10
Views: 14934

Re: Repurchase when switching phone?

Ah, so you purchased the discontinued trial version instead of the real deal. As you said you've purchased LL twice, you might own the latter one already.
by F43nd1r
Tue Jul 16, 2019 9:45 pm
Forum: Get Help
Topic: Repurchase when switching phone?
Replies: 10
Views: 14934

Re: Repurchase when switching phone?

Your purchase is linked to your google account. If you use the same account you can download LL again.
by F43nd1r
Sun Apr 28, 2019 11:02 pm
Forum: Scripts
Topic: Support Library
Replies: 11
Views: 15135

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. It is pretty easy to access code from other packages, if the package wants to be accessed. Multitool does it for basically everyting. This script loads this ...
by F43nd1r
Sun Apr 28, 2019 10:49 pm
Forum: Feature Suggestion
Topic: Search in Script editor
Replies: 14
Views: 21425

Re: Search in Script editor

Looking at this issue I finally understood why Pierrot considers to abandon lightning. My thinking was: just add a button which shows an action bar with the search bar in it. Well - the button is easy, the actionbar is not. LL mostly doesn't allow action bars, and where they are (app drawer), it is ...
by F43nd1r
Mon Apr 08, 2019 10:27 pm
Forum: Feature Suggestion
Topic: Badges with notification counts for selected apps
Replies: 2
Views: 9273

Re: Badges with notification counts for selected app icons

This is already included in Multitool.
I don't think this should be added to LL core, as it requires additional permissions and a background service, which not everbody wants.
by F43nd1r
Thu Apr 04, 2019 1:04 am
Forum: Feature Suggestion
Topic: Add vector graphics as addable elements
Replies: 8
Views: 12284

Re: Add vector graphics as addable elements

What advantage would this have over a custom view, which is drawn on by script?
by F43nd1r
Mon Apr 01, 2019 3:06 pm
Forum: Feature Suggestion
Topic: Search in Script editor
Replies: 14
Views: 21425

Re: Search in Script editor

Screenshot_20190401-170251.png
Screenshot_20190401-170251.png (56.12 KiB) Viewed 21409 times
Jup.
by F43nd1r
Sun Feb 24, 2019 6:53 pm
Forum: Get Help
Topic: How would I create a text "button" that will play a sound?
Replies: 6
Views: 6160

Re: How would I create a text "button" that will play a sound?

It was introduced after I asked for a runtime object storage. So not surprising that I am using it :D
by F43nd1r
Sun Feb 24, 2019 11:07 am
Forum: Users, groups and permissions
Topic: Setup
Replies: 25
Views: 38099

Re: Setup

I've switched the captcha to Q&A, which should stop the current wave of registrations. Maybe reCaptcha would be a better long-term solution @Pierrot?
by F43nd1r
Sun Feb 24, 2019 10:49 am
Forum: Users, groups and permissions
Topic: Setup
Replies: 25
Views: 38099

Re: Setup

https://www.phpbb.com/customise/db/exte ... orum_spam/ is the only free anti-spam extension I could find.
by F43nd1r
Sun Feb 24, 2019 8:53 am
Forum: Users, groups and permissions
Topic: Setup
Replies: 25
Views: 38099

Re: Setup

Looks like we've got some spam bots already. Maybe we should reconsider this
by F43nd1r
Sat Feb 23, 2019 12:07 am
Forum: Get Help
Topic: How would I create a text "button" that will play a sound?
Replies: 6
Views: 6160

Re: How would I create a text "button" that will play a sound?

Create a blank item and set this as launch action with the sound file path as data: bindClass("android.media.MediaPlayer"); var item = getEvent().getItem(); function stop() { item.setLabel(item.getTag("label")); item.setTag("label",null); item.my.player.stop(); item.my.player.release(); } if(item.ge...
by F43nd1r
Tue Feb 19, 2019 6:02 pm
Forum: Scripts
Topic: Support Library
Replies: 11
Views: 15135

Re: Support Library

It is a custom component.
by F43nd1r
Tue Feb 19, 2019 5:31 pm
Forum: Scripts
Topic: Support Library
Replies: 11
Views: 15135

Re: Support Library

I don't think lightning packages support libraries. Loading libraries into lightning at runtime is not impossible, but not easy either. Multitool does some classloader magic to load its own classes. I'm not sure if it is possible without another package on the device.
by F43nd1r
Tue Feb 19, 2019 4:32 pm
Forum: Get Help
Topic: Make lightning persistent
Replies: 11
Views: 10152

Re: Make lightning persistent

Have you tried turning off battery optimization for LL?
by F43nd1r
Fri Feb 08, 2019 4:43 pm
Forum: News
Topic: A new place for the Lightning Launcher Community
Replies: 10
Views: 33928

Re: A new place for the Lightning Launcher Community

Yes. Discourse has a mobile app, but it only supports forums on their paid hosting plan.

The API supports long polling and there is a onesignal plugin, so it looks like I would be able to build an app with notifications.

Browser push works natively as well, but is less elegant, as seen here.
by F43nd1r
Fri Feb 08, 2019 2:20 am
Forum: News
Topic: A new place for the Lightning Launcher Community
Replies: 10
Views: 33928

Re: A new place for the Lightning Launcher Community

Hey, have you considered setting up a Discourse forum instead of phpbb? https://github.com/discourse/discourse I do believe that Discourse forums future is brighter than PhpBB's.. Although I would normally reject the idea of changing up a forum after it was just made public, Discourse does indeed l...
by F43nd1r
Thu Feb 07, 2019 6:06 pm
Forum: Feature Suggestion
Topic: Plugin Service
Replies: 5
Views: 10779

Re: Plugin Service

Yes, push worked now. Are you still thinking about setting up gitlab or something similar? I would like to create pull requests and discuss their purpose in one place, instead of doing it here.
by F43nd1r
Thu Feb 07, 2019 5:15 am
Forum: Feature Suggestion
Topic: Plugin Service
Replies: 5
Views: 10779

Re: Plugin Service

LANG=EN git push --set-upstream origin pluginService Enumerating objects: 45, done. Counting objects: 100% (45/45), done. Delta compression using up to 16 threads Compressing objects: 100% (19/19), done. Writing objects: 100% (29/29), 3.98 KiB | 1.99 MiB/s, done. Total 29 (delta 8), reused 0 (delta...
by F43nd1r
Tue Feb 05, 2019 6:57 pm
Forum: Feature Suggestion
Topic: Plugin Service
Replies: 5
Views: 10779

Plugin Service

I was working on my first addition to LL, a service which would make plugins easier to create. I imagine it to be similar to what the repository importer provides, but integrated into lightning. Which makes it more powerful, stable, and easier to implement. Pierrot now, my problem is, how do I uploa...
by F43nd1r
Wed Jan 30, 2019 12:40 am
Forum: Get Help
Topic: Creating a browser bookmark on home screen
Replies: 2
Views: 3802

Re: Creating a browser bookmark on home screen

This issue is already tracked in this thread. Please look at open bug reports before opening your own.
by F43nd1r
Tue Jan 29, 2019 4:42 pm
Forum: Things to know
Topic: How to use this forum
Replies: 9
Views: 28204

Re: How to use this forum

Yes, it has issues. But the bigger problem is they do not communicate issues known to them. Some info https://www.phpbb.com/community/viewtop ... &t=2469156
by F43nd1r
Mon Jan 28, 2019 5:48 pm
Forum: Things to know
Topic: How to use this forum
Replies: 9
Views: 28204

Re: How to use this forum

I've tried the Topic'It app, but it won't even start, sys something about a connection error. I think their server has problems currently. Browser notifications work fine, so I'll use those.
by F43nd1r
Sun Jan 27, 2019 3:55 pm
Forum: Extensions
Topic: Work in progress
Replies: 9
Views: 12585

Re: Work in progress

Good. Email notifications work as well.
by F43nd1r
Fri Jan 25, 2019 2:20 pm
Forum: Extensions
Topic: Work in progress
Replies: 9
Views: 12585

Re: Work in progress

@Pierrot it seems to me that the mention itself works, just not the notification. Maybe a problem with the php version?
by F43nd1r
Fri Jan 25, 2019 1:58 pm
Forum: Other discussions
Topic: Feature Test
Replies: 11
Views: 21283

Re: Feature Test

@F43nd1r lets see if I can mention myself
by F43nd1r
Fri Jan 25, 2019 1:50 pm
Forum: Other discussions
Topic: Feature Test
Replies: 11
Views: 21283

Re: Feature Test

@Pierrot mention looks good to me
by F43nd1r
Thu Jan 24, 2019 1:36 pm
Forum: Other discussions
Topic: Feature Test
Replies: 11
Views: 21283

Feature Test

This thread was created to test features of this forum.

Code:

Code: Select all

interface LigtningLauncher {
    void beAwesome(); 
} 
User mentions:
[mention]pierrot[/mention] in the links section you misspelled "permissions"

Looks like mentioning doesn't work, so maybe add this?