Commit Graph

1778 Commits

Author SHA1 Message Date
TwistedUmbrella e04e39fa90 Add Traditional, @weihan1102 Simplified Chinese update 2014-02-03 01:12:24 -05:00
TwistedUmbrella c9c71028a9 Update the modified drawer menu with a pretty background 2014-02-03 00:39:16 -05:00
TwistedUmbrella 15c6e731b5 Convert to unified menu layout, Add @hooby3dfx focusable
Applied the focusable to the switches, which worked.
Applied the focusable to the list items, which seems to not have
worked. Also added the state drawable, but so far it has not allowed
scrolling the list on Nvidia Shield.
2014-02-03 00:03:57 -05:00
Stefanos Kornilios Mitsis Poiitidis 1d9ec43b22 Merge pull request #109 from hooby3dfx/microphone_support
Microphone support. YARLY.
2014-02-02 19:00:37 -08:00
Bryan Barnes f571b187b0 Addressed review points
-cleanup vmu that gets replaced by the mic
-got rid of confusing old commented code
-stopped big memory leak if mic data was not getting read but it was
recording
2014-02-02 21:40:18 -05:00
TwistedUmbrella 60de1f6c25 @hooby3dfx Now you can scroll like the rest of us, hooray! 2014-02-02 20:26:11 -05:00
ramersonw 250443b172 Fixed some typos and added more strings 2014-02-02 21:31:09 -02:00
TwistedUmbrella 35ad9bfdee Fix compatibility with older Android versions with least effort 2014-02-02 16:01:16 -05:00
TwistedUmbrella 4c0491552f Clean up some misfired error logs, Always check KHR ES3 2014-02-02 12:46:46 -05:00
Bryan Barnes 6df7f8912c Prevent non-mic devices from doing this 2014-02-02 12:10:40 -05:00
TwistedUmbrella 4045b9a15f Remove untranslated strings, Add generic Korean resource 2014-02-02 01:03:38 -05:00
Bryan Barnes 3e33efa3ca learning the hard way
root cause found (i think). lesson: java functions called via jni dont
handle exceptions/tell you what happens when they crash.
2014-02-01 22:36:47 -05:00
TwistedUmbrella 5bc849f3f0 Add the Open GL ES View errors to the debug log output 2014-02-01 18:00:27 -05:00
TwistedUmbrella 8a9a5af00d Import mod of Jeremy Feinstein's SlidingMenu, EGL Mods
Clean up the menu or at least reduce the number of shells

Build native library against the same API base as shell app

Update Khronos source to newest stable, Reference EGL14

Add margins, Restore lost identifiers, Update tested devices

Adjust drawer menu handle to prevent unintentional launch

Revise EGL handling to check multiple contexts to configure

Update README to include information about translating

Add native library handling to the debug, Enable log reading

Adjust drawer menu touch area, Fix L / R assignment calls

Remove some merge junk from trying to resolve git issues
2014-02-01 18:00:14 -05:00
Bryan Barnes 2403d13440 umm
ok its one of those things where the logging makes it work!
not sure whats up, but without the additional logging it crashes.
2014-02-01 14:05:09 -05:00
Bryan Barnes 208bcc0d79 its verking!
figured out issue, made mic setup simpler
2014-02-01 13:52:36 -05:00
Bryan Barnes 5b9dbd9fa3 This is ready to go
-Added config to input fragment
-Reduced logging
-Init the mic at the right time during startup so that port 2 either
gets vmu or mic
-Has not been tested on device without mic
-Needs more testing in games
2014-02-01 10:44:06 -05:00
Carlos Estrague 191a5dfcdf Update spanish translate string
Small changes in the spanish translation
2014-02-01 11:25:13 +01:00
Bryan Barnes 7e8bc2972b merge from master
i hope
2014-01-31 20:32:46 -05:00
Bryan Barnes 0c11acb931 better conformity to spec 2014-01-31 20:31:42 -05:00
Bryan Barnes e1970cf01d notes and manifest tweak 2014-01-31 20:31:42 -05:00
Bryan Barnes 800526ddcd progress
-some cleanup
-handling of retransmit
-got rid of needless sleeping in record thread
-some latency handling
2014-01-31 20:30:46 -05:00
hooby3dfx d839e8d70d minor hygiene 2014-01-31 20:30:45 -05:00
Bryan Barnes 841ed659ae AWWWW YEA
SOMEONE TRY THIS
2014-01-31 20:30:45 -05:00
Bryan Barnes b24e401e2f oh snap gets further!
jni local reference table overflow
2014-01-31 20:30:45 -05:00
Bryan Barnes 18e5bd7c95 almost working
crashes - need to figure out jni thread crap
2014-01-31 20:30:44 -05:00
TwistedUmbrella c94dd2e223 Remove deprecated string resources to prevent build error 2014-01-30 14:32:31 -05:00
TwistedUmbrella 79bca874b7 @AndroidGX French Translation updates 2014-01-30 10:12:11 -05:00
TwistedUmbrella fd17b52792 Move to official repository for branch with default category
Since the about section can only track the default branch, the default
branch can be tracked locally. The androidui branch requires a mirror
with androidui set as default.
2014-01-30 10:07:58 -05:00
TwistedUmbrella ae5394f6b6 Squash changes from andoidui into single commit
Integrate previously locked settings with valid user warning

