Philipp Wiesemann <philipp.wiesemann@arcor.de> [Thu, 23 Oct 2014 16:34:48 +0200] rev 9179
Fixed typo in message of alert dialog for not loaded libraries on Android.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Thu, 23 Oct 2014 16:33:27 +0200] rev 9178
Fixed writing new errors to standard output instead of error output on Android.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Thu, 23 Oct 2014 16:31:02 +0200] rev 9177
Fixed documentation in source for Android.
Gabriel Jacobo <gabomdq@gmail.com> [Tue, 21 Oct 2014 11:44:35 -0300] rev 9176
[Android] #2759: Show a message on failure to load a .so library (by Sylvain)
Gabriel Jacobo <gabomdq@gmail.com> [Tue, 21 Oct 2014 11:27:06 -0300] rev 9175
Clarify (lack of) support for desktop OpenGL on the Raspberry Pi
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Mon, 20 Oct 2014 22:19:09 +0200] rev 9174
Fixed setting of screen saver state crashing on some version of Android.
Setting Window flags seems to affect Views and must be handled on UI thread.
Gabriel Jacobo <gabomdq@gmail.com> [Mon, 20 Oct 2014 10:10:39 -0300] rev 9173
Bug 2739 - [Android] No support for SDL_DisableScreenSaver by Martin Gerhardy
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Fri, 17 Oct 2014 23:36:45 +0200] rev 9172
Fixed bug 2476 - Allow custom main() arguments
rettichschnidi
I would like to pass custom arguments from my Java code (subclass of SDLActivity) to the native SDL2 binary.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Fri, 17 Oct 2014 23:26:02 +0200] rev 9171
Fixed typo in source comment.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Fri, 17 Oct 2014 23:10:33 +0200] rev 9170
Fixed syntax error in cmake file.