Commit History

Author SHA1 Message Date
  Ozkan Sezer 9c8e403f6b use 'U' suffix on constants instead of (unsigned int) cast. 6 years ago
  Sylvain Becker 70dc8d1648 Android: fix corresponding warnings 6 years ago
  Sam Lantinga 63197c4338 Fix bug where the wrong button was the default in the old message box because buttons were added backwards, breaking the indexing used by GetButtonIndex. 6 years ago
  Sylvain Becker 18bcafffce Fixed bug 4739 - Android: loading native libs, generated by bundletool (Thanks akk0rd87) 6 years ago
  Sylvain Becker 22a2decf64 Android: concurrency issues, make sure Activity is in running State when calling 6 years ago
  Sylvain Becker ccba8d4691 Android: export Lock/Unlock activity API 6 years ago
  Sylvain Becker a55c0e1479 Android: revert previous commit (Bug 4669) 6 years ago
  Sylvain Becker f2157b6c25 Fixed bug 4669: Android software renderer, black screen when window resizes 6 years ago
  Sylvain Becker f9a9193e2c Android: add MinimizeWindow function (Bug 4580, 4657) 6 years ago
  Sam Lantinga b1100ec18c Fixed Android build warning 6 years ago
  Sam Lantinga dce56ab9fa Added a function to get the current Android SDK version at runtime 6 years ago
  Sam Lantinga 8b57331e71 Fixed hiding the Android virtual keyboard when the return key is pressed 6 years ago
  Sam Lantinga 9950271bb6 Fixed bug 4580 - Android 8: immersive fullscreen notification causes flickering between fullscreen and non-fullscreen and app is unresponsive 7 years ago
  Sam Lantinga a46af76b07 Fixed bug 4579 - SDL_android.c s_active not being atomic 7 years ago
  Sylvain Becker bfdd0b228a Android: remove SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH 7 years ago
  Sylvain Becker 063c0c2a73 Android: check SDL is initialized before sending the event 7 years ago
  Sam Lantinga d05eec7207 Fixed initial display orientation at Android app start 7 years ago
  Sylvain Becker 8ad4000ce2 Android: some typos 7 years ago
  Sylvain Becker b9aa3768ac Android: automatically attach to the JVM non-SDL threads 7 years ago
  Sylvain Becker e5f8801f55 Android: prevent concurrency in Android_SetScreenResolution() when exiting 7 years ago
  Sylvain Becker 8a19ff3e2d Android: add mutex protection to onNativeOrientationChanged 7 years ago
  Sylvain Becker e994be5833 Android: move static variable isPaused/isPausing to SDL_VideoData structure 7 years ago
  Sylvain Becker dc263450ff Android: create Pause/ResumeSem semaphore at higher level than CreateWindow() 7 years ago
  Sylvain Becker 7b42f03fd9 Android: move and group JNIEnv helper functions 7 years ago
  Sylvain Becker 7f3478305f Android: change the way JNIEnv is retrieved 7 years ago
  Sylvain Becker dc10d96cde Android: use the same naming for JNI env local variables 7 years ago
  Sylvain Becker 3cfd907df7 Android: Audio thread is already setup for the JVM 7 years ago
  Sylvain Becker 9d82f4e985 Android: use pthread_once for creating thread key 'mThreadKey' 7 years ago
  Sylvain Becker 9a98e5afe1 Android: don't call Android_JNI_ThreadDestroyed() for Java SDLThread 7 years ago
  Sylvain Becker b44a7aea8f Android: fix prototype of Android_JNI_InitTouch 7 years ago