summaryrefslogtreecommitdiff
path: root/Source/Android/src
AgeCommit message (Expand)Author
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-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] 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
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-27[Android] Simplify onAttach for CPUSettingsFragment and VideoSettingsFragmentLioncash
2013-08-27[Android] Remove the documentation of a parameter in GameListItem that was re...Lioncash
2013-08-26[Android] Add wad file support.Ryan Houdek
2013-08-26[Android] Remove the explicit key event listener from InputConfigFragment. Th...Lioncash
2013-08-26[Android] Only dismiss the input dialog when an input is registered. Before i...Lioncash
2013-08-26[Android] Make the dialog variable in InputConfigFragment a local variable in...Lioncash
2013-08-26[Android] Greatly simplify the input handling for the button mapping settings...Lioncash
2013-08-26[Android] Finish documenting the native functions in NativeLibrary.java.Lioncash