2401 Commits

Author SHA1 Message Date
athrxx
4d1e616816 KYRA: (EOB II/ZH) - update static resources
(still weren't complete; also fix a couple of PC98 strings)
2023-07-18 21:36:08 +02:00
Lothar Serra Mari
637d35e864 ANDROID: Update German translation of store metadata 2023-07-18 13:38:39 +02:00
antoniou79
5cb87c1eca ANDROID: Remove LEANBACK_LAUNCHER from AndroidManifest
Since June 30, 2023 Play Store requires TV apps that use this category to use the app bundle distribution model

Since we currently build separate APKs this removal is a temporary measure for the upcoming release of 2.7.1.
However, we should re-instate the tag when we switch to the App Bundle distribution module and perhaps investigate, test
and resolve any other issues related to running the ScummVM Android app for TVs.
2023-07-18 11:32:05 +03:00
antoniou79
c00eabb2ac DISTS: ANDROID: English Release notes for 2.7.1 2023-07-15 14:27:41 +03:00
Walter Agazzi
24709a2ab2 ACHIEVEMENTS: Generated description files 2023-07-13 15:50:59 +02:00
athrxx
8510798d44 KYRA: (EOB II/ZH) - add missing kyradat resources
The kyradat resources should now be complete. I also
added some specific Chinese grammar handling  logic
for magic items.
2023-07-11 14:35:03 +02:00
Eugene Sandulenko
b2948060cf
DISTS: Added classicmacfonts.dat
This file contains fonts used for recreation of Classic Mac OS GUI. To generate it,
use the following commnand:

  devtools/dumper-companion.py createmacfonts
2023-07-05 14:00:49 +02:00
Le Philousophe
7af3a4571e ANDROID: Allow resizable activities 2023-06-26 15:25:27 +03:00
Cameron Cawley
33b09af3b2 ANDROID: Allow screen rotation 2023-06-26 15:25:27 +03:00
Donovan Watteau
6e0326dad4 DOCS: MAN: Sync with latest changes 2023-06-13 10:17:55 +02:00
Paul Gilbert
494409db1b MM: Generate mm.dat engine data file 2023-06-05 21:53:35 -07:00
Le Philousophe
4955800221 DISTS: Move icon file to match metainfo id
This follows new conventions
2023-06-01 20:39:17 +02:00
Le Philousophe
94aff8553d I18N: Fix AppData international generation.
Language codes must be unique (pt is in double).
In addition, rework code to make it cleaner.
2023-06-01 20:39:17 +02:00
Le Philousophe
f683b9b916 DISTS: Fix AppData id and update it to latest specification
AppData id should really be a rDNS but its filename and desktop
filename must match this id.
This commit makes everything match.
The provides directive must not mention its own desktop file but
launchable should.
2023-06-01 20:39:17 +02:00
Thierry Crozat
0eca37a262 BACKENDS: Remove old iPhone backend
This backend was no longer maintained and have had no release
and no daily builds for several years.
2023-05-31 19:31:19 +01:00
elasota
6823514318 COMMON: Add Bulgarian language code 2023-05-29 23:50:15 +02:00
Ankush Dutt
74dff32dd9 I18N: Add script to generate translated strings.xml and fake cpp
- Add a python script (generate-android-i18n-strings.py)
 that generates the translated android strings.xml as per:
 https://developer.android.com/guide/topics/resources/providing-resources#AlternativeResources
 It considers the dists/android/res/values/strings.xml file as
 a base template to generate those translated strings.xml files.

- The python script also generates a fake cpp with strings from
 dists/android/res/values/strings.xml. These strings will be picked
 up by gettext to make it translatable. If there is any change in the
 original strings.xml file, we won't have to worry about the changes
 in cpp file.

- Add documentation for the generate-android-i18n-strings.py script
2023-05-14 22:40:50 +02:00
Ankush Dutt
1dae65f670 I18N: Add dummy cpp file to make android strings.xml translatable 2023-05-14 22:40:50 +02:00
leloch
8659f39224 KYRA: Support for official Polish HoF translation (floppy version)
Fixes #7666
2023-05-14 19:39:15 +02:00
athrxx
141c62eaa9 KYRA: (EOB II/PC98) - add static resources
(also make some initial adjustments to the code, but it will throw an assert for now)
2023-05-12 14:50:46 +02:00
Lars Sundström
a75d53a5ec DISTS: Add ITSAppUsesNonExemptEncryption property to Info.plist
Every time ScummVM iOS application is submitted to TestFlight or the
App Store, App Store Connect asks a question about the application's
export compliance. To not have to answer that question on every
upload, set the property ITSAppUsesNonExemptEncryption in Info.plist
to NO.

ScummVM uses third-party libraries that utilizes encryption, however
these are configured to use standard encryption algorithms or crypto
functionality within Apple’s operating system, thus fulfilling the
export compliance.
2023-05-09 14:33:56 +02:00
Vladimir Serbinenko
32f7e1d34e KYRA: Import LoL Chinese resources 2023-04-30 20:01:06 +02:00
Vladimir Serbinenko
28e87b295d KYRA: Add string for own healing in Chinese EOB2 2023-04-29 13:37:45 +02:00
Vladimir Serbinenko
87ce98a749 KYRA: Add resources for EOB2 Chinese 2023-04-29 13:37:45 +02:00
SupSuper
e396d34320 CREATE_PROJECT: Remove deprecated --use-canonical-lib-names
It's always the default
2023-04-29 13:16:08 +02:00
Eugene Sandulenko
1c11b2e013
DISTS: ANDROID: Clarified character limit for the release notes 2023-04-22 21:23:22 +02:00
Lothar Serra Mari
1f3a794d0b
ANDROID: Update store metadata for the German Play Store for 2.7.0.5 2023-04-22 21:20:53 +02:00
antoniou79
27160c55c1 ANDROID: Update US metadata file for Play Store
For final version 2.7.0.5
2023-04-22 18:39:11 +03:00
antoniou79
a6d6df30f4 ANDROID: Update versioncodes reservation for 2.7.0.5
Aimed for official release (out of beta) on Play Store
2023-04-22 14:26:51 +03:00
Kaloyan Chehlarski
13d6cd0836 DISTS: Update nancy.dat 2023-04-09 15:52:13 +03:00
Le Philousophe
7dd03c4bc7 FREESCAPE: Fix bad copy paste
No cube shader for Freescape
2023-04-02 17:05:05 +02:00
neuromancer
4f29dd4299 FREESCAPE: renamed shaders filenames and added them into shader.dat 2023-04-02 15:56:10 +02:00
antoniou79
cc37cb6f32 ANDROID: Update some properties in AndroidManifest
This is according to Lint suggestions mostly
2023-03-27 21:08:31 +03:00
Lothar Serra Mari
4f4ce3bcc3
ANDROID: Update German store metadata 2023-03-26 16:34:36 +02:00
antoniou79
4b13402901 ANDROID: Update English metadata for Play Store (2.7.0 beta 4) 2023-03-26 17:10:18 +03:00
antoniou79
d16c5ee118 ANDROID: Update versioncodes reservation for 2.7.0 beta 4 2023-03-26 14:38:31 +03:00
Eugene Sandulenko
5571e78331
DISTS: Add Arabic fonts to fonts.dat 2023-03-26 01:48:20 +01:00
Antoniou Athanasios
fb673553ce ANDROID: Write to a scummvm.log file 2023-03-25 23:23:12 +02:00
Ankush Dutt
dc9baac9d0 I18N: Add simpler template for easy modification and order language tags alphabetically 2023-03-21 12:32:42 +01:00
Ankush Dutt
61552c2e96 I18N: Add script to automatically generate scummvm.appdata.xml from *.po files 2023-03-21 12:32:42 +01:00
Le Philousophe
f7fc60d045 ANDROID: Make sure ScummVMActivity is always run once
We don't support having multiple instances of ScummVMActivity running at
the same time (because of the system singleton in C++).
2023-03-18 12:01:05 +01:00
Paweł Kołodziejski
3bf580cca8
DISTS: Updated urls for PS3 repositories 2023-03-18 05:13:00 +01:00
Eugene Sandulenko
e08ac851be
DISTS: Fix some grammar in engine-data/README 2023-03-17 13:37:26 +01:00
Eugene Sandulenko
3a8312c072
DISTS: Added missing engine-data files to various lists 2023-03-17 13:37:26 +01:00
Eugene Sandulenko
370cfa730d
DEVTOOLS: Add release check for engine-data files 2023-03-17 13:37:25 +01:00
Lars Sundström
4803785aaf DISTS: Remove UIApplicationExitsOnSuspend from ios7 Info.plist
The option UIApplicationExitsOnSuspend is deprecated and not valid
anymore. Remove it to be able to push app to AppStore connect.
2023-03-16 14:41:10 +01:00
Lars Sundström
4d1a78c6ed DISTS: Add AppStore icon for ios7 port
Apple requires a 1024x1024 icon with no transparency as an AppStore
icon.
When updating the icon set Xcode automatically changed the json file
structure to have the file names on top of each record.
2023-03-16 14:41:10 +01:00
antoniou79
95089b3704 ANDROID: Upgrade gradle plugin and dependencies version 2023-03-12 22:26:01 +02:00
Lothar Serra Mari
6ec47a0ae3
ANDROID: Minor fix in German Store description 2023-03-12 07:19:57 +01:00
Eugene Sandulenko
50f2a00816
DISTS: ANDROID: Autotranslate beta3 description into German 2023-03-11 23:32:39 +01:00