agamemnus

Results 83 comments of agamemnus

Actually, I am not entirely sure why `FileInputStream fileInputStream = new FileInputStream(file)` isn't used for the second case of `Environment.getExternalStorageDirectory().getPath() + "/" + file`... was that a bug, also?

Gee, that ICLA thing is pretty formal. I'll email that ASAP...

I sent in a signed and scanned ICLA to Apache's secretary email.

I got the email back saying it was received. https://issues.apache.org/jira/secure/Dashboard.jspa doesn't want to load.

vispo, you can use Crosswalk and do `xwalk --disable-gesture-requirement-for-media-playback` in `[root]\platforms\android\assets\xwalk-command-line`.

(To clarify, you don't need the Media plugin if you use the `--disable-gesture-requirement-for-media-playback` switch.) I have not tried using Amazon to publish my game. Crosswalk is a system that adds...

Hard to see.... too many links....

You'd have to install both my plugin and that one and you will see that the test identifies the file as not existing when it actually does, IIRC. Problem is,...

Well, "parseComplete" is the callback. I don't know about the answer to your last question. To be honest, I don't even remember what I did. Here is my code, using...

It is a difficult issue to pin down. It also has to do with scrollbars. With scrollbars, there is no error. Without, there is a problem. I'll make a fiddle...