Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-15 | Bumped default Android API target to 5 (Android 2.0, up from 1.6). | Ryan C. Gordon | 1 | -1/+1 | |
We need this for GLES2 support. | |||||
2011-08-26 | * Support OpenGL ES 2 on Android | Tim Angus | 1 | -2/+10 | |
2011-10-13 | Added support for multitouch on Android. | Ryan C. Gordon | 1 | -11/+30 | |
Fixes Bugzilla #1294. Thanks to Gabriel Jacobo for the patch! | |||||
2011-08-26 | * Fix many memory leaks in Android FS code | Tim Angus | 1 | -3/+3 | |
* Set SDL error string with Java exception details when one occurs * Fix tabulation of SDLActivity::getContext | |||||
2011-07-29 | Allow Android platforms to read from .apk files via the RWOPS interface. | Ryan C. Gordon | 1 | -0/+4 | |
Fixes Bugzilla #1261. Thanks to Tim Angus for the patch! | |||||
2011-02-07 | Try to create an OpenGL ES 2.0 context on Android and successfully fall back ↵ | Sam Lantinga | 1 | -9/+31 | |
to OpenGL ES 1.1 if that fails. | |||||
2011-01-13 | The window is changed to reflect the actual screen dimensions, for now. | Sam Lantinga | 1 | -2/+27 | |
Implemented SDL_SetWindowTitle(), which turned out to be fairly complex | |||||
2011-01-13 | Fixed audio buffer lifecycle and implemented audio shutdown | Sam Lantinga | 1 | -9/+24 | |
2011-01-13 | Working audio implementation contributed by Joseph Lunderville | Sam Lantinga | 1 | -17/+82 | |
2011-01-12 | Implemented translation from Android keycodes to SDL scancodes | Sam Lantinga | 1 | -2/+2 | |
2011-01-12 | Fixed video mode format for unknown surface format | Sam Lantinga | 1 | -3/+6 | |
2011-01-12 | More Android cleanup: | Sam Lantinga | 1 | -86/+47 | |
* Formalized the interface with Java methods in SDL_android.h * We don't need the feature system, at least right now * Fixed waiting for the SDLMain thread | |||||
2011-01-12 | Whoops, need to pass that SDL format into native code | Sam Lantinga | 1 | -1/+1 | |
2011-01-12 | Added some missing pixel formats and SDL_GetPixelFormatName() | Sam Lantinga | 1 | -23/+23 | |
2011-01-12 | Fill in the video mode with the correct screen format | Sam Lantinga | 1 | -81/+102 | |
2011-01-12 | A bit of cleanup in the Android driver | Sam Lantinga | 1 | -6/+0 | |
2011-01-06 | Added the Android project and lots of info to README.android | Sam Lantinga | 13 | -0/+546 | |