4.0-377 9 years, 5 months ago [Android] Get rid of some unnecessary onAttach overrides in AboutFragment, VideoSettingsFragment, and FolderBrowser. These can just be replaced with calls to getActivity().
4.0-376 9 years, 5 months ago [Android-overlay] Had the action reversed.
4.0-375 9 years, 5 months ago Merge branch 'master' into android-new-control-input-overlay
4.0-281 9 years, 5 months ago [Android] More cleanup. We don't need the preference to enable/disable the overlay in the video preferences anymore.
4.0-280 9 years, 5 months ago [Android] General cleanup.
4.0-279 9 years, 5 months ago [Android] Overlay now works during emulation.
4.0-278 9 years, 5 months ago [Android] Change how the onTouchEvent native method works. Just pass in the correct Button ID and Action and it'll be pressed or not. Not actually rigged up to the Java code yet. Doesn't support anyth...
4.0-277 9 years, 5 months ago [Android] Add the copyright header to some Java source files that were lacking them.
4.0-276 9 years, 5 months ago [Android] Improve an if statement check in InputConfigFragment.java. Also clarify it.
4.0-275 9 years, 5 months ago [Android] Fix the super-mature string that was a placeholder for the title for the overlay configuration setting.
4.0-274 9 years, 5 months ago [Android] Add the capability to dynamically enable and disable the input overlay during emulation.
4.0-273 9 years, 5 months ago [Android] Fix alignment issues with the overlay config settings.
4.0-272 9 years, 5 months ago [Android] Prevent automatic alignments within the overlay configuration settings. Let the user do this on their own.
4.0-271 9 years, 5 months ago [Android] Maintain the chosen button layout when returning to the input overlay configuration menu.
4.0-270 9 years, 5 months ago [Android] The emulation overlay now sets the button positions based upon the locations chosen in the input overlay configuration settings. Documented the hell out of how the initialization of the Draw...
4.0-269 9 years, 5 months ago [Android] Slight cleanup for previous commit. Mostly UI adjustments.
4.0-268 9 years, 5 months ago [Android] Implement a very basic version of the input overlay configuration screen.
4.0-267 9 years, 5 months ago [Android] Documentation typo cleanups from the last commit.
4.0-266 9 years, 5 months ago [Android] Refactor InputConfigFragment a little bit in preparation for the implementation of the new input overlay.