summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
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
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] Change the .settings file to target Java 1.6 instead of 1.5.Lioncash
2013-08-22[Android] Turns out the sidebar XML could also be simplified.Lioncash
2013-08-22[Android] Simplify the XML layout for the about menu. Remove unused strings.Lioncash
2013-08-22[Android] Remove fragments from the Android Manifest XML. These shouldn't be ...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] Allow users to be able to choose where they want the APK installed.Ryan Houdek
2013-08-21[Android] Fix preferences from crashing. OSD controls was supposed to be bool...Ryan Houdek
2013-08-20[Android] Missed a string for the Japanese translation.Lioncash
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