Commit Graph

1147 Commits

Author SHA1 Message Date
Priit Jõerüüt
8bb328f509 Translated using Weblate (Estonian)
Currently translated at 100.0% (17 of 17 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/et/
2025-01-21 20:03:26 +01:00
VfBFan
ad1b46dce1 Translated using Weblate (German)
Currently translated at 100.0% (17 of 17 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/de/
2025-01-21 20:03:26 +01:00
Fjuro
899863da4c Translated using Weblate (Czech)
Currently translated at 100.0% (17 of 17 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/cs/
2025-01-21 20:03:26 +01:00
Josep M. Ferrer
e229b2cfdd Translated using Weblate (Catalan)
Currently translated at 100.0% (17 of 17 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/ca/
2025-01-21 20:03:26 +01:00
VfBFan
57c58a55e3 Translated using Weblate (German)
Currently translated at 100.0% (5 of 5 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/de/
2025-01-21 20:03:26 +01:00
Josep M. Ferrer
c8cd31fef8 Translated using Weblate (Catalan)
Currently translated at 100.0% (5 of 5 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/ca/
2025-01-21 20:03:26 +01:00
en2sv
8e81c09e6e Translated using Weblate (Swedish)
Currently translated at 40.0% (2 of 5 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/sv/
2025-01-21 20:03:26 +01:00
Aindriú Mac Giolla Eoin
db5bf9fbdd Translated using Weblate (Irish)
Currently translated at 100.0% (5 of 5 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/ga/
2025-01-21 20:03:26 +01:00
Dan
089da3a95f Translated using Weblate (Ukrainian)
Currently translated at 100.0% (5 of 5 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/uk/
2025-01-21 20:03:26 +01:00
Fjuro
e0e0ce7696 Translated using Weblate (Czech)
Currently translated at 100.0% (5 of 5 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/cs/
2025-01-21 20:03:26 +01:00
Naveen Singh
d05710b977 Remove optional donation checklist item 2025-01-22 00:30:43 +05:30
Naveen Singh
b0bc730e94 Fix typo in CONTRIBUTING.md 2025-01-21 14:00:22 +05:30
Naveen Singh
13256eb237 Fix typos in issue templates 2025-01-17 17:57:13 +05:30
Naveen Singh
8387e6c8d6 Merge pull request #82 from rondao/double-tap-to-lock
Add double tap to lock the phone
2025-01-02 14:26:53 +05:30
Naveen Singh
99a60fa148 Update double tap to lock strings 2025-01-02 14:23:59 +05:30
Rafael Rondão
74adfd1fff Fix double tap to lock screen button not working
The value of 'isAdminActive' was only read during
'setupDoubleTapToLock', and not when clicking
the button.

So when clicking the settings button, the value
of 'isAdminActive' was out of date.

Signed-off-by: Rafael Rondão <rafael.rondao@gmail.com>
2025-01-01 15:11:11 -03:00
Rafael Rondão
734d483bc2 Move Double Tap to Lock menu at end of General
Signed-off-by: Rafael Rondão <rafael.rondao@gmail.com>
2025-01-01 15:09:52 -03:00
Rafael Rondão
8315774f1e Refactor strings for Double Tap to Lock feature
Include "the screen" for better explanation of the feature.

Co-authored-by: Agnieszka C <85929121+Aga-C@users.noreply.github.com>
2025-01-01 15:09:47 -03:00
Rafael Rondão
148f2d98c8 Add double tap to lock the phone
Locking the phone requires admin permission.

Signed-off-by: Rafael Rondão <rafael.rondao@gmail.com>
2025-01-01 15:09:40 -03:00
Naveen Singh
e91e4c43ac Update app version to 1.0.1 (2) 1.0.1 2025-01-01 16:05:08 +05:30
Naveen Singh
16331a198c Update changelog 2025-01-01 16:04:03 +05:30
Naveen Singh
cb9b224268 Update commons 2025-01-01 15:19:35 +05:30
Naveen Singh
7a6c699af5 Update AGP 2025-01-01 15:03:49 +05:30
Naveen Singh
21a33310a3 Merge pull request #83 from rondao/fix-widget-binding
Fix widgets getting stuck or disappearing
2025-01-01 14:03:37 +05:30
Naveen Singh
1ee3a05742 Merge branch 'main' into fix-widget-binding 2025-01-01 13:41:10 +05:30
Naveen Singh
7522a2020d Merge pull request #58 from FliegendeWurst/fix-tap-outside-of-group
Make sure tap outside of open group closes group
2025-01-01 12:16:36 +05:30
Naveen Singh
f29d2039c1 Merge pull request #78 from MichaelMcDonnell/fix-scroll-perf
Fix scroll down performance
2024-12-29 14:07:26 +05:30
Rafael Rondão
17234b210b Fix widgets getting stuck or disappearing
A Widget gridItem is created with widgetId -1.
When a Widget was binded for the first time, a
widgetId is generated by appWidgetHost.
However, this widgetId was not saved at DB.

During an onResume(), refreshLaunchers() would be
called, and then call fetchGridItems().
This would reset the widgetId to -1 and disconnect
it from the widgetId generated by appWidgetHost,
causing weird behaviors.

Another problem is that a new widgetId was being
generated everytime we replaced the Widget at a
restart process.

Changed so bindWidget() is only called when
binding the Widget for the first time, and then
we save the widgetId at the DB.

Later on, when recreating the screen, we retrieve
the widgetId from DB and call placeAppWidget() to
replace the Widget were it was.

Signed-off-by: Rafael Rondão <rafael.rondao@gmail.com>
2024-12-27 12:07:00 -03:00
Naveen Singh
3385c2850e Merge pull request #76 from weblate/weblate-fossify-launcher
Translations update from Hosted Weblate
2024-12-25 23:14:03 +05:30
Peter Dave Hello
b8e7cc8e29 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 75.0% (3 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/zh_Hant/
2024-12-22 11:06:33 +01:00
eduver
01789c3df4 Translated using Weblate (Interlingua)
Currently translated at 100.0% (14 of 14 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/ia/
2024-12-16 03:19:51 +01:00
Michael Mc Donnell
76a250925f Fix scroll down performance
Scrolling down was slow (see issue #65) because the keyboard was being
hidden every time there was a scroll down event. Hiding the keyboard is
an expensive operation (found through profiling). They keyboard only needs
to be hidden if the search bar is being used (in focus).
2024-12-14 21:52:31 -05:00
Frosted
6f1cc3274f Translated using Weblate (Turkish)
Currently translated at 100.0% (14 of 14 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/tr/
2024-12-12 12:00:29 +01:00
109247019824
c7a90cb491 Translated using Weblate (Bulgarian)
Currently translated at 71.4% (10 of 14 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/bg/
2024-12-02 10:09:27 +01:00
Aindriú Mac Giolla Eoin
cdd8e63fa4 Translated using Weblate (Irish)
Currently translated at 100.0% (4 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/ga/
2024-12-01 13:00:33 +01:00
Linerly
c67a58014f Translated using Weblate (Indonesian)
Currently translated at 100.0% (14 of 14 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/id/
2024-11-27 19:55:15 +01:00
Naveen Singh
3b8a6de77b Update no-response.yml 2024-11-18 12:21:36 +05:30
Naveen Singh
6140ec2f9b Merge pull request #45 from weblate/weblate-fossify-launcher
Translations update from Hosted Weblate
2024-11-18 00:05:30 +05:30
Guillaume
98e41eed2f Translated using Weblate (Dutch)
Currently translated at 50.0% (2 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/nl/
2024-11-17 19:15:43 +01:00
Aindriú Mac Giolla Eoin
94cd418c72 Translated using Weblate (Irish)
Currently translated at 100.0% (14 of 14 strings)

Translation: Fossify/Launcher
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher/ga/
2024-11-17 19:15:42 +01:00
Aindriú Mac Giolla Eoin
25d33d0968 Added translation using Weblate (Irish) 2024-11-17 19:15:41 +01:00
Dan
5f276eac11 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (4 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/uk/
2024-11-17 19:15:40 +01:00
Dan
de29653788 Added translation using Weblate (Ukrainian) 2024-11-17 19:15:39 +01:00
Giovanni Donisi
d188856bdd Translated using Weblate (Italian)
Currently translated at 100.0% (4 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/it/
2024-11-17 19:15:38 +01:00
Tom Coutte
c44af5df52 Translated using Weblate (French)
Currently translated at 25.0% (1 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/fr/
2024-11-17 19:15:37 +01:00
Jérôme Poisson
ad9ad86f9f Translated using Weblate (French)
Currently translated at 25.0% (1 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/fr/
2024-11-17 19:15:36 +01:00
Yeasin Hossain
a3438b73fd Translated using Weblate (Bengali (Bangladesh))
Currently translated at 25.0% (1 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/bn_BD/
2024-11-17 19:15:35 +01:00
Fjuro
e31d7ea133 Translated using Weblate (Czech)
Currently translated at 100.0% (4 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/cs/
2024-11-17 19:15:34 +01:00
Priit Jõerüüt
6866b9712e Translated using Weblate (Estonian)
Currently translated at 75.0% (3 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/et/
2024-11-17 19:15:33 +01:00
VfBFan
bfd73c8543 Translated using Weblate (German)
Currently translated at 100.0% (4 of 4 strings)

Translation: Fossify/Launcher metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/launcher-metadata/de/
2024-11-17 19:15:32 +01:00