TrianguloY
088329a9f3
Replaced the ascii arrows with typeface arrow icons
2019-04-09 20:12:10 +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
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
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
TrianguloY
9a7b7fbde2
Action buttons: increase/decrease indent
2019-04-01 22:58:39 +02:00
TrianguloY
105c935cca
fix for incorrect check when tabs present
2019-03-31 21:13:36 +02:00
TrianguloY
aa6547fbbd
Avoid infinite 'onTextChanged' events
2019-03-31 20:49:43 +02:00
TrianguloY
7a3ec59da4
Improved autoindentation with brackets
2019-03-29 00:40:32 +01:00
TrianguloY
66564f381b
shortcut buttons are placed outside the editor
2019-03-23 18:13:27 +01:00
TrianguloY
fbf32b7c64
Remove deprecated class 'array' from autocompletion
...
Some other import changes (by android studio)
2019-03-23 18:12:25 +01:00
TrianguloY
61881cc835
Added shortcut buttons. Currently two types: text and keys.
2019-03-23 13:18:21 +01:00
TrianguloY
4bd3f7635d
Automatic indentation on newline.
...
When you enter a newline, spaces are inserted automatically based on the indent of the previous line and the last character.
This is not a final change, more of a proof of concept regarding the script editor. More to come! (hopefully)
2019-03-18 20:41:59 +01:00
Pierrot
66b94f3353
Version 14.3-beta4, again
2019-03-10 18:50:32 +01:00
Pierrot
10e82a3838
Fix merge
2019-03-10 18:49:38 +01:00
Pierrot
0790e0505b
Version 14.3-beta4
2019-03-10 18:38:44 +01:00
Pierrot
dbe42ff975
More automation in the documentation generation script
2019-03-08 09:57:39 +01:00
Pierrot
33c04f93e0
Merge remote-tracking branch 'origin/ScriptingAPI' into 14.3-beta4
...
# Conflicts:
# app/llx/core/src/main/java/net/pierrox/lightning_launcher/script/api/Lightning.java
2019-03-08 09:31:53 +01:00
Pierrot
a60d265744
Load and import backup files from external sources
2019-03-08 09:25:56 +01:00
TrianguloY
210a6f9b1f
Added alternatives to missing last get_Desktop() functions.
2019-03-06 21:23:02 +01:00
Pierrot
f892fd575f
Fix undo/redo operations on folders
2019-03-06 10:13:02 +01:00
Pierrot
26fa970473
Workaround for hidden apply template dialog buttons in landscape mode
2019-03-06 09:36:07 +01:00
Pierrot
8acdf1d746
Allow desktop bookmarks to use page coordinates, and make that the default for newly created bookmarks.
2019-03-04 09:44:38 +01:00
Pierrot
49f08d35e8
Handle pin item request in shortcut creation
2019-02-27 08:50:54 +01:00
Pierrot
eb71ae68bf
Remove buildToolsVersion from build.gradle files since it receives a default and different value.
2019-02-22 10:59:06 +01:00
Pierrot
c175f6d140
Fix sharing of backup files
2019-02-22 10:55:02 +01:00
TrianguloY
2b9d2db8c3
alternative to isPaused
...
Although the alternative is different, isPaused is defined as whether the current context is paused (the activity, I guess) which should be the state of the homeScreen, not the other Screens. Still, this difference is explained.
2019-02-18 18:03:12 +01:00
TrianguloY
e90df80bd6
alternative to getFloatingDesktop
2019-02-18 17:49:29 +01:00
TrianguloY
efc9801c61
fixed wrong cast on LockScreen
2019-02-18 17:48:02 +01:00
TrianguloY
4433e90f52
fixed nullexception when creating a null screen
2019-02-18 17:46:11 +01:00
Pierrot
e4a191e59d
Merge branch 'pluginService' of lightning-dev/lightning_launcher into 14.3-beta4
2019-02-18 08:15:19 +01:00
TrianguloY
9b234678f1
fixed wrong <br> codes
2019-02-17 00:09:54 +01:00
TrianguloY
f2515c6d28
fixed wrong Screen links
2019-02-16 23:44:36 +01:00
TrianguloY
9ea924b7fa
line breaks for readability
2019-02-16 23:41:24 +01:00
TrianguloY
82cf1bbce7
deprecated all functions in LL, explained alternatives
...
first version, some functions have no alternatives (couldn't find them)
2019-02-16 22:42:15 +01:00
TrianguloY
92b90b7967
added line breaks for consistency
2019-02-16 22:26:16 +01:00
TrianguloY
f6bc1e22b4
minor changes of existing comments
2019-02-16 22:18:25 +01:00
f43nd1r
74301debc9
update remoter to allow parameter to be named data
2019-02-15 03:15:15 +01:00
f43nd1r
f4fb7023d2
rename permission and add label and description
2019-02-11 17:18:53 +01:00
f43nd1r
20a1649529
don't define constants in two locations
2019-02-11 17:13:11 +01:00
f43nd1r
f016b6c3a0
add deletescript and getscriptsmatching. also make all methods identify scripts by either id or name/path
2019-02-11 17:04:49 +01:00
f43nd1r
5d2ae92e81
rename plugin service to script service
2019-02-11 16:39:46 +01:00
f43nd1r
f520811567
merge exceptions
2019-02-11 16:38:27 +01:00
f43nd1r
6a2d8c587c
fix executor issues by utilizing already present code
2019-02-09 02:16:46 +01:00