Leon Styhre
|
b26da9d80d
|
(Android) Added experimental support for running in multi-window mode
|
2024-11-18 22:57:39 +01:00 |
|
Leon Styhre
|
572cd9b8b0
|
(Android) Changed the default audio driver from AAudio to OpenSL ES
Also added an audio driver menu option to the Sound settings menu
|
2024-11-13 18:17:27 +01:00 |
|
Leon Styhre
|
9bc20fb18a
|
Some code format changes made by clang-format 18
|
2024-10-06 22:36:22 +02:00 |
|
Leon Styhre
|
5a2e6ec537
|
(Android) Fonts and locales are now copied earlier than the other assets as HarfBuzz and libintl need them earlier in the startup process
|
2024-08-20 23:09:11 +02:00 |
|
Leon Styhre
|
009b5b8d33
|
(Android) Localization files are now always setup on startup
|
2024-07-04 21:49:46 +02:00 |
|
Leon Styhre
|
eeccee307d
|
Added a menu option for selecting the application language
|
2024-07-02 23:57:44 +02:00 |
|
Leon Styhre
|
2d3a559cee
|
Added support for falling back to the closest matching locale if there is not an exact match
|
2024-07-02 22:05:40 +02:00 |
|
Leon Styhre
|
ec8a49623a
|
Added initial localization support
|
2024-06-29 21:24:28 +02:00 |
|
Leon Styhre
|
6b4243c32a
|
SDL_HINT_APP_NAME is now explicitly set to 'ES-DE' to display the correct name in the OS sound settings and similar
|
2024-06-08 12:20:32 +02:00 |
|
Leon Styhre
|
e86f058c81
|
(Android) The touch overlay is no longer reset by the onboarding configurator unless the 'Begin setup' button was pressed
|
2024-05-20 20:26:57 +02:00 |
|
Leon Styhre
|
05e641c04e
|
(Android) Added experimental support for running ES-DE as the home app
|
2024-05-20 19:49:28 +02:00 |
|
Leon Styhre
|
c8e7f7156a
|
(Android) Increased the maximum waiting time for the storage mount retry loop from 4 to 4.5 seconds
|
2024-05-06 17:19:24 +02:00 |
|
Leon Styhre
|
bcca5ca6e7
|
(Windows) Changed some log entries to use backslashes instead of forward slashes as directory separators
|
2024-04-10 22:45:33 +02:00 |
|
Leon Styhre
|
177b5befef
|
The game media directory is now created on application startup instead of when first starting the scraper
|
2024-04-10 22:03:50 +02:00 |
|
Leon Styhre
|
f839ced47b
|
Improved multithreading for the network code
|
2024-04-08 19:26:08 +02:00 |
|
Leon Styhre
|
e2a6c3ea9e
|
Changed the application description to 'ES-DE Frontend' for the -h/--help command line option
|
2024-03-24 12:40:00 +01:00 |
|
Leon Styhre
|
ff5b474101
|
(Android) Disabled exclusive controller access using SDL_HINT_JOYSTICK_HIDAPI
|
2024-03-11 00:33:21 +01:00 |
|
Leon Styhre
|
aac57e0391
|
(Android) Increased the maximum waiting time for the storage mount retry loop from 3 to 4 seconds
|
2024-03-09 15:05:28 +01:00 |
|
Leon Styhre
|
863d8b04af
|
(Android) Removed support for the Lite release
|
2024-03-09 13:03:59 +01:00 |
|
Leon Styhre
|
9d1522bec5
|
(Android) Added a retry loop on startup to check whether the external storage is mounted
|
2024-02-26 00:25:40 +01:00 |
|
Leon Styhre
|
89f65d092b
|
(Android) The versionCode is now included in the version printout on application startup
Also removed the v before the version name on all platforms
|
2024-02-25 11:32:44 +01:00 |
|
Leon Styhre
|
8e8f17c1d1
|
(Android) Added creation of a .nomedia file in the ROM directory
|
2024-02-11 22:58:32 +01:00 |
|
Leon Styhre
|
982a27b573
|
(Android) Moved the resume logic to the main thread instead of using the onResume() callback
|
2024-02-10 11:03:33 +01:00 |
|
Leon Styhre
|
7e64c15388
|
(Android) Added a reset of the video element delay timer on activity resume
|
2024-02-10 10:49:02 +01:00 |
|
Leon Styhre
|
a7215af23c
|
(Android) Added a small input blocking delay when entering the foreground to prevent unintended button presses
|
2024-02-06 22:38:15 +01:00 |
|
Leon Styhre
|
b7ff3e508b
|
(Android) Fixed an issue where re-running the configurator would wipe the es_settings.xml file
|
2024-02-02 19:58:15 +01:00 |
|
Leon Styhre
|
45bcfa9179
|
(Android) Enabled the use of the OS-supplied virtual keyboard if the ES-DE virtual keyboard setting has been disabled
|
2024-02-01 23:25:43 +01:00 |
|
Leon Styhre
|
9b805949e9
|
(Android) Completely removed the AAudio 100% CPU utilization workaround as this has been fixed in SDL 2.30.0
|
2024-01-31 23:03:39 +01:00 |
|
Leon Styhre
|
2afa1a7898
|
(Android) Disabled the use of SDL_HINT_ENABLE_SCREEN_KEYBOARD from the C++ code as this hint is set via AndroidManifest.xml
|
2024-01-31 22:54:04 +01:00 |
|
Leon Styhre
|
0af45b03e3
|
(Android) Added creation of .nomedia files in the themes and downloaded_media directories
|
2024-01-31 21:03:28 +01:00 |
|
Leon Styhre
|
c27ee24cc4
|
(Android) Added fade-out support to the touch overlay
|
2024-01-14 21:55:09 +01:00 |
|
Leon Styhre
|
720ca50cd0
|
(Android) The touch overlay setting is now always enabled after running the configurator
|
2024-01-14 13:14:07 +01:00 |
|
Leon Styhre
|
183e8a1f93
|
(Android) Added shoulder and trigger buttons to the touch overlay
|
2024-01-13 19:44:42 +01:00 |
|
Leon Styhre
|
e91512a519
|
(Android) Added initial touch overlay support
|
2024-01-13 16:14:46 +01:00 |
|
Leon Styhre
|
2356bd248f
|
(Android) Eliminated an unnecessary configurator check
|
2024-01-08 18:27:27 +01:00 |
|
Leon Styhre
|
c2201da47a
|
(Android) Added a system directories creation state to the splash screen
|
2024-01-06 12:55:29 +01:00 |
|
Leon Styhre
|
1437207e91
|
(Android) Added proper configurator behavior on application startup
|
2024-01-04 21:38:46 +01:00 |
|
Leon Styhre
|
0deec0865d
|
(Android) Reverted to requiring full filesystem access for the application
|
2024-01-03 17:33:59 +01:00 |
|
Leon Styhre
|
eb33829575
|
(Android) Added a mechanism for holding the main thread while the configurator is running
|
2023-12-30 20:32:27 +01:00 |
|
Leon Styhre
|
d108320a07
|
(Android) Commented out a CPU utilization workaround as OpenSL ES is now used instead of AAudio and it does not have this problem
|
2023-12-30 19:38:16 +01:00 |
|
Leon Styhre
|
45d885e2a9
|
(Android) Workaround for an SDL issue where SDL_PollEvent() consumes all available CPU cycles when the application has been stopped
|
2023-12-26 17:34:51 +01:00 |
|
Leon Styhre
|
88778e47a5
|
(Android) Some customizations for the Lite release
|
2023-12-25 23:23:39 +01:00 |
|
Leon Styhre
|
c42c009c59
|
(Android) Added device info as debug log output on application startup
|
2023-12-23 20:53:30 +01:00 |
|
Leon Styhre
|
3d4dcadc47
|
(Android) Disabled command line option parsing as there are no such options on Android
|
2023-12-23 20:26:33 +01:00 |
|
Leon Styhre
|
573b0859e1
|
(Android) Added some more verbose log messages regarding storage states on application startup
|
2023-12-23 10:53:46 +01:00 |
|
Leon Styhre
|
6c78cad77d
|
Added support for more extreme vertical resolution than previously allowed
|
2023-12-19 18:41:35 +01:00 |
|
Leon Styhre
|
116d73c62a
|
Removed some std::filesystem code
Also fixed an issue with launching emulators not defined via find rules
|
2023-12-19 17:35:58 +01:00 |
|
Leon Styhre
|
0b20fedaf2
|
The screensavers and screensavers/custom_slideshow directories are now created on application startup
|
2023-12-16 21:18:58 +01:00 |
|
Leon Styhre
|
a0d636ffb8
|
Changed the application name to ES-DE in all source file headers
|
2023-12-16 19:48:25 +01:00 |
|
Leon Styhre
|
8887b9684c
|
Old logs are now deleted when creating the logs folder inside the application data directory
|
2023-12-16 13:17:13 +01:00 |
|