summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2014-03-08[Android] Remove unnecessary comment from VideoSettingsFragment.Lioncash
2014-02-22Fix the OpenGL About tab.Ryan Houdek
2014-02-22Make it possible to build Dolphin for Android in OS X and also less of a pain...Ryan Houdek
2014-02-06Remove Cache DL option from Android UIRyan Houdek
2014-01-31VideoCommon: remove Cache Displaylistdegasus
2014-01-29Merge pull request #5 from lioncash/android-info-fixRyan Houdek
2014-01-29Fix three limits in GLES2InfoFragment.java.Lioncash
2014-01-28Upgrade Android API.Buildbot system user
2014-01-26[Android] Implement CPU info retrieval within the about menu.Lioncash
2014-01-22[Android] Parse integer ranges in the GLES3 info tab.Lioncash
2014-01-22[Android] Get rid of the version check class in VideoSettingsFragment.java. N...Lioncash
2014-01-22[Android] Greatly clean up the previous commits. Now here is the long list of...Lioncash
2014-01-21[android-about-menu-info] Add desktop OpenGL tab population.Ryan Houdek
2014-01-21[android-about-menu-info] Have information populate the GLES2 and GLES3 tabs.Ryan Houdek
2014-01-21[Android] Finally check if regular OpenGL is possible on devices and display/...Lioncash
2014-01-19[Android] Initial introduction of the EGLHelper utility class. Should simplif...Lioncash
2014-01-07[Android] Initial implementation of the extended info menu.Lioncash
2014-01-02[Android] Simplify instantiations of OverlayConfigButton.java. Also simplifie...Lioncash
2014-01-02[Android] Simplify resizeDrawable in OverlayConfigButton.java.Lioncash
2013-12-24[Android] Fix the gradle build system to allow for building from terminal. It...Ryan Houdek
2013-12-23[Android] Add a gradle build file for use with Android Studio 4.0Ryan Houdek
2013-12-21[Android] Stop copying assets that don't need to be copied anymore.Ryan Houdek
2013-12-12[Android] Fix joysticks only capable of right/down movements. Also make it ca...Ryan Houdek
2013-12-12[Android] Fix gamepad input.Ryan Houdek
2013-12-12[Android] Make our OpenGL ES 3 check in the UI less stupid.Ryan Houdek
2013-11-30[Android] Fix an issue that occurs due to the warning dialog.Ryan Houdek
2013-11-30[Android] 0.13 release.Ryan Houdek
2013-11-30[Android] Fix alert when using crappy Qualcomm drivers.Ryan Houdek
2013-11-29[Android-overlay] Z-button support.Ryan Houdek
2013-11-29[Android-overlay] Fix Java imports.Ryan Houdek
2013-11-29Merge branch 'master' into android-new-control-input-overlayRyan Houdek
2013-11-29[Android-overlay] Disable Wiimote configuration until it is wired up.Ryan Houdek
2013-11-29[Android] Simplify some things in the overlay. Also Javadoc the new static fu...Lioncash
2013-11-29[Android-overlay] Add the new overlay icons. Support configuring them. Disabl...Ryan Houdek
2013-11-25[Android] Add Javadoc to InputOverlayDrawableJoystick.Lioncash
2013-11-25[Android] Build the configuration window for the overlay programmatically. Mo...Lioncash
2013-11-24[Android] Fix the check for the Qualcomm graphics driver version for v53 driv...Ryan Houdek
2013-11-24Merge branch 'master' into android-new-control-input-overlayRyan Houdek
2013-11-24[Android] Due to recent changes in code breaking Tegra 4 support, and also th...Ryan Houdek
2013-11-24[Android-overlay] Support multiple gamepads with touch screen controls.Ryan Houdek
2013-11-19[Android] Basic Wiimote binding settings now implemented.Lioncash
2013-11-19[Android] Basic UI functionality for enabling/disabling aforementioned Gamecu...Lioncash
2013-11-19[Android] Expand the input binding UI in the settings to handle 4 Gamecube co...Lioncash
2013-11-18[Android] Make joysticks less dumb from a configuration standpoint.Ryan Houdek
2013-11-16[Android] Remove accidental fragment tag in GameListActivity (it was useless,...Lioncash
2013-11-16[Android] Like the previous commit (but for the GameListFragment), don't cons...Lioncash
2013-11-16[Android] Simplify the FolderBrowserAdapter a little, as well as the Fill met...Lioncash
2013-11-16[Android] Simplify the AboutFragment view inflating. Considering the backing ...Lioncash
2013-11-16[Android] Use the ViewHolder design pattern for the FolderBrowserAdapter. In ...Lioncash
2013-11-16[Android] Change the name of the XML layout file gamelist_folderbrowser_list....Lioncash