Luca1991
99e4f8b47f
CloudVMU tool added
2014-05-11 18:53:28 +02:00
TwistedUmbrella
6ad8c9ac11
Remove some test changes, Use drawable swap function
2014-05-09 14:33:54 -04:00
TwistedUmbrella
64e50d0dab
Add the preliminary menu option to swap a utopia disk
2014-05-08 00:02:42 -04:00
TwistedUmbrella
c5c57b77ec
Initial testing of "coverflow" integration for XMB menus
2014-05-08 00:02:42 -04:00
TwistedUmbrella
42f4085ed1
Get filename when info disabled, Regex to avoid invalids
2014-05-08 00:02:42 -04:00
TwistedUmbrella
933a36b5c4
Disable internet components when detail option disabled
2014-05-04 17:03:09 -04:00
TwistedUmbrella
4e40430a13
Separate joystick and dpad by default when not configured
2014-04-30 01:53:56 -04:00
TwistedUmbrella
8b76e84654
Preload game details to allow setting icons, faster loading
2014-04-29 20:33:25 -04:00
TwistedUmbrella
809a1afa28
Async XML loading, Move XML methods to parser class
2014-04-29 20:32:36 -04:00
TwistedUmbrella
5b94408a63
Make displaying game details in launcher a preference
2014-04-29 20:32:36 -04:00
TwistedUmbrella
4c965b883c
Add a proper info API, but retain the requirements for now
2014-04-29 20:32:36 -04:00
TwistedUmbrella
9de771f30e
Add game details as webpage popup during launch process
...
Currently supports games with standard naming (i.e. Dead or Alive 2) or
brackets for details (i.e. Dead or Alive 2 [NTSC-J])
2014-04-29 20:32:36 -04:00
TwistedUmbrella
62cc877d69
Fix the typo now that it is actually being referenced
2014-04-07 16:28:24 -04:00
TwistedUmbrella
91800aec5e
Summary check for intent data to support specific action
2014-04-07 04:47:55 -04:00
TwistedUmbrella
1e80306577
Remove unnecessary exposed intents, Add toast handler
2014-04-06 23:03:44 -04:00
TwistedUmbrella
dafc502274
Check for alternate joystick handlers (GameKeyboard, etc.)
...
Remove unused imports from various activities
Verify if gamekeyboard is being used to replace hardware
Configure stock controller layout as default
2014-04-06 00:00:49 -04:00
TwistedUmbrella
ea80157d2e
NativeActivity and navigational stability improvements
...
Improve shutdown when errors occur to prevent inability to restart
Reduce the context for launching activities to local application
Error checking when launching the native touchpad interface
2014-04-05 13:25:42 -04:00
TwistedUmbrella
014daafa2a
Fix return intent from games, Fix touchscreen in native mode
2014-04-04 01:12:30 -04:00
TwistedUmbrella
0ba8350c3a
Make sure the additional destroy code is actually executed
2014-04-03 16:59:37 -04:00
TwistedUmbrella
04db66dc6e
Fix some build issues, Add an initialization stability check
2014-04-03 03:42:49 -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
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
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
TwistedUmbrella
6097b6f5b0
Fix a preference typo and references for pre API 11 missing
2014-03-09 10:53:13 -04: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
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
db1f4d24c5
isEmpty() is an API 9 + call. Currently we still support 8+
2014-03-06 04:36:52 -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
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
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
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
Lioncash
586c30b383
Remove a totally pointless null comparison in MainActivity.java.
...
Also kill off a case where null literally won't happen in FileBrowser.java.
2014-03-06 02:37:38 -05:00
Lioncash
37eb9d26c8
Kill off some checking for Integer being null in GL2JNIActivity.java. These will never be null, since the functions return a primitive int.
2014-03-06 02:19:30 -05:00
Lioncash
6e3ab6d62c
Fix tab/space mismatches in the Android project.
2014-03-06 02:09:57 -05:00
Lioncash
6c123ad04b
Replace some Integer.valueOf calls with Integer.parseInt in ConfigureFragment.java. Boxing to an Integer isn't necessary here.
2014-03-06 01:58:05 -05:00
Lioncash
d19e258ba1
Externalize some strings from the Android MainActivity java file and put them in the XML.
...
Also changed the error title of the AlertDialog depending on whether the Flash ROM or BIOS are missing.
2014-03-06 01:41:42 -05:00
Karen Tsai
20b9239602
Revised English localisation.
2014-03-06 01:08:51 -05:00
TwistedUmbrella
256347d947
Submit a local test of the git-based build update downloads
2014-03-04 15:15:12 -05:00
TwistedUmbrella
3bb036741b
Gather most of the basic preferences as referenced statics
2014-03-04 09:28:22 -05:00
TwistedUmbrella
8d8cf6da00
Incremental submission of the static pref reference transition
2014-03-04 09:01:09 -05:00
TwistedUmbrella
6a757bb43e
Fix compiling the secondary library, Begin prefs integration
2014-03-04 08:48:41 -05:00
TwistedUmbrella
0567e8a117
Invert the native activity preference until adjusted for x86
2014-03-04 08:05:36 -05:00
TwistedUmbrella
0847b8b7e6
Restore the configuration loading to the original placement
2014-03-04 03:53:12 -05:00
TwistedUmbrella
a6407a52b4
Relocate the entire logging process to prevent any issues
2014-03-03 20:24:02 -05:00
TwistedUmbrella
97fb628797
This may help reduce the possibility for error in the Mogas
2014-03-03 17:38:17 -05:00
TwistedUmbrella
ad4ecbab0e
Integrate an inline messaging system using Android GCM
2014-03-03 11:40:49 -05:00
TwistedUmbrella
8047074982
Let them reboot if they ignore the warning. At least we tried
2014-03-02 23:44:31 -05:00
TwistedUmbrella
843d667740
Clean up the Moga interface to begin diagnosing breakage
2014-03-02 23:36:52 -05:00
TwistedUmbrella
2f902ed5e2
Notify users of an unsupported kernel, Pending version ID
2014-03-02 23:26:50 -05:00
TwistedUmbrella
4c034740ea
Reference strings over hardcoded text, More documentation
2014-03-02 22:49:31 -05:00
TwistedUmbrella
a33eb1dc77
Notify about data folder being implied, Despite the summary
2014-03-02 05:42:23 -05:00
TwistedUmbrella
cf7ccb77d4
Integrate screenshot into the Native interface, Small cleanup
2014-03-01 23:47:01 -05:00
Bryan Barnes
65f967dc22
added menu option to take a screenshot
2014-03-01 23:46:52 -05:00
TwistedUmbrella
40c4570271
Add an override for the native interface to be user disabled
2014-03-01 21:14:30 -05:00
TwistedUmbrella
4b148a7055
Fix Jelly Bean black screen issues by falling back to default
2014-03-01 21:05:04 -05:00
TwistedUmbrella
34c9e6f6ea
Integrate broadcast selection menu into the configuration
2014-03-01 21:02:51 -05:00
TwistedUmbrella
5438e15bf4
Minimize the required modification for inverted audio prefs
2014-03-01 08:30:36 -05:00
TwistedUmbrella
2a150ef61c
Refactor @ptitSeb PANDORA: Options and GUI - NoSound
2014-03-01 07:38:54 -05:00
TwistedUmbrella
ca3de641e2
Add a shared uid package that enables and disables debug
2014-03-01 02:09:00 -05:00
TwistedUmbrella
839ddd0c40
Refactor the Dpad Joystick toggle for purposely invalid input
2014-02-28 05:51:08 -05:00
TwistedUmbrella
1440b0ef6c
Fall back to actual key values for key not being "emulated"
2014-02-28 01:17:50 -05:00
TwistedUmbrella
4903152e18
Prevent the loop of errors resulting in an ANR. Crash instead
2014-02-28 01:17:36 -05:00
TwistedUmbrella
ba6cb99c2e
Set the screen width and height using the scaled screen dpi
2014-02-28 01:16:11 -05:00
TwistedUmbrella
82de3d2249
Prevent the right stick from canceling out the normal triggers
2014-02-28 00:34:24 -05:00
TwistedUmbrella
386a28e79f
The Moga interface doesn't really need to mirror the primary
2014-02-27 20:47:38 -05:00
TwistedUmbrella
d45603c2e0
At this point, everyone should be pretty comfortable with it
2014-02-27 20:47:22 -05:00
TwistedUmbrella
5eea059b09
Remove comments for resolved issues and added methods
2014-02-26 22:49:14 -05:00
TwistedUmbrella
a75307240d
Begin merging in NativeActive and compatibility fallback - r7
2014-02-26 22:26:33 -05:00
TwistedUmbrella
f670a39787
All possible last minute changes and cleanup before release
2014-02-26 22:24:34 -05:00
TwistedUmbrella
bac4ee15ec
Sort out double negatives, Add javadoc information
...
Sort out all the double negatives and get the menu running
Prevent frameskip from exceeding or going below bounds
Fix some inverted parameters, Enable javadoc variable lists
2014-02-26 21:19:06 -05:00
Bryan Barnes
44cffbb4c4
faster popup animation, hide rate me menu item on ouya
2014-02-26 21:03:48 -05:00
TwistedUmbrella
8ce6a9e539
Cleanup and finalize the new "visibility optimized" menus
...
Add an option to open the menu with "Menu", Select compat
Don't prevent select mapping, Switch to local context, Anim
Import French Submission @AndroidGX
Fix a merge issue for settings not yet available to the user
faster popup animation, hide rate me menu item on ouya
Update strings.xml
Kill the application properly, Check for Rating, Popup anim
Add a small buffer to the VMU, Fix the configuration menu
This really was a good idea if I could quit inverting the logic
Sound config options are misleading due to inverted function
It is my own fault for wanting it to make sense in GL2JNIView at the cost of not making since anywhere else
Toggle sound independently, Implement Fastforward instead
Add generic boost menu option, Fix sound menu icon state
Repurpose thread priority as boost option, Disable triggered
Account for when sound is fully disabled and cannot be set
It gets confusing when enabled is false and disabled is true
2014-02-26 20:58:23 -05:00
TwistedUmbrella
478f8586bb
Make the menu look a little bit neater on entry / exit function
2014-02-25 01:58:20 -05:00
TwistedUmbrella
ef2fe430ff
Fix the mapping to avoid dealing with OUYA default configs
2014-02-24 23:57:18 -05:00
TwistedUmbrella
c013264a28
Tone down how much Moga handles on its own quite yet :/
2014-02-24 23:18:27 -05:00
TwistedUmbrella
9927a8dae0
Fix a linked casting issue that requires Activity over Context
2014-02-24 23:01:24 -05:00
TwistedUmbrella
7158b640c9
Let the submission fail to avoid introducing possible issues
2014-02-24 22:45:40 -05:00
TwistedUmbrella
fa2b229c95
Let's let Moga start actually handling Moga events, Fix Rjoy
2014-02-24 22:23:04 -05:00
TwistedUmbrella
06c3ded68e
Fix all the merge derps generated by https://github.com/reicast/reicast-emulator/pull/320
2014-02-24 20:48:50 -05:00
TwistedUmbrella
0b7a2cfd86
Handle emulated keycodes through standard handler's calls
2014-02-24 20:40:11 -05:00
TwistedUmbrella
0a95f966d5
Another instance of controller simplification, Not-static class
2014-02-24 20:40:11 -05:00
TwistedUmbrella
5f9c75a414
Remove a check when motion is motion, recognized or not
2014-02-24 20:40:02 -05:00
TwistedUmbrella
b1bcef83ea
Support deprecated platforms, Bring Moga into Gamepads
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
88eea7f0e9
Fix an issue with importing unmerged changes from pull
2014-02-24 20:39:42 -05:00