index
:
qt/qtconnectivity.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
btle
dev
neard
old/5.2
wip/cmake
wip/win
Qt Connectivity
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bluetooth
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark android/devicediscoverybroadcastreceiver.cpp as security-critical
Ivan Solovev
11 days
1
-0
/
+1
*
Android: simplify JNI code
Volker Hilsheimer
2024-09-19
3
-30
/
+13
*
Check if location checks can be skipped with bluetooth scan
Juha Vuolle
2024-08-29
1
-0
/
+2
*
JNI: clean up JNI class declarations
Volker Hilsheimer
2024-07-12
1
-10
/
+3
*
Android: make QtBluetoothBroadcastReceiver private
Assam Boudjelthia
2024-07-05
1
-0
/
+3
*
JNI: prepare for standard Java types getting declared in qtjnitypes.h
Volker Hilsheimer
2024-06-18
1
-4
/
+7
*
Port to QJniArray and simplify type usage
Volker Hilsheimer
2024-06-18
1
-3
/
+6
*
Don't use staticAssertTypeMismatch to inform about an unsupported value
Volker Hilsheimer
2023-12-14
1
-1
/
+1
*
Android Bluetooth: Change static string cache to use QString
Juha Vuolle
2023-11-01
5
-42
/
+54
*
Android: don't rely on implicit cast of declared QtJniTypes to jobject
Volker Hilsheimer
2023-10-27
1
-3
/
+3
*
Add thread protection to Android static string cache
Juha Vuolle
2023-10-19
1
-0
/
+2
*
JNI: port to changes of JNI traits in qtbase
Volker Hilsheimer
2023-09-27
3
-14
/
+14
*
Adapt to renaming of QtJniTypes::String to CTString
Volker Hilsheimer
2023-09-26
1
-16
/
+16
*
JNI: replace TYPE declarations with CLASS declarations
Volker Hilsheimer
2023-09-20
1
-12
/
+12
*
Bluetooth: remove custom implementations of qbswap(QUuid::Id128Bytes)
Ivan Solovev
2023-08-23
1
-9
/
+0
*
QtBluetooth: use public QPermission API to check for permissions on Android
Ivan Solovev
2023-05-03
2
-34
/
+11
*
QtBluetooth: do not request permissions on Android
Ivan Solovev
2023-04-05
1
-4
/
+0
*
QBluetoothUuid: switch from quint128 to QUuid::Id128Bytes
Thiago Macieira
2023-02-13
1
-6
/
+6
*
Replace deprecated BT LE methods on Android API 33: descriptors
Juha Vuolle
2023-01-26
1
-0
/
+2
*
Generate key string for field cache at compile time
Volker Hilsheimer
2022-09-13
5
-124
/
+86
*
Android BT fix deprecated "getDefaultAdapter" method usage
Juha Vuolle
2022-09-13
4
-1
/
+32
*
Add Android support for BT LE RSSI read
Juha Vuolle
2022-09-13
3
-1
/
+21
*
Fix access to destroyed QtJniTypes::String object
Volker Hilsheimer
2022-09-07
1
-18
/
+23
*
LowEnergyNotificationHub: Remove useless public slots section
Ievgenii Meshcheriakov
2022-08-08
1
-1
/
+0
*
Unstringify Android QtBluetooth: native JNI callbacks
Juha Vuolle
2022-08-04
5
-111
/
+147
*
Bluetooth: Make module compilable on Android with non-empty QT_NAMESPACE
Ievgenii Meshcheriakov
2022-07-27
3
-0
/
+11
*
Unstringify Android QtBluetooth: signatures, types and method calls
Juha Vuolle
2022-07-07
9
-64
/
+99
*
Add a timeout guard for Android BT device discovery not starting
Juha Vuolle
2022-06-21
2
-1
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-10
18
-691
/
+43
*
Remove unsupported Android bluetooth codepaths
Juha Vuolle
2022-05-12
2
-10
/
+5
*
Assorted int/qsizetype fixes
Marc Mutz
2022-05-10
1
-1
/
+1
*
Fix some signed/unsigned mismatches
Marc Mutz
2022-05-10
1
-3
/
+3
*
ServiceDiscoveryBroadcastReceiver: fix int/jint mismatch
Marc Mutz
2022-05-10
1
-1
/
+1
*
DeviceDiscoveryBroadcastReceiver: fix potential integer overflow
Marc Mutz
2022-05-05
1
-1
/
+1
*
DeviceDiscoveryBroadcastReceiver: reduce memory footprint of offset table
Marc Mutz
2022-04-14
1
-2
/
+2
*
DeviceDiscoveryBroadcastReceiver: reduce relocations
Marc Mutz
2022-04-14
1
-18
/
+15
*
DeviceDiscoveryBroadcastReceiver: fix int/jsize mismatch
Marc Mutz
2022-04-12
1
-2
/
+2
*
Port simple cases of count() to size()
Marc Mutz
2022-04-11
1
-1
/
+1
*
Replace count() comparisons against 0 with isEmpty()
Marc Mutz
2022-04-08
1
-1
/
+1
*
DeviceDiscoveryBroadcastReceiver: replace QList with constexpr array
Marc Mutz
2022-04-07
1
-13
/
+11
*
Introduce Android 12 / SDK 31+ bluetooth permissions
Juha Vuolle
2022-03-17
2
-0
/
+153
*
Make sure all private headers include at least one other
Thiago Macieira
2022-03-08
5
-7
/
+12
*
Add support for service data in BLE advertisment
Andreas Buhr
2021-11-29
1
-1
/
+22
*
Add QLowEnergyController::mtu() support on BT LE server side on Android
Juha Vuolle
2021-10-20
1
-0
/
+2
*
Better naming of member variables in QBluetoothSocketBasePrivate
Andreas Buhr
2021-09-01
1
-5
/
+5
*
Android: use the new permission API, clean up some leftovers
Ville Voutilainen
2021-06-10
2
-2
/
+0
*
Remove AndroidExtras dependencies and port to new Qt 6 Android APIs
Ville Voutilainen
2021-06-04
16
-151
/
+113
*
QLowEnergyController: add API to obtain ATT-MTU size
Andreas Buhr
2021-05-18
3
-0
/
+17
*
Change QBluetooth::Security and AttAcc. to be a scoped enums
Andreas Buhr
2021-03-30
1
-1
/
+1
*
Code cleanup: create UUID strings without braces
Andreas Buhr
2021-03-25
1
-3
/
+1
[next]