Sam Lantinga
|
8e37bed3b6
android: Fix softkeyboard issue in SDL on Android.
|
vor 8 Jahren |
Sam Lantinga
|
8fd0c22adc
Added the ability to set SDL hints from AndroidManifest.xml (thanks Rachel!)
|
vor 8 Jahren |
Sam Lantinga
|
53b2c91d26
Separated out SDL Android java code so audio, controller, and filesystem APIs can be used independently of the SDL activity, in Qt apps for example.
|
vor 8 Jahren |
Sam Lantinga
|
aa85436ec7
Fixed compile warning
|
vor 8 Jahren |
Sam Lantinga
|
da84c3bf6e
Added a log message for nativeRunMain()
|
vor 8 Jahren |
Sam Lantinga
|
dbb0a2aa74
Removed the need for libSDL2main.a on Android, and separated JNI initialization out for other integrations
|
vor 8 Jahren |
Sam Lantinga
|
2a945b44cb
Fixed bug 2361 - [Android] Joysticks do not have unique IDs
|
vor 8 Jahren |
Sam Lantinga
|
fe21a74763
Fixed bug 2266 - please add notifications for clipboard updates on Android
|
vor 8 Jahren |
Sam Lantinga
|
e9d4e31044
Fixed bug 3753 - Android : load methodID during initialization
|
vor 8 Jahren |
Sam Lantinga
|
e54eede265
Provide the correct state of the on-screen keyboard to the API (patch from Sylvain)
|
vor 8 Jahren |
Sam Lantinga
|
6ee661398d
Fixed bug 3235 - Make the Android window creation similar to iOS' window creation
|
vor 8 Jahren |
Sam Lantinga
|
c086251266
Fixed bug 3128 - Removing all the static variables from android SDLActivity and accompanying JNI calls.
|
vor 8 Jahren |
Sam Lantinga
|
0a52db54bd
Fixed bug 3191 - haptic system on android?
|
vor 8 Jahren |
Philipp Wiesemann
|
4b47fa38c3
Removed duplicate includes.
|
vor 8 Jahren |
Philipp Wiesemann
|
fc436a3a9d
android: Moved internal function to new position.
|
vor 8 Jahren |
Philipp Wiesemann
|
189b5851b7
android: Fixed parameter list in function definitions.
|
vor 8 Jahren |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
vor 9 Jahren |
Sam Lantinga
|
26f05ecb4d
Fixed missing prototypes on Android, patch from Sylvain
|
vor 9 Jahren |
Philipp Wiesemann
|
85588ea040
Android: Fixed two warnings about unused variables.
|
vor 9 Jahren |
Philipp Wiesemann
|
9581d4a585
Android: Fixed misleading warning in log output (thanks, Sylvain!).
|
vor 9 Jahren |
Ryan C. Gordon
|
8f0af77354
android: implement audio capture support.
|
vor 9 Jahren |
Philipp Wiesemann
|
58b323f192
Android: Fixed missing export of a JNI function (thanks, Andrii!).
|
vor 9 Jahren |
Eric Wing
|
704298c0c2
Android: C89 cleanup to avoid warnings/errors since the default gcc mode on Android is still pre-C99.
|
vor 10 Jahren |
Ryan C. Gordon
|
881ccccbcf
Android: Fixed up drop events for new interface.
|
vor 10 Jahren |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
vor 10 Jahren |
Philipp Wiesemann
|
10daf1f4d3
Android: Removed three internal functions not used by SDL.
|
vor 10 Jahren |
Philipp Wiesemann
|
efad04c317
Android: Added check if Java method for APK expansion file exists.
|
vor 10 Jahren |
Philipp Wiesemann
|
6e7c479ec2
Android: Fixed trying to read from APK expansion files without version hint set.
|
vor 10 Jahren |
Philipp Wiesemann
|
92ca42d940
Android: Renamed SDLActivity's Java method used for APK expansion files.
|
vor 10 Jahren |
Philipp Wiesemann
|
e8757e873e
Android: Changed return type of four JNI functions from int to jint.
|
vor 10 Jahren |