summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2013-08-29[Android] Woops forgot a JP TL of a UI string.Lioncash
2013-08-29[Android] Add a button in the emulation view that allows a person to exit emu...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] Accidentally enabled screen rotation in the emulator window. Disabl...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] Stop the play store from overwriting buildbot builds.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-29[Android] Simplify the line divider for the folder browser and game list. Tur...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-28Merge branch 'master' into wii-networkMatthew Parlane
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
2013-08-25[Android] My bad, somehow the Java file in the previous commit got encoded wi...Lioncash
2013-08-25[Android] Fixed a typo in the event callback system documentation.Lioncash
2013-08-25[Android] Document the event callback system used in the Settings menu in lar...Lioncash
2013-08-26Merge branch 'master' into wii-networkMatthew Parlane
2013-08-25[Android] Apparently I also forgot to commit the input menu layout.Lioncash
2013-08-25[Android] Woops forgot to commit the new resource strings.Lioncash
2013-08-25[Android] Initial implementation of the new input UI.Lioncash
2013-08-24Revert "[Android] First french translation. "Lioncash
2013-08-24Revert "[Android] Added 2nd file for French translation. "Lioncash
2013-08-24[Android] Added 2nd file for French translation. pascal.jouy
2013-08-24[Android] First french translation. pascal.jouy
2013-08-24[Android] Invalidate the options menu upon switching fragments. This hides th...Lioncash
2013-08-24[Android] Don't create a new GCMPath entry in the Dolphin config if it anothe...Lioncash
2013-08-24[Android] Add the license header to Java files that were missing it.Lioncash
2013-08-24Merge branch 'master' into wii-networkMatthew Parlane
2013-08-24Fix android, part 3 of 3. >:)Matthew Parlane
2013-08-24[Android] Better description for the dual core option.Lioncash
2013-08-23[Android] Forgot to commit the menu layout XML when I implemented the option ...Lioncash
2013-08-23[Android] Fix some redundancy in the category names for the settings menu. In...Lioncash
2013-08-23[Android] Add an option to clear the game list.Lioncash
2013-08-23[Android] Since we don't show invalid filetypes in the file browser anymore, ...Lioncash
2013-08-23[Android] Document most of the native functions in NativeLibrary.java.Lioncash