summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Music.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-3/+3
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-08-28Merge branch 'develop' into refresh_reworkRiku Isokoski1-1/+1
2021-08-18Fix music app buttonsRiku Isokoski1-1/+1
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski1-37/+31
2021-08-15Ui updateRiku Isokoski1-37/+31
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski1-2/+0
2021-07-25Fix slow scrollRiku Isokoski1-3/+1
2021-07-19Set remaining default periods to LV_DISP_DEF_REFR_PERIODRiku Isokoski1-1/+1
2021-07-19Refresh reworkRiku Isokoski1-4/+5
2021-04-24Reformatted all the files according to clang-format styleAvamander1-41/+39
2021-04-14apply button theme to Music UIpetter1-11/+26
2021-04-09Merge pull request #259 from JF002/fix-music-app2JF0021-9/+13
Fix music app
2021-04-04Fix music app :Jean-François Milants1-9/+13
- 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)
2021-04-04Big UI and navigation RewriteJoaquim1-5/+0
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
2021-02-23Merge branch 'LVGL7' of https://github.com/joaquimorg/Pinetime into ↵Jean-François Milants1-3/+0
joaquimorg-LVGL7 # Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.cpp # src/displayapp/screens/Modal.cpp # src/displayapp/screens/Modal.h # src/displayapp/screens/Notifications.cpp # src/displayapp/screens/Tile.h
2021-01-28LVGL v7.10.0Joaquim1-3/+0
2021-01-27improve music UI with icons for play/pause/next/prev/ and volumepetter1-7/+8
2020-11-16Include cleanup: displayapp + screensokaestne1-2/+6
2020-10-15Made sure to use right data type for a negative numberAvamander1-1/+1
2020-10-15Removed weird parentheses from constexprAvamander1-3/+3
2020-10-15Changed #define to constexpr in Music.cppAvamander1-3/+3
2020-10-15Unified MusicStatus enum constant capitalization with othersAvamander1-7/+7
2020-10-15Reordered the functions in Music.cpp correctlyAvamander1-11/+11
2020-10-15Added lv_img_set_src_arr that does better type checking when drawing images ↵Avamander1-0/+11
from arrays
2020-10-15Refactored and improved the Music watchappAvamander1-95/+251
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander1-0/+125