summaryrefslogtreecommitdiff
path: root/Source/Android/src
AgeCommit message (Expand)Author
2014-12-26[Android] Add support for sterescopy configuration.Ryan Houdek
2014-12-23[Android] Add a few helper functions to EGLHelper.Ryan Houdek
2014-11-30[Android] Removes CPU architecture number from CPU helper.Ryan Houdek
2014-11-20Merge pull request #1580 from lioncash/androidLioncash
2014-11-20AboutFragmentItem: Remove incorrect javadoc tagLioncash
2014-11-20InputConfigFragment: Use a StringBuilder for string concatenationLioncash
2014-11-17Merge pull request #1563 from lioncash/uiLioncash
2014-11-17Host: Kill off GetRenderWindowSizeLioncash
2014-11-16Android: Use a PagerTabStrip instead of the ActionBar.Lioncash
2014-11-15Android: Remove unused imports in GameListItemLioncash
2014-11-15Android: Prevent instantiation of utility classesLioncash
2014-11-15Android: Compress an if statement in FolderBrowserLioncash
2014-11-02Merge pull request #1264 from Stevoisiak/GCM-to-ISORyan Houdek
2014-11-02Updated android GCM references to ISOStevoisiak
2014-10-30Enables EFB copies by default on Android.Ryan Houdek
2014-10-18Fix a crash on Android when unplugging a controller during emulation.Ryan Houdek
2014-10-08Android: Use apply() instead of commit() for SharedPreference changes.Lioncash
2014-10-08[Android] Return to game list instead of exiting appSean Maas
2014-09-19Show OpenGL or OpenGL ES on Android depending on what the device supports.Ryan Houdek
2014-08-28Update shown CPU cores in the Android UI.Ryan Houdek
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-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-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-22Make configuring the onscreen controls less annoying.Ryan Houdek
2014-03-22Fix a call to a parent class method in InputOverlay.Lioncash
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-08[Android] Split the AboutFragmentItem and InfoFragmentAdapter into their own ...Lioncash