Commit Graph

31 Commits

Author SHA1 Message Date
TwistedUmbrella 9ec657949a Basic Android option to toggle Synchronous Rendering 2015-08-11 20:50:34 -04:00
TwistedUmbrella 6cf0d1acda Add a settings toggle to configure reios 2015-03-14 11:51:30 -04:00
TwistedUmbrella e15fcc38e9 Better handling of theme items for spinner 2015-02-26 00:46:29 -05:00
TwistedUmbrella 30cfc0b15a Add a basic theme selection option to configuration 2015-02-26 00:46:29 -05:00
TwistedUmbrella 1aa50faadf Basic automated BIOS locator
Requires BIOS still be in a “data” subfolder
2014-10-08 23:13:27 -04:00
TwistedUmbrella b6aa26f5c9 Merge settings and paths for simpler menu system 2014-05-27 01:58:43 -04:00
TwistedUmbrella a6407a52b4 Relocate the entire logging process to prevent any issues 2014-03-03 20:24:02 -05:00
TwistedUmbrella 40c4570271 Add an override for the native interface to be user disabled 2014-03-01 21:14:30 -05:00
TwistedUmbrella 34c9e6f6ea Integrate broadcast selection menu into the configuration 2014-03-01 21:02:51 -05:00
TwistedUmbrella 65c1b947a4 Add render depth to available options to provide fps boost 2014-02-17 12:12:40 -05:00
TwistedUmbrella 10a8a15cd3 Clean up the layouts and separate paths sections cleanly
See ya when r6 hits Google Play ;)
2014-02-15 22:29:24 -05:00
TwistedUmbrella b5004bc5b5 Eclipse pretends it is fixing an unclosed layout with excess 2014-02-15 21:31:31 -05:00
TwistedUmbrella e700972350 Fix a sneaky layout trying to avoid being part of the tables 2014-02-15 16:05:54 -05:00
TwistedUmbrella 16702f9c38 Fix the formatting on the configuration page to reduce size 2014-02-15 16:05:54 -05:00
TwistedUmbrella 8a48d95370 Integrate a semi-accurate FPS display option into settings 2014-02-14 20:54:04 -05:00
TwistedUmbrella bf6fd5fd09 Don't know about you, but I keep accidentally closing emu
This also removes the debug preference, since this menu is no longer
visible until pressed. If someone presses it by accident, they would
have probably enabled it by accident as well. Nothing dangerous is in
there anyway.
2014-02-12 17:56:54 -05:00
TwistedUmbrella 4368f327ae Add permanent sound option, Split debug into menu, Clean 2014-02-12 16:17:45 -05:00
TwistedUmbrella 66d0312f37 Add a configuration option to enable forced software render 2014-02-09 01:11:59 -05:00
Bryan Barnes b5684e9498 hide crazy popup icons by default
can be enabled in settings
2014-02-07 00:34:04 -05:00
TwistedUmbrella 5536f580e4 Move the non-configuration settings to experimental header 2014-02-05 12:27:55 -05:00
TwistedUmbrella 2520685509 Support both methods of EGL context depending on prefs 2014-02-04 01:02:58 -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 60de1f6c25 @hooby3dfx Now you can scroll like the rest of us, hooray! 2014-02-02 20:26:11 -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
TwistedUmbrella 0f3f313d4e Add cleaner spacing to the settings menu to avoid misfires 2014-01-27 04:09:04 -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 0dd9f318e5 Fragment back button navigation, Self-inflicted layout issues 2014-01-21 00:53:53 -05: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 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
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 7ef9de3cae Moving code around, cleanups 2013-12-28 22:20:08 +01:00