Commit graph

158 commits

Author SHA1 Message Date
TrianguloY
71d62aa1ae
Explain the state of the repo in the readme 2024-04-29 17:38:25 +02:00
TrianguloY
ba0a4a5683 allow restoring backups (can't create yet) 2024-03-23 10:39:06 +01:00
Gennady
6f3e4bd03b
Allow cleartext HTTP traffic (#22) 2023-12-27 11:54:38 +01:00
TrianguloY
3a81dde853 Missing google+ -> forum label change
closes #15
2023-12-09 17:45:46 +01:00
Artem Zhiganov
fbe454a3e0
Removed trial mode (#19)
Co-authored-by: SVolf <a.zhiganov@mintmail.ru>
2023-12-09 17:36:29 +01:00
Artem Zhiganov
dfa1572670
Fixed image picker picking & capturing
Co-authored-by: SVolf <a.zhiganov@mintmail.ru>
2023-12-09 16:26:35 +01:00
SVolf
b008bc96f2 Fixes for setTheme 2023-11-13 15:25:36 +01:00
SVolf
a60e59f2cd Migrate to AppCompat 2023-11-13 15:25:36 +01:00
Artem Zhiganov
6bafc4c72b
Kotlin + Koin integration (#11)
Co-authored-by: SVolf <a.zhiganov@mintmail.ru>
2023-11-05 17:00:16 +01:00
TrianguloY
0783f78cc2 disable trial variant 2023-11-04 13:30:38 +01:00
TrianguloY
0afa5fd2d8 github action to build debug apks 2023-11-04 13:30:38 +01:00
TrianguloY
001b7fca15
Removed "Currently running" section from drawer (#6) 2023-10-01 13:52:48 +02:00
TrianguloY
d9aaf9ebef remove translated mi_mode_running strings 2023-10-01 13:40:15 +02:00
SVolf
44b690beaa Migrate Gradle Scripts to TOML
Use new syntax
2023-10-01 13:29:10 +02:00
SVolf
cd00dd4519 Cleanup Styles
- Removed obsolete styles resources
- Dimens extracted into separate file
2023-10-01 13:25:07 +02:00
SVolf
8794ee86da Fixed packages visibility on Android 11+ 2023-10-01 13:17:29 +02:00
SVolf
31917c77a7 Removed "Currently running" section from drawer
- As of android L, we cannot get currently running processes, except yourself processes.
- This mode has been removed
2023-09-30 20:04:56 +07:00
SVolf
dcf8e580a9 Reformat code to match intellij style 2023-09-24 12:33:31 +02:00
SVolf
836d879a4f Increased minsdk (14->26) and targetSdk (28->33)
- Removed obsolete sdk checks
2023-09-24 12:31:01 +02:00
Artem Zhiganov
d683be0812
Update Gradle Plugin 3.3.2 -> 8.1.1
AGP 8.0
Builds and runs successfully

#1

Co-authored-by: SVolf <a.zhiganov@mintmail.ru>
2023-09-23 11:46:25 +02:00
TrianguloY
1a1d48286f Update copyright based on git blame 2022-12-15 00:47:09 +01:00
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