summaryrefslogtreecommitdiff
path: root/Source/Android/src/org
AgeCommit message (Expand)Author
2013-10-31[Android] Do /not/ give users the benefit of the doubt that the device suppor...Ryan Houdek
2013-10-13[Android] Implement OnSharedPreferenceChangeListener within PrefsActivity.jav...Lioncash
2013-10-10[Android] Replace the getter for the adapter backing the GameListFragment wit...lioncash
2013-10-10[Android] Actually show the currently selected CPU core and video backend wit...Lioncash
2013-10-10Revert "{Android] Eliminate need for even using a byte array when copying ass...Lioncash
2013-10-09{Android] Eliminate need for even using a byte array when copying assets over.Lioncash
2013-10-08[Android] Change the names of the functions responsible for loading/saving co...Lioncash
2013-10-08[Android] Rephrase a comment in VideoSettingsFragment.java.Lioncash
2013-10-07[Android] Remove unnecessary equals comparison in VideoSettingsFragment.java ...Lioncash
2013-10-06[Android] Fix an issue where emulation would crash if we couldn't retrieve GP...Ryan Houdek
2013-10-06[Android] Tegra 4 'support.' This brings up the OpenGL backend to support Teg...Ryan Houdek
2013-10-02[Android] Make sure to change the title accordingly when coming back from the...Lioncash
2013-10-02[Android] Simplify LayoutInflater retrieval within GameListAdapter, FolderBro...Lioncash
2013-10-02[Android] Simplify a string retrieval in FolderBrowserAdapter.Lioncash
2013-10-02[Android] Simplify call for getting the WindowManager instance within Emulati...Lioncash
2013-10-02[Android] General documentation cleanup and additions. Adjusts the documentat...Lioncash
2013-10-01[Android] Make the GameListFragment extend a ListFragment instead of a Fragme...Lioncash
2013-10-01[Android] Externalize how the formatting is used in the file size string, the...lioncash
2013-10-01[Android] Remove an unnecessary method override from GameListActivity.java. W...lioncash
2013-09-27[Android] Return true upon displaying the exit confirmations dialog in Emulat...Lioncash
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