[EGD-7669] Fixed a crash while searching for notes The view was not attached to its presenter.
[EGD-7631] PhoneLock timer system time independence refactor Refactored PhoneLock to be independent of system time. Refactored refresh options for notification receive on Windows.
[BH-852] Bell settings language selector Bell settings language selector.
[BH-702] Bell OnBoarding welcome window added Bell OnBoarding welcome window added.
[BH-888] Icons export - fix naming Fix Bell icons naming.
[EGD-7568] Add show active snooze Added option to view active snooze from the level of notifications list
[EGD-7715] Add hidden Alarm settings window Added prevoiusly hidden alarm settings window
[BH-922] Fix alarm activate popup Fix activate popup to have proper alarm time Change activate/deactivate popup to use alarm model
[BH-906] Integrate Pre-wake up settings with its handler Pre-wake up handler integrated with the pre-wake up settings.
[EGD-7670] Alarm toggle off all alarms Added toggle all alarms handling with tests.
[BH-893] Add BGSounds progress window The commit provides an implementation to MVP of BackgroundsSounds ProgressWindow. The implementation is restricted to basic UI and timer functionality.
[BH-912] Improve sys module structure Improve structure of the module sys. Problems within this module prevents from linking others. Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[BH-875] Snooze settings model fix Fixed bug in GenericSpinner. Added proper error handling.
[EGD-7635] Alarm triggers popup Added action from service backend integrated with alarm UI and MVP
[EGD-6630] Integration file indexer with music player The list of music tracks is retrieved from the database, where they are indexed beforehand, instead of being searched in real time in the file system.
[EGD-7156] Fix alarm time get Fixed alarm time get.
[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>
[EGD-7156] Fix alarm time set Fixed alarm time set.
[EGD-7570] Add Alarm Clock status bar indicator Added indicator on status bar if any alarm is on
[EGD-7404] Adapt & prepare CVSD codec for usage in HFP Adapted both codec and HFP profile to be able to work together. Now it's possible to stream 2-way audio via HFP profile, but it has to be integrated properly with EGD-7405