summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java/org
AgeCommit message (Collapse)Author
2019-06-19Merge pull request #7927 from weihuoya/android-key-mapJosJuice
android: simplify config loading code
2019-06-17Android: Fix race condition in AppLinkActivityJosJuice
https://bugs.dolphin-emu.org/issues/11767
2019-05-12Merge pull request #8093 from JosJuice/android-runtime-extension-changeConnor McLaughlin
Android: Support changing Wii Remote extension while emulating
2019-05-11Android: change runtime wiimote extensionweihuoya
2019-04-17rm unused codeweihuoya
2019-04-10simplify config saveweihuoya
2019-04-07InputCommon: 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-23Android: update IR defaultszackhow
2019-03-23Android: fix touch ir from pr7829 changeszackhow
2019-02-25Keep track of GameTDB ID separately from game IDJosJuice
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-25Merge pull request #7723 from zackhow/newcaleJMC47
Android: Wiimote only(no nunchuck) overlay upgrades
2019-02-16Merge pull request #7791 from JosJuice/android-show-filesJosJuice
Android: Show files in the directory picker
2019-02-08Android: Show files in the directory pickerJosJuice
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-03Merge pull request #7687 from weihuoya/android-minor-fxAnthony
Android: some minor changes
2019-02-03Merge pull request #7724 from zackhow/rumAnthony
Android: Don't clear vibrators in onStop
2019-02-03Merge pull request #7739 from zackhow/multibAnthony
Android: Disable backend multithreading and add option to gfx menu
2019-01-28Android: Add an AutoStartFiles in addition to AutoStartFileJosJuice
Lets launchers specify multiple discs to launch, for automatic disc switching.
2019-01-28Android: Use SelectedGames instead of SelectedGame in StartupHandlerJosJuice
Regression from the automatic disc change PR. See https://forums.dolphin-emu.org/Thread-commit-63c9831-broke-game-autostarting-on-android
2019-01-26Android: Add backend multithreading option to gfx menuzackhow
2019-01-26Android: Wiimote only(no nunchuck) overlay upgradeszackhow
Increase some button sizes Create new defaults for Wiimote only and horizontal wiimote
2019-01-25Merge pull request #7478 from stenzek/imguispycrab
Replace raster font with dear imgui
2019-01-24Android: Fix pointer if game aspect ratio is larger than deviceszackhow
2019-01-25Android: Add getter method for NativeLibrary.sEmulationActivityStenzek
Also makes sEmulationActivity private.
2019-01-23Android: don't init touch pointer when device doesn't have touchzackhow
2019-01-23Android: Normalize pointer touches based on rendered aspect ratiozackhow
This allows the defaults to be actual defaults across devices with different screen sizes
2019-01-23Android: double tap screen to press buttonzackhow
Added ingame option to select either wiimote A, B, 2 or Classic A
2019-01-21Android: Don't clear vibrators in onStopzackhow
Fixes issue where vibration would stop if you swapped between apps mid emulation.
2019-01-21Android minor changesweihuoya
2019-01-19Android: add IR width/height/center option in emu menuzackhow
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-19Android: Add touch to move pointer in overlayzackhow
2019-01-16Merge pull request #7522 from mahdihijazi/updatesLéo Lam
Android: Bunch of cleanups & Updates
2019-01-15Merge pull request #7629 from JosJuice/auto-disc-changeJMC47
Automatic disc change for 2-disc games
2019-01-07Merge pull request #7605 from zackhow/jitarmconfigsAnthony
Android: Add Jit debug options to menu.
2019-01-07Merge pull request #7622 from zackhow/ds4trigAnthony
Android: fix/ignore L2/R2 buttons
2019-01-04Add Android support for automatic disc changingJosJuice
2019-01-02Merge pull request #7591 from weihuoya/setting-descJMC47
Android: show setting value as description
2018-12-25Android: show setting value as descriptionweihuoya
2018-12-21Android: Add jit debug menu optionszackhow
2018-12-14Android: fix/ignore L2/R2 buttonszackhow
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-13Android: fix gc adapter initzackhow
init write not read
2018-11-13Merge pull request #7427 from weihuoya/setting-fxPierre Bourdon
fx settings for android
2018-11-13Android: fx settingweihuoya
2018-11-09Merge pull request #7551 from zackhow/fixffsPierre Bourdon
Android: Fix crash on instant rotate
2018-11-07AndroidTv: don't show landscape lock setting for leanbackzackhow
2018-11-07Android: Fix crash on instant rotatezackhow
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-07Merge pull request #7532 from mahdihijazi/mahdi/remove_cxl_btnPierre Bourdon
Android: Remove the cancel button from the file browser
2018-11-07Android: Add defer EFB copies to settingsStenzek
2018-11-03Merge pull request #7541 from zackhow/notoreoJosJuice
AndroidTv: Don't run oreo channels when not on oreo
2018-11-03AndroidTv: Don't run oreo channels when not on oreozackhow
2018-11-03Android: don't try to pause emulation when not runningzackhow
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