| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-19 | Merge pull request #7927 from weihuoya/android-key-map | JosJuice | |
| android: simplify config loading code | |||
| 2019-06-17 | Android: Fix race condition in AppLinkActivity | JosJuice | |
| https://bugs.dolphin-emu.org/issues/11767 | |||
| 2019-05-12 | Merge pull request #8093 from JosJuice/android-runtime-extension-change | Connor McLaughlin | |
| Android: Support changing Wii Remote extension while emulating | |||
| 2019-05-11 | Android: change runtime wiimote extension | weihuoya | |
| 2019-04-17 | rm unused code | weihuoya | |
| 2019-04-10 | simplify config save | weihuoya | |
| 2019-04-07 | InputCommon: Clean up how numeric settings are handled. Add units of measure ↵ | Jordan Woyak | |
| to UI. Eliminate hidden magic values of the IR cursor. | |||
| 2019-03-23 | Android: update IR defaults | zackhow | |
| 2019-03-23 | Android: fix touch ir from pr7829 changes | zackhow | |
| 2019-02-25 | Keep track of GameTDB ID separately from game ID | JosJuice | |
| The difference between Dolphin's game IDs and GameTDB's game IDs is that GameTDB uses four characters for non-disc titles, whereas Dolphin uses six characters for all titles. This fixes: - TitleDatabase considering Datel discs to be NHL Hitz 2002 - Gecko code downloading not working for discs with IDs starting with P - Cover downloading mixing up discs with channels (e.g. Mario Kart Wii and Mario Kart Channel) and making extra HTTP requests. (Android was actually doing a better job at this than DolphinQt!) | |||
| 2019-02-25 | Merge pull request #7723 from zackhow/newcale | JMC47 | |
| Android: Wiimote only(no nunchuck) overlay upgrades | |||
| 2019-02-16 | Merge pull request #7791 from JosJuice/android-show-files | JosJuice | |
| Android: Show files in the directory picker | |||
| 2019-02-08 | Android: Show files in the directory picker | JosJuice | |
| People in the Google Play reviews still seem to be confused about games not showing up in the directory picker, so let's show them even though they can't be selected. (Either that or they haven't realized that they need to extract their pirated games.) | |||
| 2019-02-03 | Merge pull request #7687 from weihuoya/android-minor-fx | Anthony | |
| Android: some minor changes | |||
| 2019-02-03 | Merge pull request #7724 from zackhow/rum | Anthony | |
| Android: Don't clear vibrators in onStop | |||
| 2019-02-03 | Merge pull request #7739 from zackhow/multib | Anthony | |
| Android: Disable backend multithreading and add option to gfx menu | |||
| 2019-01-28 | Android: Add an AutoStartFiles in addition to AutoStartFile | JosJuice | |
| Lets launchers specify multiple discs to launch, for automatic disc switching. | |||
| 2019-01-28 | Android: Use SelectedGames instead of SelectedGame in StartupHandler | JosJuice | |
| Regression from the automatic disc change PR. See https://forums.dolphin-emu.org/Thread-commit-63c9831-broke-game-autostarting-on-android | |||
| 2019-01-26 | Android: Add backend multithreading option to gfx menu | zackhow | |
| 2019-01-26 | Android: Wiimote only(no nunchuck) overlay upgrades | zackhow | |
| Increase some button sizes Create new defaults for Wiimote only and horizontal wiimote | |||
| 2019-01-25 | Merge pull request #7478 from stenzek/imgui | spycrab | |
| Replace raster font with dear imgui | |||
| 2019-01-24 | Android: Fix pointer if game aspect ratio is larger than devices | zackhow | |
| 2019-01-25 | Android: Add getter method for NativeLibrary.sEmulationActivity | Stenzek | |
| Also makes sEmulationActivity private. | |||
| 2019-01-23 | Android: don't init touch pointer when device doesn't have touch | zackhow | |
| 2019-01-23 | Android: Normalize pointer touches based on rendered aspect ratio | zackhow | |
| This allows the defaults to be actual defaults across devices with different screen sizes | |||
| 2019-01-23 | Android: double tap screen to press button | zackhow | |
| Added ingame option to select either wiimote A, B, 2 or Classic A | |||
| 2019-01-21 | Android: Don't clear vibrators in onStop | zackhow | |
| Fixes issue where vibration would stop if you swapped between apps mid emulation. | |||
| 2019-01-21 | Android minor changes | weihuoya | |
| 2019-01-19 | Android: add IR width/height/center option in emu menu | zackhow | |
| This sets the IR/Width, IR/Height, and IR/Center per game, so a controller profile is used to save the value, then enable the profile in the game ini, then reload the control configs. | |||
| 2019-01-19 | Android: Add touch to move pointer in overlay | zackhow | |
| 2019-01-16 | Merge pull request #7522 from mahdihijazi/updates | Léo Lam | |
| Android: Bunch of cleanups & Updates | |||
| 2019-01-15 | Merge pull request #7629 from JosJuice/auto-disc-change | JMC47 | |
| Automatic disc change for 2-disc games | |||
| 2019-01-07 | Merge pull request #7605 from zackhow/jitarmconfigs | Anthony | |
| Android: Add Jit debug options to menu. | |||
| 2019-01-07 | Merge pull request #7622 from zackhow/ds4trig | Anthony | |
| Android: fix/ignore L2/R2 buttons | |||
| 2019-01-04 | Add Android support for automatic disc changing | JosJuice | |
| 2019-01-02 | Merge pull request #7591 from weihuoya/setting-desc | JMC47 | |
| Android: show setting value as description | |||
| 2018-12-25 | Android: show setting value as description | weihuoya | |
| 2018-12-21 | Android: Add jit debug menu options | zackhow | |
| 2018-12-14 | Android: fix/ignore L2/R2 buttons | zackhow | |
| L2/R2 will trigger a key press and an axis event if the trigger is pressed fully down Was incorrectly ignoring L1/R1 key presses | |||
| 2018-12-13 | Android: fix gc adapter init | zackhow | |
| init write not read | |||
| 2018-11-13 | Merge pull request #7427 from weihuoya/setting-fx | Pierre Bourdon | |
| fx settings for android | |||
| 2018-11-13 | Android: fx setting | weihuoya | |
| 2018-11-09 | Merge pull request #7551 from zackhow/fixffs | Pierre Bourdon | |
| Android: Fix crash on instant rotate | |||
| 2018-11-07 | AndroidTv: don't show landscape lock setting for leanback | zackhow | |
| 2018-11-07 | Android: Fix crash on instant rotate | zackhow | |
| Delay the creation of the emulation fragment if: the device is a phone, if emulation should be locked to landscape, and the current orientation is portrait. | |||
| 2018-11-07 | Merge pull request #7532 from mahdihijazi/mahdi/remove_cxl_btn | Pierre Bourdon | |
| Android: Remove the cancel button from the file browser | |||
| 2018-11-07 | Android: Add defer EFB copies to settings | Stenzek | |
| 2018-11-03 | Merge pull request #7541 from zackhow/notoreo | JosJuice | |
| AndroidTv: Don't run oreo channels when not on oreo | |||
| 2018-11-03 | AndroidTv: Don't run oreo channels when not on oreo | zackhow | |
| 2018-11-03 | Android: don't try to pause emulation when not running | zackhow | |
| Forcing landscape at emulation start revealed a bug where if the activity was recreated before emulation started then it would get stuck in a paused state | |||
