lk108/Rounds
1
0
Fork
You've already forked Rounds
1
Configurable countdown timer, cycling between action rounds and breaks.
  • QML 94.3%
  • CMake 5.7%
2023年12月27日 15:26:53 +01:00
assets minor change to logo 2022年05月12日 22:18:08 +02:00
po transition hardcoded sound file path in saved settings to new version upon first startup 2023年06月11日 12:41:24 +02:00
qml transition hardcoded sound file path in saved settings to new version upon first startup 2023年06月11日 12:41:24 +02:00
.gitignore exclude local subdir 2023年09月18日 20:20:15 +02:00
.gitlab-ci.yml Adding project to git 2022年04月23日 12:15:54 +02:00
changelog changed text in SoundHelp, hopefully for the better 2022年05月12日 22:48:19 +02:00
clickable.yaml updated framework and policy version to 20.04 2023年01月08日 21:50:27 +01:00
CMakeLists.txt Adding project to git 2022年04月23日 12:15:54 +02:00
CREDITS Added CREDITS file 2022年05月11日 20:15:02 +02:00
LICENSE clarified license 2022年05月12日 22:38:05 +02:00
manifest.json.in transition hardcoded sound file path in saved settings to new version upon first startup 2023年06月11日 12:41:24 +02:00
README.md add info about target Ubuntu Touch version 2023年12月27日 15:26:53 +01:00
rounds.apparmor updated framework and policy version to 20.04 2023年01月08日 21:50:27 +01:00
rounds.desktop.in some minor renaming due to focal transition 2023年12月26日 19:23:27 +01:00

Rounds

Configurable countdown timer app for Ubuntu Touch, cycling between action rounds and breaks.

License

Copyright (C) 2022 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/.

How to build

IMPORTANT

This is the version for focal (20.04). To build for xenial (16.04), change to the xenial branch.

Instructions

The click package can be built by using clickable https://clickable-ut.dev/en/latest/:

clickable build

It's a qml only app, so the resulting package is suitable for all arches.

More detailed instructions regarding clickable can be found, e.g., in this tutorial: https://ubports.gitlab.io/marketing/education/ub-clickable-1/trainingpart1module1.html#_on_your_ubuntu_touch_phone

How to install

The easiest way to install the current release is via OpenStore.

To install the git version, use clickable to build it yourself as described above.