summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
AgeCommit message (Collapse)Author
2019-07-18Android: Use EmulationActivity.launchFile() for StartupHandlerStenzek
2019-07-18Android: Support opening .dff filesStenzek
This is also shared by the disc change code, but changing discs to a .dol doesn't make sense either.
2019-07-18Android: Support opening files directlyStenzek
This enables us to boot FIFO logs as well as homebrew directly, without having to add it to the game list first.
2019-07-18Android: Support bypassing game file cache to parse fileStenzek
2019-07-02Android: Don't copy default game INIs into user game INIsJosJuice
This isn't as serious as copying global INIs into user game INIs, but still not good. We want to be able to remove settings from default game INIs and have those removals apply.
2019-07-02Android: Suggest deleting game INIs if they contain global INI dataJosJuice
2019-07-02Android: Don't copy global INIs into game INIsJosJuice
See the source code comment in the next commit for why this is bad.
2019-06-19Merge pull request #7927 from weihuoya/android-key-mapJosJuice
android: simplify config loading code
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