| assets | initial commit | |
| plugins | initial commit | |
| po | initial commit | |
| qml | initial commit | |
| .gitignore | initial commit | |
| clickable.yaml | initial commit | |
| CMakeLists.txt | initial commit | |
| LICENSE | initial commit | |
| main.cpp | initial commit | |
| manifest.json.in | initial commit | |
| README.md | initial commit | |
| snapcraft.yaml | initial commit | |
| suspendtest.apparmor | initial commit | |
| suspendtest.desktop.in | initial commit | |
suspend test
Demo app for Ubuntu Touch to show a bug with Qt.application.state. When the version of the app contains "~" or "+", such as defined here in manifest.json.in:
"version": "1.0.0~test1",
then Qt.application.state won't change anymore after the app has been suspended for the first time, but will stay at Qt.ApplicationSuspended.
When "~" is replaced by "-", i.e., to
"version": "1.0.0~test1",
Qt.application.state will update as expected.
License
Copyright (C) 2026 Lothar Ketterer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.