summaryrefslogtreecommitdiffstats
path: root/src/android
Commit message (Expand)AuthorAgeFilesLines
...
* Make QtBluetooth Low Energy work when Qt runs as Android serviceAlex Blasche2016-08-031-5/+5
* Make Classic QtBluetooth work as an Android serviceAlex Blasche2016-08-031-10/+22
* Android: Use default API version (16)BogDan Vatra2016-03-171-1/+0
* Bluetooth LE: Add support for Signed Write command in the central role.Christian Kandeler2016-02-171-1/+3
* Updated license headersAntti Kokko2016-01-205-71/+101
* Merge QtNfc on Android into dev/Qt 5.6Alex Blasche2015-06-097-0/+195
|\
| * Merge remote-tracking branch 'gerrit/5.5' into neardAlex Blasche2015-05-111-139/+276
| |\
| * | Add the feature to get the nfc intent that startet the appPeter Rustler2015-03-181-0/+14
| * | Catch the exception for disableForegroundDispatch for AndroidPeter Rustler2015-03-181-2/+7
| * | Adapt to the new "onResumePause" APIPeter Rustler2015-03-181-4/+6
| * | Remove the throwing code in Nfc enableForegroundDispatch for AndroidPeter Rustler2015-03-041-2/+3
| * | Update Digia headers to QtCompany headersAlex Blasche2015-03-021-22/+14
| * | Merge branch 'dev' into neardAlex Blasche2015-02-264-28/+28
| |\ \
| * \ \ Merge branch 'dev' into neardAlex Blasche2015-02-024-15/+58
| |\ \ \
| * | | | Removed the listening for other tags than ndefPeter Rustler2015-02-021-1/+17
| * | | | Add exception handling to enableForegroundDispatchPeter Rustler2015-02-021-1/+5
| * | | | Adapt to the new "onNewIntent" APIPeter Rustler2015-02-021-7/+0
| * | | | Cleanup of directory structure and pro files for NFC for AndroidPeter Rustler2015-02-028-10/+8
| * | | | Squashed code contribtion for QtNfc on AndroidJuhana Jauhiainen2015-01-087-0/+170
* | | | | Bugfix: Bluetooth Le for Android need to close BluetoothGattPeter Rustler2015-05-111-0/+2
| |_|_|/ |/| | |
* | | | Android: Avoid code duplication and don't break readWriteQueueAlex Blasche2015-04-151-82/+35
* | | | Android: Fix read/write error reports when failure during initial callAlex Blasche2015-04-151-0/+32
* | | | Android: Implement error reporting for char & desc readingAlex Blasche2015-04-151-17/+47
* | | | Android: Implement QLEService:readCharacateristic & readDescriptorAlex Blasche2015-04-151-70/+192
| |_|/ |/| |
* | | Update copyright headersJani Heikkinen2015-02-164-28/+28
| |/ |/|
* | Cleanup Bluetooth Java codeAlex Blasche2014-12-054-13/+21
* | Don't update cached char value when property is not readableAlex Blasche2014-12-041-1/+1
* | Android: enable writing of characteristics without response modeAlex Blasche2014-12-041-1/+18
* | Android: Fix automatic notification sending when device demands itAlex Blasche2014-12-031-0/+18
|/
* Android: Add characteristic indication supportAlex Blasche2014-12-011-4/+15
* Android: Implements QLEService::includedServices() and type()Alex Blasche2014-12-011-0/+31
* Android: characteristic changed notification supportAlex Blasche2014-11-241-4/+35
* Ensure that Android can deal with concurrent write requests.Alex Blasche2014-11-171-13/+101
* Apply fixes pointed out by Java code analyzerAlex Blasche2014-11-141-28/+27
* Support for QLEService::writeDescriptor() on AndroidAlex Blasche2014-11-141-3/+50
* Support for QLEService::writeCharacteristic() on AndroidAlex Blasche2014-11-121-1/+119
* Improve reliability of QLEController connect()/disconnect()/connect()Alex Blasche2014-11-121-6/+49
* Don't print the Java stacktrace when reaching last entry of last serviceAlex Blasche2014-11-111-1/+1
* The service->characteristic->descriptor tree becomes available in QtAlex Blasche2014-11-111-22/+160
* Propagate Charactereristic data to Qt layerAlex Blasche2014-11-101-0/+11
* Majority of service detail discovery code on AndroidAlex Blasche2014-11-101-2/+252
* Discover BTLE services on remote device on AndroidAlex Blasche2014-11-041-2/+33
* Android: Add ability to (dis)connect to BTLE devices on AndroidAlex Blasche2014-11-041-1/+72
* Android: Add BluetoothLE device scanAlex Blasche2014-10-282-2/+86
* Update license headers and add new licensesJani Heikkinen2014-08-243-54/+30
* Android: Improve QBluetoothLocalDevice::connectedDevices()Alex Blasche2014-03-241-0/+52
* Android: Fix crashes due to concurrency issuesAlex Blasche2014-03-111-1/+14
* Fix crash when interrupting QBluetoothSocket's input stream threadAlex Blasche2014-02-272-1/+105
* Android: Fix crash in QBluetoothServer::close()Alex Blasche2014-02-272-1/+156
* Port QtBluetooth to AndroidAlex Blasche2014-02-137-0/+144