dolphin/Source/Android/src/org/dolphinemu/dolphinemu
Lioncash 932e3c1db2 [Android] Tidy up the dialog buttons that don't do anything.
All we want to do with these is dismiss the dialog. The same can be done by simply passing null.
2014-03-09 23:02:08 -04:00
..
about [Android] Split the AboutFragmentItem and InfoFragmentAdapter into their own class files. 2014-03-08 19:37:32 -05:00
emulation [Android] Tidy up the dialog buttons that don't do anything. 2014-03-09 23:02:08 -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 [Android] Tidy up the dialog buttons that don't do anything. 2014-03-09 23:02:08 -04: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