Search found 96 matches
- Wed Feb 21, 2024 1:11 pm
- Forum: News
- Topic: Present and future of Lightning Launcher
- Replies: 34
- Views: 447239
Re: Present and future of Lightning Launcher
Im using Lightning v14.3 on my S24 Ultra which runs Android 14 and i havent had any problems. Im sure theres some with features i dont use but for me its been fine, using it since it was delivered on the 27th last month.
- Mon Feb 05, 2024 6:58 pm
- Forum: Bug Report
- Topic: Site Formatting
- Replies: 2
- Views: 11780
Re: Site Formatting
Ah I thought that might be what was up.
- Sun Feb 04, 2024 1:11 pm
- Forum: Bug Report
- Topic: Site Formatting
- Replies: 2
- Views: 11780
- Sun Feb 05, 2023 12:06 pm
- Forum: Feature Suggestion
- Topic: Update Support Information
- Replies: 0
- Views: 35804
Update Support Information
Not really a feature suggestion but if/when theres a new release this could do with updating straight away, it's said "Lightning Launcher on Google+ " for years (even though it does actually link to here). People are probably just reading that knowing G+ is gone and and probably don't even think to ...
- Mon Jan 30, 2023 7:01 pm
- Forum: News
- Topic: Present and future of Lightning Launcher
- Replies: 34
- Views: 447239
Re: Present and future of Lightning Launcher
Awesome and congrats on the 100th post
- Sun Jan 22, 2023 3:13 pm
- Forum: News
- Topic: Present and future of Lightning Launcher
- Replies: 34
- Views: 447239
Re: Present and future of Lightning Launcher
Still using in 2023 on Android 13 :D
I had a feeling Pierre had left the Android scene like, im very curious what he's using now though. Surely he hasn't switched to IOS 🤔
I had a feeling Pierre had left the Android scene like, im very curious what he's using now though. Surely he hasn't switched to IOS 🤔
- Sat Sep 26, 2020 5:29 pm
- Forum: Get Help
- Topic: Long press in a folder does nothing
- Replies: 1
- Views: 11734
Re: Long press in a folder does nothing
Have you checked you didn't enable the lock setting?
- Wed Aug 12, 2020 11:46 am
- Forum: Get Help
- Topic: Wallpaper size limit? How do I...
- Replies: 3
- Views: 14276
Re: Wallpaper size limit? How do I...
It's probably just an Android limitation probably to do with images using a lot of memory, holla back if you figure it out though. Maybe try knocking it down to half that amount.
Re: Buggy???
It hasn't been updated in about a year so you should really expect it to be buggy, newer Android versions haven't actually been tested by the developer. Were does it say the scripting language is Java? Android classes can be used which makes it possible to use stuff like webviews, buttons, imageview...
- Sat Aug 08, 2020 6:55 pm
- Forum: Get Help
- Topic: How to make open app transitions
- Replies: 3
- Views: 13112
Re: How to make open app transitions
scrolling transitions have been done before using scripts so yeah probably possible to do open app transitions the same way.
- Sat Aug 08, 2020 6:52 pm
- Forum: Get Help
- Topic: Wallpaper size limit? How do I...
- Replies: 3
- Views: 14276
Re: Wallpaper size limit? How do I...
Sounds like a cool idea, if it is possible I think you would need a 14 page setup and every page would need at least 1 item. none of them should be blank/empty
About the Sunday thing I've seen that before quite a few times, mostly in calendar apps and I always thought it was weird.
About the Sunday thing I've seen that before quite a few times, mostly in calendar apps and I always thought it was weird.
- Tue Apr 21, 2020 5:48 pm
- Forum: Bug Report
- Topic: Can't use transparency on bindings
- Replies: 3
- Views: 15650
Re: Can't use transparency on bindings
I don't know either but I know there's a variable editor script so maybe that can delete em. https://www.lightninglauncher.com/wiki/ ... ble_editor
- Fri Apr 17, 2020 1:17 pm
- Forum: Bug Report
- Topic: Can't use transparency on bindings
- Replies: 3
- Views: 15650
Re: Can't use transparency on bindings
:/ just tested it worked fine for me are you sure you set it up right?
- Fri Apr 17, 2020 12:45 pm
- Forum: Get Help
- Topic: WebView can't scroll
- Replies: 2
- Views: 13988
Re: WebView can't scroll
item.setVerticalGrab(true);
lowercase i in item
lowercase i in item
- Thu Apr 09, 2020 1:48 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
I think the dev prefers them to be reported here but yeah it's pretty much without support at this point.barthisius wrote: ↑Wed Apr 08, 2020 5:33 pmI had a gut feeling that was the case.. Is there by chance a preferred way to report bugs or is Lightning Launcher just without any support at this point?
- Wed Apr 08, 2020 4:57 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
Probably won't be fixed anytime soon, this place is dead
- Tue Apr 07, 2020 12:55 am
- Forum: Get Help
- Topic: Inner scale with Script
- Replies: 1
- Views: 14093
Re: Inner scale with Script
Figured it out its s.iconEffectScale
- Mon Apr 06, 2020 3:21 pm
- Forum: Get Help
- Topic: Inner scale with Script
- Replies: 1
- Views: 14093
Inner scale with Script
I noticed a while ago that after applying an icon pack a lot of my icons have the inner scale knocked down to 60% I prefer them to be at 100% but changing them one at a time is a PITA selecting no item and changing the inner scale seems to ignore them so I thought I'd have a go at writing a script t...
- Sat Apr 04, 2020 6:46 pm
- Forum: Scripts
- Topic: Quick Theme
- Replies: 1
- Views: 14522
Re: Quick Theme
bindClass("android.app.WallpaperManager"); bindClass("android.app.AlertDialog"); bindClass("android.content.DialogInterface"); bindClass("android.widget.LinearLayout"); bindClass("android.widget.LinearLayout.LayoutParams"); bindClass("android.widget.Button"); bindClass("android.view.View"); var VARI...
- Sat Apr 04, 2020 6:45 pm
- Forum: Scripts
- Topic: Quick Theme
- Replies: 1
- Views: 14522
Quick Theme
This script pulls colors from your wallpaper and let's you choose 1 to set as box background colors on any items that you tell it to.
Script in post #2
Script in post #2
- Sat Apr 04, 2020 6:30 pm
- Forum: Get Help
- Topic: set background color of "box" using variable
- Replies: 9
- Views: 26724
Re: set background color of "box" using variable
Still can't get transparency to work but I'm not giving up yet and I'm gonna upload the script before I lose it. I made a couple changes to its appearance so more of the desktops visible and easier to use, simply edit line 11 with your variables name. Uploaded here if you wanna try it out https://co...
- Sat Apr 04, 2020 2:46 am
- Forum: Get Help
- Topic: set background color of "box" using variable
- Replies: 9
- Views: 26724
Re: set background color of "box" using variable
here's a look at the new version hopefully I can get the transparency working.
- Fri Apr 03, 2020 2:49 pm
- Forum: Other discussions
- Topic: Icon Packs that work in Lightning
- Replies: 0
- Views: 37745
Icon Packs that work in Lightning
So when trying to change an apps icon a lot of icon packs don't display any icons in the icon picker and some don't even show up in the list of installed packs :/ I thought it would be nice to compile a list of icons that do. I will try and keep this post updated with any new packs I find, if anyone...
- Fri Apr 03, 2020 2:04 pm
- Forum: Get Help
- Topic: Sailfish OS pulley menu?
- Replies: 3
- Views: 17196
Re: Sailfish OS pulley menu?
this video the dev made might help, he uses bindings to move an item https://youtu.be/JgVZ9pxz_XI
Binding documentation is here https://www.lightninglauncher.com/wiki/ ... d=bindings
Binding documentation is here https://www.lightninglauncher.com/wiki/ ... d=bindings
- Fri Apr 03, 2020 1:31 pm
- Forum: Get Help
- Topic: set background color of "box" using variable
- Replies: 9
- Views: 26724
Re: set background color of "box" using variable
I got into it when the dev added scripting to the launcher so my skills are pretty basic, it doesn't support transparency because I couldn't figure out how I'd go about doing it from what I read here https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4 I'd just need to swap the first 2 characters ...
- Thu Apr 02, 2020 12:10 pm
- Forum: Get Help
- Topic: set background color of "box" using variable
- Replies: 9
- Views: 26724
Re: set background color of "box" using variable
Cool, i made a quick update to the script so it can also pull color from the wallpaper for now it only gets the dark muted color because I found this to work the best for my setup and tbh the community's kinda dead so didn't think many people would be using it anyways, but it's easy to modify to get...
- Thu Mar 26, 2020 3:09 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 this has been around a while it really needs fixing, as far as I'm aware the only way we can fix this is to clear data on the app
- Thu Mar 26, 2020 2:59 pm
- Forum: Get Help
- Topic: Sailfish OS pulley menu?
- Replies: 3
- Views: 17196
Re: Sailfish OS pulley menu?
You can make the menu part easily just by using a sidebar that displays from the top of the screen, the hard part is getting the sidebar to display at the right time and the item selector thingymajig (glowing green line in video), with script it's possible to move an item using a drag gesture and i ...
- Thu Mar 26, 2020 2:41 pm
- Forum: Get Help
- Topic: set background color of "box" using variable
- Replies: 9
- Views: 26724
Re: set background color of "box" using variable
load up script editor and paste this code LL.setVariableString("mycolor", "c:" + LL.pickColor("Set Background Color", 0xffffffff, true)); Now go into the bindings tab for each item you want to use this color and add a new binding set the property to box and value to $mycolor. The box property syntax...
- Sun Jan 26, 2020 10:04 pm
- Forum: Bug Report
- Topic: Icon pack problem
- Replies: 7
- Views: 21227
Re: Icon pack problem
Pierre said before (many moons ago in the G+ days) it's to do with the way the icon packs display there icons. FWIW Oreo square and nougat square from A1 design work in Lightning I've been using Oreo square for many moons now I gave up looking for new packs after installing about 20 and finding only...
- Sun Dec 22, 2019 1:07 pm
- Forum: Things to know
- Topic: How to use this forum
- Replies: 9
- Views: 45979
Re: How to use this forum
EdwardJones wrote: > Sry if this location iz not the correct or right way to post. I've looked > everywhere for that opinion. I've been running Lightning Launcher for 6-8 > Mos. Loving it on all angles. Is there a way to lock desktop to prevent > accidentally app & widgets from being moved. Is there...
- Sun Dec 22, 2019 12:30 pm
- Forum: Other discussions
- Topic: Favourite Launcher Features
- Replies: 9
- Views: 32338
Re: Favourite Launcher Features
It does my head in having to keep nova installed just for that 1 thing, yeah sesame shortcuts would be a game changer for sure. Last time I tried ADW it didn't have any of that il have to check it out.
- Sun Dec 22, 2019 12:15 pm
- Forum: Get Help
- Topic: Possible to emulate Trebuchet Sections/Scroller?
- Replies: 2
- Views: 14724
Re: Possible to emulate Trebuchet Sections/Scroller?
there was a script for alphabet sections but I can't find it, there's a script for a scrollbar here https://www.lightninglauncher.com/wiki/ ... repository
- Fri Oct 25, 2019 2:26 am
- Forum: Get Help
- Topic: Moving panel from the bottom
- Replies: 1
- Views: 13601
Re: Moving panel from the bottom
Looks like a 2 page setup page 2 is home theres panels on page 1 and there all positioned on the right side of the page. On page 2 theres text items positioned on the left side of page 2 in line with the panels, page 2 also has a pinned item on the right side. Scrolling the desktop brings page 1 (pa...
- Sat Oct 12, 2019 12:58 pm
- Forum: Other discussions
- Topic: Stop points
- Replies: 4
- Views: 22853
Re: Stop points
The video was just to make things a bit more clearer.
- Sat Oct 12, 2019 12:53 pm
- Forum: Get Help
- Topic: Navigation Drawer
- Replies: 2
- Views: 17057
Re: Navigation Drawer
Cheers but I cant get this to work it's still detecting scrolling on the main panel :/
- Wed Oct 09, 2019 5:34 pm
- Forum: Other discussions
- Topic: Stop points
- Replies: 4
- Views: 22853
Re: Stop points
i think i might just be trying to use them to do something there not designed to do there's a barrier setting though so i think its possible. Im trying to recreate this drawer from action launcher https://community.lightninglauncher.com/viewtopic.php?f=6&t=33 The screenshot should give you a better ...
- Sun Oct 06, 2019 12:02 pm
- Forum: Other discussions
- Topic: Favourite Launcher Features
- Replies: 9
- Views: 32338
Favourite Launcher Features
What features of other launchers do people like and wish Lightning had? im mostly just curious but maybe with scripts we can bring some of those features to Lightning. Here's a few things i like Action Launcher Navigation drawer alphabet strip thing The Navigation drawers Quick theme (pulls colours ...
- Sun Oct 06, 2019 11:30 am
- Forum: Other discussions
- Topic: Stop points
- Replies: 4
- Views: 22853
Stop points
Does anyone actually know how to use these? i think i sort of understand them because i've used them to do a few simple things but then il get an idea that im pretty sure needs stop points to work, but when setting them up i find i don't have a clue what im doing because my idea never works. Looking...
- Thu Oct 03, 2019 11:02 pm
- Forum: Scripts
- Topic: Restart/Refresh Lightning
- Replies: 1
- Views: 16465
Restart/Refresh Lightning
So i was mooching through the forum and came across this post https://community.lightninglauncher.com/viewtopic.php?t=100 i had to restart the launcher myself a few days ago and i did it using a shortcut, totally forgot it can be done with 1 line of code. Anyways best way to do this IMO is open the ...
- Thu Oct 03, 2019 10:33 pm
- Forum: Get Help
- Topic: Setting home page
- Replies: 4
- Views: 19017
Re: Setting home page
no idea how that happened or how to prevent it your the only person this has happened to, well on here you are anyways but i don't remember anyone ever mentioning it on G+ either. Im guessing this is one of them bugs that probably isn't fixable without being able to reproduce it.
- Thu Oct 03, 2019 10:24 pm
- Forum: Bug Report
- Topic: Folder not closing
- Replies: 2
- Views: 18323
Re: Folder not closing
ah i see thanks for the info
- Sat Sep 28, 2019 3:17 am
- Forum: Get Help
- Topic: Icon mask/shape
- Replies: 7
- Views: 24354
- Fri Sep 27, 2019 11:46 pm
- Forum: Bug Report
- Topic: App Drawer Issues
- Replies: 3
- Views: 18586
Re: App Drawer Issues
3. that should be possible by editing the box propertys of that row of icons you can add margins/padding this is only possible in the my drawer layout.
- Fri Sep 27, 2019 11:33 pm
- Forum: Bug Report
- Topic: Folder not closing
- Replies: 2
- Views: 18323
Folder not closing
I think i might of found a bug in the new tap outside folder to close feature. steps to reproduce 1. add a folder to the desktop and put something in it (untested without) 2. tap on the folder icon and the folder opens (as expected) 3. tap it again and it closes (as expected) now turn on tap outside...
- Tue Aug 20, 2019 10:41 am
- Forum: Get Help
- Topic: Notification Badges
- Replies: 4
- Views: 17742
Re: Notification Badges
did you actually add the badges to the launcher? To add a multitool badge long press your desktop press + then plugins then badge then select the apps you want. Once the badge is placed you can customize it like any other object. this thread might help https://community.lightninglauncher.com/viewtop...
- Sat Aug 17, 2019 7:00 pm
- Forum: Bug Report
- Topic: LL Crashes
- Replies: 1
- Views: 14097
Re: LL Crashes
yeah same here
- Sat Aug 17, 2019 6:58 pm
- Forum: Get Help
- Topic: Notification Badges
- Replies: 4
- Views: 17742
- Tue Jul 09, 2019 2:32 pm
- Forum: Get Help
- Topic: Panel with App draw apps ?
- Replies: 2
- Views: 17919
Re: Panel with App draw apps ?
I've never tried this but there's a script in the wiki to use any container as an app drawer. IIIRC its also in the multitool plugin.
- Tue Jul 09, 2019 2:28 pm
- Forum: Get Help
- Topic: Persistence of lightning launcher!
- Replies: 21
- Views: 72070
Re: Persistence of lightning launcher!
if your phones rooted why not just disable the stock launcher or better yet convert lightning to a system app, if this is still possible to do these days.