~aleteoryx/muditaos

862b0745ee649264c0932ff33f19f3370f157215 — Lukasz Mastalerz 2 years ago 71b612f
[BH-1815] Optimalize loading music files in relaxation

Add relaxation list refresh after error occures
M harmony_changelog.md => harmony_changelog.md +1 -1
@@ 10,6 10,7 @@
* Added shortcuts instruction to settings

### Changed / Improved
* Optimize the way Relaxation is loading music files

## [2.2.2 2023-11-14]



@@ 24,7 25,6 @@

### Changed / Improved
* Disabled USB MTP protocol
* Optimize the way Relaxation is loading music files

## [2.2.1 2023-10-30]


M products/BellHybrid/apps/application-bell-relaxation/windows/RelaxationMainWindow.cpp => products/BellHybrid/apps/application-bell-relaxation/windows/RelaxationMainWindow.cpp +4 -0
@@ 68,5 68,9 @@ namespace gui
    {
        songList->rebuildList(gui::listview::RebuildType::InPlace);
    }
    void RelaxationMainWindow::rebuild()
    {
        songList->rebuildList(gui::listview::RebuildType::Full);
    }

} // namespace gui

M products/BellHybrid/apps/application-bell-relaxation/windows/RelaxationMainWindow.hpp => products/BellHybrid/apps/application-bell-relaxation/windows/RelaxationMainWindow.hpp +1 -0
@@ 22,6 22,7 @@ namespace gui

        void buildInterface() override;
        void handleError() override;
        void rebuild() override;
        void updateViewState() override;
        void activate(const db::multimedia_files::MultimediaFilesRecord &selectedSound);
    };