Mercurial > sdl-ios-xcode
log android-project/src/org/libsdl/app/SDLActivity.java @ 5097:dceec93471e7
age | author | description |
---|---|---|
2011-01-13 | Sam Lantinga | The window is changed to reflect the actual screen dimensions, for now. |
2011-01-13 | Sam Lantinga | Fixed audio buffer lifecycle and implemented audio shutdown |
2011-01-13 | Sam Lantinga | Working audio implementation contributed by Joseph Lunderville |
2011-01-13 | Sam Lantinga | Implemented translation from Android keycodes to SDL scancodes |
2011-01-13 | Sam Lantinga | Fixed video mode format for unknown surface format |
2011-01-13 | Sam Lantinga | More Android cleanup: |
2011-01-13 | Sam Lantinga | Whoops, need to pass that SDL format into native code |
2011-01-12 | Sam Lantinga | Added some missing pixel formats and SDL_GetPixelFormatName() |
2011-01-12 | Sam Lantinga | Fill in the video mode with the correct screen format |
2011-01-12 | Sam Lantinga | A bit of cleanup in the Android driver |
2011-01-07 | Sam Lantinga | Added the Android project and lots of info to README.android |