dolphin/Source/Android
Lioncash 39eeb37032 [Android] Correct the accessibility scope of a method and variable in InputConfigFragment.java.
Also, join a variable's declaration and assignment in the onMotionEvent() function.

If no explicit accessibility term (private, protected, public, etc) is given, then the permission level is set to something called 'package-private' which means it is set to the scope of the whole package. So technically any class could have access to this method and variable, which is likely not what we want.
2013-08-14 07:33:17 -04:00
..
.settings Android mega commit of trash. 2013-03-19 21:53:09 -05:00
assets [Android] Support clicking on games in the folder browser to add the folder currently in. Mostly for derps that keep trying to run the game from the folder browser. 2013-06-27 04:47:39 -05:00
jni Update the ant files to build the APK from terminal 2013-04-18 23:26:00 -05:00
libs [Android] Remove SimonVT menudrawer library. Move to Google's support library for their navigation drawer support. Overall cleanup. 2013-06-22 07:45:05 -05:00
res [Android] Main title text for the file browser items are bolded again. Must have removed it accidentally during the previous large refactor. 2013-08-13 14:32:46 -04:00
src/org/dolphinemu/dolphinemu [Android] Correct the accessibility scope of a method and variable in InputConfigFragment.java. 2013-08-14 07:33:17 -04:00
.classpath Android mega commit of trash. 2013-03-19 21:53:09 -05:00
.gitignore Android mega commit of trash. 2013-03-19 21:53:09 -05:00
.project Change Android project name to dolphin emulator 2013-04-24 09:00:14 -05:00
android.toolchain.cmake Get latest android cmake to support NDK 8e 2013-04-13 15:09:05 -05:00
AndroidManifest.xml [Android] Oops. Keep the screenOrientation setting to landscape. 2013-07-16 09:08:41 -05:00
build.xml Android mega commit of trash. 2013-03-19 21:53:09 -05:00
custom_rules.xml Update the ant files to build the APK from terminal 2013-04-18 23:26:00 -05:00
project.properties [Android] Fix ant build? 2013-06-22 08:06:39 -05:00