RetroArch/android/phoenix
Squarepusher c0d4f3275d Merge pull request #338 from lioncash/master
Move the settings menu over to one menu, while also being Fragment based.
2013-10-13 20:06:52 -07:00
..
.settings Delete original phoenix directory; Rename andretro directory to phoenix. 2012-12-06 01:47:52 -05:00
assets Revert "(Android) Some preliminary changes for new libretro core naming convention - still not" 2013-10-10 16:47:44 +02:00
docs [Android] Add a doc on how to import the project into Eclipse. 2013-10-11 19:19:28 -04:00
jni (Android) Include native/jni/Android.mk file in phoenix/jni/Android.mk 2012-12-27 14:55:40 +01:00
libs/appcompat [Android] Very large reworking of the preferences. It uses fragments to handle preferences, not to mention the entirety of the preferences has been moved into a viewpager/tab-nav combo. 2013-10-11 17:41:22 -04:00
res Merge pull request #338 from lioncash/master 2013-10-13 20:06:52 -07:00
src/org/retroarch/browser [Android] Re-organize config loading so it's neater. 2013-10-13 22:52:14 -04: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 Merge pull request #338 from lioncash/master 2013-10-13 20:06:52 -07: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] Very large reworking of the preferences. It uses fragments to handle preferences, not to mention the entirety of the preferences has been moved into a viewpager/tab-nav combo. 2013-10-11 17:41:22 -04: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.