summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
AgeCommit message (Expand)Author
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
2020-04-21Merge pull request #8714 from JosJuice/progress-dialog-threadJMC47
2020-04-10Android: Reload Wii Remote settings upon saving themRyan Meredith
2020-04-03Remove unused function Host_UpdateProgressDialogJosJuice
2020-03-11Common: Add a render_window field to WindowSystemInfoStenzek
2019-11-28InputCommon: Decouple ButtonManager and Touchscreen from AndroidOatmealDome
2019-11-20Android: Let WiimoteEmu know whether we have accelerometer/gyroscopeJosJuice
2019-11-11Merge pull request #8456 from jordan-woyak/input-gate-race-fixConnor McLaughlin
2019-11-06InputCommon: Make the "input gate" not racey.Jordan Woyak
2019-11-05Android: Replace emulation rotation crash workaround with proper fixJosJuice
2019-08-21Android: Call UICommon::Init at app start instead of emulation startJosJuice
2019-07-02Android: Suggest deleting game INIs if they contain global INI dataJosJuice
2019-06-23Make DolphinAnalytics a true singleton - static local variables are initializ...Silent
2019-06-19Common/MsgHandler: Namespace code within the Common namespaceLioncash
2019-06-08Merge pull request #8117 from weihuoya/threaded_envConnor McLaughlin
2019-06-07Core/ConfigManager: Use forward declarations where applicableLioncash
2019-05-29android: thread local envweihuoya
2019-05-24Update Discord rich presence when the title changesDavid Korth
2019-03-21Core/Host: Allow frontends to block inputsspycrab
2019-01-28Android: Call update touch pointer from thread.zackhow
2019-01-25Android: Use scaledDensity as backbuffer scale (for imgui)Stenzek
2019-01-25Renderer: Use imgui for drawing debug text and OSDStenzek
2019-01-23Android: Normalize pointer touches based on rendered aspect ratiozackhow
2019-01-19Android: add IR width/height/center option in emu menuzackhow
2019-01-04Add Android support for automatic disc changingJosJuice
2018-10-28Android: Speed up game settings savingzackhow
2018-10-28Android: Add game specific gc/wii controller settingszackhow
2018-10-27android: remove enter and exit transitionweihuoya
2018-10-20VideoBackends: Pass window system info from host on creationStenzek
2018-10-20Drop Host_GetRenderSurface and pass display to backendStenzek
2018-10-20Refactoring and cleanup of GLInterface (now GLContext)Stenzek