summaryrefslogtreecommitdiff
path: root/android-project
Commit message (Expand)AuthorAgeFilesLines
* Disabled Bluetooth if BLE is not supportedJordan Christiansen2021-01-071-0/+6
* Fixed the Xbox Series X controller showing up twice on AndroidSam Lantinga2020-12-151-0/+9
* Android: keep compatibility with older JDKSylvain Becker2020-10-282-8/+8
* Android: apply code simplications found with lint / Android StudioSylvain Becker2020-10-274-220/+220
* Android: fix deprecated onCreateDialog() methodsSylvain Becker2020-10-241-9/+5
* Android: fix Clipboard deprecated methodsSylvain Becker2020-10-241-11/+15
* Fixed bug 5307 - Crash when joysticks hats number is odd (Thanks Sockmonsters!)Sylvain Becker2020-10-071-4/+4
* Android: better readibility for pollHapticDevices()Sylvain Becker2020-10-071-17/+21
* Android: better readibility for pollInputDevices()Sylvain Becker2020-10-071-30/+35
* Android: fix joystick allocation that can be never usedSylvain Becker2020-10-051-1/+1
* Fix bug 5303 - Touch/Mouse events simulation doesn't work on Android 11Sylvain Becker2020-10-051-1/+11
* Android: small change to access to device diagonal valueSylvain Becker2020-10-011-6/+11
* Android: missing import class UriSylvain Becker2020-10-011-0/+1
* Android: add helper function to open an URL/URI (see bug 2783)Sylvain Becker2020-10-011-0/+24
* Android: be sure shared libraries are loaded in onConfigurationChanged()Sylvain Becker2020-09-251-2/+6
* Android: remove un-needed java import (bug 4297)Sylvain Becker2020-08-171-3/+0
* Fixed bug 4297 - Android StrictMode policy. Remove APK expansion supportSylvain Becker2020-08-171-70/+0
* Fixed exception if getManifestEnvironmentVariables() is called without a curr...Sam Lantinga2020-06-041-0/+4
* Don't bother logging security exception getting the device serial numberSam Lantinga2020-05-291-2/+1
* - Added exception handler for the new SecurityException in USBDevice getSeria...Sockmonsters2020-05-291-1/+7
* Android: robustness if locale failed to be detected at startSylvain Becker2020-05-081-1/+1
* Android: send SDL_LOCALECHANGED when locale changesSylvain Becker2020-05-082-1/+24
* Added additional logging to track down why the NVIDIA controller doesn't send...Sam Lantinga2020-04-271-13/+16
* Fixed java.lang.NullPointerException: Attempt to invoke virtual method 'andro...Sam Lantinga2020-03-051-0/+3
* Added some extra permissions and features likely to be used by SDL applicationsSam Lantinga2020-02-141-0/+14
* Fixed opening audio on Android from the Steam Link shell activitySam Lantinga2020-02-131-13/+3
* Implemented OpenSL-ES audio recording on AndroidSam Lantinga2020-02-111-0/+37
* Fixed NullPointerExceptionSam Lantinga2020-02-071-1/+1
* Miscellaneous pending fixesSam Lantinga2020-01-292-8/+11
* Fixed member order to make more senseSam Lantinga2020-01-281-1/+1
* Fixed wired PS4 controller support on AndroidSam Lantinga2020-01-282-11/+13
* Always release devices in onPause in case we're going to be force stopped, an...Sam Lantinga2020-01-261-8/+8
* Added support for detecting previously unknown Xbox 360 and Xbox One controll...Sam Lantinga2020-01-182-19/+8
* Fixed bug 4246 - Android: orientation between portrait<->landscape doesn't workSylvain Becker2020-01-171-18/+41
* Added support for claiming individiual interfaces on USB devices on AndroidSam Lantinga2020-01-134-61/+60
* The Amlogic TVB-906X is Android TVSam Lantinga2020-01-111-0/+3
* Android: fix IllegalStateException in onBackPressed()Sylvain Becker2019-12-201-2/+6
* Added support for wireless Xbox 360 controllers using the HIDAPI driverSam Lantinga2019-12-191-8/+7
* Fixed bug 4906 - Pressing Back button terminates app after SDL_StartTextInputSylvain Becker2019-12-191-0/+2
* Added Android support for the Hyperkin X91 and the SteelSeries Stratus DuoSam Lantinga2019-12-171-4/+8
* Backed out changeset 6f0ec1079286, which fixed bug 4775Sam Lantinga2019-11-271-1/+1
* Fixed bug 4775 - Japanese on Android, remove inputtype PASSWORD (Thanks Tamo!)Sylvain Becker2019-10-231-1/+1
* Fixed bug 3918 - HIDAPI, CMake support for android projectSylvain Becker2019-08-271-3/+0
* Android: remove tabs/indentSylvain Becker2019-08-151-4/+3
* Android: SDL_image/SDL_mixer/SDL_ttf partially compiling with CMake (bug 3918)Sylvain Becker2019-08-131-0/+5
* Fixed bug 3918 - CMake support for android projectSylvain Becker2019-08-113-0/+39
* Fix nullptr crash on androidSam Lantinga2019-08-021-1/+4
* Fixed bug 4702 - Android back button does not send SDL_KEYDOWN eventSylvain Becker2019-07-031-5/+14
* Android: prevent ignoring surfaceChanged() in MultiWindowSylvain Becker2019-06-181-0/+12
* Android: fix coordinates for Surface.ROTATION_180Sylvain Becker2019-06-111-2/+2