1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00
Commit Graph

66 Commits

Author SHA1 Message Date
Alexander Wilms
02e429e973 Fix typos using https://github.com/crate-ci/typos
Changes were reviewed manually
2024-06-24 03:47:19 +02:00
Andrey Filipenkov
d7bf6b7dbe [android][launcher] copy existing oh3 files using Java 2024-06-08 00:10:03 +03:00
Andrey Filipenkov
51345727f8 [android] cleanup Gradle / Java code 2024-06-08 00:10:02 +03:00
Andrey Filipenkov
cbc418fc62 [android] update SDL to 2.26.5 2024-06-08 00:09:04 +03:00
Ivan Savenko
5fdbcaa801 Bump mod repo on Android to 1.5. Hopefully last time. 2024-05-08 13:37:24 +00:00
Ivan Savenko
eba4347cbb Code cleanup 2024-02-11 21:54:30 +02:00
Ivan Savenko
30d677724b Remove no longer used methods from Java wrapper 2024-02-11 20:16:44 +02:00
Asirome
d489701756
Android launcher Spanish folder fix 2024-01-10 11:31:29 +01:00
Asirome
e71563c208
Android launcher Spanish translation 2024-01-01 15:43:18 +01:00
Ivan Savenko
44a79c1ff4
Merge pull request #3327 from Laserlicht/datetime
date time format
2023-12-18 13:21:01 +02:00
Laserlicht
56562ad8dc date time format 2023-12-16 18:57:38 +01:00
Kryštof Černý
74c99f8e3b Translate Android app 2023-12-15 17:35:52 +01:00
Ivan Savenko
18b8971d6f
Merge pull request #3101 from IvanSavenko/fix_android_data_import
Fix data import on Android
2023-10-29 13:46:48 +02:00
Ivan Savenko
2315ea84ec
Invert condition 2023-10-23 22:18:21 +03:00
Ivan Savenko
7dfdee2db8 Check whether H3 data has been imported using most common spellings of
data directory
2023-10-23 20:33:01 +03:00
Ivan Savenko
91e202e0e3 Ignore case when checking whether path is white-listed.
Fixes data import with H3 data that has different case in directory names
2023-10-23 20:32:45 +03:00
Alexander Wilms
941181b8b9 Convert XML files in android/ from CRLF to LF, exclude .bat files from CI check 2023-10-23 13:33:09 +00:00
Ivan Savenko
3880ea58b9 Merge branch 'josch/dos2unix' into develop 2023-10-22 18:39:03 +03:00
Ivan Savenko
4d43562bca
Merge pull request #2924 from Laserlicht/datetime_android
Datetime android
2023-09-27 15:43:46 +03:00
utzuro
240151374d fix word in the translation 2023-09-24 22:44:35 +09:00
utzuro
96907590ba fix translation word 2023-09-24 22:41:43 +09:00
utzuro
9e71a0c495 add small translation fixes 2023-09-24 22:39:40 +09:00
utzuro
7764dac386 fix some ukrainian strings in the android launcher 2023-09-24 22:22:14 +09:00
Laserlicht
e93a04409e Revert "another approach"
This reverts commit 2f64457a9a.
2023-09-24 15:02:59 +02:00
Laserlicht
2f64457a9a
another approach 2023-09-24 12:54:35 +02:00
Laserlicht
09cf8376db
date is already with time 2023-09-23 18:58:32 +02:00
Laserlicht
006431c898
fix 2023-09-23 17:50:42 +02:00
Laserlicht
63b91f7b87
imports 2023-09-23 17:41:36 +02:00
Laserlicht
455ead7b4a
fix datetime format (android) 2023-09-23 17:27:00 +02:00
Laserlicht
e50476603f Update DialogAuthors.java 2023-09-15 15:26:14 +02:00
Laserlicht
91e1246f75 Update DialogAuthors.java 2023-09-15 15:26:14 +02:00
Ivan Savenko
f8541d0ae4 Merge branch 'vcmi/master' into 'vcmi/develop' 2023-09-15 13:59:02 +03:00
Ivan Savenko
fc6fc31a02
Merge pull request #2565 from IvanSavenko/documentation
(1.3.2) Documentation import
2023-09-12 13:13:52 +03:00
Ivan Savenko
33bf367dc0 Updated docs and all internal links 2023-09-07 12:57:03 +03:00
Alexander Wilms
c0f0211098 Update VCMI icon (#2672)
* Update VCMI icon

Fixes #1993

Sources will be added to https://github.com/vcmi/vcmi-assets

* Use entire canvas height for shield, add remaining icons

* Use a slighty more saturated brown

* Align VCMI letters to pixel grid for 32px icons

* Align VCMI letters to pixel grid for 48px icon

* Align VCMI letters to pixel grid for 64px icon

* Add 96px icon to .ico

* Update Android and iOS icons

* Install 22px icon on Linux

* Update macOS .icns file

* Add more icons

* Update iOS icons

* Add more sizes to .ico files

* Don't use .png inside .ico

* Only include resolutions up to 256px in .ico files

* Center map editor icon
2023-09-05 23:57:19 +03:00
Alexander Wilms
d2f0a80573
Update VCMI icon (#2672)
* Update VCMI icon

Fixes #1993

Sources will be added to https://github.com/vcmi/vcmi-assets

* Use entire canvas height for shield, add remaining icons

* Use a slighty more saturated brown

* Align VCMI letters to pixel grid for 32px icons

* Align VCMI letters to pixel grid for 48px icon

* Align VCMI letters to pixel grid for 64px icon

* Add 96px icon to .ico

* Update Android and iOS icons

* Install 22px icon on Linux

* Update macOS .icns file

* Add more icons

* Update iOS icons

* Add more sizes to .ico files

* Don't use .png inside .ico

* Only include resolutions up to 256px in .ico files

* Center map editor icon
2023-09-01 22:36:32 +03:00
nordsoft
899cf5ee99 Update mods repo link for android 2023-08-28 17:21:38 +04:00
Ivan Savenko
b5fc0f19f2 Proper fix for Android launcher nullptr dereference 2023-08-07 16:53:51 +03:00
Ivan Savenko
48f130cd76 Fix crash on haptic feedback on Android 2023-08-06 14:11:14 +03:00
Ivan Savenko
702f57d5cc Avoid another crash in Android launcher 2023-08-06 13:43:08 +03:00
Ivan Savenko
a81f18765c Another workaround for another crash on Android launcher 2023-08-06 12:45:20 +03:00
Ivan Savenko
8d5aff4c12 Attempt of a blind fix for mod load crash on Android launcher 2023-08-05 12:58:25 +03:00
heroesiiifan
da7f1f4620
Update LanguageSettingDialog.java 2023-07-28 00:31:59 +00:00
heroesiiifan
cd91f69172
new languages in android 2023-07-16 09:17:16 +00:00
Michael
c786583ce8
Android Tick Effect 2023-07-08 18:16:54 +02:00
Michael
1050dee429
Update NativeMethods.java 2023-07-08 16:59:33 +02:00
Michael
47918e176a
Android Permission 2023-07-08 16:58:15 +02:00
Michael
73fb9ed714
Android Launcher: Remove unused settings + add scaling (#2239)
* Remove Resolution Config
* Remove swipe option
* Add scaling as a setting
2023-06-21 17:18:28 +03:00
Ivan Savenko
59232e827d Use 1.3 repo on Android 2023-05-23 15:28:45 +03:00
Laserlicht
c1ff292a7b Android ico 2023-04-15 13:50:37 +02:00