1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-13 13:25:26 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Allan Nordhøy
8f2a6863a8 Translated using Weblate (Norwegian Bokmål)
Currently translated at 53.5% (715 of 1335 strings)
2024-10-28 19:54:11 +01:00
Allan Nordhøy
10b0d45ec9 Added translation using Weblate (Norwegian Bokmål) 2024-10-28 19:54:11 +01:00
Linerly
0cf3df7f3e Translated using Weblate (Indonesian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Minetest/Minetest Android
Translate-URL: https://hosted.weblate.org/projects/minetest/minetest-android/id/
2024-10-28 19:54:11 +01:00
grorp
009e04fb63 Translated using Weblate (German)
Currently translated at 100.0% (8 of 8 strings)

Translation: Minetest/Minetest Android
Translate-URL: https://hosted.weblate.org/projects/minetest/minetest-android/de/
2024-10-28 19:54:11 +01:00
grorp
e7bb7b2fc1 Added translation using Weblate (German) 2024-10-28 19:54:11 +01:00
Yaya - Nurul Azeera Hidayah @ Muhammad Nur Hidayat Yasuyoshi
5e17ce8c81 Translated using Weblate (Malay)
Currently translated at 100.0% (1335 of 1335 strings)
2024-10-28 19:54:11 +01:00
Muhammad Rifqi Priyo Susanto
ac224bd82c Translated using Weblate (Indonesian)
Currently translated at 98.4% (1314 of 1335 strings)
2024-10-28 19:54:11 +01:00
grorp
4b90e582b4 Rename to Luanti (#15294)
The new header intentionally isn't in MTG stone design (or any other MTG-esque design), since we want to distance Luanti and MTG from each other. The font "undefined medium" (https://undefined-medium.com/) was used. 

ASCII art generated by https://patorjk.com/software/taag/#p=display&f=Graffiti&t=luanti
https://github.com/minetest/minetest/pull/11952#issuecomment-1013364703

---------

Co-authored-by: sfan5 <sfan5@live.de>
2024-10-27 14:04:51 +01:00
grorp
b1fa430dad Android: Don't crash if there is no web browser installed (#14683) 2024-05-26 19:49:32 +02:00
Muhammad Rifqi Priyo Susanto
5089e8342f Android: Use the correct value for notification (#14209)
The notification channel creation is moved into MainActivity.
The notification channel ID string is stored into a static variable.
The name and description of the notification channel are stored into the strings resource file.

Co-authored-by: sfan5 <sfan5@live.de>
2024-01-13 20:01:35 +01:00
Stvk imension
ba6de431a2 Android: Remove Migration Code (#13590)
Co-authored-by: Muhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com>
2023-07-27 14:09:17 +02:00
rubenwardy
4baf56520d Android: Add support for sharing debug.txt (#12370) 2022-06-05 17:42:09 +01:00
rubenwardy
6901c5fae5 Use scoped app storage on Android (#11466)
From November 2021, the Play Store will no longer be accepting
apps which use the deprecated getExternalStorageDirectory() API.

Therefore, this commit replaces uses of deprecated API with the new
scoped API (`getExternalFilesDir()` and `getExternalCacheDir()`).
It also provides a temporary migration to move user data from the
shared external directory to new storage.

Fixes #2097,  #11417 and #11118
2021-10-15 18:14:48 +02:00
NeroBurner
a7143c2a8c Move build/android directory to root of project (#11283) 2021-06-21 20:51:42 +01:00