summaryrefslogtreecommitdiff
path: root/src/displayapp/screens
AgeCommit message (Collapse)Author
2020-12-03Update Paddle.hZephyrLabs
bugfix: add missing class
2020-12-03Update Paddle.cppZephyrLabs
create Paddle.cpp
2020-12-03Update Paddle.hZephyrLabs
created Paddle.h
2020-12-03Update Symbols.hZephyrLabs
added paddle symbol
2020-12-03Update ApplicationList.cppZephyrLabs
added paddle app
2020-12-03Addition of new files in MakeListZephyrLabs
added Paddle.cpp and Paddle.h
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF002
Includes cleanup
2020-11-18Fixes #119! Improved based off suggested changesSamuel Archibald
2020-11-17Delete Tab.cpp and Tab.hokaestne
as discussed with JF
2020-11-16Fix for comments on issue #125, bounds check removedSamuel Archibald
2020-11-16Include cleanup: displayapp + screensokaestne
2020-11-03Fix to #119Samuel Archibald
2020-10-27Fix conflictsJF
2020-10-22Notifications : Replace the label "notificationNr/notificationNb" by a grey ↵JF
border on the bottom that is displayed when there are other notifications to available.
2020-10-21Notifications : Fix display of notification index/number.JF
2020-10-20Integrate new notification UI with notifications coming from BLEJF
2020-10-19[WIP] Add new notification UI that use HW scrolling effects. Both ↵JF
notification apps are available in the menu, we can compare them.
2020-10-18Merge pull request #93 from robertecurtin/masterJF002
Fix typo in SystemInfo app.
2020-10-18Merge pull request #99 from rafacouto/patch-1JF002
Update SystemInfo.cpp - Show MAC bytes with left-zeroes
2020-10-18[WIP] New notification app that uses software scrolling effect.JF
2020-10-15Made sure to use right data type for a negative numberAvamander
2020-10-15Removed weird parentheses from constexprAvamander
2020-10-15Changed #define to constexpr in Music.cppAvamander
2020-10-15Unified MusicStatus enum constant capitalization with othersAvamander
2020-10-15Reordered the functions in Music.cpp correctlyAvamander
2020-10-15Added lv_img_set_src_arr that does better type checking when drawing images ↵Avamander
from arrays
2020-10-15Refactored and improved the Music watchappAvamander
2020-10-12Noticed this typo when booting my PineTimeRobert Curtin
2020-10-12Update SystemInfo.cppRafa Couto
Show MAC bytes with left-zeroes
2020-10-09Reformatted InfiniPaint againAvamander
2020-10-09Minor formatting, diagnostic and documentation changesAvamander
2020-10-08Merge pull request #80 from Avamander/patch-1JF002
Switched from NULL to nullptr
2020-10-04Merge remote-tracking branch 'origin-origin/patch-3'Avamander
# Conflicts: # src/systemtask/SystemTask.cpp
2020-10-04Fixed a small warning with Screen's constructorAvamander
2020-10-04Minor #include improvementsAvamander
2020-10-04Switched from NULL to nullptrAvamander
2020-10-02Fixed all the includes that were broken due to the renamesAvamander
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander