Commit Graph

642 Commits

Author SHA1 Message Date
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
Slávek Banko 7001b96f10
Added translation using Weblate (Czech) 2022-10-10 15:13:50 +02:00
tibbi 6ce300b561 update version to 5.0.1 2022-10-09 20:46:57 +02:00
tibbi edd2a6c2ef lets remove the noHistory flag 2022-10-09 20:36:00 +02:00
tibbi fecb6ae0e3 lets block Back button to avoid some glitches 2022-10-09 20:31:14 +02:00
tibbi 417deef01c make sure casual static shortcuts work too 2022-10-09 20:12:59 +02:00
tibbi fd9c7b3787 fix migration from previous app versions 2022-10-09 20:04:47 +02:00
tibbi 3a6aa2e96e add support for pinned shortcuts 2022-10-09 19:59:24 +02:00
tibbi 4280886656 adding some icon hiding related strings 2022-10-09 11:18:12 +02:00
tibbi f85b7f911f make sure cell sizes are filled out before checking clicks 2022-10-09 09:31:36 +02:00
tibbi 2a4a8fd623 adding some more shortcut support 2022-10-08 23:10:35 +02:00
tibbi c4a9a2b14c properly handle migration of new fields 2022-10-08 22:42:05 +02:00
tibbi 593b0d575e adding 2 new fields to HomeScreenGridItem for shortcuts 2022-10-08 22:29:00 +02:00
tibbi 9ed0e55c15 add the first part of shortcut handling 2022-10-07 23:06:28 +02:00
tibbi 543371632a store activityInfo at shortcuts 2022-10-07 22:35:35 +02:00
tibbi 1b118f0c0b update version to 2 2022-10-07 11:26:23 +02:00
tibbi e21ca7d80f updating commons 2022-10-07 11:21:34 +02:00
tibbi 42e78c550c use targetCellWidth and height for initial widget size on Android 13+ 2022-10-07 09:30:57 +02:00
Guillaume 0b1d2e3577
Translated using Weblate (Dutch)
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/nl/
2022-10-06 20:00:07 +02:00
solokot 431389b0fb
Translated using Weblate (Russian)
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/ru/
2022-10-06 20:00:06 +02:00
Guillaume 8242703e33
Added translation using Weblate (Dutch) 2022-10-06 19:56:18 +02:00
solokot 5a8ffe25c9
Added translation using Weblate (Russian) 2022-10-06 14:43:08 +02:00
tibbi 759af97742 making some motionevents not nullable again 2022-10-06 14:21:15 +02:00
tibbi 385a7c6c86 do not show shortcuts until implemented properley 2022-10-06 14:18:59 +02:00
tibbi aafff99c12 fix the positioning of default apps at the bottom 2022-10-05 21:34:58 +02:00
tibbi 4e68bc93ef fixing a widget resize glitch on Android 13+ 2022-10-05 21:29:51 +02:00
tibbi 71c4c96ad1 use the app package name at sorting widgets too 2022-10-05 14:22:08 +02:00
tibbi 5d3a886fd1 adding some null checks around touch events 2022-10-05 13:01:00 +02:00
tibbi 6fc579afe2 do not allow dragging the widget outside of the sreen 2022-10-05 12:58:41 +02:00
tibbi 4b9c235750 add a Wallpapers menu button at Widgets too 2022-10-05 12:24:48 +02:00
Tibor Kaputa 6846835cbd
Update strings.xml 2022-10-05 12:14:23 +02:00
paula katos c7f6d7f349
Translated using Weblate (Romanian)
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/ro/
2022-10-05 11:43:29 +02:00
paula katos b3c860bb99
Added translation using Weblate (Romanian) 2022-10-05 11:43:29 +02:00
gallegonovato a846394d48
Translated using Weblate (Galician)
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/gl/
2022-10-05 11:43:29 +02:00
gallegonovato b0eff72b43
Translated using Weblate (Spanish)
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/es/
2022-10-05 11:43:29 +02:00
Digger 6c4b8a0407
Translated using Weblate (Japanese)
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/ja/
2022-10-05 11:43:29 +02:00
atilluF eab5106956
Translated using Weblate (Italian)
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/it/
2022-10-05 11:43:29 +02:00
Digger a266b2023d
Added translation using Weblate (Japanese) 2022-10-05 11:43:29 +02:00
en2sv 733d3071a5
Translated using Weblate (Swedish)
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/sv/
2022-10-05 11:43:28 +02:00
Balázs Meskó 872c59b4e9
Translated using Weblate (Hungarian)
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/hu/
2022-10-05 11:43:28 +02:00
random r 2c124d9b73
Added translation using Weblate (Italian) 2022-10-05 11:43:28 +02:00
tibbi dee6dcdd53 do not allow resizing widgets to the bottom row 2022-10-05 11:43:22 +02:00
tibbi 0f536defce adding some widget positioning and sizing improvements 2022-10-05 11:30:39 +02:00
tibbi 0bf2ccbcd0 use 1x1 for app icon size 2022-10-05 10:37:15 +02:00
tibbi fd6fe125a9 adding some resizing improvements 2022-10-05 10:32:03 +02:00
tibbi 71b4deced1 replacing some Untils with dots 2022-10-05 10:09:36 +02:00
tibbi a8755b566e reworking some widget size handling 2022-10-05 10:08:08 +02:00
tibbi e69dc7438c add a listener to cell count changes 2022-10-04 23:34:50 +02:00
tibbi f572abcf84 adding collision checks at bottom resizing too 2022-10-04 23:09:51 +02:00
tibbi dccad9ef90 further improving some collision checks 2022-10-04 20:00:45 +02:00
tibbi abc838f307 handle collisions at resizing to the top 2022-10-04 19:49:01 +02:00
tibbi 72debab925 handle collisions at dragging on the right side too 2022-10-04 19:41:18 +02:00
tibbi 0d37b4c56f lets not forget adding the side margin at position restoring after collision 2022-10-04 12:41:06 +02:00
tibbi 022dc65770 scroll the fragments at the top when closing 2022-10-04 12:23:17 +02:00
tibbi 6c10551ace check some collisions at resizing widgets to the left 2022-10-04 12:12:46 +02:00
tibbi 5682968a0e create a list of cells occupied by other items at resizing 2022-10-04 11:24:38 +02:00
tibbi 830cea13fd adding some minimal sizes at the widget resizing 2022-10-04 10:41:26 +02:00
tibbi 2fd48bdf53 calculate the minimal cell count at resizing 2022-10-04 10:17:17 +02:00
tibbi 4921159242 just renaming rows to cells 2022-10-04 10:08:37 +02:00
tibbi a159465361 pass the provider info at resizing too 2022-10-04 09:48:26 +02:00
tibbi 80adadd0e8 adding some rounding to the widget resizing frame rect 2022-10-03 23:26:54 +02:00
tibbi d39348e521 update the resize rectangle by drag gestures 2022-10-03 22:25:41 +02:00
tibbi 327656af9a removing one of the new checks 2022-10-02 23:22:40 +02:00
tibbi 2d46888cb1 fix a flinging glitch 2022-10-02 23:19:20 +02:00
tibbi b9f96e0703 recognize dragging of sides at widget resizing 2022-10-02 23:10:29 +02:00
tibbi 30c5dec1be draw 4 dots at the widget resizing frame 2022-10-02 22:45:02 +02:00
tibbi 288fd804ab hide widget resize frame on pressing Back, if visible 2022-10-02 22:28:41 +02:00
tibbi ae66ce83f2 improving some widgetview gesture related handling 2022-10-02 22:22:24 +02:00
tibbi 6d6bc948f2 updating commons 2022-10-02 21:42:54 +02:00
tibbi ecc0243e60 hide the resizing frame at clicking on the widget 2022-10-02 21:42:46 +02:00
tibbi 2a5909573d change the way widget resizing frame works 2022-10-02 21:26:59 +02:00
tibbi 626a553331 create a custom view for the widget resizing frame 2022-10-02 20:01:46 +02:00
tibbi 24a4723bb2 draw a resizing line around widgets at long pressing 2022-10-02 15:26:10 +02:00
tibbi b5433b40a7 adding an extra check to avoid clicking through expanded fragments 2022-10-02 15:03:03 +02:00
tibbi 2cf2918538 work with ACTION_MOVE only if the finger really moved 2022-10-01 23:34:35 +02:00
tibbi 38f3e4034f event at onTouchEvent can apparently be null, check it 2022-10-01 23:27:36 +02:00
tibbi f4ea085118 add some distance checking at long pressing widgets 2022-10-01 23:24:36 +02:00
tibbi db02a2ce40 specify the default widget sizes after creating 2022-10-01 23:15:39 +02:00