Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c3186d5e | 2015-06-05 19:40:50 | Android: Added deactivated intent filter for testing drop file support. | ||
| dbfd4fdd | 2015-05-31 19:23:16 | Android: Added missing space in three log messages. Also fixed a typo and changed tag string to constant. | ||
| 72a244da | 2015-05-26 20:36:45 | Android: Added basic drop file support (thanks, "noxalus"!). This lets SDL-based apps respond to "Open With" commands properly, as they can now obtain the requested path via a standard SDL dropfile event. This is only checked on startup, so apps don't get drop events at any other time, even if Android supports that, but this is still a definite improvement. Fixes Bugzilla #2762. | ||
| 1968ff04 | 2015-05-22 22:34:08 | Android: Fixed touch pressure being out of range. According to the documentation of Android's MotionEvent, the getPressure() may return values higher than 1 on some devices. To prevent passing such values into SDL they are now corrected to 1 in Java before the JNI call (where it is assumed to be correct). Currently SDL only sends SDL_FINGERMOTION events if the touch state (position or pressure) changed. By correcting pressure down to 1 some events may get dropped in the rare case that only the pressure was changed but was out of range and the position did not change. | ||
| f7ac0201 | 2015-05-16 21:15:59 | Android: Replaced logging tag strings with constant. | ||
| b72938c8 | 2015-04-20 12:22:44 | Windows: Always set the system timer resolution to 1ms by default. An existing hint lets apps that don't need the timer resolution changed avoid this, to save battery, etc, but this fixes several problems in timing, audio callbacks not firing fast enough, etc. Fixes Bugzilla #2944. | ||
| e5f9c347 | 2015-04-08 12:14:36 | Remove trailing spaces in Android source code. |