summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
AgeCommit message (Expand)Author
2017-12-27MainAndroid: Optionally wait for savestate to finish writingJosJuice
2017-12-27MainAndroid: Allow specifying savestate to load at bootJosJuice
2017-12-27MainAndroid: Add wrapper for Core::IsRunningJosJuice
2017-12-27MainAndroid: Allow specifying path for savestatesJosJuice
2017-12-26Android: Fix race condition with writing files before setting User pathJosJuice
2017-12-26Android: Don't extract Sys if it already is extractedJosJuice
2017-12-26Android: Extract Sys to a different folder than the User folderJosJuice
2017-12-24Merge pull request #6258 from mahdihijazi/extract_serviceJosJuice
2017-12-23Fix a bug when you open the gc pad settings after fresh install of Dolphinmahdihijazi
2017-12-23Don't override the WiimoteNew.ini so the user don't loose the selected sourcemahdihijazi
2017-12-20Fix default value for Show FPS in Android GUIJosJuice
2017-12-19Merge pull request #6224 from hackbar/input-fix-mogaMarkus Wick
2017-12-18Update Android GUI settings for Hybrid XFBJosJuice
2017-12-18[Android] Refactor AssetCopyService and the way we extract resources from the...mahdihijazi
2017-12-18Replace all Anonymouse class with lambdas or method refernce where applicablemahdihijazi
2017-11-28Android: Handle missing mappings for the Moga Pro 2 HID controller.Mike
2017-11-09Android: Handle a database downgrade.Mike
2017-11-07Android: Ignore joystick axis movements in the flat area.Mike
2017-11-07Android: Handle duplicate axis, and fix known bad axis.Mike
2017-11-03Merge pull request #6142 from gwicks/android-settingsLeo Lam
2017-11-03Merge pull request #6163 from JosJuice/simple-ini-irLeo Lam
2017-11-02Revert "Convert to/from old EFB scale numbering"JosJuice
2017-11-02Merge pull request #6140 from hackbar/cleanup2Anthony
2017-11-01Android: Destroy the surface in EmulationFragment onStop.Mike
2017-11-01Android: Use the newInstance pattern for EmulationFragment.Mike
2017-11-01Android: Use the system "immersive" mode for fullscreen, and simplify how it'sMike
2017-10-30Android: Add Slot A and B device settings to UIGreg Wicks
2017-10-21Android: Refactor onMotionEvent.Mike Harris
2017-10-21Android: Refactor the saveInput function.Mike Harris
2017-10-16Rename the param to setGamePath.Mike Harris
2017-10-16Minor cleanup in EmulationActivity.Mike Harris
2017-10-16Use the fragment backstack properly, and use fragment animations.Mike Harris
2017-10-15Move emulation lifecycle handling into EmulationFragment.Mike Harris
2017-10-15Start the postponed activity transition as soon as Picasso loads theMike Harris
2017-10-15Only postpone transistions on Activity creation.Mike Harris
2017-10-15Use weak references for the static Activity in NativeLibrary.Mike Harris
2017-10-15Remove EmulationActivity.MenuType. This should have been removed whenMike Harris
2017-10-15Add dummy View that works around a bug with the nVidia Shield.Mike Harris
2017-10-15Add a clearEmulation method.Mike Harris
2017-10-15Move all Activities and Fragments to the support library versions.Mike Harris
2017-10-03Combine SaveStateFragment and LoadStateFragment into one.Mike Harris
2017-10-03Move newInstance and launch to the top of the file.Mike Harris
2017-09-29Remove 'all' as a Platform enum.Mike Harris
2017-09-29Convert platform ints to a proper enum Platform.Mike Harris
2017-09-29Change from using tags in ImageCardView to setting a per-platform background.Mike Harris
2017-09-29remove dupe log tagMike Harris
2017-09-26Remove prefix of tag, args and keys with packagename.Mike Harris
2017-09-26Move Save/LoadFragment's layout ID inline and private.Mike Harris
2017-09-25Remove unused FRAGMENT_TAG, and move the fragment's layout ID inline.Mike Harris
2017-09-10Merge pull request #6034 from JonnyH/WIP/fix-android-null-SettingsSection-crashMarkus Wick