Mateusz Piesta
bb0ef540b7
[MOS-803] DeviceInfo endpoint update
...
* Added some changes to the DeviceInfo endpoint
* Updated relevant code accordingly
* Removed unneeded paths definitions
* Minor bug fixes
2023-01-19 16:41:56 +01:00
Lefucjusz
e33468f54f
[MOS-783] Change boot.bin to os.bin
...
Change the confusing system binary name.
2023-01-19 16:41:56 +01:00
Bartosz
01857dd1bd
[MOS-786] Added support for A/B boot codes in OS
...
Further implementation of A/B booting
2023-01-19 16:41:56 +01:00
Lefucjusz
178fba165e
[MOS-783] First part of new dir structure implementation
...
Works:
- generating .img for Pure;
- Pure boots after flashing new image and
seems to be working fine;
Not yet:
- generating update package;
- generating image for Harmony;
- simulator;
- path-related unit tests fail
due to paths being hardcoded
in test scenarios.
2023-01-19 16:41:56 +01:00
Mateusz Piesta
0a9846e4a8
[MOS-694] Move DB initialization from OS to build scripts
...
* Switched to DB initialization at compile time
* Organized and cleaned up db files directories(not finished completely)
* Fixed DB related unit tests
* Minor improvements to CMake
* Small fixes for GCC12 build
2023-01-19 16:41:56 +01:00
Dawid Wojtas
dd26b29575
[BH-1415] Front light intensity for pre-wake up and main alarm
...
The user can manage the intensity
of the front light during the pre-wake up
and main alarm. The intensity can be selected
from a 10-degree scale, where 1 is the lightest
front light and 10 the brightest.
2022-12-05 16:52:53 +01:00
Kuba Kleczkowski
d6fbf631f6
[MOS-792] Added VoLTE setting in db
...
VoLTE enabled/disabled state is now stored in settings
database. VoLTE is enabled or disabled to mach setting
during modem initialisation.
2022-11-15 13:57:03 +01:00
Kuba Kleczkowski
a3c0791bb7
[MOS-797] Revert "[MOS-792] Added VoLTE setting in db"
...
This reverts commit 0eb652a515
2022-11-09 18:50:19 +01:00
Kuba Kleczkowski
0eb652a515
[MOS-792] Added VoLTE setting in db
...
VoLTE enabled/disabled state is now stored in settings
database. VoLTE is enabled or disabled to mach setting
during modem initialisation.
2022-11-09 14:15:48 +01:00
Maciej-Mudita
dce833e84f
[MOS-713] Fix access to the phone before going onboarding
...
Before accepting the EULA,
the user may fully use the Mudita-Center.
2022-10-04 09:40:49 +02:00
Lefucjusz
a29306a89a
[MOS-743] Workaround for audio config paths
...
Workaround for the issue that updater
places audio config JSON files in
wrong location. This should be
removed after the updater is fixed.
Additionally update of loudspeaker
routing config.
2022-09-28 14:30:36 +02:00
Mateusz Piesta
3545f1b456
[BH-1556] Change default layout
...
Default layout changed to the 'ClassicWithBattery'.
2022-08-23 15:00:25 +02:00
Mateusz Piesta
7cbfd6a984
[BH-1356] Meditation stats backend
...
Added meditation statc backend.
Added temporary widget for testing
purposes and corresponding modules
(meditation stats presenter, window,model).
2022-07-25 09:05:05 +02:00
Bartosz Cichocki
5d2b8bbbee
[MOS-506] Apply new audio config from R&D in Wrocław
...
After taking measurements and tweaking the audio paths with audio
specialists, we found out pretty good settings which should be
incorporated into the code
2022-05-23 16:14:29 +02:00
Lefucjusz
434a335ef3
[MOS-411] Wired headset audio fix
...
Fixes non-working wired headset audio
during call
2022-05-16 10:20:48 +02:00
Lefucjusz
c0f5243b3f
[MOS-402] Time legibility on lock screen fix
...
Fix of the issue that time on the lock screen was
getting illegible after a few hours. This change
fixes the problem by performing deep refresh
instead of fast refresh every 30 minutes. The
refresh rate can be easily changed, as it is stored
in settings database.
2022-05-06 11:17:27 +02:00
Tomasz Rybarski
f8d4fd0a73
[BH-1469] Main alarm default volume
...
Default volume set to 5
2022-05-04 11:28:42 +02:00
Mateusz Piesta
5447774803
[BH-1449] Fix crash during startup
...
* Moved all Bell-specific paths to AlarmSoundPaths.
* Fixed loading default layout logic. Currently, there is no
db update schema which in specific cases can lead to
layout setting field missing. In this case, load default layout and
update missing db field.
* Added support for Aarch64 Linux.
2022-04-28 10:02:15 +02:00
Mateusz Piesta
12ec20b0b2
[BH-1408] Main alarm stops
...
Cherry pick of the missing PR.
2022-04-05 10:52:27 +02:00
Maciej Janicki
428cd660ff
[MOS-153] Fix quotes too log copies
...
Fixes too long copies in quotes categories
2022-03-23 10:24:00 +01:00
Marcin Lyda
6f257d38db
[MOS-303] Add playback path gain params to json
...
Additional pair of parameters has been added
to current implementation of equalizer to
enable changing playback path gain during
audio path fine-tuning
2022-03-22 09:13:25 +01:00
Maciej Janicki
0452e6fe35
[MOS-153] Fix quotes bugs
...
Fixes quotes bugs:
[MOS-320]
[MOS-321]
[MOS-322]
[MOS-323]
2022-03-22 08:50:54 +01:00
Maciej Janicki
455d69e553
[MOS-153] Fix quotes database
...
Fix quotes database not being loaded
Plus: updated SQLite (3.38.01)
Minor spelling fixes
2022-03-16 12:35:44 +01:00
Przemyslaw Brudny
810230f7aa
[MOS-153] Added predefined Quotes DB
...
Added predefined Quotes DB.
2022-03-16 12:35:44 +01:00
Maciej Janicki
2b2bb13a49
[MOS-296] Merge remote-tracking branch 'origin/stable'
...
Merge stable Harmony branch into merge wip branch
2022-03-09 19:27:50 +01:00
Tomasz Rybarski
25250fc9c8
[BH-1314] Home Screen Layouts Selectable
...
Layouts can be changed in Settings-Clock Face
2022-02-18 09:47:51 +01:00
Pawel Olejniczak
4013416c8d
[EGD-7359] Remove 0 connection frequency for message only mode
...
When Offline/Message only mode is set, Pure should log into
the network to send and download messages based on
connection frequency. The default option was set to 0, which
meant that message only mode was not working at all.
2022-02-02 18:31:13 +01:00
wojtekrzepecki
853b0787df
[EGD-8227] Refactor quotes db
...
refactoring of quotes db layout to conform with
given requirements
2022-02-02 09:50:24 +01:00
Bartosz Cichocki
81052bbcb1
[EGD-8162] Allow importing audio profile settings from json file
...
This allows for imporing the audio profile setitngs, including
EQ settings from the json file, thus allowing modification of
those setitngs without the need of recompiling the source code.
2022-01-28 10:32:12 +01:00
Adam Dobrowolski
410af7e2e0
[EGD-8145] Download asset untaring accepts any relative path
...
download_asset.py:
either ./ or none - both are proper relative paths
music assets are taken from the assets release
Removed bell mp3 assets from MuditaOS repository
Removed assets for PurePhone from the repository
2022-01-05 09:23:14 +01:00
Tomasz Rybarski
6070d4f70a
[BH-1290] Main Alarm Tone Update
...
Alarm tone updated to Morning Dew
2021-12-09 12:24:26 +01:00
Wojciech Rzepecki
36b9b20e5e
[EGD-8083] Add wallpaper option
...
Added connection of wallpaper window to settings
2021-12-09 09:49:11 +01:00
Tomasz Rybarski
2bab80d033
[BH-1245] Default values for settings
...
Set default values according to list
2021-12-01 10:09:38 +01:00
Mateusz Piesta
b656756159
[BH-1117] Bell audio service
...
Added Bell audio service
Added volume scaling.
2021-11-09 13:54:45 +01:00
Tomasz Rybarski
2605ca99ce
[BH-947] Snooze Chime Volume Default Setting
...
Default value of Snooze Chime Volume set to "5"
2021-11-04 10:01:33 +01:00
Tomasz Rybarski
04095295ac
[BH-1101] Alarm Tones start with second tone
...
Changed order of alarm tones to start with first tone from the list
2021-11-03 14:51:26 +01:00
Piotr Tański
ad3f0f83c0
[EGD-7895] Enabled Nick Lewis songs for the release
...
Only 4 songs were enabled before.
2021-11-03 10:36:29 +01:00
Maciej Janicki
37dfef05fa
[BH-1118] Reduce audio assets quality
...
Reduce bell audio assets
quality.
2021-10-28 11:45:08 +02:00
Piotr Tański
bc7dc5b634
[EGD-7779] Dark mode implemented
...
Experimental dark mode feature implemented.
2021-10-26 15:31:32 +02:00
Wojtek Rzepecki
d0772ab0b7
[EGD-7798] Fix alarms backend with new format
...
New format of alarm time in database and processing
2021-10-18 12:14:36 +02:00
Tigran Soghbatyan
e1d78adb22
[BH-772] Add bedtime reminder tone settings
...
Add bedtime tone and volume settings scenes
Add bedtime tone and volume support for notification
2021-10-18 10:03:02 +02:00
Mateusz Piesta
4948af4f77
[BH-618] Power nap fixes
...
Implemented various fixes:
BH-995
BH-996
BH-997
BH-998
Fixed PlayActions
and more.
2021-10-14 12:08:22 +02:00
Pawel Olejniczak
f2381600d5
[EGD-7697] Change deafult bt device name to Mudita Pure
...
Mudita Pure is official name of the product,
and its default BT name required a change.
2021-10-13 18:55:01 +02:00
Mateusz Piesta
2b985de0d0
[BH-935] Volume and tone selection
...
Added playback of volume and tone selection
2021-10-12 09:50:15 +02:00
Piotr Tański
9820a00cbc
[EGD-7474] Contacts management fixes
...
Fixed managing contacts on the DB side.
2021-10-04 15:06:22 +02:00
Paweł Joński
0fe824063d
[BH-611] Add Snooze chime
...
Add snooze chime to Bell product
Add chime mp3
2021-10-04 11:03:44 +02:00
Przemyslaw Brudny
3b84af2746
[EGD-7631] PhoneLock timer system time independence refactor
...
Refactored PhoneLock to be independent of system time.
Refactored refresh options for notification receive on
Windows.
2021-09-30 17:01:53 +03:00
Mateusz Grzegorzek
ce074cf554
[BH-758] Alarm tone, volume & light
...
Implement "Alarm tone, volume & light" settings flow.
2021-09-28 14:27:15 +02:00
Mateusz Grzegorzek
e478d06ad1
[BH-823] Pre-wake up settings - part II
...
Implement Pre-wake up settings logic.
2021-09-23 11:49:21 +02:00
Przemyslaw Brudny
8c5ca7e174
[BH-703] Base Bell OnBoarding application
...
Added base Bell OnBoarding application. Bell list
options refactor.Language selection, setting and
finalize windows.
2021-09-17 19:38:35 +03:00