summaryrefslogtreecommitdiff
path: root/Source/Android/src
AgeCommit message (Expand)Author
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
2013-06-24[Android] Open drawer if there isn't anything in the game list, instead of on...Ryan Houdek
2013-06-24[Android] Add default Android config fileRyan Houdek
2013-06-24[Android] On first run, open up the navigation drawer so people realize that ...Ryan Houdek
2013-06-24[Android] Fix drawing on screen control setting being derpy at times.Ryan Houdek
2013-06-22[Android] Add an about screen that shows build revision.Ryan Houdek
2013-06-22[Android] Remove SimonVT menudrawer library. Move to Google's support library...Ryan Houdek
2013-06-18[Android] When running OpenGL ES 3 backend, we've got to switch the screen co...Ryan Houdek
2013-06-18[Android] Gamepad input. Refactor JNI native functions to all pull from a sin...Ryan Houdek
2013-06-11[Android] Remove artificial limitation to not leave the sdcard directory in t...Ryan Houdek
2013-06-11[Android] Remove artificial limitation to not leave the sdcard directory. Kee...Ryan Houdek
2013-05-26[Android] Properly open the navigation drawer when pressing menu or back in t...Ryan Houdek
2013-05-25[Android] Disable OpenGL in the settings menu since it doesn't work yet. Chan...Ryan Houdek
2013-05-22[Android] Make it less stupid to add a folder to the search list. Now just hi...Ryan Houdek
2013-05-20[Android] Redo the Settings menu, Can now change the CPU Core, dual core sett...Ryan Houdek
2013-05-19[Android] Beginning of setting menu, doesn't do anything yet.Ryan Houdek
2013-05-17[Android] Support DFF files in the interface.Ryan Houdek
2013-05-05[Android] Allow the user to select multiple browse paths.Ryan Houdek
2013-04-24Remove something that slipped through the last commit.Lioncash
2013-04-24[Android] WINDOW_SERVICE should be accessed statically.Lioncash