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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-09-29
Fixed tablet detection on Android
Sam Lantinga
1
-5
/
+5
2018-09-28
Ensure we wait on the surface resize before returning from setting fullscreen...
Sam Lantinga
1
-1
/
+20
2018-09-25
Fixed bug 4270 - Android HIDDeviceManager function needs to be public
Sam Lantinga
1
-5
/
+5
2018-09-24
Fixed rare null pointer dereference
Sam Lantinga
1
-18
/
+21
2018-09-24
Support relative mouse for Samsung DeX on Samsung Experience 9.5 or later (An...
Sam Lantinga
2
-5
/
+10
2018-09-17
Fixed NullPointerException if there's no singleton
Sam Lantinga
1
-1
/
+3
2018-09-14
Guard against Steam Controller input when we're shutting down.
Sam Lantinga
1
-1
/
+1
2018-09-05
Fixed bug 4002 - Android, nativeRunMain() fails on some phone with arm64-v8a
Sam Lantinga
1
-1
/
+1
2018-08-24
Implement SDL_HapticStopEffect on Android (thanks Rachel!)
Sam Lantinga
1
-0
/
+15
2018-08-23
Implemented SDL_GetDisplayOrientation() on Android (thanks Rachel!)
Sam Lantinga
1
-0
/
+56
2018-08-21
Updated required Android SDK to API 26, to match Google's new App Store requi...
Sam Lantinga
1
-2
/
+2
2018-08-21
Don't crash if the app doesn't have Bluetooth permissions
Sam Lantinga
1
-1
/
+5
2018-08-21
By default just build for 32-bit ARM and x86
Sam Lantinga
1
-0
/
+1
2018-08-21
Add SDL_IsTablet() to Android and iOS SDL.
Sam Lantinga
1
-0
/
+18
2018-08-21
Don't crash if the app doesn't have Bluetooth permissions
Sam Lantinga
1
-0
/
+6
2018-08-21
Fixed Android build error
Sam Lantinga
1
-1
/
+1
2018-08-09
The MINIX NEO-U1 is now being reported as Android TV
Sam Lantinga
1
-1
/
+7
2018-08-09
Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and N...
Sam Lantinga
5
-5
/
+1588
2018-07-13
Clean up captured pointer code to avoid logcat clutter on pre-8.0 systems (th...
Sam Lantinga
2
-60
/
+58
2018-07-12
Allow trapping the back button so right mouse click can work on some Android ...
Sam Lantinga
1
-0
/
+37
2018-06-18
Added support for external mouse in Samsung DeX mode
Sam Lantinga
2
-2
/
+36
2018-06-18
Make certain we only hide system UI when we're fullscreen for real. (thanks R...
Sam Lantinga
1
-1
/
+5
2018-06-18
Deal with situations where the system UI is shown when the keyboard pops up (...
Sam Lantinga
1
-4
/
+34
2018-06-13
SDL Android fullscreen code extensively tested on Steam Link with no issues r...
Sam Lantinga
1
-8
/
+5
2018-06-07
Don't crash on exit from SDLActivity if we don't have a singleton for some re...
Sam Lantinga
1
-1
/
+4
2018-06-07
Track android device panel width & height as well as window surface & height.
Sam Lantinga
1
-3
/
+18
2018-06-06
Added Android hardware feature support to the default manifest
Sam Lantinga
1
-0
/
+15
2018-06-05
Added improved mouse pointer capture under API 26. (Thanks Rachel!)
Sam Lantinga
2
-1
/
+184
2018-06-05
Added SDL_IsChromebook() to determine if we're running on a Chromebook.
Sam Lantinga
1
-0
/
+7
2018-05-29
Added support for Android relative mouse mode on API 24 and above
Sam Lantinga
2
-5
/
+148
2018-05-23
Better fix for axis sorting with some Android controllers
Sam Lantinga
1
-1
/
+15
2018-03-16
Reimplemented Android cursor API support using reflection so it builds with o...
Sam Lantinga
1
-44
/
+54
2018-03-15
Added Android custom cursor implementation
Sam Lantinga
1
-1
/
+100
2018-03-06
Try to dynamically create a default Android game controller mapping based on ...
Sam Lantinga
1
-11
/
+122
2018-03-01
Temporarily disabled fullscreen switching code on Android, until we can resol...
Sam Lantinga
1
-1
/
+8
2018-02-11
On Android show the system UI when an SDL window is windowed, hide the system...
Sam Lantinga
3
-19
/
+38
2018-02-07
Fixed bug 4021 - Android, hard-coded Keycode value
Sam Lantinga
1
-1
/
+1
2018-01-09
Allow Android Java shim to be built as an AAR
Cole Campbell
1
-9
/
+33
2018-02-06
Added SDL_IsAndroidTV()
Sam Lantinga
1
-1
/
+12
2018-01-27
Removed armeabi from the SDL build API list, since it's not supported by the ...
Sam Lantinga
1
-1
/
+1
[next]