summaryrefslogtreecommitdiff
path: root/android-project
AgeCommit message (Expand)AuthorFilesLines
2018-10-16Fixed bug 4318 - Android move Haptic code to API26 classSam Lantinga1-53/+49
2018-10-16Support vibration magnitude on Android 8.0 (thanks Rachel!)Sam Lantinga1-4/+45
2018-10-09Added support for surround sound and float audio on AndroidSam Lantinga1-59/+249
2018-10-09Removed unneeded variable qualifiersSam Lantinga1-4/+3
2018-10-08Fixed life-cycle issues with two activities sharing HIDDeviceManagerSam Lantinga2-19/+40
2018-10-08Close on shutdown, for consistencySam Lantinga1-0/+2
2018-10-08Trying to track down NullPointerException in USB input threadSam Lantinga1-1/+10
2018-10-04Allow SDL to use ReLinker if present.Sam Lantinga4-5/+52
2018-10-02The Amlogic X96 is a set-top boxSam Lantinga1-0/+3
2018-10-01Fixed UnsatisfiedLinkError when initializing the HIDDeviceManager in some casesSam Lantinga1-1/+13
2018-09-29Fixed tablet detection on AndroidSam Lantinga1-5/+5
2018-09-28Ensure we wait on the surface resize before returning from setting fullscreen...Sam Lantinga1-1/+20
2018-09-25Fixed bug 4270 - Android HIDDeviceManager function needs to be publicSam Lantinga1-5/+5
2018-09-24Fixed rare null pointer dereferenceSam Lantinga1-18/+21
2018-09-24Support relative mouse for Samsung DeX on Samsung Experience 9.5 or later (An...Sam Lantinga2-5/+10
2018-09-17Fixed NullPointerException if there's no singletonSam Lantinga1-1/+3
2018-09-14Guard against Steam Controller input when we're shutting down.Sam Lantinga1-1/+1
2018-09-05Fixed bug 4002 - Android, nativeRunMain() fails on some phone with arm64-v8aSam Lantinga1-1/+1
2018-08-24Implement SDL_HapticStopEffect on Android (thanks Rachel!)Sam Lantinga1-0/+15
2018-08-23Implemented SDL_GetDisplayOrientation() on Android (thanks Rachel!)Sam Lantinga1-0/+56
2018-08-21Updated required Android SDK to API 26, to match Google's new App Store requi...Sam Lantinga1-2/+2
2018-08-21Don't crash if the app doesn't have Bluetooth permissionsSam Lantinga1-1/+5
2018-08-21By default just build for 32-bit ARM and x86Sam Lantinga1-0/+1
2018-08-21Add SDL_IsTablet() to Android and iOS SDL.Sam Lantinga1-0/+18
2018-08-21Don't crash if the app doesn't have Bluetooth permissionsSam Lantinga1-0/+6
2018-08-21Fixed Android build errorSam Lantinga1-1/+1
2018-08-09The MINIX NEO-U1 is now being reported as Android TVSam Lantinga1-1/+7
2018-08-09Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...Sam Lantinga5-5/+1588
2018-07-13Clean up captured pointer code to avoid logcat clutter on pre-8.0 systems (th...Sam Lantinga2-60/+58
2018-07-12Allow trapping the back button so right mouse click can work on some Android ...Sam Lantinga1-0/+37
2018-06-18Added support for external mouse in Samsung DeX modeSam Lantinga2-2/+36
2018-06-18Make certain we only hide system UI when we're fullscreen for real. (thanks R...Sam Lantinga1-1/+5
2018-06-18Deal with situations where the system UI is shown when the keyboard pops up (...Sam Lantinga1-4/+34
2018-06-13SDL Android fullscreen code extensively tested on Steam Link with no issues r...Sam Lantinga1-8/+5
2018-06-07Don't crash on exit from SDLActivity if we don't have a singleton for some re...Sam Lantinga1-1/+4
2018-06-07Track android device panel width & height as well as window surface & height.Sam Lantinga1-3/+18
2018-06-06Added Android hardware feature support to the default manifestSam Lantinga1-0/+15
2018-06-05Added improved mouse pointer capture under API 26. (Thanks Rachel!)Sam Lantinga2-1/+184
2018-06-05Added SDL_IsChromebook() to determine if we're running on a Chromebook.Sam Lantinga1-0/+7
2018-05-29Added support for Android relative mouse mode on API 24 and aboveSam Lantinga2-5/+148
2018-05-23Better fix for axis sorting with some Android controllersSam Lantinga1-1/+15
2018-03-16Reimplemented Android cursor API support using reflection so it builds with o...Sam Lantinga1-44/+54
2018-03-15Added Android custom cursor implementationSam Lantinga1-1/+100
2018-03-06Try to dynamically create a default Android game controller mapping based on ...Sam Lantinga1-11/+122
2018-03-01Temporarily disabled fullscreen switching code on Android, until we can resol...Sam Lantinga1-1/+8
2018-02-11On Android show the system UI when an SDL window is windowed, hide the system...Sam Lantinga3-19/+38
2018-02-07Fixed bug 4021 - Android, hard-coded Keycode valueSam Lantinga1-1/+1
2018-01-09Allow Android Java shim to be built as an AARCole Campbell1-9/+33
2018-02-06Added SDL_IsAndroidTV()Sam Lantinga1-1/+12
2018-01-27Removed armeabi from the SDL build API list, since it's not supported by the ...Sam Lantinga1-1/+1