Put a note about the beta compile link in the README.md

Add a super fancy about that supports Github commit logs

Revise about with git log, Highlight current build in commits

Check for a null value when getting the current commit sha

Chinese Simplified Translation from @weihan1102

Rename Simplified Chinese res folder for proper complie

Add links to the website and beta compile site from about

Add option for custom mapping to set joystick to non-dpad

Fix a missing check for the user saved value of the A button

The Moga only operates one way, there is no variation test

Add region values, Set cable to match formatting of others

Reduce the number of random string array calls, jsCompat

It was unnecessary to keep getting the array, It was even less
necessary to keep getting the preference values. The port
identification letters are set multi-lingual values.

Label the about links to prevent any confusion (Not mirrors)

Missing a check on the motion events to determine compat

Add a check to verify Kitkat, Remove the standard override

The new API verification complains about the Override, so this is a
preventative step for if and when it is updated. It may also prevent
some issues with compatibility.

Run organize imports to reduce the amount of excess code

Add a controller option to go to custom layout from selection

Prevent a leak where multiple items were highlighted in list

@AndroidGX French Translation resources
2014-01-30 09:18:45 -05:00
Matteo Hausner 00f55b5b4b Removed 'images' and 'nav_drawer_icons' sections from all string resources but the default one 2014-01-29 22:42:51 +01:00
Matteo Hausner 34ca48a484 Some German translations fixes 2014-01-29 22:40:11 +01:00
Matteo Hausner 50466eb9ec Added German translation 2014-01-29 22:27:15 +01:00
Matteo Hausner 57212196fb Added support for immersive mode on KitKat devices 2014-01-29 20:27:08 +01:00
Matteo Hausner d032bc4a24 Removed hello_world from Russion translation 2014-01-29 19:49:52 +01:00
ramersonw 4dac3a6800 Updated portuguese translation 2014-01-29 11:58:48 -02:00
TwistedUmbrella 84326bb12a Merge pull request #161 from MrYadro/master
Initial Russian translation & TravisCI support
2014-01-28 07:08:53 -08:00
TwistedUmbrella 1543474366 Remove all the auto RTF garbage from Strings.txt 2014-01-27 09:55:50 -05:00
TwistedUmbrella 598bc85d55 Simulate the entire process of sending key values for L / R 2014-01-27 09:49:58 -05:00
TwistedUmbrella bb302f1cab Make sure the customize view loads controller A by default 2014-01-27 09:41:28 -05:00
TwistedUmbrella 0d5f25334f Fix default string templates to be in English unless complete 2014-01-27 09:37:46 -05:00
TwistedUmbrella 2fe5063d9f Restore default R1 as start when R2 exists, Simulate L / R 2014-01-27 09:36:11 -05:00
TwistedUmbrella f1f0f0deb7 Add res for Polish / Swedish / Greek, Spanish, Update JP 2014-01-27 05:40:21 -05:00
TwistedUmbrella d1f1d14aad Remove the hello world, Add generic string text reference 2014-01-27 05:05:57 -05:00
TwistedUmbrella c8a38a5637 Implement generic Google Translate Portuguese resources 2014-01-27 04:42:11 -05:00
TwistedUmbrella 0f3f313d4e Add cleaner spacing to the settings menu to avoid misfires 2014-01-27 04:09:04 -05:00
TwistedUmbrella 13af9173e8 Let standard controllers handle Moga L2 / R2 when custom 2014-01-27 03:58:43 -05:00
TwistedUmbrella 4e08d3e3e0 Check for custom layout before L / R, Add players to Moga 2014-01-27 03:04:40 -05:00
TwistedUmbrella 34b7bcf68f Attempt to force the UI to focus on game list for navigation 2014-01-27 02:51:32 -05:00
TwistedUmbrella 293f5d2917 Fix a minor issue with merged comments being misplaced 2014-01-27 02:34:12 -05:00
TwistedUmbrella 8783e6529e Add configuration for default emulator image (GS, AR, etc)
This is a future-proof addition to support possible integration of disk
swapping with a cheat engine such as GameShark or Action Replay, which
require loading a disk during games.
2014-01-27 02:27:46 -05:00
TwistedUmbrella 02e5cd3ee2 Make sure the visual buttons are available to "press" them 2014-01-27 02:00:42 -05:00
TwistedUmbrella aa470c7348 Prevent displaying the unformatted player identifier in UI 2014-01-27 01:51:35 -05:00
TwistedUmbrella e48ee7069a Verify a player is assigned to the key before checking L / R 2014-01-27 01:28:37 -05:00
TwistedUmbrella cd96097c58 Attempt to support configurable L and R buttons by touches 2014-01-27 01:18:31 -05:00
TwistedUmbrella a2451a59a3 Attempt to scale the image a little further before giving up 2014-01-27 00:16:36 -05:00
TwistedUmbrella d78294640f Catch OutOfMemory errors and simply trash the Drawable 2014-01-27 00:13:20 -05:00
Yaroslav 5a955dac3d Initial Russian translation & TravisCI support 2014-01-26 20:32:17 +07:00
TwistedUmbrella de5954decc Add basic Moga support to the input configuration menus 2014-01-26 04:46:34 -05:00
TwistedUmbrella 4307068022 Stop hanging out in the background, this toast is important 2014-01-26 04:46:26 -05:00
TwistedUmbrella d274b74df7 Larger screens were attempting to display small screen box 2014-01-26 03:55:43 -05:00
TwistedUmbrella 08acfd4218 Highlight letter designations, More textview width flexibility 2014-01-26 03:48:33 -05:00
TwistedUmbrella 0655a9a6c9 Patch up some issues creating the intended layout design 2014-01-26 01:44:06 -05:00
TwistedUmbrella ccbedd04af More translations, Visual cleanup of the about dialog box 2014-01-26 01:31:45 -05:00
TwistedUmbrella 6ba89df2c9 Add visual identifiers for controllers, More string translation 2014-01-26 01:08:40 -05:00
TwistedUmbrella 6c3e5a6974 Write the current time value when updating the configuration 2014-01-26 01:08:19 -05:00
Matteo Hausner 05a3e374e9 Some layout improvements on the input and controller mapping screens
Added Star icon for the rating menu entry
Improved the Question icon for the about menu entry
2014-01-25 21:01:37 +01:00
TwistedUmbrella b0620637ab Add the standard work-arounds for Android not cleaning up 2014-01-25 09:42:51 -05:00
TwistedUmbrella 6cdf9e3e87 Make sure controller identification fails if none are defined 2014-01-25 09:22:02 -05:00
TwistedUmbrella 5ad26263f9 Allow the custom controller config to override any other map
By using the compatibility mode switch, the custom key and identifier
assigned to a specific controller should be the first items used to
create the key mappings. At worst, this will provide basic button and
dpad support if no other detection is possible for the specific
controller device.
2014-01-25 08:28:15 -05:00
TwistedUmbrella 431c6ee014 Open up compatibility mode to any device that attempts it
This adds compatibility mode as an option in 3.0+, not just for
unsupported APIs. This allows attempting to use controllers that are
otherwise undetected by standard input.
2014-01-25 07:34:21 -05:00
TwistedUmbrella 3904f8a225 Add visual counterpart to assigning unidentified controller 2014-01-24 20:27:39 -05:00
TwistedUmbrella 0c45cc7d11 Add compatibility code to support unidentifiable controllers 2014-01-24 17:38:04 -05:00
TwistedUmbrella 9fa119a948 Make sure fragments are tagged for navigation efficiency 2014-01-24 16:50:00 -05:00
TwistedUmbrella 17f4a77e92 Add an extra check to prevent 2.3 controller handling error 2014-01-24 16:16:00 -05:00
TwistedUmbrella 4175e3e813 Allow booting to the BIOS even when no games are found 2014-01-24 16:09:58 -05:00
TwistedUmbrella 42dd530e50 Missed designating a player when saving custom key 2014-01-24 15:39:02 -05:00
TwistedUmbrella 4525bfccad Resample images when loading, Don't recycle during use 2014-01-24 14:39:49 -05:00
TwistedUmbrella 24a9927cca Visual cleanup so everything looks nicely aligned in views 2014-01-24 14:18:37 -05:00
TwistedUmbrella 95c6a1cc18 Be considerate for those without the resource allocations 2014-01-24 14:09:38 -05:00
TwistedUmbrella a0260c0d97 Patch up the dpad issues, Add the wow factor to customize 2014-01-24 14:04:21 -05:00
TwistedUmbrella 1a46c4b252 This addresses the issue where Strings are not Integers ;) 2014-01-24 12:26:59 -05:00
TwistedUmbrella 6ae54f5280 Add support for configuring controllers on a per-player basis 2014-01-24 12:12:40 -05:00
TwistedUmbrella dd1d1ddcaf Add option to remove specific custom button assignments 2014-01-24 12:02:06 -05:00
TwistedUmbrella 4af2a566f9 Cleaning up the key orders, Finding copy-paste mistakes 2014-01-24 10:00:42 -05:00
TwistedUmbrella 5967b2a8cd Back is needed by the menus, everything else is fair game 2014-01-24 09:53:36 -05:00
TwistedUmbrella a90f450045 Reorganize layout to match assignments in GL2JNIActivity 2014-01-24 09:49:33 -05:00
TwistedUmbrella 5ec7e5bc0d Support per-player moga config, Cleanup the rating change 2014-01-24 09:28:32 -05:00
TwistedUmbrella 46155b0a62 Support per-player moga config, Disable pro config for now 2014-01-24 01:24:01 -05:00
TwistedUmbrella ba973c5b18 Remove unnecessary Ouya import from Moga (copy-paste) 2014-01-23 08:54:02 -05:00
TwistedUmbrella d7c1a1a0f4 Move rating to a menu option. Use resources for 2.3 dialog 2014-01-23 08:53:52 -05:00
TwistedUmbrella 998fa20c01 Set default value for custom key assign to false on first load 2014-01-23 01:38:11 -05:00
TwistedUmbrella f79cb1ecb7 Rewrite the key assignment function to override default key 2014-01-23 01:22:01 -05:00
TwistedUmbrella a63cede6bc Add a generic function to modify the button assignments
This should support a per-player option in the future.
2014-01-23 00:18:11 -05:00
Stefanos Kornilios Mitsis Poiitidis 9e56db72f4 Razify(tm) about box string 2014-01-22 15:36:31 +02:00
Stefanos Kornilios Mitsis Poiitidis 6bbf827fc5 Merge branch 'master' of https://github.com/reicast/reicast-emulator 2014-01-22 15:21:03 +02:00
Stefanos Kornilios Mitsis Poiitidis ef6a83add6 Merge branch 'master' of https://github.com/reicast/reicast-emulator 2014-01-22 15:19:47 +02:00
Stefanos Kornilios Mitsis Poiitidis 39ed9164ad Updated buttton.png with sharper version 2014-01-22 15:19:10 +02:00
TwistedUmbrella b76235a281 Place the rating as a subtext of the about to avoid irritation 2014-01-21 21:55:17 -05:00
TwistedUmbrella 34ddb85bfe Add the code to support a rating prompt (currently inactive)
This is just the general outline to see how it sounds and such.
Currently this code is unreachable during normal use.
2014-01-21 20:54:49 -05:00
TwistedUmbrella 2b73d046ea Merge pull request #127 from NoblesseOblige/master
Make games directory recursive to one level for gdi folders
2014-01-21 11:55:15 -08:00
TwistedUmbrella c7f4aa0c52 Make games directory recursive to one level for gdi folders 2014-01-21 14:54:47 -05:00
TwistedUmbrella 1b218c5784 Merge pull request #123 from NoblesseOblige/master
Visual and filesystem updates for better stability
2014-01-21 10:16:22 -08:00
Matteo Hausner 46f23a9330 Fixed OSC-Edit-Mode being available without existing Bios / Flash files 2014-01-21 18:46:01 +01:00
TwistedUmbrella 302b3e5b29 Revert "Make the GLES 2 a requirement to prevent incompatibility"
This reverts commit e9cb37b133.
2014-01-21 12:06:09 -05:00
TwistedUmbrella 950e93f409 Add the proper context for toast message from background 2014-01-21 11:03:43 -05:00
TwistedUmbrella 191a720a75 Allow reverting to the previously saved screen joypad layout 2014-01-21 10:55:30 -05:00
TwistedUmbrella f934e3a2ac Nvidia controller already mirrors the 360, so set the defaults 2014-01-21 10:55:30 -05:00
TwistedUmbrella 2e0e07c2ea Disable recursive searching of the selected games directory 2014-01-21 10:55:30 -05:00
TwistedUmbrella e9cb37b133 Make the GLES 2 a requirement to prevent incompatibility
As per @skmp it was a requirement all along, just not explicitly
enforced until now.
2014-01-21 10:55:30 -05:00
TwistedUmbrella 58ac73df14 Default games to the system directory, Prompt when empty 2014-01-21 10:55:30 -05:00
TwistedUmbrella db324d950e First step in converting to async to reduce loading times 2014-01-21 10:55:29 -05:00
TwistedUmbrella d167caf107 Let's feed this thing a little speed and see if it gets excited 2014-01-21 10:55:29 -05:00
Stefanos Kornilios Mitsis Poiitidis 0bbf33ce61 Updated buttons img, reset OSD scale 2014-01-21 17:39:05 +02:00
Stefanos Kornilios Mitsis Poiitidis 0c5d261a58 Merge pull request #121 from NoblesseOblige/master
Fragment navigation, Layout fixes, Directory handling
2014-01-21 01:27:13 -08:00
TwistedUmbrella ec5246d0d3 Patch up the back button support to properly handle action 2014-01-21 01:31:56 -05:00
TwistedUmbrella 54268a68d4 Don't save the directory as an intermediate step to browse 2014-01-21 01:22:14 -05:00
TwistedUmbrella 0dd9f318e5 Fragment back button navigation, Self-inflicted layout issues 2014-01-21 00:53:53 -05:00
Stefanos Kornilios Mitsis Poiitidis e59372f0d2 Merge pull request #113 from NoblesseOblige/master
Updates to address issue items (past and future)
2014-01-20 16:30:24 -08:00
Stefanos Kornilios Mitsis Poiitidis 55cb5c94d4 Fix gcw and nacl makefiles abit 2014-01-20 23:10:17 +02:00
TwistedUmbrella 672b56f384 Add a logging capability that will save to the home directory
This will solve those issues where people say the app crashed and have
little or no information that may be required to diagnose the issue.
This generates it into a file.
2014-01-20 07:17:01 -05:00
TwistedUmbrella addefa897b Add checks for a few API 16 items, Show API restrictions
Removing the @TargetApi(Build.VERSION_CODES.JELLY_BEAN) overrides
prevents these issues from being suppressed automatically so reflection
can be used instead.
2014-01-20 06:49:07 -05:00
TwistedUmbrella 5b386891f3 Don't check input devices on platforms that don't support it 2014-01-19 21:45:22 -05:00
TwistedUmbrella dbfa473034 Replace scrollview to allow multiple children (still scrolls) 2014-01-19 21:20:32 -05:00
TwistedUmbrella 9f48d52fb9 Don't prevent access to available options, only input devices 2014-01-19 21:15:10 -05:00
TwistedUmbrella cea9541ca1 Remove input check in options, Limit input menu visibility 2014-01-19 21:03:44 -05:00
TwistedUmbrella 54bb410c2c Reorder the layout to match the changed order of the code 2014-01-19 20:57:47 -05:00
TwistedUmbrella 42053b3648 Add the changes to InputFragment for more than labels 2014-01-19 20:56:07 -05:00
TwistedUmbrella 11c8854301 Add input menu to Android 2.3 and re-order to match 3.0+ 2014-01-19 20:51:53 -05:00
TwistedUmbrella 9f733b6b89 Remove excess view now that fragment issue is resolved 2014-01-19 17:45:28 -05:00
Matteo Hausner e4e7df1c26 Fixed issue #110
Fixes for the layout of FileBrowser
Replaced close and folder icons with ones that better match the other icons in design
Improved reset icon
2014-01-19 19:25:47 +01:00
Matteo Hausner 6b2089a73c Renamed ControllersFragment to InputFragment to better reflect that all input settings are found in there
Greatly improved layout for all input related stuff
Added an input icon(!)
Fixed / improved some input related strings
2014-01-18 17:33:31 +01:00
Matteo Hausner 404f7c6d6a Added missing import after rebase 2014-01-17 23:27:12 +01:00
Matteo Hausner b89ba1e34c Added apply icon as suggested by LoungeKatt
Improved scaling of sensitivity
2014-01-17 23:22:59 +01:00
Matteo Hausner 050f30a274 Back button menu icon scaling according to DP, this partially fixes issue #85
Fixed a touch issue in edit mode
Some cleanup...
2014-01-17 23:22:59 +01:00
Matteo Hausner 1b8322aa92 Fixed an outstanding bug in GL2JNIView that Left/Right Triggers would not get reset after pointer up action (reset would only occur if all fingers were lifted)
Added Reset icon for touch controls reset
Moved strings to string resource
General cleanup...
2014-01-17 23:22:52 +01:00
Matteo Hausner 95eca8fe4e Further integration of customizable OSC 2014-01-17 23:20:07 +01:00
Matteo Hausner 43f93f3b2b First working sample implementation of edit mode 2014-01-17 23:10:06 +01:00
Matteo Hausner d79d856394 First test-implementation for moveable touch controls 2014-01-17 23:07:55 +01:00
TwistedUmbrella d36b58c0f4 Update game selection to prevent launching BIOS for all 2014-01-16 23:41:26 -05:00
TwistedUmbrella 07625c5250 This layout is no longer needed with compatibility changes 2014-01-16 17:49:07 -05:00
TwistedUmbrella 07601ead11 Remove unused code, Save directory on edit text changed 2014-01-16 16:07:38 -05:00
TwistedUmbrella 01853fcf7a Add a watcher to save directory values when text changes 2014-01-16 14:59:26 -05:00
TwistedUmbrella 39bafcede4 Fix the random sizes of list items when opening the drawer 2014-01-14 02:04:32 -05:00
TwistedUmbrella f6d7820eb4 Small updates to the menu and drawers for better visibility 2014-01-14 01:55:34 -05:00
TwistedUmbrella fd4a464ea0 Squash: Add switch compat to unify layouts with previous APIs
Patch up the layouts to prevent Switch compat view errors

