summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
AgeCommit message (Expand)Author
2022-02-18Port Wiimote source settings to the new config systemJosJuice
2022-01-29Android: Get rid of the boot timeoutJosJuice
2022-01-22Merge pull request #10369 from Simonx22/android-online-system-update-2JMC47
2022-01-21NativeLibrary: Add function to start system menuOatmealDome
2022-01-14Fix static initialisation order fiasco issue for Version variablesLéo Lam
2022-01-09Treewide: Remove unused inclusions of <cinttypes>Pokechu22
2021-12-25Calls to File::SetUserPath() no longer need to manually append directory sepa...Admiral H. Curtiss
2021-11-22Core/Boot: Refactor storage of boot-to-savestate data into a separate class.Admiral H. Curtiss
2021-10-30Android: Allow starting game with Riivolution patches from the GUIJosJuice
2021-10-15Turn MAX_LOGLEVEL into a true constant (and fix self-comparison warning)Léo Lam
2021-09-21Android: Don't rely on onPause for pausing before destroying surfaceJosJuice
2021-09-21Android: Remove state from EmulationStateJosJuice
2021-09-21Android: Remove mSurface from EmulationStateJosJuice
2021-07-13Core: Add GBA host interfaceBonta
2021-07-08Android: Avoid crash on early panic alertJosJuice
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-27Implement Cursor Locking and new input focus checks for itFiloppi
2021-03-27Set console's default language/country/region based on computer settingsJosJuice
2021-03-04Android: Remove #ifdef __cplusplus checksJosJuice
2021-01-27msbuild: bundle all dolphin "core" code into single libraryShawn Hoffman
2021-01-27Android: Move InstallWAD to a new WiiUtils classJosJuice
2020-11-30Android: Add "Generate a New Statistics Identity"Ryan Meredith
2020-11-09Android: Remove unnecessary ANativeWindow_release callJosJuice
2020-11-09Android: Fix rotating EmulationActivity after boot failsJosJuice
2020-11-09Android: Finish EmulationActivity from C++JosJuice
2020-11-07Android: Don't name unused JNIEnv/jobject/jclass parametersJosJuice
2020-11-07Android: Fix jobject/jclass warningsJosJuice
2020-11-06Fix dereferencing nullptr BootParametersJosJuice
2020-10-21Android: Show how long ago each savestate was createdJosJuice
2020-10-21Merge pull request #8893 from JosJuice/android-jni-declarationsLéo Lam
2020-10-21Android: Don't show game ID after game titleJosJuice
2020-10-21Android: Get game metadata from coreJosJuice
2020-10-19Android: Remove unnecessary JNI function declarationsJosJuice
2020-09-25Android: Add "Ignore for this session" to Warning AlertMessagesRyan Meredith
2020-09-25Android: Use DialogFragment for AlertMessageRyan Meredith
2020-09-23Merge pull request #8902 from JosJuice/android-convertJMC47
2020-09-16Android: Add a progress dialog for disc image conversionJosJuice
2020-09-16Android: Add disc image conversionJosJuice
2020-09-16Android: Move OSD out of the way when menu is openJosJuice
2020-09-15Android: Fix race condition when exiting emulationJosJuice
2020-09-12Android: Centralize default values for settingsJosJuice
2020-09-06Android: Expose a proper interface for C++ IniFile classJosJuice
2020-08-27Android: Better GCAdapter scanning thread managementRyan Meredith
2020-08-09Android: Rewrite GetRenderSurfaceScale in JavaJosJuice
2020-07-24Android: Add Log Configuration to UIRyan Meredith
2020-07-22Android: Some simple Clang-Tidy suggestionsRyan Meredith
2020-07-12Android: Use system cache directory as cache directoryJosJuice
2020-06-29Android: Enfore correct stick gate in overlayJosJuice
2020-06-21Show file format details in game propertiesJosJuice
2020-04-22Android: Add Install WAD to menu_game_gridRyan Meredith