Commit Graph

12 Commits

Author SHA1 Message Date
Maciej-Mudita
c2cdfb35b9 [MOS-202] Add meditation parameters to non-volatile memory
The meditation time entered from the keyboard will be remembered.
2023-03-15 13:48:37 +01:00
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
82c8ca7f31 [EGD-8049] Fix deleting button in meditation app
Excepted behavior: Deleting characters should work in a
duration time input

Current Behavior: Pressing "#" to delete characters
doesn't work in the input.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2022-01-20 17:36:29 +01:00
Pawel Olejniczak
4be42f399f [EGD-7461] Disallow to set 0 meditation time
The user was able to set 0 meditation time and
start meditation. Noe 0 is automatically changed
to minimal meditation time.
2022-01-18 12:51:11 +01:00
Przemyslaw Brudny
bc3e825b77 [EGD-7910] Text directory cleanup
Text directory cleanup. Removed old unused assets
directories.
2021-11-05 00:36:34 +01:00
tomaszkrosnowski
3a889401c7 [EGD-7791] Meditation layout fix
Fixed layout in meditation app, so it now renders as it should.
Also small fix for MP is included (EGD-7848).
2021-10-27 10:41:21 +02:00
Marcin Smoczyński
bd90e57516 [BH-907] Split utils module into components
Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2021-09-23 15:14:40 +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