summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/intents/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add intent handling in the system-uiRobert Griebl2020-01-311-1/+1
| | | | | | | | | Added a new component IntentServerHandler which lets you declare intent handlers directly in the system-ui. As an added benefit, these handlers also have access to the application id of the intent creator. Change-Id: Ia2d6f0860bc20e50ec8a0dd1f4bbca1a2b6967d0 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
* Rename from Luxoft AM to Qt AMRobert Griebl2019-08-052-2/+2
| | | | | | Change-Id: I84bbd9e7f735ed1864804a9887d3a02b7c925e53 Reviewed-by: Vladimir Minenko <vladimir.minenko@pelagicore.com> Reviewed-by: Bernd Weimer <bernd.weimer@pelagicore.com>
* Add documentation for the intents exampleRobert Griebl2019-02-122-1/+7
| | | | | Change-Id: I474f8bc8d8a3efa7b0f8405892d56a793a88e883 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
* Update copyright statementsRobert Griebl2018-12-182-2/+4
| | | | | | | | - added 2019 - everything is (c) Luxoft instead of Pelagicore from now on Change-Id: I82f874f0b0601deae1bb39347821edaf3c4cc6d8 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Bump all QtApplicationManager QML imports to 2.0Robert Griebl2018-12-181-2/+2
| | | | | | | Change-Id: I98bab2070b7a35cefae46bca8a06bac4a1cf1487 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Ilya A, Galkin <igalkin@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
* Fix imports for the intents exampleRobert Griebl2018-11-091-0/+1
| | | | | Change-Id: Ida5388618a097ece3e308bd4a237562645a348f8 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* Split the QtApplicationManager qml moduleDaniel d'Andrada2018-10-302-2/+1
| | | | | | | | | Into QtApplicationManager, QtApplicationManager.SystemUI and QtApplicationManager.Application Task-number: AUTOSUITE-671 Change-Id: I09eb914e026e230280c426dd00884f2883b5e7bd Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Intents: fixed API naming to follow a consistent request/reply send/receive ↵Robert Griebl2018-10-301-6/+6
| | | | | | | pattern Change-Id: I29a80a6d31940c955f18ddcf3651be2e9607fcc8 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
* Heavily extended the intents exampleRobert Griebl2018-10-242-0/+261
These intents features are now available: - requests from the system-ui - disambiguation when no applicationId is specified - requesting from/replying to an in-process app (green is always running as a single-process app) - private intents (blue-window-private) - intents that require capabilities (only the sysui and red can call rotate-window on blue) Also, the example wrapper script is now able to deal with developer builds. Change-Id: I9ff2d6012b2c9cf29e32abaaa7d4fa3b3122944e Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>