Ensar Sarajčić
d1b888ee7e
Fix icons blinking on page change
2023-07-20 17:57:55 +02:00
Ensar Sarajčić
68a8b5dd25
Show indicators as soon as item is moved
2023-07-20 17:41:13 +02:00
Ensar Sarajčić
02684f393f
Fade page change indicators when not needed
2023-07-20 17:01:38 +02:00
Tibor Kaputa
0a76968091
minor code style update
2023-07-20 15:36:53 +02:00
Ensar Sarajčić
2038e9dcf1
Remove unused strokeWidth field from HomeScreenGrid
2023-07-20 13:52:37 +02:00
Ensar Sarajčić
4392527909
Improve behavior for dragging icons offpage
2023-07-20 13:48:36 +02:00
Ensar Sarajčić
1b0dc44ca8
Reduce delay for page changes
2023-07-20 13:35:22 +02:00
Ensar Sarajčić
8794f7ca23
Decrease move gesture sensitivity
2023-07-20 12:40:28 +02:00
Ensar Sarajčić
35fe1da420
Navigate to previous page if current one is empty
2023-07-20 12:09:28 +02:00
Ensar Sarajčić
9906ef05af
Draw page indicators on the bottom
2023-07-20 12:09:15 +02:00
Ensar Sarajčić
efb46dc0d6
Fix max page calculation in HomeScreenGrid to consider only visible items
2023-07-20 11:29:10 +02:00
Ensar Sarajčić
1448c8a989
Combine migrations to keep database version at 5
2023-07-20 11:20:53 +02:00
Ensar Sarajčić
05c9644037
Implement bottom row docking
2023-07-19 17:26:36 +02:00
Ensar Sarajčić
1c67a8f097
Merge branch 'main' into feature/47-multi-panel-home
2023-07-19 16:46:29 +02:00
Ensar Sarajčić
6ac3d0f86c
Fix shortcut pin intent handling
2023-07-19 16:30:21 +02:00
Ensar Sarajčić
3742762220
Handle pages in shortcut pin request
2023-07-19 16:09:27 +02:00
Tibor Kaputa
a766abf248
show errors at long toasts
2023-07-19 16:02:17 +02:00
Tibor Kaputa
f6176f0d85
updating the slovak translation
2023-07-19 16:00:44 +02:00
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ć
9766b3f0b6
Extract string for widget too big message
2023-07-19 15:25:29 +02:00
Tibor Kaputa
99443c3297
updating the slovak translation
2023-07-19 14:47:51 +02:00
Ensar Sarajčić
d5aff09c8e
Add setting for navigating to home screen always
2023-07-19 10:28:53 +02:00
Ensar Sarajčić
1913d0b739
Add delay to drawer and widgets closing
2023-07-19 10:21:45 +02:00
Ensar Sarajčić
3a4f4b47a9
Ensure gridCenters are cleared when dimensions of grid change
...
This prevents an issue of items that can't be dropped onto the grid, because of missing center values
2023-07-19 10:02:20 +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
Ensar Sarajčić
10a06020e8
Close apps drawer and widgets screen when navigating to other apps
...
This closes #17 , closes #57
2023-07-18 16:30:46 +02:00
Ensar Sarajčić
a429fba97f
Fix background for search bar item
2023-07-18 14:47:56 +02:00
Ensar Sarajčić
26b4d777e4
Merge branch 'main' into feature/60-row-column-count-customization
2023-07-18 14:41:55 +02:00
Ensar Sarajčić
8c9862c9c9
Update Simple-Commons for row_count string
2023-07-18 14:39:31 +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ć
3ec2bd2034
Update settings strings
2023-07-18 10:39:11 +02:00
Ensar Sarajčić
0581c18d81
Update backgrounds in settings screen
2023-07-18 10:21:47 +02:00
Ensar Sarajčić
26fee5c53f
Merge branch 'main' into feature/60-row-column-count-customization
2023-07-18 08:35:50 +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
Ensar Sarajčić
1c114f782e
Prevent resizing widgets over bottom row
2023-07-17 13:09:04 +02:00
Ensar Sarajčić
209c74e99b
Clean up widget placement
2023-07-17 13:03:20 +02:00
Ensar Sarajčić
1097159b8d
Fix last row behavior for widgets
2023-07-17 13:03:01 +02:00
Ensar Sarajčić
3e45c3311e
Adjust margins for big grid sizes
2023-07-17 12:45:03 +02:00
Ensar Sarajčić
d0f361c531
Fix vertical clickable area
2023-07-17 12:41:39 +02:00
Ensar Sarajčić
e00f6852ed
Adjust clickable areas
2023-07-17 12:32:01 +02:00
Ensar Sarajčić
4b1f2e5a65
Fix drawing of dock line in grid
2023-07-17 12:06:56 +02:00
Ensar Sarajčić
822b373a72
Prevent usage of bottom row for widgets
2023-07-17 11:59:56 +02:00
Ensar Sarajčić
5d642eefe2
Restore widget drawing bottom row limitation
2023-07-17 11:59:22 +02:00
Ensar Sarajčić
3545701f21
Properly translate tap coordinates into grid coordinates for touch events
2023-07-16 16:52:27 +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
Ensar Sarajčić
934651e88d
Increase clickable height of grid icons
2023-07-16 09:33:23 +02:00
Ensar Sarajčić
2636f5666e
Merge branch 'main' into feature/60-row-column-count-customization
2023-07-15 17:54:20 +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ć
b49a84968e
Adjust widgets drawing for missing bottom row
2023-07-13 15:55:01 +02:00
Ensar Sarajčić
ec45fc0a1f
Add an error when widget is too big for home screen
2023-07-13 15:13:21 +02:00
Ensar Sarajčić
3ed5119129
Remove landscape row and column counts
2023-07-13 15:03:50 +02:00
Ensar Sarajčić
ee914d889a
Remove landscape orientation settings
2023-07-13 14:58:15 +02:00
Ensar Sarajčić
1cbc887c3c
Remove bottom row logic from HomeScreenGrid
2023-07-13 14:54:32 +02:00
Ensar Sarajčić
79d047c852
Add settings for configuring home screen grid size
...
This closes #60
2023-07-13 14:32:43 +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
tibbi
5c89f1cc7c
fix navigation bar being fully colored
2023-02-12 23:17:17 +01:00
tibbi
83f2c34f21
updating Hidden Icons activity style
2023-02-12 23:10:51 +01:00
tibbi
7b8a2de649
redesigning the app settings
2023-02-12 23:02:23 +01:00
Tibor Kaputa
314ccb63a9
Update strings.xml
2023-02-10 11:58:54 +01:00
Tibor Kaputa
0fe9c6a789
Update strings.xml
2023-02-10 11:57:28 +01:00
Moo
3a74dbc0c0
Added translation using Weblate (Lithuanian)
2023-02-03 12:47:38 +01:00
ⵣⵓⵀⵉⵔ ⴰⵎⴰⵣⵉⵖ زهير أمازيغ
dc3bf616b8
Translated using Weblate (Tamazight (Standard Moroccan))
...
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/zgh/
2023-01-25 10:51:26 +01:00
ⵣⵓⵀⵉⵔ ⴰⵎⴰⵣⵉⵖ زهير أمازيغ
d404baf085
Added translation using Weblate (Tamazight (Standard Moroccan))
2023-01-24 10:04:00 +01:00
VfBFan
3d22f6cea7
Translated using Weblate (German)
...
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/de/
2023-01-18 17:19:47 +01:00
J. Lavoie
625c1bede8
Translated using Weblate (French)
...
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/fr/
2023-01-18 17:19:47 +01:00
Balázs Meskó
d46609c3b8
Translated using Weblate (Hungarian)
...
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/hu/
2023-01-18 17:19:46 +01:00
Tibor Kaputa
c79a086977
Update strings.xml
2023-01-15 13:11:18 +01:00
Tibor Kaputa
c7ea47ef62
Update strings.xml
2023-01-15 13:10:55 +01:00
Tibor Kaputa
ddd520e134
Update strings.xml
2023-01-15 13:10:33 +01:00
Sergio Marques
dafd0c2478
Translated using Weblate (Portuguese)
...
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/
2023-01-13 01:52:14 +01:00
Sergio Marques
6df3d9f042
Added translation using Weblate (Portuguese)
2023-01-12 00:57:39 +01:00
Ahmad0a
836f800571
Translated using Weblate (Arabic)
...
Currently translated at 81.8% (9 of 11 strings)
Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/ar/
2023-01-08 00:50:31 +01:00
Ahmad0a
e16f6441d1
Added translation using Weblate (Arabic)
2023-01-07 23:20:43 +01:00
Dan
24f9a53fe7
Translated using Weblate (Ukrainian)
...
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/uk/
2022-12-24 12:35:58 +01:00
Dan
bcd6dd0acb
Translated using Weblate (Ukrainian)
...
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/uk/
2022-12-23 00:53:46 +01:00
Vitor Henrique
a82faafac5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 72.7% (8 of 11 strings)
Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/pt_BR/
2022-12-18 14:48:21 +01:00
Vitor Henrique
68b33821a2
Added translation using Weblate (Portuguese (Brazil))
2022-12-17 14:17:33 +01:00
Slávek Banko
66bd4a0ec7
Translated using Weblate (Czech)
...
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/cs/
2022-12-06 23:47:22 +01:00
VfBFan
726a549dad
Translated using Weblate (German)
...
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/de/
2022-11-20 13:48:22 +01:00
Abhi
54f3f9c0d6
Translated using Weblate (Malayalam)
...
Currently translated at 54.5% (6 of 11 strings)
Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/ml/
2022-11-19 09:27:15 +01:00
Tibor Kaputa
470deb260e
Update strings.xml
2022-11-18 23:22:10 +01:00
Tibor Kaputa
cb1888372b
Update strings.xml
2022-11-18 23:21:38 +01:00
Abhi
97921677d6
Translated using Weblate (Malayalam)
...
Currently translated at 45.4% (5 of 11 strings)
Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/ml/
2022-11-18 23:20:24 +01:00
Abhi
46d0612c43
Added translation using Weblate (Malayalam)
2022-11-18 23:20:24 +01:00
Alex
3f24b2f28b
Translated using Weblate (Serbian)
...
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/sr/
2022-11-18 23:20:24 +01:00
Alex
17d74f529b
Added translation using Weblate (Serbian)
2022-11-18 23:20:24 +01:00
Alex
f54191b326
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/
2022-11-18 23:20:24 +01:00
Alex
533d446261
Added translation using Weblate (Croatian)
2022-11-18 23:20:24 +01:00
spkprs
9b6048b897
Create strings.xml
2022-10-30 18:47:39 +02:00
Tibor Kaputa
61500b5f5f
Update strings.xml
2022-10-29 18:21:38 +02:00
bgo-eiu
210affef59
Translated using Weblate (Punjabi (Pakistan))
...
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/pa_PK/
2022-10-27 09:35:01 +02:00
bgo-eiu
e03a628c0f
Added translation using Weblate (Punjabi (Pakistan))
2022-10-27 08:09:58 +02:00
tibbi
e50bf60743
update version to 5.0.5
2022-10-26 17:33:05 +02:00
tibbi
089a8b267d
updating commons
2022-10-26 17:26:43 +02:00
tibbi
e4b10b4013
make sure we always hide the proper icon
2022-10-26 17:10:01 +02:00
tibbi
54b4b46da3
remove hidden icons with a fade animation
2022-10-26 16:56:13 +02:00
tibbi
6833d5c9b3
show the placeholder if no icons are hidden
2022-10-26 16:29:16 +02:00
tibbi
68cf94bd74
allow removing hidden icons from the app settings
2022-10-26 16:24:24 +02:00
tibbi
0169862343
rewrite hidden icons adapter so that we can unhide icons
2022-10-26 10:34:45 +02:00
tibbi
17c3179c47
show proper hidden icon drawables at the activity
2022-10-26 10:16:41 +02:00
tibbi
d1e615f55c
remove hidden icons from cached ones too
2022-10-26 10:03:20 +02:00
tibbi
63bd57bd96
list hidden icons at the proper activity
2022-10-26 10:03:09 +02:00
tibbi
645dee47bc
adding an initial implementation of icon hiding
2022-10-25 23:25:03 +02:00
tibbi
415c8501dd
add a new db table for hidden icons
2022-10-25 19:56:54 +02:00
tibbi
98139b1e24
show a placeholder if no icons are hidden yet
2022-10-25 19:36:01 +02:00
tibbi
397415ec99
adding a Manage Hidden Icons button in the app settings
2022-10-25 18:29:24 +02:00
tibbi
1190c5de2b
adding a crashfix
2022-10-25 18:13:35 +02:00
tibbi
980d75a30f
updating commons and gradle
2022-10-25 18:13:30 +02:00
Tibor Kaputa
ec19eec273
Update strings.xml
2022-10-25 18:03:21 +02:00
gallegonovato
ad275539b9
Translated using Weblate (Galician)
...
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/gl/
2022-10-23 19:06:30 +02:00
Guillaume
f03d645f13
Translated using Weblate (Dutch)
...
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/nl/
2022-10-20 21:06:26 +02:00
Alex
ff26bedc3d
Translated using Weblate (Slovenian)
...
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/sl/
2022-10-19 19:02:12 +02:00
Priit Jõerüüt
ec709ab00a
Translated using Weblate (Estonian)
...
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/et/
2022-10-19 19:02:11 +02:00
Alex
7f30de478d
Added translation using Weblate (Slovenian)
2022-10-18 18:16:00 +02:00
Digger
07ebac3023
Translated using Weblate (Japanese)
...
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/ja/
2022-10-18 18:02:50 +02:00
tibbi
2b30b27ad0
update version to 5.0.4
2022-10-17 22:57:52 +02:00
tibbi
7b6413437c
updating commons
2022-10-17 20:36:51 +02:00
Tibor Kaputa
b2ccab2aca
Update strings.xml
2022-10-17 20:34:45 +02:00
foo-monkey
9f987f16d0
Translated using Weblate (Hebrew)
...
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/he/
2022-10-17 20:33:13 +02:00
gallegonovato
4a4761961b
Translated using Weblate (Galician)
...
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/gl/
2022-10-17 20:33:13 +02:00
en2sv
dce4f595b6
Translated using Weblate (Swedish)
...
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/sv/
2022-10-17 20:33:13 +02:00
foo-monkey
9baefe3d2e
Added translation using Weblate (Hebrew)
2022-10-17 20:33:13 +02:00
Linerly
d65a261572
Translated using Weblate (Indonesian)
...
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/id/
2022-10-17 20:33:13 +02:00
Linerly
a6561ceb3a
Added translation using Weblate (Indonesian)
2022-10-17 20:33:13 +02:00
tibbi
5a797b1248
avoid dragging the All Apps Fragment while dragging some icon
2022-10-17 20:33:08 +02:00
tibbi
07c167b5b3
set proper widget sizes, divide them by density
2022-10-17 20:28:00 +02:00
tibbi
464adc7309
correcting some menu offsets
2022-10-16 23:28:15 +02:00
tibbi
c5f329358a
allow renaming icons on the home screen
2022-10-16 23:23:38 +02:00
tibbi
c59bfc9d78
do not ignore density at setting move gesture threshold
2022-10-16 23:09:03 +02:00
tibbi
09d9a7d5ab
adding a null check to onStop
2022-10-16 22:48:51 +02:00
tibbi
cfbfc85fa2
update version to 5.0.3
2022-10-14 12:36:07 +02:00
tibbi
9c98afbd62
adding some move threshold for easier long presses
2022-10-14 12:30:53 +02:00
tibbi
aa97bb55df
lower the required OS version to 8, Oreo
2022-10-14 12:20:32 +02:00
tibbi
661ff469a8
fall back to the generic way of launching apps, if one doesnt work
2022-10-14 12:17:47 +02:00
tibbi
9e8847d165
update version to 5.0.2
2022-10-14 11:12:37 +02:00
tibbi
0f5ac6155d
fixing some gesture related glitches
2022-10-14 11:07:32 +02:00
tibbi
c39f8da9e7
adding an extra flag at creating our own launcher intent
2022-10-14 10:56:05 +02:00
tibbi
cb483bf15c
updating commons
2022-10-14 10:46:50 +02:00
tibbi
f8d0034222
fix #24 , add support for apps creating multiple icons, not just launcher
2022-10-14 10:43:39 +02:00
Tibor Kaputa
efb612ca5a
Update strings.xml
2022-10-12 23:14:53 +02:00
Tymofii Lytvynenko
2618c6a942
Translated using Weblate (Ukrainian)
...
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/uk/
2022-10-12 23:13:48 +02:00
atilluF
633d775d12
Translated using Weblate (Italian)
...
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/it/
2022-10-12 23:13:48 +02:00
Guillaume
9e8ccd8203
Translated using Weblate (Dutch)
...
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/nl/
2022-10-12 23:13:48 +02:00
Eric
5e4e6d7ec0
Translated using Weblate (Chinese (Simplified))
...
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/zh_Hans/
2022-10-12 23:13:48 +02:00
Tymofii Lytvynenko
2b578e8a5c
Added translation using Weblate (Ukrainian)
2022-10-12 23:13:48 +02:00
tibbi
5d1759868f
adding some null checks
2022-10-12 23:13:42 +02:00
tibbi
f70d99883c
handle updating the text color
2022-10-11 23:36:53 +02:00
tibbi
a1742ff5aa
use flat top fragment backgrounds until screen corners can be detected reliably
2022-10-11 23:10:44 +02:00
tibbi
6c5c0b34da
improve the handling of top notches
2022-10-11 20:33:12 +02:00
solokot
baf24516db
Translated using Weblate (Russian)
...
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/ru/
2022-10-11 11:06:08 +02:00
Josep M. Ferrer
7744fe9552
Translated using Weblate (Catalan)
...
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/ca/
2022-10-11 11:06:08 +02:00
gallegonovato
3db90e6cdd
Translated using Weblate (Spanish)
...
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/es/
2022-10-11 11:06:08 +02:00
Oğuz Ersen
afefa2d5ea
Translated using Weblate (Turkish)
...
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/tr/
2022-10-11 11:06:08 +02:00
Agnieszka C
170909ae43
Translated using Weblate (Polish)
...
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/pl/
2022-10-11 11:06:08 +02:00
tibbi
97d147dfd0
fixing a glitch at scrolling fragments
2022-10-11 11:06:01 +02:00
tibbi
7d01cbf25d
updating german translation to avoid confusion
2022-10-11 10:20:47 +02:00
Tibor Kaputa
835a41808b
Update strings.xml
2022-10-10 15:39:11 +02:00
Slávek Banko
bfc0dde732
Translated using Weblate (Czech)
...
Currently translated at 100.0% (6 of 6 strings)
Translation: Simple Mobile Tools/Simple Launcher
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-launcher/cs/
2022-10-10 15:13:51 +02:00