summaryrefslogtreecommitdiff
path: root/Source/Android
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] Ensure that required dependencies are actually exported along with ...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 a redundant LinearLayout in one of the layout files.Lioncash
2013-08-14[Android] Add a faint divider line between each folder browser item.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] Main title text for the file browser items are bolded again. Must h...Lioncash
2013-08-13[Android] Make the file browser look much more nice and user friendly to use.Lioncash
2013-08-13[Android] Add translatable="false" to the names of the string arrays in prefv...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] Oops. Keep the screenOrientation setting to landscape.Ryan Houdek
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-16[Android] If one wants to use Android Studio. They can import the folder them...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-13[Android] Enable OpenGL ES 3 by default. Add in a modified GLES3/gl3.h header...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