Commit Graph

16 Commits

Author SHA1 Message Date
TwistedUmbrella 26b669cc8d Move right stick setting to input options 2014-10-05 16:19:50 -04:00
TwistedUmbrella 164b93be98 Move joystick option below custom and compat requirements 2014-03-27 11:51:11 -04:00
TwistedUmbrella 839ddd0c40 Refactor the Dpad Joystick toggle for purposely invalid input 2014-02-28 05:51:08 -05:00
TwistedUmbrella 5f9c75a414 Remove a check when motion is motion, recognized or not 2014-02-24 20:40:02 -05:00
TwistedUmbrella 3d7b8570b6 Support "Select" as menu, Mapping, "Menu" hardware key 2014-02-24 20:39:55 -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
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 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 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 24a9927cca Visual cleanup so everything looks nicely aligned in views 2014-01-24 14:18:37 -05:00
TwistedUmbrella a0260c0d97 Patch up the dpad issues, Add the wow factor to customize 2014-01-24 14:04:21 -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 a90f450045 Reorganize layout to match assignments in GL2JNIActivity 2014-01-24 09:49:33 -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