twinaphex
cb1381c94f
(Android) Take out all FAQs
2013-11-05 15:21:35 +01:00
twinaphex
5bb65b9fa7
(Android) Remove What's New - too much maintenance cost
2013-11-05 13:51:40 +01:00
twinaphex
8666c9e64f
Remove some obsolete help pages
2013-11-05 13:47:42 +01:00
Lioncash
801af3be81
[Android] Add rewinding granularity to the general settings.
2013-11-04 11:19:50 -05:00
twinaphex
334fe12d75
(Android Phoenix) Fix apostrophe - needs to be escaped
2013-11-01 03:17:48 +01:00
ToadKing
816f2f6d47
waiver text update
2013-10-31 21:06:37 -04:00
twinaphex
7021ada78f
(Android) Add GPL license waiver dialog box - text will need further
...
refinement
2013-11-01 01:47:20 +01:00
twinaphex
0f67501354
(Android) Remove note about GPU requirements shaders
2013-10-31 17:04:49 +01:00
Lioncash
97c1745909
Revert "[Android] Move the main activity to use Fragments."
...
This is pretty pointless at the moment actually.
This reverts commit bfdc1e0e601a85db973adc49215e5c77719e2d7e.
- Keeps some modifications to the MainMenuActivity. Most notably the title string retains itself upon orientation changes.
- Also fix some bugs in the PreferenceListFragment. Most notably, the handler message not being removed.
2013-10-31 04:59:24 -04:00
Lioncash
bfdc1e0e60
[Android] Move the main activity to use Fragments.
...
Cleaned up the main activity as well.
2013-10-31 04:00:33 -04:00
Lioncash
490f35a6c3
[Android] InstalledCoresFragment is now functional. Complete with alphabetic sorting and the ability to uninstall cores.
2013-10-30 18:20:50 -04:00
Lioncash
8453002ee0
[Android] Initial skeleton for the core manager. Not functional yet.
2013-10-30 00:55:41 -04:00
twinaphex
967e1e2846
(Android) Change packagename from org.retroarch to com.retroarch
2013-10-30 03:06:54 +01:00
Chris Merrett
3ec7065238
Added Android support for cheap G910 gamepad.
2013-10-22 22:31:48 +01: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
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
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
ToadKing
73bb9d23e0
add intent and icon for Ouya
2013-10-13 20:48:17 -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
e177f6f35a
[Android] Add comments to prefs.xml to clarify which section starts where within the XML.
2013-10-10 10:31:03 -04:00
Lioncash
5df0f7e2d1
[Android] Made DirectoryActivity extend a ListActivity, since that's basically what its purpose is - to act as a list view.
2013-10-10 02:27:58 -04:00
Lioncash
547219c244
[Android] Put the directory activities into a separate package to keep them separate from the rest of the files. Do the same for preference classes as well.
2013-10-08 19:50:23 -04:00
Lioncash
1f6161b45e
Missed one string in DisplayRefreshRateTest.java. Now everything that matters should be within strings.xml now.
2013-09-27 02:30:38 -04:00
Lioncash
9310e1face
RetroArch now fully capable of multi-language support.
2013-09-27 02:24:46 -04:00
Lioncash
a33863f0f2
Initial basic multi-language support.
2013-09-27 00:58:05 -04:00
Lioncash
a04e2ff11a
Use a precomposed ellipsis for the asset extraction string in strings.xml
2013-09-27 00:24:53 -04:00
twinaphex
ac9e0025e2
(Android Phoenix) Add 96ms audio latency option as well
2013-09-14 15:03:20 +02:00
twinaphex
0245f926d1
(Android Phoenix) Set configurable audio latency
2013-09-13 15:57:13 +02:00
twinaphex
e6f527e992
(Android Phoenix) Add ability to set automatic audio latency option on/off
2013-09-13 15:17:57 +02:00
twinaphex
0b45fb1483
(Android Phoenix) Set default values for ListPreferences
2013-09-11 11:00:43 +02:00
Themaister
ae5221947a
IME config fixups.
2013-08-24 12:52:47 +02:00
twinaphex
220411be67
(Android Phoenix) Preliminary per-core config settings - maister:
...
things like ROM path don't currently work correctly per core when
configured individually - please look at it
2013-08-19 01:14:01 +02:00
twinaphex
05ae971aae
(Android) We now select a core first with 'Load Core', then select a game.
...
Opens the door for per-core config files - also remembers the core from the
last previous session
2013-08-18 21:02:41 +02:00
Themaister
dd2d8009ca
Add ProgressBar for asset extraction.
2013-08-16 14:46:36 +02:00
Themaister
758dc7e196
Add Load Game (History) to Android frontend.
...
Also cleanup core selection list a bit to be more readable.
2013-08-16 12:16:19 +02:00
twinaphex
963f206456
Bump to version 0.9.9.6
2013-08-16 03:57:29 +02:00
twinaphex
fc564c2bd6
Add 0.9.9.5 changelog
2013-08-15 00:57:13 +02:00
twinaphex
6fd04e1e0e
(Android Phoenix) Add TV mode - boot straight into RGUI
2013-08-14 04:17:30 +02:00
Themaister
16ca310f93
Add high latency audio support for Android.
...
Should fix ghetto hardware again.
2013-08-12 20:13:06 +02:00
twinaphex
fc4a6b6250
(Android Phoenix) Rename RetroArch.java to CoreSelection.java
2013-08-12 18:48:07 +02:00
twinaphex
7abe27de81
(Android Java) Create separate class for ReportIME
2013-08-12 05:51:33 +02:00
twinaphex
f17fd23ad0
(Android Java) Remove Report Refreshrate
2013-08-12 02:08:54 +02:00
twinaphex
b6370d2441
(Android Java) Set threaded video to default - Shield/Nexus 7 2013 now simply an
...
'OK' messagebox
2013-08-12 01:51:49 +02:00
twinaphex
f62d15a3b3
(Android Java) Move functionality over to main menu
2013-08-10 23:53:37 +02:00
twinaphex
b8ca1323a9
(Phoenix Android) Clean up UI
2013-08-10 22:58:04 +02:00
twinaphex
314947844d
(Android) Last v0.9.9.4 push
2013-08-08 00:33:07 +02:00