summaryrefslogtreecommitdiff
path: root/Source/Android/app
AgeCommit message (Expand)Author
2020-09-15Android: Show overridden game settings in boldJosJuice
2020-09-15Android: Hook up game settings to the new config systemJosJuice
2020-09-15Android: Hook up global settings to the new config systemJosJuice
2020-09-14Android: Fix touch pointer not working after activity recreationJosJuice
2020-09-13Android: Improve WRITE_EXTERNAL_STORAGE denialRyan Meredith
2020-09-13Android: Check for granted permission when returning to MainActivityJosJuice
2020-09-12Android: Centralize default values for settingsJosJuice
2020-09-12Android: Centralize setting definitionsJosJuice
2020-09-12Android: Wait for initialization before launching EmulationActivityJosJuice
2020-09-08Android: Always show Exit Emulation at bottom of menuJosJuice
2020-09-08Android: Remove redundant pause/unpause codeJosJuice
2020-09-08Android: Exit emulation by long pressing BackJosJuice
2020-09-08Android: Change "Exit" to "Exit Emulation"JosJuice
2020-09-08Android: Adjust margins for game title in menuJosJuice
2020-09-08Android: Hide Refresh Wii Remotes menu entry for GameCube gamesJosJuice
2020-09-08Android: Port over settings from the old menuJosJuice
2020-09-08Android: Use narrow layout for savestate slot picker in portraitJosJuice
2020-09-08Android: Ensure menu is always wide enoughJosJuice
2020-09-08Android: Close the menu when tapping outside of itJosJuice
2020-09-08Android: Don't hide the menu when pressing ExitJosJuice
2020-09-08Android: Remove inappropriate leanback checksJosJuice
2020-09-08Android: Use Back to open the emulation menu on all devicesJosJuice
2020-09-08Merge pull request #9067 from Ebola16/Fixes4LC
2020-09-08Android: Remove calling create immediately before showRyan Meredith
2020-09-08Android: Remove unnecessary getString callsRyan Meredith
2020-09-08Android: Optimize importsRyan Meredith
2020-09-07Merge pull request #9062 from JosJuice/android-dir-init-fail-messageLC
2020-09-07Merge pull request #9064 from JosJuice/android-filepicker-normalLC
2020-09-06Merge pull request #8943 from JosJuice/android-horizontal-wiimote-buttonsJMC47
2020-09-06Android: Make FilePicker act like a normal settingJosJuice
2020-09-06Android: Create separate InvertedCheckBoxSetting and PercentSliderSetting cla...JosJuice
2020-09-06Android: Replace Java INI parser with C++ INI parserJosJuice
2020-09-06Android: Expose a proper interface for C++ IniFile classJosJuice
2020-09-06Android: Optional AfterDirectoryInitializationRunner failure messageJosJuice
2020-09-01Merge pull request #9042 from Ebola16/FPLC
2020-09-01Merge pull request #9052 from Ebola16/GCATLC
2020-08-31Android: Remove unused filesRyan Meredith
2020-08-31Android: Minor cleanup 2Ryan Meredith
2020-08-31Android: Minor cleanupRyan Meredith
2020-08-31Android: res cleanupRyan Meredith
2020-08-27Android: Better GCAdapter scanning thread managementRyan Meredith
2020-08-21Android: Prevent getSetting ClassCastExceptions in ItemViewsRyan Meredith
2020-08-17Merge pull request #9024 from JosJuice/android-wiimote-falseLC
2020-08-17Android: Take RTL layout into account for menu animationsJosJuice
2020-08-11Android: Fix defaults for WiimoteContinuousScanning/EnableSpeakerJosJuice
2020-08-09Android: Rewrite GetRenderSurfaceScale in JavaJosJuice
2020-08-06Merge pull request #9009 from JosJuice/android-settings-recreationLC
2020-08-06Merge pull request #9010 from JosJuice/android-settingsadapter-redundant-staticLC
2020-08-05Android: Fix SettingsActivity back stack behavior after stop+startJosJuice
2020-08-05Android: Persist Settings using ViewModelJosJuice