summaryrefslogtreecommitdiffstats
path: root/src/nfc
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev6 days1-1/+0
* iOS: Distinguish security violations from other connection errorsLars Schmertmann2024-05-213-5/+12
* iOS: Fix error signalLars Schmertmann2024-03-252-11/+8
* neard: Don't attempt to send ndefMessagesWritten() signalIevgenii Meshcheriakov2024-01-311-1/+0
* neard: Start polling in Initiator modeIevgenii Meshcheriakov2024-01-311-1/+1
* Improve wording in QNearFieldManager documentationAndreas Hartmetz2024-01-311-15/+17
* Revert "Remove support of Linux in Qt NFC"Andreas Hartmetz2024-01-3115-3/+961
* Remove qmake -> CMake porting debris from CMakeLists.txtAndreas Hartmetz2024-01-181-7/+0
* PCSC: Make polling interval adjustable via environmentIevgenii Meshcheriakov2023-11-232-2/+17
* Doc: Fix template information for QNdefRecord::isRecordTypeLuca Di Sera2023-11-171-1/+1
* Silence expected java exceptionsJulian Greilich2023-11-151-2/+2
* Reset status of isSessionScheduled when starting a iOS NFC sessionJens Trillmann2023-11-071-0/+1
* JNI: port to changes of JNI traits in qtbaseVolker Hilsheimer2023-09-271-10/+10
* Doc: Extend list of highlighted Connectivity examplesKai Köhne2023-09-261-1/+3
* Add explicit include for qjnitypes.hJuha Vuolle2023-09-221-0/+1
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-2/+2
* Allow to set user information after detection started for non NDEF tagsJan Moeller2023-09-121-3/+5
* Doc: All overviews list categorizationJaishree Vyas2023-09-071-1/+1
* Doc: Fix parameter type in QBluetoothAddress::qHash()Topi Reinio2023-09-051-0/+3
* Consider protocols that derive NFCNDEFTag in isNdefTag()Jan Moeller2023-08-301-1/+10
* Mark the module free of Q_FOREACH ... againMarc Mutz2023-08-041-1/+0
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-201-0/+1
* Doc: List of all Qt overviews which are now termed as explanationJaishree Vyas2023-07-191-0/+1
* Doc: Remove \ingroup all-examples command from the docsJaishree Vyas2023-07-121-1/+0
* Doc: Remove warninglimit .qdocconf variableTopi Reinio2023-06-271-3/+0
* QtNfc: Remove dependency on QtNetworkFriedemann Kleint2023-05-121-1/+0
* iOS NFC: Always ensure timeout after session invalidationJulian Greilich2023-02-032-41/+61
* PCSCLite: fix capitalization of Find-module fileMårten Nordheim2022-12-051-1/+1
* QtNfc: Replace snippets with actual codeIevgenii Meshcheriakov2022-11-181-5/+42
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-061-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-063-23/+23
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Android NFC: Move code from AndroidNFC to <Qt>::QtNfc namespaceIevgenii Meshcheriakov2022-07-295-39/+34
* Android NFC: Move MainNfcNewIntentListener into the Qt namespaceIevgenii Meshcheriakov2022-07-286-47/+41
* Android NFC: inline MainNfcNewIntentListener::updateReceiveState()Ievgenii Meshcheriakov2022-07-272-12/+2
* Android NFC: Modernize QNearFieldManagerPrivateImplIevgenii Meshcheriakov2022-07-273-32/+14
* Android NFC: Use templated JNI interface for QNearFieldTargetPrivateImplIevgenii Meshcheriakov2022-07-262-16/+25
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* QtConnectivity/NFC: implement read/writeNdef for iOSTimur Pocheptsov2022-07-0512-28/+881
* Fix documentation issues and enable documentation testing in CITopi Reinio2022-06-281-0/+3
* QtNfc: Fix iOS session invalidation/restartMike Achtelik2022-06-151-15/+11
* Use SPDX license identifiersLucie Gérard2022-06-1066-2438/+136
* QNdefMessage: un-export the classIevgenii Meshcheriakov2022-05-201-12/+24
* QtNfc: create "Supported Features" doc pageIvan Solovev2022-05-182-0/+89
* QtNfc docs: add PC/SC documentation page to the list of articlesIvan Solovev2022-05-181-0/+1
* QtNfc: Get rid of NearFieldTarget classIevgenii Meshcheriakov2022-05-167-15/+8
* QNearFieldTargetPrivate: Use same types in declarations and definitionsIevgenii Meshcheriakov2022-05-161-6/+9
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-05-131-1/+1
* includemocsMarc Mutz2022-05-043-0/+8
* Replace Q_DECLARE_METATYPE with QT_DECL_METATYPE_EXTERNIvan Solovev2022-04-274-2/+7