| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-21 | Merge pull request #8962 from JosJuice/android-saf-wad | Léo Lam | |
| Android: Use storage access framework for importing WADs | |||
| 2020-10-20 | Android: Add AndroidOverlayButtons INI section | Ryan Meredith | |
| 2020-10-20 | Android: Add "Default Values" button for overlay seekbars | Ryan Meredith | |
| 2020-10-20 | Android: Convert SharedPreferences to INI Settings (simple cases) | Ryan Meredith | |
| 2020-10-20 | Merge pull request #9146 from JosJuice/android-disable-cover-download | Léo Lam | |
| Android: Allow disabling cover downloading | |||
| 2020-10-20 | Merge pull request #9061 from Ebola16/Fixes3 | Léo Lam | |
| Android: Improve WRITE_EXTERNAL_STORAGE denial | |||
| 2020-10-20 | Merge pull request #9154 from Ebola16/RR | Léo Lam | |
| Android: ConfirmRunnable to RunRunnable with optional confirmation | |||
| 2020-10-19 | Android: Refetch game metadata after returning from settings | JosJuice | |
| 2020-10-19 | Android: Allow disabling cover downloading | JosJuice | |
| In case someone wants to be very careful with how much bandwidth they use or with what data GameTDB.com collects on you. This is already an option in DolphinQt (though in DolphinQt it will switch entirely from using covers to banners when turned off). | |||
| 2020-10-19 | Android: Allow reading global settings without a Settings object | JosJuice | |
| This makes things more convenient for code that just wants to read the current value of a setting. | |||
| 2020-10-19 | Merge pull request #9148 from JosJuice/android-active-layer | Léo Lam | |
| Android: Fix setting read during play with local game layer active | |||
| 2020-10-18 | Android: Show alert messages as toasts outside of emulation | JosJuice | |
| It would be difficult to use the AlertMessage class for messages that need to be showed outside of emulation, but showing them as toasts is better than not showing them. | |||
| 2020-10-18 | Android: ConfirmRunnable to RunRunnable with optional confirmation | Ryan Meredith | |
| 2020-10-15 | Merge pull request #9144 from JosJuice/confirm-runnable-finish | JosJuice | |
| Android: Remove finish from ConfirmRunnableViewHolder | |||
| 2020-10-14 | Merge pull request #9119 from JosJuice/android-seekbar-min | Léo Lam | |
| Android: Correct SliderSetting minimum value behavior on API < 26 | |||
| 2020-10-14 | Merge pull request #9135 from JosJuice/show-nkit | Léo Lam | |
| Show NKitness in file format string | |||
| 2020-10-13 | Android: Fix setting read during play with local game layer active | JosJuice | |
| During emulation, when LocalGame has a value but CurrentRun doesn't, we want to read from LocalGame, not CurrentRun. This change exposes a LAYER_ACTIVE option that handles this correctly. | |||
| 2020-10-11 | Android: Remove finish from ConfirmRunnableViewHolder | JosJuice | |
| 2020-10-10 | Merge pull request #8833 from Ebola16/Panic | JosJuice | |
| Android: Use DialogFragment for AlertMessage | |||
| 2020-10-06 | Show NKitness in file format string | JosJuice | |
| To make people more aware that they're not using a normal disc image. | |||
| 2020-10-06 | Use Instant in StartupHandler. | Isira Seneviratne | |
| 2020-10-01 | Android: Correct SliderSetting minimum value behavior on API < 26 | JosJuice | |
| 2020-09-26 | Android: seekbar.setMin requires API level 26 | Ryan Meredith | |
| 2020-09-25 | Android: Add "Ignore for this session" to Warning AlertMessages | Ryan Meredith | |
| 2020-09-25 | Android: Use DialogFragment for AlertMessage | Ryan Meredith | |
| 2020-09-23 | Android: Use storage access framework for importing WADs | JosJuice | |
| This is part of my efforts to add support for scoped storage. I figured I would start with a relatively simple feature to make sure that everyone is fine with the approach I'm taking before I tackle more complicated features like the game list. | |||
| 2020-09-23 | Merge pull request #8902 from JosJuice/android-convert | JMC47 | |
| Android: Add disc image conversion | |||
| 2020-09-22 | Merge pull request #9088 from JosJuice/android-sysconf | JMC47 | |
| Android: Add Wii SYSCONF settings to GUI | |||
| 2020-09-16 | Merge pull request #9075 from JosJuice/android-osd-left-margin | JMC47 | |
| Android: Move OSD out of the way when menu is open | |||
| 2020-09-16 | Merge pull request #9077 from JosJuice/android-settings-initialized | JMC47 | |
| Android: Wait for initialization before launching EmulationActivity | |||
| 2020-09-16 | Android: Add workaround for conversion progress in dark mode | JosJuice | |
| 2020-09-16 | Android: Only allow conversion when appropriate | JosJuice | |
| 2020-09-16 | Android: Refactor GamePropertiesDialog.onCreateDialog | JosJuice | |
| 2020-09-16 | Android: Pass GameFile to GamePropertiesDialog::newInstance | JosJuice | |
| 2020-09-16 | Android: Let the user select where to save disc images | JosJuice | |
| 2020-09-16 | Android: Add content provider support to File::Delete | JosJuice | |
| 2020-09-16 | Android: Add content provider support to File::IOFile | JosJuice | |
| Taking the hit now to prepare us for when Google Play will force us to use scoped storage... | |||
| 2020-09-16 | Android: Add a progress dialog for disc image conversion | JosJuice | |
| 2020-09-16 | Android: Add disc image conversion | JosJuice | |
| 2020-09-16 | Android: Move OSD out of the way when menu is open | JosJuice | |
| https://bugs.dolphin-emu.org/issues/12256 | |||
| 2020-09-16 | Android: Add Wii SYSCONF settings to GUI | JosJuice | |
| Now that PR 8975 is merged, we can finally add this without hacks. https://bugs.dolphin-emu.org/issues/11605 | |||
| 2020-09-16 | Android: Don't assume SliderSetting minimum is 0 | JosJuice | |
| 2020-09-16 | Merge pull request #8975 from JosJuice/android-new-config | JosJuice | |
| Android: Hook up the new config system | |||
| 2020-09-15 | Android: Display default path when no path is set | JosJuice | |
| 2020-09-15 | Android: Allow editing settings during emulation | JosJuice | |
| 2020-09-15 | Android: Show overridden game settings in bold | JosJuice | |
| 2020-09-15 | Android: Hook up game settings to the new config system | JosJuice | |
| 2020-09-15 | Android: Hook up global settings to the new config system | JosJuice | |
| 2020-09-14 | Android: Fix touch pointer not working after activity recreation | JosJuice | |
| The only place where initTouchPointer was called automatically was Host_RequestRenderWindowSize, which is called at least once after emulation start, but not after activity recreation. | |||
| 2020-09-13 | Android: Improve WRITE_EXTERNAL_STORAGE denial | Ryan Meredith | |