Make the layouts look the same regardless of screen width

Prevent stray view by generating the headings dynamically

Create more flexible borders and reorganize the main view

Finish up the layout changes, Adjust some API requirements
2014-01-14 01:45:39 -05:00
Stefanos Kornilios Mitsis Poiitidis 4992ef3365 Merge pull request #92 from bwRavencl/about-version
Added version to about message
2014-01-10 14:50:11 -08:00
Matteo Hausner 2cabeb69f3 Moved about box strings to string resource file 2014-01-10 22:53:31 +01:00
Stefanos Kornilios Mitsis Poiitidis 6ac087720e Merge pull request #78 from NoblesseOblige/master
Convert strings to string resources to support translations
2014-01-10 13:44:08 -08:00
Matteo Hausner cadc1489a5 Added version name string to about message 2014-01-10 22:38:23 +01:00
Matteo Hausner 6343dc2f83 Added gui switch to enable / disable touch vibration (haptic feedback) 2014-01-10 19:37:58 +01:00
Matteo Hausner ab076bea94 Removed redundant import of InputDevice 2014-01-09 21:10:55 +01:00
Matteo Hausner ef1da16469 Fixed the default value for add_controllers in Android.cpp 2014-01-07 18:07:56 +01:00
Matteo Hausner 4adc462901 Fixed handling if an assigned controller gets disconnected
Menu, Back and Volume buttons are ignored for controller selection now
Added mroe meaningful controller strings / string names
Minor cleanup
2014-01-06 19:13:48 +01:00
LoungeKatt e190c7e4f8 Convert strings to string resources to support translations 2014-01-05 23:44:44 -05:00
LoungeKatt 5a20039c89 Remove override for standard method, Menu default icons 2014-01-05 18:24:11 -05:00
Matteo Hausner b0ef1a4468 Added multi-controller support into MOGA implementation (Untested! Somebody with MOGA hardware should verify that I didn't break anything!)
Fixed OSD hiding for multiple controllers (OSD is now hidden only in case Player 1 is using a physical controller)
Fixed PS3 controller mapping (regression?)
2014-01-05 18:18:52 -05:00
Matteo Hausner 3cb8b2cc6e Added configuration GUI for physical controllers
Reverted changes in maple_cfg.cpp except a minor memory leak
Fixed an issue with the Xbox 360 controller support, that the first
press of the DPAD would not get handled
Lots of improvments on multi-controller support
2014-01-05 18:18:26 -05:00
Matteo Hausner 5b5743dd95 First steps to integrate multi-controller support 2014-01-05 18:14:42 -05:00
LoungeKatt aabe953f7d Clean up the options call when moving to the main activity 2014-01-05 06:08:44 -05:00
Stefanos Kornilios Mitsis Poiitidis 7a54a1da0d Fi some strings, move bios checking 2014-01-05 11:25:19 +01:00
LoungeKatt 99228e8aea Fix missing navdrawer when returning to menu from game 2014-01-05 02:22:49 -05:00
LoungeKatt eedb4ac233 Use xbox configuration for nVidia Shield to enable dpad 2014-01-05 01:43:05 -05:00
LoungeKatt 7c42c55c8f Fix directory selection when BIOS is in an alternate folder
This will allow selecting a different folder on the first run instead
of having to place everything in /sdcard/dc first and then pick a new
folder to later move to. This will still notify the user of
requirements for having the BIOS in the /dc folder if they do not pick
an alternate location at this time.
2014-01-05 01:24:46 -05:00
LoungeKatt 7965f0c422 Menu updates for easier flow, Fix up 2.3 compatibility
Fix menu flow, Add explanations, Fix menu option values

This places paths inside settings instead of the reverse for devices
that cannot view the slider menu. The configuration options have been
expanded to work toward adding all emu.cfg values as visual. Options
not currently being used by the emulator are commented to avoid user
confusion.

Set all icons to default to browser, Replace duplicate icon

Organize imports and move config to main menu for < 2.3

Fix fragment display in pre 2.3 devices by restoring views
2014-01-05 00:06:18 -05:00
Stefanos Kornilios Mitsis Poiitidis 35b38e3a78 hardfp calling support
This is commented out for android, but it is tested and works!
2014-01-04 15:26:50 +01:00
Stefanos Kornilios Mitsis Poiitidis 25d4607b57 bump version number 2014-01-03 20:04:42 +01:00
Stefanos Kornilios Mitsis Poiitidis 05571cf7ea Frameskip, unstable opts
- make ta_skip to ta frame skipping instead of skipping parsing entierly. it handles 1 out of every (N+1) frames.
- re purpose rend to unstable opts, as pvr.rend is of no real use right now
2014-01-03 19:28:37 +01:00
Stefanos Kornilios Mitsis Poiitidis 12b29f003a Fix MOGA detection, change options to paths 2014-01-03 18:55:25 +01:00
Matteo Hausner 7a4d44c2df Added Xbox 360 controller support 2014-01-02 19:02:42 +01:00
Stefanos Kornilios Mitsis Poiitidis 629b9e0a79 android: do not require touchscreen (fix for stb devices) 2014-01-02 17:12:02 +01:00
LoungeKatt 8a1076f9fd Cleanup formatting lost during merge of controller changes 2013-12-29 22:40:42 -05:00
LoungeKatt db78a741d0 Stop double polling Moga controllers, Hide OSD for Shield 2013-12-29 22:32:35 -05:00
Stefanos Kornilios Mitsis Poiitidis 9512d37c7c Cleaning up abit, some more moga work :) 2013-12-30 00:55:17 +01:00
Stefanos Kornilios Mitsis Poiitidis 258b8cf7f6 Fix fullscreen flag 2013-12-30 00:53:00 +01:00
Stefanos Kornilios Mitsis Poiitidis f7a39783f6 MOGA support 2013-12-29 00:14:45 +01:00
Stefanos Kornilios Mitsis Poiitidis f5d29677b3 Merge branch 'androidui'
Conflicts:
	core/hw/pvr/spg.cpp
	core/hw/sh4/interpr/sh4_interpreter.cpp
	reicast/android/src/com/reicast/emulator/MainActivity.java
2013-12-28 22:28:50 +01:00
Stefanos Kornilios Mitsis Poiitidis 7ef9de3cae Moving code around, cleanups 2013-12-28 22:20:08 +01:00