summaryrefslogtreecommitdiff
path: root/android-project
AgeCommit message (Expand)AuthorFilesLines
2019-04-16Explicitly load hidapi as a dependency of the SDL librarySam Lantinga1-0/+1
2019-04-04Android: remove SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCHSylvain Becker2-24/+7
2019-03-13Android: minor comment updateSylvain Becker1-1/+1
2019-01-17Android: remove duplicate code in SDLGenericMotionListener_API24Sylvain Becker1-40/+13
2019-01-17Android: remove another hard-coded constant for Samsung DeX (no op!)Sylvain Becker1-1/+2
2019-01-17Android: minor change in the evaluation of SOURCE_CLASS_JOYSTICK (no op!)Sylvain Becker1-3/+3
2019-01-17Android: remove hard-coded constant for Samsung DeX (no op!)Sylvain Becker1-1/+4
2019-01-17Android: prevent concurrency in Android_SetScreenResolution() when exitingSylvain Becker1-2/+4
2019-01-17Android: also update APP_PLATFORM to android-16 in Application.mkSylvain Becker1-1/+1
2019-01-16Android: merge SDLJoystickHandler_API12 and SDLJoystickHandler_API16Sylvain Becker1-17/+8
2019-01-16Android: remove trailing spacesSylvain Becker1-23/+23
2019-01-16Android: remove old code after Android-16 has been set as minimum requirementSylvain Becker3-80/+25
2019-01-14Android: create Pause/ResumeSem semaphore at higher level than CreateWindow()Sylvain Becker1-2/+6
2019-01-14Android: minor, remove static attributes, move mIsSurfaceReady to SDLSurfaceSylvain Becker1-9/+13
2019-01-11Android: fix bad merge from previous commitSylvain Becker1-1/+0
2019-01-10Android: add name for Touch devices and simplification, from bug 3958Sylvain Becker1-6/+5
2019-01-10Fixed bug 3930 - Android, set thread priorities and namesSylvain Becker2-2/+34
2019-01-10Android: remove deprecated PixelFormat in surfaceChanged()Sylvain Becker1-21/+0
2019-01-10Android: some simplification, don't need mExitCalledFromJavaSylvain Becker1-17/+6
2019-01-10Android: nativeQuit for SDLActivity threadSylvain Becker1-0/+3
2019-01-10Android: only send Quit event to SDLThread if it's not already terminatedSylvain Becker1-5/+7
2019-01-10Android: un-needed transition to Pause state.Sylvain Becker1-9/+9
2019-01-09Android: prevent a dummy error message sending SDL_DISPLAYEVENT_ORIENTATIONSylvain Becker1-0/+1
2019-01-09Android: native_window validity is guaranteed between surfaceCreated and Dest...Sylvain Becker1-0/+2
2019-01-07Android: don't allow multiple instance of SDLActivitySylvain Becker2-11/+5
2019-01-05Android: remove SURFACE_TYPE_GPU, deprecated in API level 5.Sylvain Becker1-1/+0
2019-01-02Fixed bug 3250 - Wrong backbuffer pixel format on Android, keep getting RGB_565Sylvain Becker1-0/+35
2019-01-02Android: make sure surfaceChanged try to enter into 'resumed' state.Sylvain Becker1-0/+1
2019-01-02Fixed bug 4424 - Android windowed mode is broken (Thanks Jonas Thiem!)Sylvain Becker1-1/+1
2018-11-02Fixed bug 4320 - Android remove reflection for HIDDeviceBLESteamControllerSam Lantinga1-6/+8
2018-11-02Fixed bug 4319 - Android remove reflection for PointerIconSam Lantinga1-24/+24
2018-10-28Updated Android project files and documentationSam Lantinga5-15/+9
2018-10-23Fixed reinitializing the SDL joystick subsystem on AndroidSam Lantinga1-20/+17
2018-10-22Change our fullscreen wait logic to only wait if we need to. (thanks Rachel!)Sam Lantinga1-8/+48
2018-10-22Handle failure to load hidapi gracefullySam Lantinga2-4/+29
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