Lioncash
8453002ee0
[Android] Initial skeleton for the core manager. Not functional yet.
2013-10-30 00:55:41 -04:00
twinaphex
e51cecbff4
(create-ouya-project.sh) Script is useless now
2013-10-30 03:33:08 +01:00
twinaphex
967e1e2846
(Android) Change packagename from org.retroarch to com.retroarch
2013-10-30 03:06:54 +01:00
Squarepusher
b558f258dc
Update Building in Eclipse.md
2013-10-30 02:46:22 +01:00
twinaphex
0952c88ec2
(Android Java) update libretro_cores.cfg (note to Lioncash - we
...
should be getting rid of this file short-term and using the core
info files directly from the Java frontend instead)
2013-10-30 02:19:06 +01:00
twinaphex
6a449e898d
(Android Java) Disregard 'libretro_' prefix - should just add all
...
cores it can find in assets/cores
2013-10-30 01:16:28 +01:00
twinaphex
9e4b672634
Move cores to an 'asset' folder - create a directory in phoenix/assets folder,
...
call it 'cores', move all the cores there. The APK extract and retroarch activity
libraries still need to remain in phoenix/libs. This will allow Lioncash to make
his core manager be able to uninstall cores etc.
2013-10-30 01:07:49 +01:00
Squarepusher
3bae1122de
Update Building in Eclipse.md
2013-10-23 10:42:24 +02:00
Chris Merrett
3ec7065238
Added Android support for cheap G910 gamepad.
2013-10-22 22:31:48 +01:00
twinaphex
d2c87e3039
Convert most C99-style for loop initial declarations to C89-compliant
...
ones
2013-10-22 15:08:17 +02:00
Lioncash
14992ea911
[Android] Update the documentation with better Eclipse instructions.
2013-10-21 22:27:19 -04:00
Lioncash
eec6faf7a1
[Android] Update documentation to explain how to build the JNI portions of the Android front-end.
2013-10-21 22:02:33 -04:00
ToadKing
57677f8d2a
[ANDROID] fix compile on windows
...
broken make in android toolkit can't have paths with colons in LOCAL_SRC_FILES, just assume we're getting called from the right directory
2013-10-21 21:38:54 -04:00
Lioncash
21f7b63417
[Android] Revise core location in Building in Eclipse.md
2013-10-21 21:05:36 -04:00
Lioncash
e225bc087f
[Android] Fix the markdown syntax for the numeric list in the build instructions. Also minor text change.
2013-10-19 23:10:41 -04:00
Lioncash
6273928755
[Android] Update the build instruction file for Android on where to place built cores.
2013-10-19 23:05:35 -04:00
Lioncash
e6917787ee
[Android] Place the ListPreference for aspect ratio at the top of its PreferenceCategory. Makes it look cleaner in terms of how the preferences are laid out.
2013-10-17 02:05:08 -04:00
Lioncash
7c0f177090
[Android] Edit a string so it fits the preferences better.
2013-10-17 01:51:17 -04:00
Lioncash
c26a6f8015
[Android] Clarify the preference categories in the XML better.
2013-10-17 01:46:14 -04:00
Lioncash
783f493252
[Android] Remove a pointless throws for IOException in ModuleWrapper. There's no way an I/O exception can be thrown in this constructor.
2013-10-15 23:07:36 -04:00
Lioncash
d3c96cfaed
[Android] Remove R.java and BuildConfig.java from the appcompat lib. These are generated files, so there's no need to keep them in the repo. They will be regenerated upon builds.
2013-10-15 11:31:36 -04:00
Lioncash
e622fc9f4d
[Android] Remove the need for RefreshRateSetOS. This can be done with a preference listener within VideoPreferenceFragment.
2013-10-15 10:54:40 -04:00
Lioncash
b1a48dea51
[Android] Remove the need for IMEActivity. We can also do this within InputPreferenceFragment.
2013-10-15 10:40:15 -04:00
Lioncash
9121aea91e
[Android] Eliminate the need for the ReportIME activity. We can just add a listener for the preference within InputPreferenceFragment.
2013-10-15 10:28:02 -04:00
Lioncash
34e447cd4d
[Android] No need to get the base context in ShaderActivity.java for getting application info. Since ShaderActivity.java is (obviously) an Activity. It can act as it's own Context.
2013-10-15 03:12:15 -04:00
Themaister
773295cb28
Move jni stuff to NativeInterface.
...
Makes it more generic and extensible for the future.
2013-10-14 23:27:18 +02:00
Themaister
b5c733f692
Do config readback immediately after running.
...
Avoids potential issue where game is started right after exiting again.
2013-10-14 23:11:08 +02:00
Themaister
0d1c394325
Flush config to disk after device detection.
2013-10-14 22:45:06 +02:00
Squarepusher
9baba0fc8a
Merge pull request #341 from libretro/apk-extract
...
Extract APK assets from native code
2013-10-14 12:21:44 -07:00
Themaister
960780277a
Drop some now useless code.
2013-10-14 21:14:55 +02:00
Themaister
644d45106e
Style nit.
2013-10-14 21:09:49 +02:00
Themaister
7df4500024
Use native side asset extraction.
2013-10-14 21:08:41 +02:00
Squarepusher
7df9f53d4f
Merge pull request #340 from lioncash/master
...
[Android] Disable the preference "Automatically detect audio latency" if the Android device running RetroArch is less than Android 4.1.
2013-10-14 10:10:58 -07:00
Lioncash
1cb397dac7
[Android] Disable the preference "Automatically detect audio latency" if the Android device running RetroArch is less than Android 4.1. Auto detection won't work on those below it.
2013-10-14 11:57:53 -04:00
twinaphex
8b58c39cad
(libretro_cores.cfg / Android) Change mupen64 name
2013-10-14 11:34:29 +02:00
twinaphex
2b7c2a7185
(Android Phoenix) Add mupen64 entry to libretro_cores.cfg
2013-10-14 11:22:20 +02:00
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
Lioncash
fba46e5e2f
[Android] Re-organize config loading so it's neater.
2013-10-13 22:52:14 -04:00
Lioncash
39280b5535
[Android] Remove implementation of OnPreferenceAttachedListener from PreferenceActivity. Not necessary.
2013-10-13 22:48:31 -04:00
Lioncash
aa36ba9fad
[Android] Update the config file whenever a preference within SharedPreferences has been changed.
2013-10-13 22:06:54 -04:00
ToadKing
73bb9d23e0
add intent and icon for Ouya
2013-10-13 20:48:17 -04:00
ToadKing
ca2e2f239a
add tool for making Ouya version (needs different package name)
2013-10-12 21:05:08 -04:00
Lioncash
8efd5e47c6
[Android] Add a basic Readme.md to the Android front-end project.
2013-10-11 19:28:35 -04:00
Lioncash
2f74173154
[Android] Add a doc on how to import the project into Eclipse.
2013-10-11 19:19:28 -04:00
Lioncash
6787c3b674
[Android] Remove an unused import.
2013-10-11 18:55:30 -04:00
Lioncash
2770b23e9f
[Android] Add a handler for the global config CheckBoxPreference.
2013-10-11 18:48:12 -04:00
Lioncash
1105304df5
[Android] Also update the config if the settings activity gets paused.
2013-10-11 18:22:33 -04:00
Lioncash
8c7437f74f
[Android] Save to the config file upon leaving the settings activity.
2013-10-11 18:18:59 -04:00
Lioncash
ce42fccdc7
[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.
...
This commit breaks per-core configs. Will be fixed very soon.
2013-10-11 17:41:22 -04:00
Lioncash
0977f6dc9f
[Android] Fix variable accessibility within BackStackItem. These aren't used outside of the class, so they should be made private.
2013-10-11 12:04:34 -04:00