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
Leon Styhre
481e2869ec
Changed the concept of 'theme set' to simply 'theme' everywhere in the code
2023-08-14 22:40:32 +02:00
Leon Styhre
461bbe0e52
Refactored command line parsing to use a container instead of C-style functions
...
Also simplified the Windows console stream redirection, and only redirect if started from the command line
2023-08-11 20:22:48 +02:00
Leon Styhre
35598a2c45
Changed the unsafe upgrade check to use std::filesystem::path
2023-08-02 20:36:29 +02:00
Leon Styhre
868c89cecf
(Windows) Added a warning dialog on startup if an unsafe upgrade of the portable release has been made
2023-07-31 17:42:38 +02:00
Leon Styhre
1552cd11c4
Added a missing cast
2023-07-29 17:49:32 +02:00
Leon Styhre
d27dd211c3
Added a utility to the menu for rescanning the ROM directory
...
Also added a new Utilities menu to the main menu
2023-07-20 21:59:28 +02:00
Leon Styhre
f522c67a5c
The automatic popup of the device virtual keyboard is now always disabled if the SDL release is 2.28.0 or higher
...
Also removed the custom SDL patch for the Linux AppImage builds that prevented the popup keyboard from being displayed, and also added logging of the SDL version to es_log.txt on application startup
2023-06-25 14:33:06 +02:00
Leon Styhre
bd2c229476
Added a PDF viewer
...
Also added the PoDoFo and Poppler libraries as dependencies
2023-06-21 23:02:19 +02:00
Leon Styhre
b6d17810be
Added support for changing between light and dark color schemes for the menu system
2023-05-07 22:56:24 +02:00
Leon Styhre
2209c384aa
Added a UserThemeDirectory setting for relocating the user theme directory
2023-04-06 11:40:32 +02:00
Leon Styhre
a752761937
Moved the application updater result fetch prior to the startup time log message.
2023-02-26 12:57:16 +01:00
Leon Styhre
c9a59994a6
Multiple improvements to ApplicationUpdater.
2023-02-26 12:50:30 +01:00
Leon Styhre
5b001f5608
(Windows) Converted forward slashes to backslashes for a few directory creation log messages.
2023-02-21 19:25:19 +01:00
Leon Styhre
53a29b8314
Changed the order of dialogs shown on application startup.
...
Also made the startup animation finish before the dialogs are displayed.
2023-02-21 18:52:48 +01:00
Leon Styhre
5d5be42918
Moved the application updater execution slightly later in the startup process.
2023-02-18 14:06:29 +01:00
Leon Styhre
270351b033
Added an application updater that checks for new releases on startup.
2023-02-18 12:42:19 +01:00