Android: Update SDLActivity to 2.0.3 #392
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
|
Why do you do this? both blocks do the same. |
This comment has been minimized.
This comment has been minimized.
|
Oh that was to workaround a compile error because the classes weren't available in API10. But I figured out now how to compile with API12 and still support API10 (Android 2.3.3) |
…wait at the filter
|
Android should work again now :) Ready for merge |
fdelapena
added a commit
that referenced
this pull request
Jan 18, 2015
Android: Update SDLActivity to 2.0.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
RESOLVED: One bug left: After ending one game logcat is spammed with "W/dalvikvm(19986): Exception thrown (Ljava/lang/NullPointerException;) while throwing internal exception (Ljava/lang/NullPointerException;)" when closing the first game and then no other game starts anymore...
and no game starts anymore. I assume SDL doesnt terminate correctly.
RESOLVED:
On some devices (Samsung e.g.) the game is reddish. This is a SDL 2.0.3 bug.
https://bugzilla.libsdl.org/show_bug.cgi?id=2291
Workaround: Disable hardware overlays in the developer options of your device :(