Markus Wick
fd83937987
Merge pull request #6338 from mahdihijazi/settings_enhancements
...
Update Android UI Settings to have the most common used settings
2018-07-04 21:50:09 +02:00
Markus Wick
0cf205f947
Merge pull request #7211 from mahdihijazi/upgrade_targetsdk
...
Android: Upgrade targetSDK to 27 and androidSupportVersion to 7.1.1
2018-07-04 21:45:13 +02:00
mahdihijazi
e8ad6e4d49
Upgrade targetSDK to 27 and androidSupportVersion to 7.1.1
2018-07-02 16:40:16 +02:00
mahdihijazi
03fd8ddce6
Disable automatic backup
...
Since we don't have proper confuguration file of what to include/exclude
in the backup, this better be disabled because it will lead to unexpected
state. This will solve any issue that was keep hapenning even after fresh
install of the emulator until you manually clear the app data.
2018-07-02 16:24:57 +02:00
mahdihijazi
77e51ab527
Android: Make the header focusable
...
otherwise the settings list scrolling is not working properly
on Android Oreo(Tv)
2018-07-01 22:25:14 +02:00
mahdihijazi
a639fa9a81
Android: Expose arbitrary mipmap detection toggle in UI
2018-07-01 22:25:14 +02:00
mahdihijazi
e7d295894a
Android: Support GameCube System Language
2018-07-01 22:25:14 +02:00
mahdihijazi
d5a048a2ba
Android: Create didcated sections for GameCube & Wii
...
This align the Android UI with the desktop UI
2018-07-01 22:25:14 +02:00
mahdihijazi
5010dfde7e
Android: Support WideScreen Hack
2018-07-01 22:25:13 +02:00
mahdihijazi
84229c0c05
Android: Support SpeedLimit config option
2018-07-01 22:25:13 +02:00
mahdihijazi
b924445e48
Android: Support Post Processing Shaders
2018-07-01 22:25:13 +02:00
mahdihijazi
b4bb213ffd
Android: Add Force 24-Bit Color enhancement option
2018-07-01 22:25:12 +02:00
mahdihijazi
ef23d97063
Android: Refine the Graphics Settings Screen
...
1. Add General Section
2. Move the Aspect Ration Settings from the Enhancmenets Section to
the General section to match the desktop GUI.
2018-07-01 22:25:12 +02:00
mahdihijazi
e0e9b43559
Android: Rename main settings buttons to match the desktop version
...
- Video Settings to Graphics Settings
- CPU Settings to Config
2018-07-01 22:25:12 +02:00
mahdihijazi
9316537964
Android: Change the incremental value of the slider to be 5% instead of 20%
2018-07-01 22:25:12 +02:00
mahdihijazi
87534f1b2f
RfC: Refactor the settings for Android to use dedicated tags
...
Before we used different way of identifying which settings menu to
show, someotimes we used the section name, other times we used the
settings file name. This one replaces all those different ways by just
one way based on a menu tag which is more clear and easy to follow.
2018-07-01 22:25:05 +02:00
JosJuice
1073aa4602
Merge pull request #7181 from Ebola16/R
...
Android: Properly set default Internal Resolution
2018-06-29 09:40:09 +02:00
Ryan Meredith
cdbc61dd0e
Android: Properly set default Internal Resolution
2018-06-28 22:14:53 -04:00
JosJuice
d1a82182ac
Android: Use case insensitive sorting in game list
2018-06-18 19:11:58 +02:00
Léo Lam
bd85d63c62
Merge pull request #7120 from Ebola16/313
...
Update Android Gradle to 3.1.3 and minor improvements
2018-06-15 19:54:49 +02:00
Ryan Meredith
31b3647d73
Android: Add Emulated CPU Clock description and minor cleanup
2018-06-14 23:15:39 -04:00
Ryan Meredith
fb3ae94acb
Android: Add AlertDialog for files without Game IDs in Game Settings
2018-06-09 11:30:20 -04:00
JosJuice
f0f8ca2172
Android: Don't allow INI editing for DOL/ELF files
2018-06-06 17:34:08 +02:00
JosJuice
1c027bc148
Use UICommon's game list code on Android
...
Deduplicates code, and gets rid of some problems the old code had
(such as: bad performance when calling native functions, only one
disc showing up for multi-disc games, Wii banners being low-res,
unnecessarily much effort being needed for adding more metadata).
2018-06-06 17:34:07 +02:00
JosJuice
daee5a4b43
Android: Store folders to scan in SharedPreferences instead of SQLite
...
Needed in order for the next commit to get rid of the SQLite database.
2018-06-04 22:12:25 +02:00