summaryrefslogtreecommitdiffstats
path: root/examples/corelib/platform/androidnotifier/doc
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Update Links to Android Notifier ExampleNicholas Bennett2023-09-211-0/+1
| | | | | | | | | | Added to the list of important links on the Android Platform home page. Task-number: QTBUG-116780 Pick-to: 6.2 6.5 6.6 6.6.0 Change-Id: Id65a73d56bff0b288ebb1da098f6dbd8cbbe606e Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
* Update mobile example categories for Qt 6.6Rami Potinkara2023-09-121-1/+0
| | | | | | | | | | | | | | | | Add mobile example category tags for the chosen examples. Add for the ones that work best for both, Android and iOS. Remove from the ones that do not work for both (at least yet). Added - hellogles3 Removed - qtandroidnotifier (not iOS) Fixes: QTBUG-116780 Pick-to: 6.6 Change-Id: Icb4c7ba1f22d4e67089a565071d83cdf8ec95896 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Update Android notifier example to match example guidelineJani Korteniemi2023-08-021-0/+1
| | | | | | | | | Replaced add_subdirectory() with qt_internal_add_example(). Added tags. Task-number: QTBUG-114638 Change-Id: I397c2974a51f0bea391099d1d1abfea39bd29cbe Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Doc: Add 'Mobile' category to Qt Android Notifier exampleTopi Reinio2023-05-021-0/+1
| | | | | | | | | | The example demonstrates accessing native Android APIs in Qt applications, tag it with 'Mobile' category. Pick-to: 6.5 Task-number: QTBUG-112378 Change-Id: I5f936409aafb22175eab59fdb210ecd03fecb1f3 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
| | | | | | Change-Id: Ia7a38a1035bd34d00f20351a0adc3927e473b2e7 Pick-to: 6.5 6.4 6.2 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Use SPDX license identifiersLucie Gérard2022-05-161-26/+2
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Move notification example from androidextras to qtbaseAssam Boudjelthia2021-06-042-0/+84
Refactor android notification example to fit in qtbase. The example demonstrates how to use JNI and work with Java APIs and add custom Java code to a Qt app targeting Android. Task-number: QTBUG-84382 Change-Id: I5fcbbf77b36eb47a0acaa13835ef3d773e63885c Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>