Commit Graph

10 Commits

Author SHA1 Message Date
Lefucjusz
dcccd41afa [BH-1930] Fix no volume update in DB in Relaxation
Fix of the issue that autoclose of volume
window in Relaxation would result in not
updating current volume value in database.
2024-03-25 15:38:31 +01:00
Tigran Soghbatyan
1045daf623 [BH-1122] Fix window timeout
Fix resetTimer behaviour in windows with timeout
2021-11-26 15:20:33 +01:00
Tigran Soghbatyan
022591a626 [BH-1213] Fix meditation end window timeout
Set meditation end window timeout to 5s
5s captures entire length of gong audio
2021-11-19 17:57:23 +01:00
Marcin Smoczyński
958ce4906c [BH-897] Split module-sys
Split system module to better manage dependencies between system
components.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2021-09-21 16:11:59 +02:00
Mateusz Grzegorzek
58dd02cff1 [BH-861] Cleanup Application split - part I
1. Prepare Pure and Bell specific `Application`
   classes and add them to `app` target:

- `products/BellHybrid/apps/Application.cpp`
- `products/PurePhone/apps/Application.cpp`

2. Update `CMakeLists.txt` files.
3. Move `ApplicationBell` implementation to Bell-specific
   `Application` class and remove `ApplicationBell` files.
4. Change Bell apps parent classes from `ApplicationBell`
  to Bell-specific `Application` class.
5. Rename `Application` to `ApplicationCommon` in the rest of the files.
2021-09-13 11:58:10 +02:00
Piotr Tański
c2e45b0799 [EGD-7024] Keep the state of SMS on phone lock
The SMS is not deleted on manual or automatic phone lock.
2021-07-08 18:41:09 +02:00
Wojtek Rzepecki
14b1675732 [EGD-7105] Fix window with timeout
Fix window whith timeout to prevent
recursive returns to previous window
2021-07-07 15:53:18 +02:00
Wojtek Rzepecki
e541f0d70d [EGD-7089] Fix torch color change when locked
Fix of torch behavior while phone is locked
2021-07-07 12:07:47 +02:00
tomaszkrosnowski
2abfbc74d6 [EGD-6041] Fix unlock windows behaviour
Fixed behaviour so the window acts as in Miro requirements and has 2
seconds timeout.
2021-06-24 17:23:30 +02:00
Paweł Joński
a7fba1b343 [BH-374] Librarize application-antenna
Add apps-common, librarize application-antenna
2021-06-17 12:54:02 +02:00