Commit Graph

4135 Commits

Author SHA1 Message Date
TwistedUmbrella 4a89d5a75b A few reflection calls reference API 19, so we need Kitkat 2014-02-02 16:54:59 -05:00
TwistedUmbrella 754106a6f7 Merge pull request #210 from NoblesseOblige/master
Add note to the README about SDK platform requirement
2014-02-02 13:51:29 -08:00
TwistedUmbrella 6dd721e97f Add note to the README about SDK platform requirement 2014-02-02 16:50:57 -05:00
TwistedUmbrella a0ff5d68fd Merge pull request #208 from NoblesseOblige/master
Microphone (Squashed by major revision)
2014-02-02 13:01:48 -08:00
TwistedUmbrella 35ad9bfdee Fix compatibility with older Android versions with least effort 2014-02-02 16:01:16 -05:00
TwistedUmbrella 20422ef8c4 Remove a merge conflict generated on Github 2014-02-02 13:51:53 -05:00
TwistedUmbrella 75c2ae1e55 Merge pull request #206 from NoblesseOblige/master
Import mod of Jeremy Feinstein's SlidingMenu, EGL Mods
2014-02-02 10:50:15 -08: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 f3416fda81 grr
managed to add some instability, investigating
2014-02-01 12:37:04 -05:00
TwistedUmbrella 036be4085a Merge pull request #203 from maximu/patch-3
Update spanish translate string
2014-02-01 08:05:45 -08: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
Bryan Barnes babaf41482 mic device figured out?
i have satisfied seaman.
its just constantly polling for data.
next step: pipe in some audio!
2014-01-31 20:25:20 -05:00
hooby3dfx 8284f55b68 initial dox 2014-01-31 20:25:19 -05:00
hooby3dfx 1cb31dd932 logging changes
trying to hone in on commands going in and out
2014-01-31 20:25:19 -05:00
hooby3dfx 252df2cc95 Holy Seaman, batman!
Seaman will load :)
2014-01-31 20:25:18 -05:00
TwistedUmbrella c4dc18f1c1 Merge pull request #198 from NoblesseOblige/master
Remove deprecated string resources to prevent build error
2014-01-30 11:33:42 -08:00
TwistedUmbrella c94dd2e223 Remove deprecated string resources to prevent build error 2014-01-30 14:32:31 -05:00
TwistedUmbrella d6c8429446 Merge pull request #197 from NoblesseOblige/master
Updates for recent commit and repository changes
2014-01-30 07:13:28 -08: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 14b5f9ef06 Merge pull request #195 from NoblesseOblige/master
Squash changes from andoidui into single commit
2014-01-30 06:20:26 -08: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 3beb22b25c Merge pull request #186 from bwRavencl/german-translation
German translation
2014-01-29 13:55:15 -08: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 0d91b53706 Merge pull request #183 from bwRavencl/immersive-mode
Immersive mode
2014-01-29 11:58:15 -08: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
TwistedUmbrella 5771dedac8 Merge pull request #181 from ramersonw/master
Updated portuguese translation
2014-01-29 06:03:10 -08: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 cbfda5a767 Merge pull request #166 from NoblesseOblige/master
More progress on simulated L / R, Translation shells, Custom input updates
2014-01-27 06:52:01 -08:00