Skip to content

Translations update from Hosted Weblate#544

Merged
saulhdev merged 379 commits intoNeoApplications:mainfrom
weblate:weblate-neolauncher-neolauncher
Apr 5, 2026
Merged

Translations update from Hosted Weblate#544
saulhdev merged 379 commits intoNeoApplications:mainfrom
weblate:weblate-neolauncher-neolauncher

Conversation

@weblate
Copy link
Copy Markdown
Contributor

@weblate weblate commented Mar 25, 2026

Translations update from Hosted Weblate for Neo Launcher/Neo Launcher.

Current translation status:

Weblate translation status

Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
saulhdev and others added 28 commits February 22, 2026 10:46
Currently translated at 100.0% (576 of 576 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/ta/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/ar/
Currently translated at 100.0% (588 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/nl/
Currently translated at 100.0% (588 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/nl/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/hu/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/ja/
Currently translated at 56.9% (335 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/sv/
Currently translated at 95.2% (560 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/hr/
Currently translated at 49.3% (290 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/cs/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/ru/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/it/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/de/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/uk/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/es/
Currently translated at 94.3% (555 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/pl/
Currently translated at 96.4% (567 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/tr/
Currently translated at 94.2% (554 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/fr/
…er-neolauncher

Translations update from Hosted Weblate
…der lifecycle management and modernize service interaction

- Remove `LauncherClientBridge` and simplify service connection logic in `BaseClientService` using LiveData for feed provider updates
- Update `OverlayCallbackImpl` to use Kotlin Coroutines Flow for feed state tracking and implement full activity lifecycle callbacks (`onStart`, `onResume`, etc.)
- Refactor `LauncherClient` to improve naming clarity, handle motion events for scrolling, and refine service state change notifications
- Update `NeoLauncher` to lazily initialize the overlay manager and streamline its lifecycle integration
- Hardcode the overlay intent action to `com.android.launcher3.WINDOW_OVERLAY` and remove dependencies on `OSEManager`
- Update `OverlayCallbackImpl` to trigger a reconnection attempt on `ACTION_DOWN` if the `launcherClient` is disconnected
- Fix back button behavior in `Launcher.java` to prioritize hiding the overlay and handling `ALL_APPS` state before default system back logic
- Expose `isConnected()` in `LauncherClient` and clean up intent construction and API version loading logic
- Simplify `BaseClientService` connection logic by removing LiveData observers in favor of direct preference lookups during `connect()` and `disconnect()`
Currently translated at 100.0% (588 of 588 strings)

Translation: Neo Launcher/Neo Launcher
Translate-URL: https://hosted.weblate.org/projects/neolauncher/neolauncher/it/
@saulhdev saulhdev merged commit 9c4dfc1 into NeoApplications:main Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.