Search found 50 matches
- Fri Sep 18, 2020 5:18 pm
- Forum: Feature Suggestion
- Topic: Support work profile
- Replies: 7
- Views: 23503
Re: Support work profile
Pierre hasn't been online for a year now. There will be no updates without him.
- Wed May 27, 2020 12:03 am
- Forum: Get Help
- Topic: Go to specified panel position action
- Replies: 6
- Views: 14540
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(...)
- Sun May 24, 2020 11:54 pm
- Forum: Bug Report
- Topic: Padding around all widgets on Android 10
- Replies: 1
- Views: 11092
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.
- Fri May 15, 2020 8:13 pm
- Forum: Get Help
- Topic: Go to specified panel position action
- Replies: 6
- Views: 14540
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
Second, scripts can do that. Something along the lines of
Code: Select all
getActiveScreen().getContainerById(<your panel container id>).setPosition(0,0)
- Fri Apr 10, 2020 1:42 am
- Forum: Bug Report
- Topic: Icon File Browser not Showing Folders at Root Directory
- Replies: 9
- Views: 23687
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...
- Thu Apr 09, 2020 2:54 pm
- Forum: Bug Report
- Topic: Icon File Browser not Showing Folders at Root Directory
- Replies: 9
- Views: 23687
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.
- Tue Jan 21, 2020 2:01 am
- Forum: Users, groups and permissions
- Topic: Setup
- Replies: 25
- Views: 81305
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...
- Fri Jan 10, 2020 12:46 am
- Forum: Get Help
- Topic: RecyclerView on a custom view?
- Replies: 2
- Views: 13409
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.
But I remember giving up on RecyclerViews in LL scripts, as it was not possible at the time.
- Tue Jan 07, 2020 1:20 pm
- Forum: Scripts
- Topic: Script to backup template?
- Replies: 4
- Views: 16960
Re: Script to backup template?
Technically yes, but you'd have to reimplement everything in javascript (lightning scripting only accepts js, while my app is in kotlin).Can some of this be used in LL script editor to create a backup action that can be triggered via a LL script?
- Sat Dec 28, 2019 4:25 pm
- Forum: Scripts
- Topic: Script to backup template?
- Replies: 4
- Views: 16960
Re: Script to backup template?
Can't you just copy the template file somewhere?
- Thu Dec 26, 2019 3:37 pm
- Forum: Other discussions
- Topic: Favourite Launcher Features
- Replies: 9
- Views: 32338
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
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
- Sun Dec 22, 2019 3:57 pm
- Forum: Other discussions
- Topic: Favourite Launcher Features
- Replies: 9
- Views: 32338
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.
- Sat Nov 16, 2019 4:49 am
- Forum: Get Help
- Topic: App drawer gestures
- Replies: 4
- Views: 16665
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
Well, as always, scripts to the rescue: Set a script with the following code in the desired event
Code: Select all
getAppDrawerScreen().getContext().finish();
- Tue Nov 05, 2019 6:19 pm
- Forum: Structure
- Topic: This shit is fucking dead
- Replies: 4
- Views: 32468
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...
- Tue Nov 05, 2019 2:00 pm
- Forum: Get Help
- Topic: Shortcut in appdrawer...
- Replies: 4
- Views: 17773
Re: Shortcut in appdrawer...
Yeah my bad. Then scripting is the only solution. See here
- Sun Nov 03, 2019 12:58 am
- Forum: Get Help
- Topic: Shortcut in appdrawer...
- Replies: 4
- Views: 17773
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.
An easier solution might be to create a folder and set your shortcut as tap action.
- Sat Oct 19, 2019 5:03 pm
- Forum: Structure
- Topic: This shit is fucking dead
- Replies: 4
- Views: 32468
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...
- Tue Sep 17, 2019 12:29 am
- Forum: Get Help
- Topic: Icon packs on desktop pages
- Replies: 1
- Views: 12571
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)
- Fri Aug 16, 2019 11:51 pm
- Forum: Users, groups and permissions
- Topic: Setup
- Replies: 25
- Views: 81305
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?
- Fri Aug 16, 2019 11:50 pm
- Forum: Users, groups and permissions
- Topic: Setup
- Replies: 25
- Views: 81305
- Mon Aug 12, 2019 11:19 am
- Forum: Users, groups and permissions
- Topic: Setup
- Replies: 25
- Views: 81305
Re: Setup
I'm banning bots every day now. Do we have any other spam protection measures?
- Tue Jul 23, 2019 2:48 pm
- Forum: Get Help
- Topic: Repurchase when switching phone?
- Replies: 10
- Views: 27737
Re: Repurchase when switching phone?
@Pierrot
- Thu Jul 18, 2019 3:05 pm
- Forum: Get Help
- Topic: Repurchase when switching phone?
- Replies: 10
- Views: 27737
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.
- Tue Jul 16, 2019 9:45 pm
- Forum: Get Help
- Topic: Repurchase when switching phone?
- Replies: 10
- Views: 27737
Re: Repurchase when switching phone?
Your purchase is linked to your google account. If you use the same account you can download LL again.
- Sun Apr 28, 2019 11:02 pm
- Forum: Scripts
- Topic: Support Library
- Replies: 11
- Views: 29549
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 ...
- Sun Apr 28, 2019 10:49 pm
- Forum: Feature Suggestion
- Topic: Search in Script editor
- Replies: 14
- Views: 39396
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 ...
- Mon Apr 08, 2019 10:27 pm
- Forum: Feature Suggestion
- Topic: Badges with notification counts for selected apps
- Replies: 2
- Views: 14274
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.
I don't think this should be added to LL core, as it requires additional permissions and a background service, which not everbody wants.
- Thu Apr 04, 2019 1:04 am
- Forum: Feature Suggestion
- Topic: Add vector graphics as addable elements
- Replies: 8
- Views: 21197
Re: Add vector graphics as addable elements
What advantage would this have over a custom view, which is drawn on by script?
- Mon Apr 01, 2019 3:06 pm
- Forum: Feature Suggestion
- Topic: Search in Script editor
- Replies: 14
- Views: 39396
- 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: 10576
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
- Sun Feb 24, 2019 11:07 am
- Forum: Users, groups and permissions
- Topic: Setup
- Replies: 25
- Views: 81305
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?
- Sun Feb 24, 2019 10:49 am
- Forum: Users, groups and permissions
- Topic: Setup
- Replies: 25
- Views: 81305
Re: Setup
https://www.phpbb.com/customise/db/exte ... orum_spam/ is the only free anti-spam extension I could find.
- Sun Feb 24, 2019 8:53 am
- Forum: Users, groups and permissions
- Topic: Setup
- Replies: 25
- Views: 81305
Re: Setup
Looks like we've got some spam bots already. Maybe we should reconsider this
- 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: 10576
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...
- Tue Feb 19, 2019 6:02 pm
- Forum: Scripts
- Topic: Support Library
- Replies: 11
- Views: 29549
Re: Support Library
It is a custom component.
- Tue Feb 19, 2019 5:31 pm
- Forum: Scripts
- Topic: Support Library
- Replies: 11
- Views: 29549
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.
- Tue Feb 19, 2019 4:32 pm
- Forum: Get Help
- Topic: Make lightning persistent
- Replies: 11
- Views: 18703
Re: Make lightning persistent
Have you tried turning off battery optimization for LL?
- Fri Feb 08, 2019 4:43 pm
- Forum: News
- Topic: A new place for the Lightning Launcher Community
- Replies: 10
- Views: 45850
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.
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.
- Fri Feb 08, 2019 2:20 am
- Forum: News
- Topic: A new place for the Lightning Launcher Community
- Replies: 10
- Views: 45850
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...
- Thu Feb 07, 2019 6:06 pm
- Forum: Feature Suggestion
- Topic: Plugin Service
- Replies: 5
- Views: 17185
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.
- Thu Feb 07, 2019 5:15 am
- Forum: Feature Suggestion
- Topic: Plugin Service
- Replies: 5
- Views: 17185
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...
- Tue Feb 05, 2019 6:57 pm
- Forum: Feature Suggestion
- Topic: Plugin Service
- Replies: 5
- Views: 17185
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...
- Wed Jan 30, 2019 12:40 am
- Forum: Get Help
- Topic: Creating a browser bookmark on home screen
- Replies: 2
- Views: 5845
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.
- Tue Jan 29, 2019 4:42 pm
- Forum: Things to know
- Topic: How to use this forum
- Replies: 9
- Views: 45979
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
- Mon Jan 28, 2019 5:48 pm
- Forum: Things to know
- Topic: How to use this forum
- Replies: 9
- Views: 45979
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.
- Sun Jan 27, 2019 3:55 pm
- Forum: Extensions
- Topic: Work in progress
- Replies: 9
- Views: 22344
Re: Work in progress
Good. Email notifications work as well.
- Fri Jan 25, 2019 2:20 pm
- Forum: Extensions
- Topic: Work in progress
- Replies: 9
- Views: 22344
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?
- Fri Jan 25, 2019 1:58 pm
- Forum: Other discussions
- Topic: Feature Test
- Replies: 11
- Views: 37479
Re: Feature Test
@F43nd1r lets see if I can mention myself
- Fri Jan 25, 2019 1:50 pm
- Forum: Other discussions
- Topic: Feature Test
- Replies: 11
- Views: 37479
Re: Feature Test
@Pierrot mention looks good to me
- Thu Jan 24, 2019 1:36 pm
- Forum: Other discussions
- Topic: Feature Test
- Replies: 11
- Views: 37479
Feature Test
This thread was created to test features of this forum.
Code:
User mentions:
[mention]pierrot[/mention] in the links section you misspelled "permissions"
Looks like mentioning doesn't work, so maybe add this?
Code:
Code: Select all
interface LigtningLauncher {
void beAwesome();
}
[mention]pierrot[/mention] in the links section you misspelled "permissions"
Looks like mentioning doesn't work, so maybe add this?