summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2013-11-16[Android] Eliminate the need to hold a reference to the shown Fragment within...Lioncash
2013-11-16[Android] Fix the handling of orientation changes for the Fragments related t...Lioncash
2013-11-15[Android] Add ability to take screenshots into the emulation menu.Lioncash
2013-11-15[Android] Add screenshot nativelibrary function.Ryan Houdek
2013-11-15[Android] Disable the workaround for Qualcomm devices with driver >= 53 for t...Ryan Houdek
2013-11-15[Android] Simplify the AboutFragmentAdapter a little bit.Lioncash
2013-11-15[Android] Externalize the device compatibility warning strings.Lioncash
2013-11-15[Android] Indicate whether or not the device supports NEON within the About f...Lioncash
2013-11-15[Android] Get rid of some unnecessary variables in the getView() methods of s...Lioncash
2013-11-15[Android] Spawn a message if someone's phone doesn't support NEON. NEON is a ...Ryan Houdek
2013-11-15[Android] Documentation and some cleanup.Lioncash
2013-11-14Make sure to add our resources for the joystick.Ryan Houdek
2013-11-14[Android-overlay] Support touch screen axises in native. Have a non-configura...Ryan Houdek
2013-11-14[Android] Bump the targetSdkVersion in the AndroidManifest XML file to 19 (Ki...Lioncash
2013-11-14[Android] Get rid of some unnecessary onAttach overrides in AboutFragment, Vi...Lioncash
2013-11-13Merge branch 'master' into android-new-control-input-overlayRyan Houdek
2013-10-31[Android] Do /not/ give users the benefit of the doubt that the device suppor...Ryan Houdek
2013-10-28[Android] Fix PCH build. Clean up DolphinWX cmake file a little bit. Modify o...Ryan Houdek
2013-10-28[Android] More cleanup. We don't need the preference to enable/disable the ov...Lioncash
2013-10-27[Android] General cleanup.Lioncash
2013-10-27[Android] Overlay now works during emulation.Lioncash
2013-10-26[Android] Change how the onTouchEvent native method works. Just pass in the c...Ryan Houdek
2013-10-26[Android] Add the copyright header to some Java source files that were lackin...Lioncash
2013-10-26[Android] Improve an if statement check in InputConfigFragment.java. Also cla...Lioncash
2013-10-26[Android] Fix the super-mature string that was a placeholder for the title fo...Lioncash
2013-10-25[Android] Add the capability to dynamically enable and disable the input over...Lioncash
2013-10-25[Android] Fix alignment issues with the overlay config settings.Lioncash
2013-10-25[Android] Prevent automatic alignments within the overlay configuration setti...Lioncash
2013-10-25[Android] Maintain the chosen button layout when returning to the input overl...Lioncash
2013-10-25[Android] The emulation overlay now sets the button positions based upon the ...Lioncash
2013-10-25[Android] Slight cleanup for previous commit. Mostly UI adjustments.Lioncash
2013-10-25[Android] Implement a very basic version of the input overlay configuration s...Lioncash
2013-10-24[Android] Documentation typo cleanups from the last commit.Lioncash
2013-10-24[Android] Refactor InputConfigFragment a little bit in preparation for the im...Lioncash
2013-10-21[Android] 0.12 release.Ryan Houdek
2013-10-13[Android] Implement OnSharedPreferenceChangeListener within PrefsActivity.jav...Lioncash
2013-10-10[Android] Replace the getter for the adapter backing the GameListFragment wit...lioncash
2013-10-10[Android] Actually show the currently selected CPU core and video backend wit...Lioncash
2013-10-10Revert "{Android] Eliminate need for even using a byte array when copying ass...Lioncash
2013-10-09Merge branch 'JitArmIL'Ryan Houdek
2013-10-09Add the JITIL Arm recompiler to the Android settings.Ryan Houdek
2013-10-09{Android] Eliminate need for even using a byte array when copying assets over.Lioncash
2013-10-08[Android] Change the names of the functions responsible for loading/saving co...Lioncash
2013-10-08[Android] Rephrase a comment in VideoSettingsFragment.java.Lioncash
2013-10-07[Android] Remove unnecessary equals comparison in VideoSettingsFragment.java ...Lioncash
2013-10-06[Android] Fix an issue where emulation would crash if we couldn't retrieve GP...Ryan Houdek
2013-10-06[Android] Remove unnecessary attributes from the ViewPager layout XML file.Lioncash
2013-10-06[Android] Reflect the string change in the Tegra 4 support commit with the JP...Lioncash
2013-10-06[Android] Tegra 4 'support.' This brings up the OpenGL backend to support Teg...Ryan Houdek
2013-10-02[Android] Make sure to change the title accordingly when coming back from the...Lioncash