| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-06 | Android: Make the handling of SAF open modes more robust | JosJuice | |
| 2020-11-06 | Android: Make scrollbar for in-game menu always visible | JosJuice | |
| Some users aren't noticing that the in-game menu can be scrolled. I hope this will help with that, though I'm not sure by how much. | |||
| 2020-11-05 | Android: Rename path variable in ConvertFragment | JosJuice | |
| Not sure why I named it path, because it isn't a path. | |||
| 2020-11-04 | Android: Suppress warnings in EmulationActivity | Ryan Meredith | |
| 2020-11-02 | Merge pull request #9215 from JosJuice/android-pointer-portrait | LC | |
| Android/InputOverlayPointer: Don't assume surface covers whole screen | |||
| 2020-11-02 | Merge pull request #9217 from JosJuice/android-touch-checks | LC | |
| Android: Remove some touchscreen checks from EmulationActivity | |||
| 2020-11-02 | Android: Remove some touchscreen checks from EmulationActivity | JosJuice | |
| It's better to directly check whether we have an InputOverlay than to check a proxy for it. | |||
| 2020-11-02 | Android: Don't reset savestate time on load | JosJuice | |
| 2020-11-02 | Android/InputOverlayPointer: Don't assume surface covers whole screen | JosJuice | |
| This assumption is false both in portrait mode (where it only covers the top half of the screen) and when using two apps at once. Fixes https://bugs.dolphin-emu.org/issues/12307. | |||
| 2020-10-29 | Android: Update IR sensitivity default values | Ryan Meredith | |
| 2020-10-28 | Android: showMotionControlsOptions cleanup | Ryan Meredith | |
| 2020-10-28 | Android: Remove unused imports | Ryan Meredith | |
| 2020-10-27 | Android: Fix initTouchPointer | Ryan Meredith | |
| 2020-10-24 | Android: Update WiimoteNew.ini preferences instead of deleting | JosJuice | |
| 2020-10-24 | Android: Re-add motionControlsEnabled to clearWiimoteNewIniLinkedPreferences | JosJuice | |
| This was removed in cc5802b when it should have been converted to the new setting instead, and it seems like I didn't notice when reviewing it. I'm changing the DirectoryInitialization logic a little so that clearWiimoteNewIniLinkedPreferences also is called when there was no WiimoteNew.ini previously, in case the user deleted WiimoteNew.ini but not Dolphin.ini. | |||
| 2020-10-22 | Android: Remove hacks for Wii Remote extension setting, round 2 | JosJuice | |
| It's still not exactly pretty, but now all the mess is contained in one place and has a proper interface. Fixes https://bugs.dolphin-emu.org/issues/12218. | |||
| 2020-10-21 | Android: Show how long ago each savestate was created | JosJuice | |
| 2020-10-21 | Android: Get game metadata from core | JosJuice | |
| Trying to get it from a GameFile before emulation starts is unreliable. | |||
| 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-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-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 | |||
