Age | Commit message (Expand) | Author | Files | Lines |
2019-01-12 | Initial Android OpenSL ES implementation, contributed by ANTA | Sam Lantinga | 1 | -1/+2 |
2018-12-04 | Fixed the PS4 motion controls showing up as a separate game controller on Linux | Sam Lantinga | 1 | -0/+0 |
2018-12-01 | android: use cpufeatures to support SDL_HasNEON() (thanks, Sylvain!). | Ryan C. Gordon | 1 | -0/+5 |
2018-11-20 | minor update to Makefile.os2, added a test/Makefile.os2. | Ozkan Sezer | 1 | -0/+0 |
2018-11-14 | Fixed bug 3193 - Dualshock 3's motion sensors overwrite analog stick | Sam Lantinga | 1 | -0/+0 |
2018-11-02 | Fixed bug 4315 - little Warning in Android_JNI_CaptureAudioBuffer | Sam Lantinga | 1 | -0/+16 |
2018-10-28 | Fixed bug 4335 - Android NDK build error | Sam Lantinga | 1 | -1/+1 |
2018-08-30 | fix permissions | Ozkan Sezer | 1 | -0/+0 |
2018-08-22 | Fixed crash trying to open HIDAPI controller as a haptics device on Windows | Sam Lantinga | 1 | -0/+0 |
2018-08-21 | First pass on the new SDL sensor API | Sam Lantinga | 1 | -0/+2 |
2018-08-10 | chmod -x Android.mk | Ozkan Sezer | 1 | -0/+0 |
2018-08-09 | Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N... | Sam Lantinga | 1 | -1/+18 |
2018-07-12 | Allow trapping the back button so right mouse click can work on some Android ... | Sam Lantinga | 1 | -0/+0 |
2018-06-24 | android: Android.mk should only preserve debug symbols in debug builds. | Ryan C. Gordon | 1 | -1/+3 |
2018-06-12 | ran 'chmod -x' on many files | Ozkan Sezer | 1 | -0/+0 |
2017-12-16 | Added Android build script for SDL | Sam Lantinga | 1 | -0/+2 |
2017-11-12 | Updated SDL's YUV support, many thanks to Adrien Descamps | Sam Lantinga | 1 | -0/+1 |
2017-09-22 | Removed non-existent files | Sam Lantinga | 1 | -4/+1 |
2017-09-22 | Added stubs for simple Steam Controller support | Sam Lantinga | 1 | -1/+5 |
2017-08-30 | Fixed bug 3789 - Android : small clean up | Sam Lantinga | 1 | -5/+1 |
2017-08-13 | Fixed bug 2839 - No way to create pre-built libraries for Android | Sam Lantinga | 1 | -0/+20 |
2017-08-12 | Fixed bug 3191 - haptic system on android? | Sam Lantinga | 1 | -1/+1 |
2017-02-10 | Make sure the memory barrier functions are always available, and now they are... | Sam Lantinga | 1 | -1/+1 |
2015-05-06 | Android: Replaced spaces with tab in Android.mk file. | Philipp Wiesemann | 1 | -1/+1 |
2014-08-11 | Implemented SDL_GetPrefPath() on Android - it returns the path used by SDL_An... | Sam Lantinga | 1 | -1/+1 |
2014-06-15 | Fixed Android error on static lib build, if relative NDK_MODULE_PATH used | Sam Lantinga | 1 | -1/+1 |
2014-01-08 | Add Dynamic API to Android makefile. | Ryan C. Gordon | 1 | -0/+1 |
2013-10-10 | Fixed bug 2146 - Enable static linking of libSDL on Android | Sam Lantinga | 1 | -0/+17 |
2013-10-09 | Adds test framework to Android.mk and a simple utility to build Android projects | Gabriel Jacobo | 1 | -1/+2 |
2013-08-20 | Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. | Ryan C. Gordon | 1 | -0/+1 |
2013-08-19 | Fixes bug #2037, common EGL code for Android and X11 | Gabriel Jacobo | 1 | -1/+1 |
2013-07-22 | Android: Removed all unnecessary dependencies on C++. | Eric Wing | 1 | -1/+1 |
2013-06-17 | Improved include paths for projects using SDL on Android | Sam Lantinga | 1 | -0/+2 |
2012-09-23 | Fixed bug 1606 - SDL does not implement SDL_GetPowerInfo() for Android. | Sam Lantinga | 1 | -0/+1 |
2012-01-30 | Updated Android Makefile for SDL2 | Sam Lantinga | 1 | -1/+1 |
2012-01-10 | David Carre cpasjuste@gmail.com | Sam Lantinga | 1 | -0/+1 |
2011-02-06 | Fixed building on Android, added SDL_opengles2.h, removed unnecessary SDL_gle... | Sam Lantinga | 1 | -3/+2 |
2011-02-03 | Fixed building for Android | Sam Lantinga | 1 | -0/+3 |
2011-01-24 | Fixed Android build | Sam Lantinga | 1 | -2/+2 |
2011-01-24 | Include windows.h in a single point in the source, so we can be consistent ab... | Sam Lantinga | 1 | -11/+12 |
2011-01-15 | Updated the atomic API for better use cases | Sam Lantinga | 1 | -1/+2 |
2011-01-06 | Build the SDL library as a shared object on Android, so it will work correctl... | Sam Lantinga | 1 | -0/+41 |