~aleteoryx/muditaos

ref: 899441a99d275daf1b55607bff6e1704cec54c1b muditaos/module-apps/application-settings d---------
a68b5bcb — tomaszkrosnowski 4 years ago
[EGD-7736] Fix Play Pause labels

When doing sound preview label descirbing PLAY or PAUSE action depends
now on current context.
a03817ab — Wojtek Rzepecki 4 years ago
[EGD-7766] Vibration level PWM addition

PWM channels separate control added.
d768eb36 — Przemyslaw Brudny 4 years ago
[EGD-7766] Vibration level PWM addition

Added base PWM settings to vibrations. Added vibration
volume setting.
39f63053 — Wojtek Rzepecki 4 years ago
[EGD-7740] Fix callog empty icon blink

Fix of blinking icon when entering to non-empty
callog
dae736cd — Pawel Olejniczak 4 years ago
[EGD-7795] Unify options window title

Options window title in Meditation app was
incorrect. Now all options windows have
unified titles. Additionally few minor fixes
added.
30eeb362 — Piotr Tański 4 years ago
[EGD-7789] Sort timezones by their UTC offset

Currently, timezones are sorted alphabetlically.
1d2f5cf7 — Piotr Tański 4 years ago
[EGD-7754] Dates bumped in disclaimers

Dates bumped from 2020 to 2021.
9455ea9b — Przemyslaw Brudny 4 years ago
[EGD-7759] Alarm audio duration fix

Alarm audio duration fix. Changed Alarm audio priority.
Fixed SpinBox bottomBar modes.
289316b3 — Przemyslaw Brudny 4 years ago
[EGD-7730] Alarm audio calls fixes

Added system sound setting. Refactored Alarm sound settings.
Fixed linux audio device initial volume level. Fixed Alarm
vibrations.
682fb74e — Bartosz Cichocki 4 years ago
[EGD-7086] Add BT profile connection info

Added info about connected profile to the devices list
d1d34e55 — Adam Dobrowolski 4 years ago
[CP-688] Changed cmake so that it would accept version as parameter

We are guessing verion in scripts, when we should take it as parameter
c1c392c3 — Bartosz Cichocki 4 years ago
[EGD-7743] Fix crash on BT device name save

Due to enabled EHCILL the shutdown procedure takes longer time
than before, so restarting by turning off and on without a delay
caused crash in the BT stack. Added delay between shutdown and
power on to let the stack turn off completely
3b84af27 — Przemyslaw Brudny 4 years ago
[EGD-7631] PhoneLock timer system time independence refactor

Refactored PhoneLock to be independent of system time.
Refactored refresh options for notification receive on
Windows.
ffaf94c5 — Wojtek Rzepecki 4 years ago
[EGD-7715] Add hidden Alarm settings window

Added prevoiusly hidden alarm settings window
bd90e575 — Marcin Smoczyński 4 years ago
[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>
1e8082e0 — Wojtek Rzepecki 4 years ago
[EGD-7570] Add Alarm Clock status bar indicator

Added indicator on status bar if any alarm is on
4c19fa16 — Wojtek Rzepecki 4 years ago
[EGD-7612] Add alarm popup

Added alarm popup window. Added ImageBoxWithText
widget.
58dd02cf — Mateusz Grzegorzek 4 years ago
[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.
6ab09d5f — Piotr Tański 4 years ago
[EGD-7459] Fixed factory reset process

Fixed the factory reset process.
8145a884 — Bartosz Cichocki 4 years ago
[EGD-7077] Rework of BT connection status in AppSettings

Reworked AppSettings handling of BT devices to be prepared for
handling the HFP profile, eliminating by the way few bugs and
speeding up the flow (by getting rid of few refreshes).

Added unit tests for handling the BT devices flow
Next