summaryrefslogtreecommitdiff
path: root/Source/Android/src
AgeCommit message (Expand)Author
2013-09-27Simplify SwitchPage() within GameListActivity.java. We no longer need the fir...Lioncash
2013-09-26[Android] Remove commented out code within EmulationActivity.java. Since the ...Lioncash
2013-09-26[Android] Tiny inline documentation cleanup.Lioncash
2013-09-26[Android] Fix a situation within the FolderBrowser where the application woul...Lioncash
2013-09-23[Android] Move EmulationActivity.java and NativeGLSurfaceView.java into a new...Lioncash
2013-09-23[Android] Fix the ability to stop the game and start another.Ryan Houdek
2013-09-23Merge branch 'master' into android-core-controlRyan Houdek
2013-09-22[Android] Add in FSAA option.Ryan Houdek
2013-09-18[Android] Make the FolderBrowser extend a ListFragment instead of a regular f...Lioncash
2013-09-18[ANDROID] Add two new DriverDetails bugs for Adreno. V45 of the driver has br...Ryan Houdek
2013-09-18[Android] Use a simpler "startActivity()" call in DolphinEmulator.java. Turns...Lioncash
2013-09-16[Android] Make the AboutFragment extend the ListFragment, since this is basic...Lioncash
2013-09-15[Android] No need to use startActivityForResult in DolphinEmulator.java any m...Lioncash
2013-09-15[Android] Fix the name of the parameters in some unused interface methods.Lioncash
2013-09-14Move global User/Wii to Sys/WiiPierre Bourdon
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] 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] Make the MotionAlertDialog private. This isn't needed to be protect...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] Display the name of the control that is being bound in the input se...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-01Merge branch 'master' of https://code.google.com/p/dolphin-emu into android-c...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] Add a button in the emulation view that allows a person to exit emu...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] Let NativeLibrary handle initial folder structure creation.Ryan Houdek
2013-08-29[Android] Add save state native functions.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-28[Android] Some minor formatting styling.Lioncash
2013-08-28[Android] Simplify the onItemClick listener for the GameListAdapter in GameLi...Lioncash