summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2014-07-05Android: Remove an unnecessary getString call from EmulationActivityLioncash
2014-06-24Implement ViewHolder pattern on the GameListAdapter.Eder Bastos
2014-06-23Allow user to quit app with back button.Eder Bastos
2014-06-21Separate the XML view handling of the folder browser and the game list from o...Lioncash
2014-06-21Fix banner scaling in game list.Eder Bastos
2014-06-19Merge pull request #373 from sigmabeta/android-ui-cleanupRyan Houdek
2014-06-08Fix the capitalization of "GameCube" throughout the project.Paul Olszewski
2014-06-02Fix potential crash in Video Settings.Ryan Houdek
2014-05-30Android: add multitouch supportSean
2014-05-30Merge pull request #300 from Sonicadvance1/Fix-AndroidInputshuffle2
2014-05-26Attach '.debug' to the end of the app's package name. This allows for install...Eder Bastos
2014-05-23Increase size of title text; force it to take a single line and ellipsize if ...Eder Bastos
2014-05-15Clarify that 'tools' attributes are only visible in the UI editor preview, an...Eder Bastos
2014-05-15Soften up some of the UI elements.Eder Bastos
2014-05-11Add japanese stringsSean Maas
2014-05-10Merge pull request #349 from Sonicadvance1/Android-Default-ConfigRyan Houdek
2014-05-05Change Android's default EFB configuration to texture instead of disabled.Ryan Houdek
2014-05-05Adds support for the PP shaders in the Android UI.Ryan Houdek
2014-04-27Add a comment about game list colorSean Maas
2014-04-27Make the Android UI more like the desktop UISean
2014-04-25Android: Fix Scaled EFB Copy settingSean
2014-04-24[Android] Fix a bunch of input bugs.Ryan Houdek
2014-04-22Add bracesSean
2014-04-22Clarify code with commentsSean
2014-04-21Release button after touch leaves boundariesSean
2014-04-21Android: Allow finger movement while pressing buttonSean
2014-03-23Merge pull request #199 from lioncash/defined-densitiesRyan Houdek
2014-03-23Provide clearly defined densities of the controller icons.Lioncash
2014-03-22Make configuring the onscreen controls less annoying.Ryan Houdek
2014-03-22Fix two untranslated Japanese strings.Lioncash
2014-03-22Fix a call to a parent class method in InputOverlay.Lioncash
2014-03-22Pass our signing information to gradle by argument.Ryan Houdek
2014-03-17Fix building the release APK with gradle.Ryan Houdek
2014-03-09[Android] Tidy up the dialog buttons that don't do anything.Lioncash
2014-03-10Merge pull request #145 from lioncash/split-about-activityPierre Bourdon
2014-03-09Update android.toolchain.cmakeTillmann Karras
2014-03-08[Android] Split the AboutFragmentItem and InfoFragmentAdapter into their own ...Lioncash
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