summaryrefslogtreecommitdiff
path: root/src/components/ble/MusicService.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-11/+10
2022-04-25Make functions const againRiku Isokoski1-1/+1
2022-04-25Update track progress in MusicService. Fix #127Riku Isokoski1-1/+12
2022-03-21Music app : when title/track name are truncated, add an ellipsis at the end o...Jean-François Milants1-5/+13
2022-03-21Add missing space in if expression.Jean-François Milants1-1/+1
2022-03-21Limit the size of the track and album name received by MusicService. This sho...Jean-François Milants1-0/+7
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
2021-07-02Inititialize members in class declarationJonathan Vander Mey1-10/+0
2021-07-02Move local-only function into anonymous namespaceJonathan Vander Mey1-4/+3
2021-07-02Make MusicService UUID objects static constexprJonathan Vander Mey1-0/+31
2021-07-02Eliminate reinterpret_castingJonathan Vander Mey1-26/+26
2021-05-17Updated license header yearAvamander1-1/+1
2021-05-17Used a macro for UUID generation, switched from C-style casts to reinterpret_...Avamander1-122/+72
2021-04-24Reformatted all the files according to clang-format styleAvamander1-98/+65
2021-04-09Merge branch 'develop' into notification-titleJean-François Milants1-1/+1
2021-04-04Fix music app :Jean-François Milants1-1/+1
2021-04-04Add support for notification title. The notification buffer must contain the ...Jean-François Milants1-1/+0
2021-01-19Adapt the UUID of Music service according to new guidelines.Jean-François Milants1-26/+62
2020-11-16Include cleanup: componentsokaestne1-1/+1
2020-10-15Refactored and improved the Music watchappAvamander1-94/+190
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-0/+129