summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2018-06-18Android: Use case insensitive sorting in game listJosJuice
2018-06-15Merge pull request #7120 from Ebola16/313Léo Lam
2018-06-15PowerPC: Convert CPUCore enum into an enum classLioncash
2018-06-14Android: Add Emulated CPU Clock description and minor cleanupRyan Meredith
2018-06-09Android: Add AlertDialog for files without Game IDs in Game SettingsRyan Meredith
2018-06-07Update Android Gradle to 3.1.3Ryan Meredith
2018-06-06Android: Don't allow INI editing for DOL/ELF filesJosJuice
2018-06-06Use UICommon's game list code on AndroidJosJuice
2018-06-04Android: Store folders to scan in SharedPreferences instead of SQLiteJosJuice
2018-06-04Merge pull request #7067 from Ebola16/ASU3Léo Lam
2018-06-04Update Android Gradle PluginRyan Meredith
2018-06-03Merge pull request #6499 from Ebola16/SettingsGroupLéo Lam
2018-06-03Don't include the Themes directory in Android APKsJosJuice
2018-06-01Android: Refresh all fragments, not just the selected oneJosJuice
2018-06-01Android: Consistently use descriptionRyan Meredith
2018-05-28Common: Move host communication enum to Host.hLioncash
2018-05-20Reimplement custom PNG banners in game listJosJuice
2018-05-03Rename strings to specify INI vs submenusRyan Meredith
2018-05-03Android: Update Stereoscopy submenu string namesRyan Meredith
2018-05-03Android: Add missing Show FPS descriptionRyan Meredith
2018-05-03Android Interface submenu: Add Show OSD MessagesRyan Meredith
2018-05-03Android: Initial implementation of Interface submenuRyan Meredith
2018-05-02Fixed aspect ratio bigger than 16:9 on Android DevicesDistro Lucas
2018-04-29Dolphin: Add disable copy filter to graphics optionsStenzek
2018-04-17Update Android Gradle PluginRyan Meredith
2018-04-17Fix some warningsTillmann Karras
2018-04-03Android/CMakeLists: Remove usages of LIBS and SRCS variablesLioncash
2018-04-03Fix build error on AndroidJosJuice
2018-03-31Remove dead codeLéo Lam
2018-03-31DiscIO: Don't use all uppercase for enum valuesJosJuice
2018-03-28Android: Updates for Android Studio 3.1Ryan Meredith
2018-03-26Implement "Skip" ubershader modeStenzek
2018-03-15Bring the Android GUI setting for ubershaders up to dateJosJuice
2018-02-21Android: Make on-screen joysticks center on the initial touch input.Greg Wicks
2018-02-20Merge pull request #6387 from mahdihijazi/fix_build_noMarkus Wick
2018-02-20Android: Update renderer surface before resuming emulationStenzek
2018-02-19Android: Use the git rev-list --count for versionCodemahdihijazi
2018-02-16Android: Implement game-specific settings overrides UIGreg Wicks
2018-01-26Merge pull request #6306 from mahdihijazi/fix_hardcoded_path2Markus Wick
2018-01-24Android: Don't hard code the user dircetory path to /sdcard/dolphin-emumahdihijazi
2018-01-24Merge pull request #6310 from mahdihijazi/fix_animationLéo Lam
2018-01-24Merge pull request #6313 from mahdihijazi/support_change_discLéo Lam
2018-01-21Update the Android Gradle plugin to version 3.0.1Ryan Meredith
2018-01-21Android: Support change discmahdihijazi
2018-01-21Android: Keep the local copy of the mSurfacemahdihijazi
2018-01-19Android: Fix settings screen animation if Animator Duration Scale is Offmahdihijazi
2018-01-13Merge pull request #6302 from JosJuice/gradle-compileLéo Lam
2018-01-12Use "implementation" for all dependencies in build.gradleJosJuice
2018-01-10Merge pull request #6295 from 34will/masterMarkus Wick
2018-01-10Added an actual implementation for yes/no dialogs on Android using Object.wai...34will