| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-08 | android: add SENSOR_REVERSE_LANDSCAPE as an option | nickbeth00 | |
| 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-06 | Enable support for Java 8 API desugaring. | Isira Seneviratne | |
| 2020-10-01 | Android: Correct SliderSetting minimum value behavior on API < 26 | JosJuice | |
| 2020-09-27 | Merge pull request #9112 from Ebola16/setmin | JosJuice | |
| Android: seekbar.setMin requires API level 26 | |||
| 2020-09-26 | Android: seekbar.setMin requires API level 26 | Ryan Meredith | |
| 2020-09-26 | Android: Fix convertCompressionLevelZstdValues | JosJuice | |
| That's what I get for copy-pasting | |||
| 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: Fix race condition when exiting emulation | JosJuice | |
| The main activity loads settings essentially as soon as it starts, in order to determine which tab to show. If the process of stopping emulation has not finished at this point, a race condition may be triggered where two IOS kernels are created at once due to the emulation thread loading or saving the SYSCONF while the GUI thread is loading the SYSCONF. To fix this, we can wait for emulation to fully end before returning. Because this race condition is hard to reproduce, I have not been able to test that this actually fixes the race condition, or even that the cause of the race condition is exactly what I believe it is. But I am relatively confident. | |||
| 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 | |
| 2020-09-13 | Android: Check for granted permission when returning to MainActivity | JosJuice | |
| 2020-09-12 | Android: Centralize default values for settings | JosJuice | |
| I was hoping we would be able to pull in the default values from C++, but it seems like more trouble than it's worth, partially because of different settings having default values of different types and partially because we don't have any convenient way to get a list of all C++ settings. | |||
| 2020-09-12 | Android: Centralize setting definitions | JosJuice | |
| Except controller settings, because those would be annoying to fit into the same system, and I only need the non-controller settings to be brought over for the next commits to work. | |||
| 2020-09-12 | Android: Wait for initialization before launching EmulationActivity | JosJuice | |
| ...instead of waiting for it after launching EmulationActivity. We need this because there is code that runs very early in EmulationActivity that accesses the settings. | |||
| 2020-09-08 | Android: Always show Exit Emulation at bottom of menu | JosJuice | |
| To make it easier to access on touchscreens. | |||
| 2020-09-08 | Android: Remove redundant pause/unpause code | JosJuice | |
| 2020-09-08 | Android: Exit emulation by long pressing Back | JosJuice | |
| 2020-09-08 | Android: Change "Exit" to "Exit Emulation" | JosJuice | |
| 2020-09-08 | Android: Adjust margins for game title in menu | JosJuice | |
| 2020-09-08 | Android: Hide Refresh Wii Remotes menu entry for GameCube games | JosJuice | |
| 2020-09-08 | Android: Port over settings from the old menu | JosJuice | |
| 2020-09-08 | Android: Use narrow layout for savestate slot picker in portrait | JosJuice | |
