RetroArch/android/phoenix
Lioncash 77fbe67dbe [Android] Fix a bug in the DetectCoreDirectoryFragment.
Would crash if an unsupported file was tapped twice because it would set the inFileBrowser boolean to false, thus leading to the attempt to launch said unsupported file. Fixes this.

Also made it display a brief toast if no cores support the extension of the file.
2013-12-20 12:47:39 -05:00
..
.settings Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
docs Update Building in Eclipse.md 2013-10-30 02:46:22 +01:00
jni (apk-extract Android) Don't verbosely log each file that is being 2013-11-02 18:47:04 +01:00
libs (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
res [Android] Fix a bug in the DetectCoreDirectoryFragment. 2013-12-20 12:47:39 -05:00
src/com/retroarch/browser [Android] Fix a bug in the DetectCoreDirectoryFragment. 2013-12-20 12:47:39 -05:00
.classpath [Android] handle certain "special" buttons on some controllers better, fixes menu button on Ouya controller 2013-08-22 18:14:10 -04:00
.gitignore Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
.project (Android Java) Move functionality over to main menu 2013-08-10 23:53:37 +02:00
AndroidManifest.xml (Android) Add another permission- ACCESS_COARSE_LOCATION - in case LocationManager 2013-12-20 01:18:35 +01:00
ant.properties Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
build.xml Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
proguard-project.txt Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
project.properties (Android) Initial stub location API/GPS support. Requires Google Play Services so 2013-12-15 05:48:28 +01:00
Readme.md [Android] Add a basic Readme.md to the Android front-end project. 2013-10-11 19:28:35 -04:00

Phoenix - Android front-end for RetroArch.

  • For instructions on importing the project correctly, please see the document, "Building in Eclipse.txt" within the docs folder.