summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2014-08-28Merge pull request #902 from Sonicadvance1/android-64bit-supportRyan Houdek
2014-08-28Update shown CPU cores in the Android UI.Ryan Houdek
2014-08-28Update build.gradle to newer buildtools.Ryan Houdek
2014-08-28Update the android cmake toolchain file to support 64bit.Ryan Houdek
2014-08-04Merge pull request #597 from sigmabeta/android-studio-gitignoreTony Wasserka
2014-07-30Remove JitArmIL files from the project.Ryan Houdek
2014-07-30Add a bunch of gradle/AS related stuff to gitignore.Eder Bastos
2014-07-16[Android] Enable filtering onscreen buttonsSean
2014-07-16Merge pull request #580 from SeannyM/smaller-bLioncash
2014-07-15[Android] Onscreen controls better resemble GC and user configurable scalingSean
2014-07-14Display file size in GiB instead of bytes.Eder Bastos
2014-07-14Use the "No Banner" graphic as a Drawable resource, instead of as an asset.Eder Bastos
2014-07-09Move first-execution copying of shaders / binaries to an IntentService.Eder Bastos
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