Commit graph

422 commits

Author SHA1 Message Date
Ensar Sarajčić
d4b131ab23 Increase page change area and introduce delay to prevent accidental page changes 2023-07-19 15:45:29 +02:00
Ensar Sarajčić
f0eb1254a3 Fix occupied position calculation for offpage items 2023-07-18 18:25:40 +02:00
Ensar Sarajčić
9dc9e90e0e Add animations for widgets 2023-07-18 18:22:20 +02:00
Ensar Sarajčić
1d0f814e9f Update anim percentage for clarity 2023-07-18 18:06:31 +02:00
Ensar Sarajčić
468b89bc21 Add basic page change animations 2023-07-18 18:04:59 +02:00
Ensar Sarajčić
b0ca17cea2 Implement multiple panes for home screen grid
This closes #47
2023-07-18 17:35:26 +02:00
Tibor Kaputa
c5ea727398
Merge pull request #84 from esensar/fix/home-screen-accessibility
Implement accessibility for HomeScreenGrid
2023-07-18 14:30:31 +02:00
Tibor Kaputa
1a640224a2
removing a semicolon 2023-07-18 14:29:18 +02:00
Tibor Kaputa
f2de755423
Update MainActivity.kt 2023-07-18 14:28:41 +02:00
Ensar Sarajčić
65835d4bcb Focus all apps grid and widgets screen with accessibility when needed 2023-07-18 14:21:07 +02:00
Ensar Sarajčić
a4fc9d0b90 Implement accessibility for HomeScreenGrid
This closes #29, closes #15
2023-07-18 14:18:02 +02:00
Ensar Sarajčić
149e51f53e Merge branch 'main' into feature/72-drawer-search 2023-07-18 08:34:40 +02:00
Ensar Sarajčić
fe1e59297d Rename showSearchBar setting for consistency 2023-07-18 08:33:56 +02:00
Ensar Sarajčić
dffca7823c Add no items found placeholder when searching 2023-07-18 08:32:10 +02:00
Ensar Sarajčić
43d5e2031a Clear search when picking up items from drawer 2023-07-18 08:27:03 +02:00
tibbi
8972ffc1f6 updating commons and room 2023-07-17 17:39:41 +02:00
tibbi
f3dce51add fixing some setting ripple backgrounds 2023-07-17 17:33:39 +02:00
Tibor Kaputa
9b30452083
Update strings.xml 2023-07-17 17:12:28 +02:00
Josep M. Ferrer
f84e21bb12
Translated using Weblate (Catalan)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/ca/
2023-07-17 17:03:36 +02:00
VfBFan
56968e7fa6
Translated using Weblate (German)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/de/
2023-07-17 17:03:36 +02:00
abc0922001
73fffb9082
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/zh_Hant/
2023-07-17 17:03:36 +02:00
abc0922001
17798cd1d6
Added translation using Weblate (Chinese (Traditional)) 2023-07-17 17:03:36 +02:00
Ensar Sarajčić
649a55a1fa Fix crash when removing last hidden icon from HiddenIconsActivity
This used to crash with:
    android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
            at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:8372)
            at android.view.ViewRootImpl.requestLayout(ViewRootImpl.java:1444)

This prevents that crash by ensuring that updates to `manage_hidden_icons_placeholder` happens on UI thread
2023-07-17 16:01:44 +02:00
Ensar Sarajčić
913cbb303d Add search bar to apps drawer
This closes #72
2023-07-17 15:58:59 +02:00
Tibor Kaputa
dda1080ccd
Merge pull request #77 from spkprs/patch-1
Update.xml
2023-07-16 13:19:33 +02:00
Rex_sa
56c5ff77c3
Translated using Weblate (Arabic)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/ar/
2023-07-16 13:01:47 +02:00
Guillaume
29fd4c7144
Translated using Weblate (Dutch)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/nl/
2023-07-16 13:01:46 +02:00
solokot
0e5c674d61
Translated using Weblate (Russian)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/ru/
2023-07-16 13:01:46 +02:00
Oğuz Ersen
604c8bdc42
Translated using Weblate (Turkish)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/tr/
2023-07-16 13:01:46 +02:00
Agnieszka C
267faa88b3
Translated using Weblate (Polish)
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/pl/
2023-07-16 13:01:46 +02:00
Eric
be7df2d4fd
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (12 of 12 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/zh_Hans/
2023-07-16 13:01:45 +02:00
spkprs
3659cc35ed
Update strings.xml 2023-07-14 14:31:28 +03:00
Tibor Kaputa
6397240dce
Update strings.xml 2023-07-14 09:55:43 +02:00
elgratea
bcc1352d8c
Translated using Weblate (Bulgarian)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/bg/
2023-07-14 09:52:59 +02:00
elgratea
482617bcf1
Added translation using Weblate (Bulgarian) 2023-07-14 09:52:59 +02:00
Tibor Kaputa
48ee02374a
updating the slovak string 2023-07-14 09:52:40 +02:00
Ensar Sarajčić
46b43359de Put labels in translatable strings 2023-07-14 09:37:24 +02:00
Ensar Sarajčić
ee914d889a Remove landscape orientation settings 2023-07-13 14:58:15 +02:00
Ensar Sarajčić
f4adf578d4 Add drawer section in settings 2023-07-13 14:01:22 +02:00
Ensar Sarajčić
7bbdf581de Enable customization of column count for application drawer 2023-07-13 12:19:33 +02:00
tibbi
552b7e561a replacing jcenter with mavenCentral 2023-06-23 10:55:59 +02:00
FTno
8f3163874e
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/nb_NO/
2023-05-17 15:53:18 +02:00
tibbi
7acbd0286c updating commons 2023-05-13 16:44:51 +02:00
Milo Ivir
83ef06948e
Translated using Weblate (Croatian)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/hr/
2023-03-16 14:37:41 +01:00
Oskari Lavinto
881a1db4be
Translated using Weblate (Finnish)
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/fi/
2023-02-28 17:39:55 +01:00
Gabriel Camargo
d742fd7e42
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (11 of 11 strings)

Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/pt_BR/
2023-02-23 21:36:23 +01:00
tibbi
9d77a33769 update version to 5.0.6 2023-02-12 23:49:10 +01:00
tibbi
8ba3c08cd1 remove invalid hidden icons 2023-02-12 23:44:11 +01:00
tibbi
bf61acc715 adding some crashfixes 2023-02-12 23:31:33 +01:00
tibbi
0ba3d75776 make the desktop icon label shadow a bit bigger 2023-02-12 23:20:23 +01:00