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 |
|
Leon Styhre
|
361bf832e1
|
Changed the application name from EmulationStation Desktop Edition to ES-DE
|
2023-12-16 12:30:13 +01:00 |
|
Leon Styhre
|
873ec7ee20
|
Added automatic configuration file migration from the legacy application data directory structure
Also added instruction dialogs regarding the new directory structure and file migration
|
2023-12-16 00:00:10 +01:00 |
|
Leon Styhre
|
6b0bfbfc09
|
Changed to a new application data directory structure
|
2023-12-15 22:35:28 +01:00 |
|
Leon Styhre
|
56ccba81d1
|
Removed all instances of hardcoded application directory entries
Also changed some source file headers
|
2023-12-15 18:33:02 +01:00 |
|
Leon Styhre
|
6bcbd70237
|
(Android) Changed a variable for the private data directory
|
2023-12-13 20:07:23 +01:00 |
|
Leon Styhre
|
8571dfe7bf
|
(Android) Implemented a cleaner way of handling the private data directory
|
2023-12-12 23:21:27 +01:00 |
|
Leon Styhre
|
d87bb4e3a4
|
(Android) Resources and themes are now only copied to internal storage after upgrades or for new installations
|
2023-12-07 18:33:08 +01:00 |
|
Leon Styhre
|
a83763c2c3
|
(Android) Added preliminary support for copying assets to the internal data directory
|
2023-12-07 18:28:55 +01:00 |
|
Leon Styhre
|
84534cf5d7
|
(Android) Added the application ID to the log output
Also changed the general log output formatting slightly
|
2023-12-07 18:21:03 +01:00 |
|
Leon Styhre
|
a09e4096ac
|
(Android) Added preliminary support for requesting storage permissions
|
2023-12-07 18:10:47 +01:00 |
|
Leon Styhre
|
1ea0428a00
|
(Android) Temporary code to be able to test the .apk package
|
2023-12-07 17:41:58 +01:00 |
|
Leon Styhre
|
fed4dda4ac
|
Fixed an issue where the application shutdown was not always clean
|
2023-11-10 20:42:14 +01:00 |
|
Leon Styhre
|
6d6673e1c3
|
The application release number is now tracked on startup instead of the application version
|
2023-11-04 19:43:01 +01:00 |
|
Leon Styhre
|
d576cbc03f
|
Added a 'Debug mode' option to the Other settings menu
|
2023-10-02 19:59:13 +02:00 |
|
Leon Styhre
|
193d57445a
|
Renamed the setting 'Only show ROMs from gamelist.xml files' to 'Only show games from gamelist.xml files'
|
2023-08-14 23:22:50 +02:00 |
|