dolphin/Source/Android/src/org/dolphinemu/dolphinemu
Ryan Houdek b76351e2d3 Make configuring the onscreen controls less annoying.
Now instead of the top left corner of the button snapping to your finger.
Remember where we clicked on the button initially so it moves from the same location you touched.
This is more intuitive than before of course.
2014-03-22 23:32:46 -05:00
..
about [Android] Split the AboutFragmentItem and InfoFragmentAdapter into their own class files. 2014-03-08 19:37:32 -05:00
emulation Fix a call to a parent class method in InputOverlay. 2014-03-22 22:41:42 -04:00
folderbrowser [Android] Simplify the FolderBrowserAdapter a little, as well as the Fill method within FolderBrowser.java. Previously the fill method would create an entire new adapter and assign it to the backing ListView. This is pretty unnecessary, so what it now does is, when the function is called, it clears out the adapter, then simply fills it in again with the new directory's contents. Simple, and doesn't require a reference to the actual ListView to be used. 2013-11-16 04:36:22 -05:00
gamelist [Android] Initial implementation of the extended info menu. 2014-01-07 19:47:15 -05:00
settings Make configuring the onscreen controls less annoying. 2014-03-22 23:32:46 -05:00
sidemenu [Android] Get rid of some unnecessary variables in the getView() methods of some adapters. 2013-11-15 16:32:52 -05:00
utils Fix the OpenGL About tab. 2014-02-22 21:08:27 -06:00
DolphinEmulator.java [Android] Simplify resizeDrawable in OverlayConfigButton.java. 2014-01-02 11:53:28 -05:00
NativeLibrary.java Fix the OpenGL About tab. 2014-02-22 21:08:27 -06:00