summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2013-09-22Add the new 'Clean' themes from MaJoR and default to Clean by changing the na...Pierre Bourdon
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] Slightly change the layout of the AboutFragment. Looks more like an...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-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