Pierre Hébert
|
a9fb3a95a7
|
Readme update
|
2022-12-14 07:26:38 +01:00 |
|
Pierre Hébert
|
7171ce80f0
|
Add license notes
|
2022-12-14 07:15:56 +01:00 |
|
TrianguloY
|
119a944a9c
|
Create README.md
|
2022-12-01 23:52:09 +01:00 |
|
TrianguloY
|
54cce8f6ad
|
Create LICENSE.md
|
2022-12-01 23:46:35 +01:00 |
|
Pierrot
|
87d16ab200
|
V14.3
|
2019-06-24 09:15:42 +02:00 |
|
Pierrot
|
f9f429442d
|
Merge branch '14.3-beta7'
|
2019-06-24 09:12:41 +02:00 |
|
Pierrot
|
6b92a716a3
|
Merge branch 'scriptEditor' of lightning-dev/lightning_launcher into 14.3-beta7
|
2019-06-24 09:08:08 +02:00 |
|
TrianguloY
|
da1c437e7a
|
Fixed crash with negative selection when using the bottom buttons in the Script Editor.
Fixed also the same-reason crash in the Binding editor dialog.
|
2019-06-22 21:06:02 +02:00 |
|
Pierrot
|
cc4c5b38b2
|
Merge branch '14.3-beta7' of git.lightninglauncher.com:lightning-dev/lightning_launcher into 14.3-beta7
|
2019-06-06 11:39:05 +02:00 |
|
Pierrot
|
1b8bf77246
|
Merge branch 'scriptEditor' of lightning-dev/lightning_launcher into 14.3-beta7
|
2019-06-06 11:39:51 +02:00 |
|
Pierrot
|
e55e4477c4
|
Add grid 3x3 and grid auto folder icon styles.
|
2019-06-06 11:34:58 +02:00 |
|
Pierrot
|
44e1e4948b
|
Add the permission to request packages deletion.
|
2019-05-20 08:11:12 +02:00 |
|
TrianguloY
|
818a96cdfb
|
Indentation on TAB key press
Tab + nothing selected -> Insert '\t'
Tab + selection -> Indent selected lines
Shift + tab (with or without selection) -> Unindent selected lines
|
2019-05-03 14:59:39 +02:00 |
|
Pierrot
|
f131f836ed
|
Improve the dot indicator rendering, and change the default values. It fixes the clipping seen with hairline stroking (width=0 or 1).
|
2019-05-01 10:08:01 +02:00 |
|
Pierrot
|
b3e8e721f9
|
Tweaks for the folder tap outside option: let the event traverse all layers (and close all folders). Set this option to true in the default setup.
|
2019-05-01 09:50:31 +02:00 |
|
Pierrot
|
782406cb58
|
Merge scriptEditor branch
|
2019-04-29 10:39:09 +02:00 |
|
Pierrot
|
e01fb0772b
|
New branch V14.3-beta7
|
2019-04-29 10:03:50 +02:00 |
|
Pierrot
|
fcadc31f4c
|
Foreground service and associated notification on Android. Not sure about this as the notification is never shown on the emulator.
|
2019-04-29 09:57:49 +02:00 |
|
TrianguloY
|
fe72f6e712
|
Restore setText
|
2019-04-17 13:58:28 +02:00 |
|
TrianguloY
|
ee92464f1e
|
Cleanup (android studio was notifying a lot)
-Removed unnecessary casts
-Removed unnecessary setTexts (are set from the xml)
-Changed Preferences#commit() with Preferences#apply()
|
2019-04-09 23:40:26 +02:00 |
|
TrianguloY
|
96c9b3ffef
|
Checkbox to enable/disable autoindentation
|
2019-04-09 23:27:47 +02:00 |
|
TrianguloY
|
5b715fc6b4
|
Fix crash when searching from end of file.
|
2019-04-09 23:00:08 +02:00 |
|
TrianguloY
|
4b0d443d10
|
Extracted strings from the search feature.
|
2019-04-09 20:55:20 +02:00 |
|
TrianguloY
|
088329a9f3
|
Replaced the ascii arrows with typeface arrow icons
|
2019-04-09 20:12:10 +02:00 |
|
Pierrot
|
56c94afa27
|
V14.3-beta6
|
2019-04-09 06:56:23 +02:00 |
|
Pierrot
|
c04acecb23
|
Workaround for crash
|
2019-04-09 06:54:57 +02:00 |
|
Pierrot
|
d1af8b7fa5
|
Fix default tapOutsideClose flah value
|
2019-04-08 07:43:50 +02:00 |
|
Pierrot
|
91e52d6d98
|
Prepare 14.3-beta6 branch (might be renamed if 14.3-beta5 ends up being the next stable release)
|
2019-04-07 11:19:35 +02:00 |
|
Pierrot
|
283aca4426
|
Add a map of currently available icons
|
2019-04-07 11:16:54 +02:00 |
|
Pierrot
|
cd2b329183
|
Add arrow icons
|
2019-04-07 11:14:46 +02:00 |
|
Pierrot
|
3718ddabc2
|
Add the Material-Design-Iconic-Font
|
2019-04-07 11:04:18 +02:00 |
|
Pierrot
|
a77d46ea74
|
V14.3-beta5
|
2019-04-07 10:36:27 +02:00 |
|
TrianguloY
|
7f7ce7f4c5
|
Added search feature.
Now the shortcutButtons can use the icon typeface.
|
2019-04-05 21:00:41 +02:00 |
|
TrianguloY
|
f05490e9ba
|
Reworked Indentation class to follow better conventions (I hope) and allow enable/disable of AutoIndentation.
Added explanations.
Redefined variables.
Extracted TextWatcher functionality from core.
|
2019-04-05 14:13:43 +02:00 |
|
TrianguloY
|
c8257df3b6
|
Remove intent even if less than defined size
|
2019-04-05 14:06:37 +02:00 |
|
Pierrot
|
bdf637a6c1
|
Tap outside of folder to close it (with a setting, off by default for compatibility with existing setups)
|
2019-04-05 10:29:11 +02:00 |
|
Pierrot
|
89120de6d9
|
Use a second build config switch for the unhandled exception catcher
|
2019-04-05 08:08:27 +02:00 |
|
Pierrot
|
c2ac9e3469
|
Remove deprecated strings, this is not needed anymore to keep them in the app since the latest translation code doesn't use public ids anymore.
|
2019-04-05 08:06:25 +02:00 |
|
TrianguloY
|
e80431b810
|
Fixed some selected lines were not indented
Cleanup
|
2019-04-03 18:05:54 +02:00 |
|
TrianguloY
|
bc1176eeeb
|
Moved Indentation functions to new Class for better modularization
|
2019-04-03 17:47:34 +02:00 |
|
TrianguloY
|
d11f5aff26
|
Added comments
(removed use of external variable inside indentation function, to help moving the functionality to a new class)
|
2019-04-03 17:29:58 +02:00 |
|
TrianguloY
|
45a3b1680c
|
Added missing action buttons from previous commit.
When using the 'modify indent' buttons, all the lines selected are modified.
|
2019-04-03 16:48:23 +02:00 |
|
Pierrot
|
b664e89946
|
Merge branch '14.3-beta5' of git.lightninglauncher.com:lightning-dev/lightning_launcher into 14.3-beta5
|
2019-04-03 15:10:22 +02:00 |
|
Pierrot
|
a60e435fb3
|
Improve the handling of display cutouts / navbar size, although this is not yet satisfying.
|
2019-04-03 14:59:54 +02:00 |
|
Pierrot
|
be4ade6a56
|
Fix broken shortcuts when updating some apps
|
2019-04-03 14:59:04 +02:00 |
|
Pierrot
|
8763373613
|
Merge branch 'fix_pluginService' of lightning-dev/lightning_launcher into 14.3-beta5
|
2019-04-02 21:34:37 +02:00 |
|
f43nd1r
|
4367b6a846
|
make description fit into android dialog sentence
|
2019-04-02 03:51:04 +02:00 |
|
f43nd1r
|
ab2403a4ed
|
fix permission
|
2019-04-02 03:50:04 +02:00 |
|
TrianguloY
|
9a7b7fbde2
|
Action buttons: increase/decrease indent
|
2019-04-01 22:58:39 +02:00 |
|
Pierrot
|
73c8f0c82f
|
Fix for the navigation bar size
|
2019-04-01 13:35:33 +02:00 |
|