Commit graph

422 commits

Author SHA1 Message Date
7f2a52c79c
fix: hide µLauncher by default 2024-11-27 01:39:10 +01:00
3ae2e36ee0
improved german translation 2024-11-27 01:24:53 +01:00
fac3991f96
implement #68: renaming of apps 2024-11-27 00:56:29 +01:00
b8ef2a07c2
Fixed bug: Properly escape search string for regex
E.g. searching for [ caused a crash.
2024-11-26 22:33:52 +01:00
038eaccc9c
Merge pull request #69 from toolatebot/weblate-jrpie-launcher-launcher
Translations update from Toolate
2024-11-26 00:17:07 +00:00
659ac73c64
versionCode 31 2024-11-26 01:11:47 +01:00
ef96ba720c
don't dim background when using light theme 2024-11-26 01:07:06 +01:00
68fa4190f3
light theme 2024-11-26 01:03:59 +01:00
Vossa Excelencia
c42b648ea2 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (159 of 159 strings)

Translation: jrpie-Launcher/Launcher
Translate-URL: https://toolate.othing.xyz/projects/jrpie-launcher/launcher/pt_BR/
2024-11-25 11:03:30 +00:00
Vossa Excelencia
19d8db9ea8 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (159 of 159 strings)

Translation: jrpie-Launcher/Launcher
Translate-URL: https://toolate.othing.xyz/projects/jrpie-launcher/launcher/pt_BR/
2024-11-22 06:09:11 +00:00
Nicola Bortoletto
76accf40da Added translation using Weblate (Italian) 2024-11-19 00:03:31 +00:00
b09c6a52b2
versionCode 30 2024-11-18 19:55:10 +01:00
bcb3f74a21
Merge branch 'master' of https://github.com/jrpie/Launcher 2024-11-18 19:37:41 +01:00
70e35db394
hide µLauncher by default 2024-11-18 19:37:33 +01:00
6a42ef0747
improved selection of default apps 2024-11-12 02:47:09 +01:00
acbcef5827
implemented #67 - option to hide apps that are bound to gestures 2024-11-12 01:53:41 +01:00
118352740c
Merge branch 'master' of https://github.com/jrpie/Launcher 2024-11-12 00:15:43 +01:00
aba23c370b
j-0.0.15 2024-11-12 00:03:02 +01:00
f6f09f1c2f
defaults: added thunderbird 2024-11-11 23:11:14 +01:00
e915585dbb
lintOptions - don't abort on error 2024-11-11 19:20:22 +01:00
f61f861950
add accessibility service as second method for locking the screen (cf. #65) 2024-11-09 00:36:07 +01:00
9848785b3e
reintroduce AccessibilityService from 9bc8d6bb6d (cf. #65) 2024-11-08 04:07:33 +01:00
cd600af09f
j-0.0.14 2024-11-04 17:39:05 +01:00
592d2f6f8e
remove dependencyInfoBlock (cf. #66) 2024-11-04 17:38:23 +01:00
d98258b316
j-0.0.13 2024-11-03 22:12:56 +01:00
ec529dd75a
code cleanup 2024-11-03 21:32:17 +01:00
c509031954
save position of SettingsFragmentActionsRecycler (fixes #57) 2024-11-03 21:31:20 +01:00
6376845dc9
removed tooltips (cf. #55) 2024-11-03 20:53:55 +01:00
0543bcda55
improved german translation 2024-11-03 20:24:54 +01:00
a316ad21c0
code cleanup 2024-11-03 19:41:51 +01:00
7efe05011f
action: torch 2024-11-03 19:33:21 +01:00
d703a139f3
code cleanup 2024-11-03 19:31:53 +01:00
9b84d1ddcf
fast scroll in app list 2024-11-03 17:47:36 +01:00
589d5ec9ab
updated gradle and dependencies 2024-11-03 17:47:23 +01:00
0ee4814bd2
code cleanup 2024-11-03 16:13:17 +01:00
5b00c4b6bb
Improved handling of volume buttons
When the actions volume up / volume down are bound to the volume up
key resp. volume down key, key presses are now completely ignored
allowing other apps to bind something to those keys
(this is not possible on stock Android, but with some custom ROMs
or root).
2024-11-03 16:09:48 +01:00
3c1436e759
Merge branch 'master' of https://github.com/jrpie/Launcher 2024-11-03 15:08:03 +01:00
3037edfd83
updated default apps (cf. #64) 2024-11-03 15:07:56 +01:00
Anonymous
71ecf22ff7 Translated using Weblate (German)
Currently translated at 60.5% (86 of 142 strings)

Translation: jrpie-Launcher/Launcher
Translate-URL: https://toolate.othing.xyz/projects/jrpie-launcher/launcher/de/
2024-11-03 00:03:39 +00:00
19fe0fdd8a
add button to join chat 2024-11-02 13:50:27 +01:00
55b48779cf
code cleanup 2024-11-02 13:48:37 +01:00
c1650fab84
code cleanup 2024-11-02 01:40:39 +01:00
9f235200fe
ListActivity: fixed typo in adjustResize workaround 2024-11-02 00:52:32 +01:00
4b14585c57
some cleanup 2024-11-02 00:51:44 +01:00
3f1263f648
gesture descriptions on android < 8 (cf. #55) 2024-11-02 00:17:10 +01:00
2cc4d02587
tooltips for gestures (cf. #55) 2024-11-01 23:46:50 +01:00
874a2bcdad
implemented #55 2024-11-01 23:23:19 +01:00
6b31f8dc3b
implemented #56: configurable edge width for edge gestures 2024-11-01 23:16:36 +01:00
3423534085
lock screen: use device admin instead of accessibility service 2024-11-01 21:35:31 +01:00
yzqzss
9bc8d6bb6d action: lock screen 2024-10-26 22:32:15 +08:00