aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/MusicService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into notification-titleJean-François Milants2021-04-091-1/+1
|\ | | | | | | | | # Conflicts: # src/displayapp/screens/Notifications.cpp
| * Fix music app :Jean-François Milants2021-04-041-1/+1
| | | | | | | | | | - Enable LVGL animation (and disable groups, which were not used), and set the speed. - Fix disc animation and progress display by initializing lastIncrement at 0 (a random value will be used otherwise, in release build)
* | Add support for notification title. The notification buffer must contain the ↵Jean-François Milants2021-04-041-1/+0
|/ | | | | | title and the message separated by a '\0' character. If the buffer does not contain any \0, the whole buffer is considered to be the message of the notification. A default title will be displayed in the notification app.
* Adapt the UUID of Music service according to new guidelines.Jean-François Milants2021-01-191-26/+62
|
* Include cleanup: componentsokaestne2020-11-161-1/+1
|
* Refactored and improved the Music watchappAvamander2020-10-151-94/+190
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-0/+129