| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-20 | Android: Convert ISOPaths to INI settings | Ryan Meredith | |
| 2020-12-10 | Merge pull request #9221 from JosJuice/android-saf-sd-card | JMC47 | |
| Android: Use storage access framework for custom SD card paths | |||
| 2020-12-10 | Android: Expand WiimoteProfileSetting to more setting types | Ryan Meredith | |
| 2020-12-10 | Merge pull request #9089 from JosJuice/android-orientation-setting | JosJuice | |
| Android: Move orientation setting to main settings screen | |||
| 2020-11-30 | Android: Add "Generate a New Statistics Identity" | Ryan Meredith | |
| 2020-11-30 | Merge pull request #9298 from Ebola16/AClearLog | LC | |
| Android: Clear Log file | |||
| 2020-11-29 | Android: Add "Disable Fastmem" debug setting | Ryan Meredith | |
| 2020-11-29 | Android: Clear Log file | Ryan Meredith | |
| 2020-11-27 | IP/Top: Add Android network interface | Sepalani | |
| 2020-11-20 | Android: Fix default values for GC/Wii controller 1 | JosJuice | |
| 2020-11-20 | Android: Remove "Reset Paths to Default Settings" | JosJuice | |
| There is now a more general way of resetting settings, so we don't need this. | |||
| 2020-11-20 | Android: Long press a setting to reset it | JosJuice | |
| This is particularly important for game INIs, where a setting being unset is not the same as it being set to the default value. | |||
| 2020-11-20 | Android: Fix IllegalStateException on startup | JosJuice | |
| See https://github.com/dolphin-emu/dolphin/pull/9095#pullrequestreview-535576465 | |||
| 2020-11-20 | Merge pull request #9170 from JosJuice/android-extension-hack-2 | Léo Lam | |
| Android: Remove hacks for Wii Remote extension setting, round 2 | |||
| 2020-11-20 | Merge pull request #9193 from JosJuice/android-clear-motioncontrolsenabled | Léo Lam | |
| Android: Re-add motionControlsEnabled to clearWiimoteNewIniLinkedPreferences | |||
| 2020-11-17 | Android: Add @Keep annotation to things accessed using JNI | JosJuice | |
| This acts as a hint to both people and automated tools that a variable or method shouldn't be renamed or removed. | |||
| 2020-11-11 | Android: Warn when path in config is unavailable | JosJuice | |
| Content URIs stop working if Dolphin loses permissions, which happens for instance when reinstalling Dolphin. | |||
| 2020-11-11 | Android: Add null check for InputOverlay | JosJuice | |
| Hopefully fixes https://bugs.dolphin-emu.org/issues/12316. | |||
| 2020-11-09 | Android: Move orientation setting to main settings screen | JosJuice | |
| I moved it from the main settings screen to the in-game menu in PR 8439 so that it could be changed while a game is running, but now that the main settings can be accessed while a game is running, there's no reason to not put it in the main settings. https://bugs.dolphin-emu.org/issues/12067 | |||
| 2020-11-09 | Android: Fix alert messages when EmulationActivity is being destroyed | JosJuice | |
| The previous commit made this easy to reproduce when launching an invalid disc image with the phone rotated incorrectly. | |||
| 2020-11-09 | Android: Fix rotating EmulationActivity after boot fails | JosJuice | |
| Time for yet another new iteration of working around the "surface destruction during boot" problem... This time, the strategy is to use a mutex in MainAndroid.cpp. | |||
| 2020-11-09 | Android: Only show emulation menu toast if boot succeeds | JosJuice | |
| 2020-11-09 | Android: Finish EmulationActivity from C++ | JosJuice | |
| This makes EmulationActivity automatically close if booting fails, and lets us get rid of s_emulation_end_event. | |||
| 2020-11-09 | Merge pull request #9225 from JosJuice/android-convertfragment-path | LC | |
| Android: Rename path variable in ConvertFragment | |||
| 2020-11-09 | Merge pull request #9230 from JosJuice/android-savesettings-onstop | LC | |
| Android: Call saveSettings in EmulationActivity.onStop | |||
| 2020-11-08 | Android: Catch SecurityException in ContentHandler | JosJuice | |
| 2020-11-08 | Android: Call notifyItemChanged after file picker | JosJuice | |
| 2020-11-08 | Android: Show warning after picking file with wrong extension | JosJuice | |
| 2020-11-08 | Android: Use storage access framework for custom SD card paths | JosJuice | |
| This is part of my efforts to add support for scoped storage. | |||
| 2020-11-07 | Android: Remove unnecessary WrongConstant warning suppression | Ryan Meredith | |
| 2020-11-06 | Android: Call saveSettings in EmulationActivity.onStop | JosJuice | |
| I didn't realize that onSaveInstanceState doesn't get called when finishing the activity. | |||
| 2020-11-06 | Merge pull request #9223 from Ebola16/D | JosJuice | |
| Android: Suppress warnings in EmulationActivity | |||
| 2020-11-06 | Merge pull request #9209 from Ebola16/AIRSDS | JosJuice | |
| Android: Update IR sensitivity default values | |||
| 2020-11-06 | Android: Make the handling of SAF open modes more robust | JosJuice | |
| 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. | |||
