summaryrefslogtreecommitdiffstats
path: root/src/nfc
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use a macro to resolve QML import versionsTopi Reinio2018-09-282-4/+5
* Doc: Remove empty section in Qt NFC example overview pagePaul Wicking2018-09-071-2/+0
* Fix QNearFieldManager related override warningsAlex Blasche2018-09-034-27/+28
* Replace foreach with for loop and set QT_NO_FOREACHOliver Wolff2018-08-1510-15/+22
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-211-5/+8
|\
| * Fix "QMetaObject::invokeMethod: No such method" for ndefMessageReadLars Schmertmann2018-07-171-5/+8
* | Introduce reportError to fix "QMetaObject::invokeMethod: No such method"Lars Schmertmann2018-07-176-54/+33
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-264-10/+14
|\|
| * Fix "QMetaObject::invokeMethod: No such method"Lars Schmertmann2018-06-192-8/+12
| * Doc: Add missing dots (qtconnectivity)Paul Wicking2018-06-192-2/+2
* | Use functor-based connections in the nfc implementationLars Schmertmann2018-06-196-37/+37
* | Use Android broadcast ACTION_ADAPTER_STATE_CHANGEDLars Schmertmann2018-05-304-0/+70
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-221-0/+9
|\|
| * Doc: Add license details to index page of Qt NFCKai Koehne2018-05-151-0/+9
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-241-1/+1
|\|
| * General QML version bump in docs and qmltypesAlex Blasche2018-04-191-1/+1
* | Add since command in documentation for new API methodAndrew O'Doherty2018-03-201-0/+2
* | Add NFC API method isSupportedAndrew O'Doherty2018-03-159-1/+50
|/
* Android Qt NFC manager may not startAndrew O'Doherty2018-03-061-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-217-19/+78
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-307-19/+78
| |\
| | * Fix writing of NdefMessages on androidDaniel Engelke2017-10-241-2/+1
| | * Fix outdated BSD license headerKai Koehne2017-10-176-17/+77
* | | Do not return from void functions/expressionsAlex Blasche2017-11-062-2/+2
* | | Normalize Q_ARG arguments (const modifier removed)Alex Blasche2017-11-032-18/+18
* | | Convert Q_ARG params to normalized formAlex Blasche2017-10-202-4/+4
* | | Merge remote-tracking branch 'gerrit/5.10' into devAlex Blasche2017-10-177-30/+28
|\| |
| * | Merge remote-tracking branch 'gerrit/5.9' into 5.10v5.10.0-beta3Alex Blasche2017-10-177-30/+28
| |\|
| | * Fix outdated FDL license headerKai Koehne2017-10-166-26/+26
| | * Replace mixing of const_iterator by for-eachAndré Klitzing2017-10-091-4/+2
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-295-7/+7
* | | Android: remove support for local/debug deploymentJake Petroules2017-09-061-2/+0
|/ /
* | Add missing qtnfcglobal_p.hOliver Wolff2017-08-302-0/+60
* | Rename qnfcglobal.h to qtnfcglobal.hOliver Wolff2017-08-3021-21/+21
|/
* Fix QNdefNfcActRecord::action for platforms with unsigned charSami Nurmenniemi2017-06-271-1/+1
* Fix GCC 7 warnings about implicit fallthroughsThiago Macieira2017-05-191-2/+2
* Fix build for -no-feature-textcodecStephan Binner2017-04-251-0/+10
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-241-1/+1
* Fix undocumented parameter warning from qdocAlex Blasche2017-04-061-3/+4
* NFC on Android: Fix crash on restart of an app in debug buildv5.9.0-beta1Lars Schmertmann2017-03-162-1/+4
* Fix unused parameter warningAlex Blasche2017-03-131-0/+1
* NFC on Android: Fix crash on restart of an appLars Schmertmann2017-03-081-0/+4
* QNearfieldTarget: Introduce (set)keepConnection() and disconnect()Lars Schmertmann2017-01-188-101/+265
* Avoid code duplication by using checksum calculation from qtbaseLars Schmertmann2017-01-144-35/+20
* Android: QNearfieldTarget: Introduce maxCommandLength()Lars Schmertmann2017-01-039-6/+214
* Android: Add support for sendCommand to QNearFieldTargetLars Schmertmann2016-12-163-31/+56
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-242-0/+3
|\
| * Fix ODR violation in QLlcpServer on AndroidAlex Blasche2016-11-082-0/+3
* | Prepare QtNfc for Android Service supportAlex Blasche2016-08-311-0/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-013-0/+10
|\|