summaryrefslogtreecommitdiff
path: root/Source/Android
AgeCommit message (Expand)Author
2015-05-08Have Picasso load images into memory at the size they will be displayed.Eder Bastos
2015-05-07Implement first few screens of Android 5.0-based UI.Eder Bastos
2015-05-05Remove the "nativeLibsToJar" gradle task.Eder Bastos
2015-05-02Convert the Android source code to the directory structure of a Gradle-based ...Eder Bastos
2015-03-08[Android] Support arguments from Activity Monitor.Ryan Houdek
2015-02-25Move user directory detection location to UICommon.Ryan Houdek
2015-02-24[Android] Stop eating button events we don't handle.Ryan Houdek
2015-02-24Fix a typo in the Android cmake toolchain script.Ryan Houdek
2015-02-18[Android] Fix ignore format changes option.Ryan Houdek
2015-01-26Update Android cmake.Ryan Houdek
2015-01-26[Android] Change the default renderer to OpenGL.Ryan Houdek
2015-01-26[Android] Select the AArch64 recompiler core by default if shown to support A...Ryan Houdek
2015-01-26[Android] No longer carry a default configuration file.Ryan Houdek
2015-01-23[Android] Add internet permissions.Ryan Houdek
2015-01-18[Android] Expose aspect ratio to the video settings.Ryan Houdek
2014-12-28Android: Fix a typo (Depthn -> Depth)Lioncash
2014-12-28Android: Use findViewById instead of getChildAtLioncash
2014-12-28Android: Fix a warning regarding a string in the slider layoutLioncash
2014-12-28Android: Remove unnecessary context variable in SliderPreferenceLioncash
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-12-21Merge pull request #1725 from Sonicadvance1/update_gradleMatthew Parlane
2014-12-20Updates the gradle build file to the latest needed for Android Studio.Ryan Houdek
2014-12-20[Android] Raise requirements to Android 4.3 and OpenGL ES 3.0Ryan Houdek
2014-12-01Merge pull request #1625 from unknownbrackets/android-minorLioncash
2014-11-30Android: Ignore some generated files.Unknown W. Brackets
2014-11-30Merge pull request #1615 from Sonicadvance1/fix_cpu_helperRyan Houdek
2014-11-30[Android] Removes CPU architecture number from CPU helper.Ryan Houdek
2014-11-30Update the android cmake toolchain to latest.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-18Various country flag improvementsStevoisiak
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: Support RTL language translationsLioncash
2014-11-15AndroidManifest: Increment the minimum and target SDK valuesLioncash
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-09-07Fix a few minor bugs that appeared in the latest android cmake scriptRyan Houdek
2014-09-03Merge pull request #901 from Sonicadvance1/64bit-android-cmakeshuffle2