aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/services
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update commercial license headers to Qt AndroidExtras module"v5.15.3-lts-lgplTarja Sundqvist2021-03-2533-1056/+1056
| | | | | | | | | | | 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-1433-1056/+1056
| | | | | | | | 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>
* Add Android Service examples with Remote ObjectsAssam Boudjelthia2020-05-2518-2/+1127
| | | | | | | | | Additional service examples with communication using Qt Remote Objects. Task-number: QTBUG-83038 Change-Id: I6451c816681e314bd4f47c8966c5d98cd225e64d Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit d560ad9f356e2f5912b0ebabde4c001efcb9b31f)
* Add Android services examplesAssam Boudjelthia2020-05-2541-0/+2918
* Pure Android service in the same process. * Android Services with BroadcastReceiver with same .so file and separate .so file. * Android Service with QAndroidBinder in separate .so file. Task-number: QTBUG-83038 Change-Id: I24a4dbe4f1de56736625cfdfe2e7fc3ea4905de5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> (cherry picked from commit c61bce34948922e006dc6c507e71dc4c82588a6c)