summaryrefslogtreecommitdiff
path: root/Source/Android/src/org
AgeCommit message (Expand)Author
2013-08-18[Android] Catch a more specific exception type (UnsatisfiedLinkError) when tr...Lioncash
2013-08-17[Android] Make the banners display a little larger. Now they don't look like ...Lioncash
2013-08-17[Android] Fix Wii games.Ryan Houdek
2013-08-17[Android] Prevent duplicate duplicate items from being in the game list at on...Lioncash
2013-08-17[Android] Change the Game List items to be formatted similarly to how the fol...Lioncash
2013-08-17[Android] Simplify if statement conditions for the item click listener in Fol...Lioncash
2013-08-17[Android] Shorten FolderBrowserItem's method 'isValidItem()' into 'isValid()'...Lioncash
2013-08-17[Android] FolderBrowserItem objects don't need to store a context.Lioncash
2013-08-15[Android] Fix a bug where the name would display incorrectly in the game list.Lioncash
2013-08-14[Android] Remove the subtitles on all folders in the folder browser. No need ...Lioncash
2013-08-14[Android] General formatting clean-up.Lioncash
2013-08-14[Android] Fix the gamepad settings view inflation.Lioncash
2013-08-14[Android] Correct the accessibility scope of a method and variable in InputCo...Lioncash
2013-08-14[Android] Add 'final' to all of the class declarations.Lioncash
2013-08-13[Android] Make the file browser look much more nice and user friendly to use.Lioncash
2013-08-13[Android] Integer.toString isn't required in this string declaration. Concate...Lioncash
2013-08-13[Android] Clean up function SupportsGLES3 in PrefsFragment.java a little bit.Lioncash
2013-08-13[Android] Some tiny cleanups in DolphinEmulator.javaLioncash
2013-08-13Simplify asset copying code a little bit in DolphinEmulator.javaLioncash
2013-08-13[Android] Clean up the function CopyAsset in DolphinEmulator.java.Lioncash
2013-08-13[Android] Change the name of a variable in FolderBrowser.java to better refle...Lioncash
2013-08-12[Android] Multi-language support (or at least the basic foundation of it).Lioncash
2013-08-12[Android] Use a HashMap in PrefsFragment.java instead of two CharSequence arr...Lioncash
2013-08-12[Android] Seems like InputConfigFragment.java also had explicit list indexing...Lioncash
2013-08-12[Android] Remove unnecessary explicit indexing of entries in a List within Ab...Lioncash
2013-08-12[Android] Fix OpenGL ES 3 detection on Nexus 10. Nexus 10 defaults to GLES1 c...Ryan Houdek
2013-07-27[Android] Some minor cleanup.Ryan Houdek
2013-07-26[Android] Another check for OpenGL ES 3.Ryan Houdek
2013-07-25Revert "[Android] Use equals to compare GL version string instead of contains...Ryan Houdek
2013-07-25[Android] Use equals to compare GL version string instead of contains. This s...Ryan Houdek
2013-07-18[Android] Tiny cleanup regarding method indentation in GameListAdapter.lioncash
2013-07-16[Android] Folder Browser a fragment as well. Removes the menu item for select...Ryan Houdek
2013-07-16[Android] Change input configuration to a fragment.Ryan Houdek
2013-07-16[Android] In the About pane, show if the phone supports OpenGL ES 3. Makes it...Ryan Houdek
2013-07-16[Android] Start making it so the side pane is visible on all activities by co...Ryan Houdek
2013-07-15Add .dff FIFO logs to the list of valid extensions in FolderBrowser.lioncash
2013-07-15Use HashSets in FolderBrowser as well, like the last commit for GameListFragm...lioncash
2013-07-15[Android] Simplify GameListFragment.Fill a little bit.lioncash
2013-07-15[Android] Make FolderBrowser.Fill look slightly nicer. Improve readability a ...lioncash
2013-07-14[Android] Fix a null pointer exception.Ryan Houdek
2013-07-13Patch from Degasus that removes the last of the the GL_TEXTURE_RECTANGLE usag...Ryan Houdek
2013-07-11[Android] Show the OpenGL ES 3 backend video option only on devices that supp...Ryan Houdek
2013-07-11[Android] Show JIT cores based on host arch.Ryan Houdek
2013-07-11[Android] Derp Squad. Show compressed files in the browse folder dialog. Show...Ryan Houdek
2013-07-05[Android] Copy over DSP roms and font assets on build and first runs.Ryan Houdek
2013-07-05[Android] Instead of wiping shared preferences, set the default values so the...Ryan Houdek
2013-07-05[Android] Fix Android 4.0 gamepad input.Ryan Houdek
2013-06-27[Android] Support clicking on games in the folder browser to add the folder c...Ryan Houdek
2013-06-26[Android] Actually copy Dolphin.ini correctly...Ryan Houdek
2013-06-25[Android] Open the navigation drawer by clicking on the button. Woops, didn't...Ryan Houdek