summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothlocaldevice_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port to QJniArray and simplify type usageVolker Hilsheimer2024-06-181-13/+5
* JNI: port to changes of JNI traits in qtbaseVolker Hilsheimer2023-09-271-7/+7
* QtBluetooth: use public QPermission API to check for permissions on AndroidIvan Solovev2023-05-031-6/+5
* Android BT fix deprecated "getDefaultAdapter" method usageJuha Vuolle2022-09-131-16/+3
* Unstringify Android QtBluetooth: signatures, types and method callsJuha Vuolle2022-07-071-37/+29
* Use SPDX license identifiersLucie Gérard2022-06-101-39/+3
* Introduce error codes for missing permissionsIvan Solovev2022-05-191-0/+1
* Android bluetooth local device always to use "Paired"Juha Vuolle2022-05-171-1/+1
* Remove unsupported Android bluetooth codepathsJuha Vuolle2022-05-121-3/+2
* Replace deprecated bluetooth disable/enable methods on AndroidJuha Vuolle2022-05-071-27/+73
* Improve Android-12 bluetooth permission error reportingJuha Vuolle2022-04-121-4/+9
* Port indexed for-loops from int to qsizetypeMarc Mutz2022-04-111-1/+1
* QBluetoothLocalDevicePrivate: replace hand-rolled loop with contains()Marc Mutz2022-04-071-9/+1
* Introduce Android 12 / SDK 31+ bluetooth permissionsJuha Vuolle2022-03-171-3/+14
* Change qbluetoothlocaldevice error signal name usage to errorOccurredJuha Vuolle2022-02-211-3/+3
* Remove AndroidExtras dependencies and port to new Qt 6 Android APIsVille Voutilainen2021-06-041-27/+21
* rename error signals to errorOccurredAndreas Buhr2021-03-221-4/+4
* Remove Pairing agent related API from QBluetoothLocalDeviceAlex Blasche2021-03-151-24/+0
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-081-4/+4
* Do not handle PAIRING_VARIANT_PINAlex Blasche2019-07-171-11/+0
* Use QAndroidJniExceptionCleaner instead of QAndroidJniEnvironmentBogDan Vatra2019-04-051-11/+4
* Minor code cleanup for QBluetoothLocalDevice implementation on AndroidAlex Blasche2018-09-261-14/+10
* Properly handle pin code pairing on AndroidAlex Blasche2018-09-261-0/+11
* Android: Workaround buggy BT implementationv5.8.0-rc1v5.8.0BogDan Vatra2016-12-081-38/+22
* Android: Fixed crashBogDan Vatra2016-12-081-0/+4
* Updated license headersAntti Kokko2016-01-201-15/+21
* Don't register meta types during static init time5.5Alex Blasche2015-11-301-0/+2
* Merge branch '5.4' into 5.5Alex Blasche2015-04-011-28/+10
|\
| * Android: Fix crash in QBluetoothLocalDevice ctor due to Java exceptionAlex Blasche2015-03-181-28/+10
* | Update copyright headersJani Heikkinen2015-02-161-7/+7
|/
* Android: Enable pairing for Android v15+Alex Blasche2015-02-021-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-241-18/+10
* Fix coding style in QBluetoothOleg Shparber2014-04-231-94/+107
* Android: Improve QBluetoothLocalDevice::connectedDevices()Alex Blasche2014-03-241-2/+36
* Android: Fix crashes due to concurrency issuesAlex Blasche2014-03-111-0/+1
* Port QtBluetooth to AndroidAlex Blasche2014-02-131-0/+443