summaryrefslogtreecommitdiff
path: root/Source/Android/src/org
AgeCommit message (Expand)Author
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
2013-08-19[Android] Remove the loading toast messages from the UI. These really don't n...Lioncash
2013-08-19[Android] Decouple Dolphin.ini config file saving from GameListActivity. It d...Lioncash
2013-08-19[Android] Simplify saving settings to the ini file. Since the setting names a...Lioncash
2013-08-19[Android] Change the settings menu a little more. Instead of the settings bei...Lioncash
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] 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 the subtitles on all folders in the folder browser. No need ...Lioncash