summaryrefslogtreecommitdiff
path: root/Source/Android/src
AgeCommit message (Expand)Author
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] Let NativeLibrary handle initial folder structure creation.Ryan Houdek
2013-08-29[Android] Add save state native functions.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-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-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-25[Android] Initial implementation of the new input UI.Lioncash
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-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
2013-08-23[Android] Fix the removal of duplicate items from the gamelist.Lioncash
2013-08-23[Android] Only show valid files in the file browser.Lioncash
2013-08-22[Android] General cleanup. Add more documentation.Lioncash
2013-08-22[Android] Format all Java files to be consistent.Lioncash
2013-08-22[Android] Make the previous commit parlane approved in terms of boolean condi...Lioncash
2013-08-22[Android] Fix a bug in FolderBrowser.java which was causing an incomplete dir...Lioncash
2013-08-21[Android] Make two class variables in InputConfigFragment private. If left th...Lioncash
2013-08-21Remove unused code from InputConfigFragment. This was for when the option to ...Lioncash
2013-08-21[Android] Fixed a bug where the config files might not load correctly upon la...Lioncash
2013-08-21[Android] Fix preferences from crashing. OSD controls was supposed to be bool...Ryan Houdek
2013-08-20[Android] Migrate the "Draw Onscreen Controls" preference to the video settings.Lioncash
2013-08-20[Android] Remove unnecessary string messages from CPUSettingsFragment and Vid...Lioncash
2013-08-20[Android] Implement a ViewPager for the settings. Also, move classes into app...Lioncash
2013-08-20[Android] Load all of the new settings from the ini when the app is launched.Lioncash
2013-08-20[Android] Add most of the Dolphin video/gfx settings to the settings menu.Lioncash
2013-08-19[Android] Forgot to document the new parameter used in SaveConfigToDolphinIni...Lioncash
2013-08-19[Android] Turn SaveConfigToDolphinIni() into a static method. Now saving sett...Lioncash