TwistedUmbrella
04db66dc6e
Fix some build issues, Add an initialization stability check
2014-04-03 03:42:49 -04:00
TwistedUmbrella
9594444129
French language updates - @AndroidGX
2014-04-03 03:23:26 -04:00
TwistedUmbrella
9162a927c4
Handle explicit intent internally for single generic public intent
...
This will fix apps like Nostalgia crashing because of a “bug” that is
created when the intent is not specifically provided
2014-04-03 02:33:46 -04:00
TwistedUmbrella
164b93be98
Move joystick option below custom and compat requirements
2014-03-27 11:51:11 -04:00
TwistedUmbrella
a1a3d02d2c
Steps to prevent accidentally leaving linked options enabled
2014-03-26 21:41:26 -04:00
TwistedUmbrella
f8a18c3abe
Enable hardware accelerated view if GPU rendering enabled
2014-03-26 21:41:15 -04:00
Stefanos Kornilios Mitsis Poiitidis
9fbf7c972b
Merge pull request #422 from coestergaard/patch-1
...
Updated to match latest English file
2014-03-26 11:45:04 +02:00
Claus Østergaard
71b5e7ae93
Updated to match latest English file
2014-03-25 18:47:33 +01:00
Stefanos Kornilios Mitsis Poiitidis
ad054f1b96
Working on linux x86 dyna
2014-03-25 00:12:30 +02:00
Stefanos Kornilios Mitsis Poiitidis
78f45da8da
gles2 works w/ the correct packages
2014-03-24 23:20:21 +02:00
Stefanos Kornilios Mitsis Poiitidis
1d0a297a45
bugfix in libzip
2014-03-24 23:19:59 +02:00
Stefanos Kornilios Mitsis Poiitidis
e356515198
compiles for lin86 (no rendering yet)
2014-03-20 17:13:53 +02:00
TwistedUmbrella
a687285c81
Decide parameters based on activity rather than application
2014-03-18 16:09:18 -04:00
MrPsyMan
ecbe828cfa
Previous commit was one byte short.
2014-03-15 13:51:16 +02:00
MrPsyMan
6b4deb4b16
Implemented a very basic form of GD-ROM Sense. Only disc swap related Sense currently works. Added some very basic disc swap handling on x86/Windows (press "0">Cancel to remove disc, then "0" again and select the new disc).
...
Notes:
Disc swapping should work on .gdi files (probably .chd files too).
Swapping with .cdi files is not currently supported because we currently create inaccurate TOC for them.
Only x86/Windows has a disc swap handler right now (ie: you can't swap on Android).
2014-03-15 13:42:17 +02:00
Stefanos Kornilios Mitsis Poiitidis
e6ac0e4918
Merge branch 'master' of https://github.com/reicast/reicast-emulator
2014-03-13 21:49:12 +02:00
Stefanos Kornilios Mitsis Poiitidis
5fd8eb8903
widescreen compitable bg clear (fixes widescreen mode)
2014-03-13 21:49:02 +02:00
TwistedUmbrella
f2622f07bb
Verify if compatibility mode requires the joystick - D-pad hack
2014-03-12 11:19:02 -04:00
Bryan Barnes
fbf049cff1
tweaked mic for better voice input - need to test
2014-03-11 22:31:46 -04:00
Bryan Barnes
b64dab5e01
added sdk note to readme
2014-03-11 22:30:14 -04:00
TwistedUmbrella
6097b6f5b0
Fix a preference typo and references for pre API 11 missing
2014-03-09 10:53:13 -04:00
Lioncash
cc1fdb28db
Fix a tiny typo in the missing BIOS message.
2014-03-08 18:32:38 -05:00
Lioncash
d2524dea99
Merge pull request #401 from lioncash/fix-filebrowser
...
Fix case where the file list would cause a crash.
2014-03-08 17:17:39 -05:00
Lioncash
35cd0e1d38
Fix file list crash.
...
Fixes a stupid oversight that is entirely my fault.
2014-03-08 17:14:36 -05:00
TwistedUmbrella
27ee791d71
This should get the menus back to working properly again
2014-03-08 14:55:30 -05:00
TwistedUmbrella
2b9926d397
Remove unused functions, libs, imports, etc for externals
2014-03-06 06:08:51 -05:00
TwistedUmbrella
73c75b7a79
Pulling out all the resources being hosted privately
2014-03-06 05:13:32 -05:00
Lioncash
acd0c58979
[Android] Remove unused imports.
2014-03-06 04:59:59 -05:00
Lioncash
3640293f40
[Android] Join a duplicate if statement in InputFragment's MOGAListener.
2014-03-06 04:54:55 -05:00
Lioncash
c354e09676
[Android] Make MOGAInput's activity context private.
...
Also make the class final.
2014-03-06 04:41:32 -05:00
TwistedUmbrella
8dc18039be
Merge pull request #400 from 0002647302/master
...
isEmpty() is an API 9 + call. Currently we still support 8+
2014-03-06 04:38:09 -05:00
TwistedUmbrella
db1f4d24c5
isEmpty() is an API 9 + call. Currently we still support 8+
2014-03-06 04:36:52 -05:00
TwistedUmbrella
03231f51f2
Merge pull request #399 from 0002647302/master
...
Remove the git display from the main interface, It is debug
2014-03-06 04:32:41 -05:00
TwistedUmbrella
c29dd5d60b
Remove the git display from the main interface, It is debug
2014-03-06 04:32:17 -05:00
Lioncash
e9891118f7
[Android] Kill off unnecessary getString calls.
2014-03-06 04:28:47 -05:00
Lioncash
08d40fe44f
[Android] Simplify display metrics retrieval in Config.java.
2014-03-06 04:11:29 -05:00
TwistedUmbrella
4b98fe2cb5
Merge pull request #398 from 0002647302/master
...
This is cleanup after recent changes
2014-03-06 04:08:43 -05:00
TwistedUmbrella
6da7b865d9
[Android] Clean up for things only being done halfway.
...
Changing from a collection to an array back to a collection was just
adding a lot of unnecessary overhead. This removes that pointless
process and adds the previous changes to the second activity for
handling controllers.
2014-03-06 04:05:29 -05:00
Lioncash
d085678817
[Android] Tiny cleanup to InputFragment.java.
...
Mild side-cleanup to OptionsFragment.java. Purely minor.
2014-03-06 04:04:36 -05:00
Lioncash
1439200253
[Android] Clean up InputModFragment.java
...
Replace parentActivity calls to getResources with just a direct call.
Replace hardcoded strings.
Remove pointless String.valueOf calls.
Remove the parentActivity. Again, this is totally unnecessary.
2014-03-06 03:56:10 -05:00
Lioncash
a6bfd58a00
[Android] Clean up ConfigureFragment.java.
...
Call getResources directly.
Kill off parentActivity class variable. Absolutely pointless if it's used only in one method.
Fix up the atrocious line breaks.
2014-03-06 03:43:09 -05:00
TwistedUmbrella
f7a651f2a7
Update the listing for the buildbot now that it is all in-app
2014-03-06 03:35:44 -05:00
Lioncash
d90243a2c9
[Android] Replace string .equals("") tests in conditionals with .isEmpty()
2014-03-06 03:28:15 -05:00
Lioncash
7924f11284
[Android] Turns out some other class variables were able to be made private too in FileBrowser.java.
...
Removed the privacy level specifiers in the interface OnItemSelectedListener. public is implicit for any interface method.
2014-03-06 03:17:48 -05:00
TwistedUmbrella
0e7fb27a8d
Refactor in @hooby3dfx FPS color choice, Remove alpha
2014-03-06 03:15:25 -05:00
Lioncash
9937875d38
[Android] Make the DirSort class a private static final class in FileBrowser.java.
...
It's used nowhere else and leaving it as package local is just stupid.
2014-03-06 03:14:44 -05:00
Lioncash
2e3bb791ab
[Android] Bump the Eclipse config for the android app to be compliant with 1.6
...
Sorta weird this wasn't already set to this, considering Android uses 1.6 (and a hacky/crappy syntax only version of 1.7 if you consider 4.4+)
2014-03-06 03:12:20 -05:00
Lioncash
19b23a411f
[Android] Convert some for loops to foreach loops in FileBrowser.java.
...
Also make an anonymous class method parameter more readable. Anything is better than arg[x].
2014-03-06 03:04:42 -05:00
Lioncash
6e65e8d565
[Android] Use File's getPath() and not toString() to communicate intent in saveScreenshot().
...
Both do the exact same thing, but one is way more indicative of intent here.
Also removed an unnecessary flush. This happens upon calling .close.
2014-03-06 02:42:35 -05:00
Karen Tsai
c2b4f6b799
Merge branch 'master' of https://github.com/reicast/reicast-emulator
2014-03-06 02:38:19 -05:00