summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/SystemInfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-06-12Fix scrollbar (#382)Riku Isokoski1-1/+1
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants1-5/+5
code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
2021-06-01Add the maximum memory used by LVGL in SystemInfo app. This will help the ↵JF0021-1/+3
developers to size the memory buffer allocated to lvgl. (#408)
2021-05-14git: show git short ref hash on SystemInfo(first screen) and ↵Stoian Minaiev1-0/+2
FirmwareValidation screen alongside other information
2021-05-10SystemInfo app screenStoian Minaiev1-3/+3
First screen. Let the build date and build time string be centered as well as the others
2021-04-24Reformatted all the files according to clang-format styleAvamander1-90/+128
2021-04-11Move Task info to about menuJoaquim1-34/+51
fix build error in WatchFaceDigital
2021-04-04Big UI and navigation RewriteJoaquim1-33/+96
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-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling1-3/+3
2021-03-20Merge pull request #237 from muesli/systeminfo-urlJF0021-1/+1
Update project URL in SystemInfo
2021-03-16Update project URL in SystemInfoChristian Muehlhaeuser1-1/+1
Pinetime -> InfiniTime
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-2/+5
2021-01-02Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants1-1/+1
2020-12-28Add source code license and link to github to system appMichael1-1/+8
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF0021-5/+9
Includes cleanup
2020-11-18Fixes #119! Improved based off suggested changesSamuel Archibald1-2/+2
2020-11-16Fix for comments on issue #125, bounds check removedSamuel Archibald1-3/+1
2020-11-16Include cleanup: displayapp + screensokaestne1-5/+9
2020-11-02Fix to #119Samuel Archibald1-5/+4
2020-10-18Merge pull request #93 from robertecurtin/masterJF0021-1/+1
Fix typo in SystemInfo app.
2020-10-12Noticed this typo when booting my PineTimeRobert Curtin1-1/+1
2020-10-12Update SystemInfo.cppRafa Couto1-1/+1
Show MAC bytes with left-zeroes
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-1/+1
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander1-0/+116