aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/jnimessenger
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update commercial license headers to Qt AndroidExtras module"v5.15.3-lts-lgplTarja Sundqvist2021-03-256-192/+192
| | | | | | | | | | | This reverts commit fb52d4f97f3fb84a960d85de42c3da49b4020a78. Revert of commercial license headers is required for Qt 5.15.3 opensource release. Task-number: QTBUG-91108 Change-Id: Ib31edbffb5c0c1f3e592837f947e7f8b3ba6cb62 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update commercial license headers to Qt AndroidExtras moduleTarja Sundqvist2021-01-146-192/+192
| | | | | | | | License headers updated. Especially, see src/androidextras/android folder and its licenses that contain external copyright lines. Change-Id: I173aec886a2a7fbfc5f08985570dadc9476e2ecc Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Fix wrong section in jnimessenger docsv5.15.0-beta4Assam Boudjelthia2020-04-031-1/+1
| | | | | Change-Id: I68148eb0b0556cba3e004618a15444dcb6663a1e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Introduce new example JNI MessengerAssam Boudjelthia2020-03-1215-0/+661
This examples shows the proper way to communication between QML/C++ and Java in both ways. This example calls a Java method from QML and C++, then the Java method will also call back a C++ function that will be forwarded to a QML connection. Task-number: QTBUG-80717 Change-Id: I96d9551d1abcaf80899c4dd3c727a267fb6f3c07 Reviewed-by: BogDan Vatra <bogdan@kdab.com>