From 1c4b63418fe3657fcb213a7f03bc2605ee0f2386 Mon Sep 17 00:00:00 2001 From: Antti Kokko Date: Mon, 24 Aug 2020 12:20:54 +0300 Subject: Add changes file for Qt 5.15.1 + b80262f9d844b01c713c7df32754fc8194de900f Docs: Add a snippet for findClass usage + 9dc12a9289d542fabed8a30ad347ed80e471f93b Add Android services examples + 79f643e6f9f91015e18605854161e96ed12730a3 Add Android Service examples with Remote Objects + 174da8f65245ae4f9333dc169d60fbdf3003f1ea Add example to show how to work with activities and handle their result + 73684040207ce0cbb782dda5dc27cb8ac71243b3 Add example to demonstrate working with custom Java objects/ArrayList + 32b7e00d6da531dabc231af17c70e3bc06f823e3 Bump version Change-Id: I15709d94be819bba1ad317ceff18850152f95153 Reviewed-by: Assam Boudjelthia (cherry picked from commit 3621223c1f81dea54e93af81b81c75426941365c) Reviewed-by: Qt Cherry-pick Bot --- dist/changes-5.15.1 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dist/changes-5.15.1 diff --git a/dist/changes-5.15.1 b/dist/changes-5.15.1 new file mode 100644 index 0000000..6e03bb7 --- /dev/null +++ b/dist/changes-5.15.1 @@ -0,0 +1,28 @@ +Qt 5.15.1 is a bug-fix release. It maintains both forward and backward +compatibility (source and binary) with Qt 5.15.0. + +For more details, refer to the online documentation included in this +distribution. The documentation is also available online: + +https://doc.qt.io/qt-5/index.html + +The Qt version 5.15 series is binary compatible with the 5.14.x series. +Applications compiled for 5.14 will continue to run with 5.15. + +Some of the changes listed in this file include issue tracking numbers +corresponding to tasks in the Qt Bug Tracker: + +https://bugreports.qt.io/ + +Each of these identifiers can be entered in the bug tracker to obtain more +information about a particular change. + + - This release contains only minor code improvements. + - Added examples for: + - Android service in the same process. + - Android Services with BroadcastReceiver. + - Android Service with QAndroidBinder. + - Android Service with Qt Remote Objects. + - Using Activities and handling their result within Qt. + - Using custom Java objects/ArrayList between Java and Qt. + -- cgit v1.2.3