Commit Graph

15 Commits

Author SHA1 Message Date
Maciej-Mudita
cd54ba0589 [MOS-202] Add meditation parameters to non-volatile memory
The meditation parameters set by the user will be remembered.

style check fix
2023-02-24 13:16:55 +01:00
Lucjan Bryndza
3a881c4687 [MOS-233] Fix no chime interval in med timer
[Meditation] There is no None interval chime
for meditation time < 31min

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2022-02-22 11:28:41 +01:00
Lucjan Bryndza
f5a12be568 [EGD-8254] Fix Default interval is set to None
Fix meditation timer default interval is set to none

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2022-02-04 09:57:10 +01:00
Przemyslaw Brudny
810a8dc1c3 [EGD-7792] Meditation timer interval widget replacement
Meditation timer interval widget replacement.
2022-01-26 14:53:26 +01:00
Przemyslaw Brudny
29f455d46b [EGD-7998] Pure image assets cleanup and update
Pure image assets cleanup and update.
2021-11-25 18:39:16 +01:00
Pawel Olejniczak
f5dbb8cd5a [EGD-7790] Change font for interval chime component
Adjust font size according to designs.
2021-10-14 19:18:15 +02:00
DariuszSabala
cc3f7930d8 [BH-385] Turned application meditation into lib
Created separate cmake library, defined public and private
include search path and dependencies, removed this app
from BellHybrid target dependencies and added explicitly
as PurePhone dependency, cleaned up include paths
2021-07-20 11:04:17 +02:00
Artur Śleszyński
71465d8990 [EGD-3119] Hide InputEvent's member fields
Use the InputEvent's convenience methods to express intent.
2021-04-29 08:01:18 +02:00
Adam Dobrowolski
940989833f [EGD-6527] Internationalization API unification
Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
2021-04-20 20:07:44 +02:00
jimmorrisson
14918dc4f9 [EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)
Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
2020-12-16 15:23:11 +01:00
Michał Kamoń
8372183e89 [EGD-4574] Meditation: fix intervals chime choice to scale with meditation time (#1113) 2020-12-03 11:07:29 +01:00
Krzysztof Mozdzynski
0ef0d615f3 [EGD-4150] Change filename i18 to i18n (#1108)
Change filename of internationalization files from i18 to i18n.

I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
2020-11-27 18:31:00 +01:00
Michał Kamoń
48a6e24094 [EGD-4130] meditation time dispaly fix (#868) 2020-10-20 14:39:26 +02:00
Radoslaw Wicik
2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
Michał Kamoń
d75f5555a6 [EGD-3863] application meditation windows (#838)
* Meditation windows added

* Style changes in application meditation

* PR + CMakeLists fixes
2020-10-19 10:58:47 +02:00