index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android-project
/
app
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-24
Fixed bug 4566 - Hot-plugging Bluetooth controller causes force-quit on Android
Sam Lantinga
1
-1
/
+1
2019-04-23
Change my previous fix based on feedback from dev @saml
Sam Lantinga
1
-1
/
+1
2019-04-23
Fix compile errors I hit when building org.libsdl in source2 (part 2 of 2) @saml
Sam Lantinga
1
-1
/
+1
2019-04-23
Fix compile errors I hit when building org.libsdl in source2 (part 1 of 2)
Sam Lantinga
1
-3
/
+3
2019-04-22
Fixed bug 4580 - Android 8: immersive fullscreen notification causes flickeri...
Sam Lantinga
1
-14
/
+52
2019-04-16
Explicitly load hidapi as a dependency of the SDL library
Sam Lantinga
1
-0
/
+1
2019-04-04
Android: remove SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH
Sylvain Becker
2
-24
/
+7
2019-03-13
Android: minor comment update
Sylvain Becker
1
-1
/
+1
2019-01-17
Android: remove duplicate code in SDLGenericMotionListener_API24
Sylvain Becker
1
-40
/
+13
2019-01-17
Android: remove another hard-coded constant for Samsung DeX (no op!)
Sylvain Becker
1
-1
/
+2
2019-01-17
Android: minor change in the evaluation of SOURCE_CLASS_JOYSTICK (no op!)
Sylvain Becker
1
-3
/
+3
2019-01-17
Android: remove hard-coded constant for Samsung DeX (no op!)
Sylvain Becker
1
-1
/
+4
2019-01-17
Android: prevent concurrency in Android_SetScreenResolution() when exiting
Sylvain Becker
1
-2
/
+4
2019-01-17
Android: also update APP_PLATFORM to android-16 in Application.mk
Sylvain Becker
1
-1
/
+1
2019-01-16
Android: merge SDLJoystickHandler_API12 and SDLJoystickHandler_API16
Sylvain Becker
1
-17
/
+8
2019-01-16
Android: remove trailing spaces
Sylvain Becker
1
-23
/
+23
2019-01-16
Android: remove old code after Android-16 has been set as minimum requirement
Sylvain Becker
3
-80
/
+25
2019-01-14
Android: create Pause/ResumeSem semaphore at higher level than CreateWindow()
Sylvain Becker
1
-2
/
+6
2019-01-14
Android: minor, remove static attributes, move mIsSurfaceReady to SDLSurface
Sylvain Becker
1
-9
/
+13
2019-01-11
Android: fix bad merge from previous commit
Sylvain Becker
1
-1
/
+0
2019-01-10
Android: add name for Touch devices and simplification, from bug 3958
Sylvain Becker
1
-6
/
+5
2019-01-10
Fixed bug 3930 - Android, set thread priorities and names
Sylvain Becker
2
-2
/
+34
2019-01-10
Android: remove deprecated PixelFormat in surfaceChanged()
Sylvain Becker
1
-21
/
+0
2019-01-10
Android: some simplification, don't need mExitCalledFromJava
Sylvain Becker
1
-17
/
+6
2019-01-10
Android: nativeQuit for SDLActivity thread
Sylvain Becker
1
-0
/
+3
2019-01-10
Android: only send Quit event to SDLThread if it's not already terminated
Sylvain Becker
1
-5
/
+7
2019-01-10
Android: un-needed transition to Pause state.
Sylvain Becker
1
-9
/
+9
2019-01-09
Android: prevent a dummy error message sending SDL_DISPLAYEVENT_ORIENTATION
Sylvain Becker
1
-0
/
+1
2019-01-09
Android: native_window validity is guaranteed between surfaceCreated and Dest...
Sylvain Becker
1
-0
/
+2
2019-01-07
Android: don't allow multiple instance of SDLActivity
Sylvain Becker
2
-11
/
+5
2019-01-05
Android: remove SURFACE_TYPE_GPU, deprecated in API level 5.
Sylvain Becker
1
-1
/
+0
2019-01-02
Fixed bug 3250 - Wrong backbuffer pixel format on Android, keep getting RGB_565
Sylvain Becker
1
-0
/
+35
2019-01-02
Android: make sure surfaceChanged try to enter into 'resumed' state.
Sylvain Becker
1
-0
/
+1
2019-01-02
Fixed bug 4424 - Android windowed mode is broken (Thanks Jonas Thiem!)
Sylvain Becker
1
-1
/
+1
2018-11-02
Fixed bug 4320 - Android remove reflection for HIDDeviceBLESteamController
Sam Lantinga
1
-6
/
+8
2018-11-02
Fixed bug 4319 - Android remove reflection for PointerIcon
Sam Lantinga
1
-24
/
+24
2018-10-28
Updated Android project files and documentation
Sam Lantinga
3
-13
/
+5
2018-10-23
Fixed reinitializing the SDL joystick subsystem on Android
Sam Lantinga
1
-20
/
+17
2018-10-22
Change our fullscreen wait logic to only wait if we need to. (thanks Rachel!)
Sam Lantinga
1
-8
/
+48
2018-10-22
Handle failure to load hidapi gracefully
Sam Lantinga
2
-4
/
+29
2018-10-16
Fixed bug 4318 - Android move Haptic code to API26 class
Sam Lantinga
1
-53
/
+49
2018-10-16
Support vibration magnitude on Android 8.0 (thanks Rachel!)
Sam Lantinga
1
-4
/
+45
2018-10-09
Added support for surround sound and float audio on Android
Sam Lantinga
1
-59
/
+249
2018-10-09
Removed unneeded variable qualifiers
Sam Lantinga
1
-4
/
+3
2018-10-08
Fixed life-cycle issues with two activities sharing HIDDeviceManager
Sam Lantinga
2
-19
/
+40
2018-10-08
Close on shutdown, for consistency
Sam Lantinga
1
-0
/
+2
2018-10-08
Trying to track down NullPointerException in USB input thread
Sam Lantinga
1
-1
/
+10
2018-10-04
Allow SDL to use ReLinker if present.
Sam Lantinga
4
-5
/
+52
2018-10-02
The Amlogic X96 is a set-top box
Sam Lantinga
1
-0
/
+3
2018-10-01
Fixed UnsatisfiedLinkError when initializing the HIDDeviceManager in some cases
Sam Lantinga
1
-1
/
+13
[next]