summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2013-09-13[Android] Make sure the default config file has fastmem disabled.Ryan Houdek
2013-09-13[Android] Explicitly set the defaults for the CPU settings.Lioncash
2013-09-13[Android] JP strings for the Fastmem option.Lioncash
2013-09-12[Android] Add a fastmem option to the cpu options, default disabled.Ryan Houdek
2013-09-10[Android] Android uppercases the name of the tabs in the settings by default....lioncash
2013-09-10[Android] Kick the targetSdkVersion in the AndroidManifest XML file to 18. Si...lioncash
2013-09-10[Android] Give the exceptions in compareTo implementations in GameListItem an...lioncash
2013-09-09[Android] Fix a bug where the video backend would not load correctly.Lioncash
2013-09-08[Android] Organize the list of allowed file extensions for the folder browser...Lioncash
2013-09-08[Android] Simplify some checks within the the folder browser in regards to ch...Lioncash
2013-09-07[Android] Show the full text for save and load states if there's room on the ...Lioncash
2013-09-07[Android] Make the MotionAlertDialog private. This isn't needed to be protect...Lioncash
2013-09-07[Android] Fix the input binding string.Lioncash
2013-09-04[Android] Change a check for an empty path from !path.equals("") to !path.isE...Lioncash
2013-09-04[Android] Remove the compareTo implementation from SideMenuItem. We don't per...Lioncash
2013-09-04[Android] Simplify the JP settings labels.Lioncash
2013-09-04[Android] Display the name of the control that is being bound in the input se...Lioncash
2013-09-04[Android] Correct a typo for the load state menu root in the menu overlay XML...Lioncash
2013-09-04[Android] Remove unused strings from the resource XML files.Lioncash
2013-09-04[Android] Change the exception logging in NativeLibrary to be an error instea...Lioncash
2013-09-03[Android] Fix an accidental call to the wrong method in the superclass of Emu...Lioncash
2013-09-03[Android] Change the documentation of the FolderBrowser class. We don't show ...Lioncash
2013-09-02[Android] Fix the video settings from crashing the app. Was broke in the comm...Lioncash
2013-09-02Removal of my terrible idea.Ryan Houdek
2013-09-01[Android] Fix the last commit. On-screen control drawing wouldn't re-enable u...Lioncash
2013-09-01[Android] On-screen controls work for Software Renderer, but not the OpenGL E...Lioncash
2013-09-01[Android] Disable most video preferences if Software Rendering is chosen. Sin...Lioncash
2013-09-01[Android] Add the option to show the on-screen FPS counter.Lioncash
2013-08-30[Android] Removed the unnecessary MainActivity generics declaration in the Do...Lioncash
2013-08-30[Android] Some various cleanups. Also make some class variables final.Lioncash
2013-08-29[Android] Remove garbage loggers for when I was debugging why the overlay but...Lioncash
2013-08-29[Android] Preliminary save-state support. Have the UI set up. Crashes with SI...Lioncash
2013-08-29[Android] Accidentally enabled screen rotation in the emulator window. Disabl...Lioncash
2013-08-29[Android] Let NativeLibrary handle initial folder structure creation.Ryan Houdek
2013-08-29[Android] Add save state native functions.Ryan Houdek
2013-08-29[Android] Stop the play store from overwriting buildbot builds.Ryan Houdek
2013-08-29[Android] The back button now toggles the visibility of the action bar in the...Lioncash
2013-08-29[Android] Decouple the emulation processes from the Main activity. Moved them...Lioncash
2013-08-29[Android] Move the instantiation of the NativeGLSurfaceView into a layout fil...Lioncash
2013-08-29[Android] Forgot to make the AboutFragmentAdapter class 'final'Lioncash
2013-08-29[Android] Decouple the About fragment from the FolderBrowserAdapter. Now it u...Lioncash
2013-08-29[Android] Use the same layout for the game list and the folder browser. Since...Lioncash
2013-08-29[Android] Simplify the line divider for the folder browser and game list. Tur...Lioncash
2013-08-28[Android] Some minor formatting styling.Lioncash
2013-08-28[Android] Simplify the onItemClick listener for the GameListAdapter in GameLi...Lioncash
2013-08-28[Android] Fix the position of a logcat logging statement. If, for whatever re...lioncash
2013-08-28[Android] Clean up AboutFragment's onAttach method.lioncash
2013-08-28Merge branch 'master' into wii-networkMatthew Parlane
2013-08-27[Android] Simplify onAttach for CPUSettingsFragment and VideoSettingsFragmentLioncash
2013-08-27[Android] Remove the documentation of a parameter in GameListItem that was re...Lioncash