aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/SystemInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix scrollbar (#382)Riku Isokoski2021-06-121-1/+1
|
* Minor improvements: use std::make_unique when creating unique_ptr, check the ↵Jean-François Milants2021-06-101-5/+5
| | | | code is running from an IRQ before calling xQueueSendFromISR or xQueueSend)
* Add the maximum memory used by LVGL in SystemInfo app. This will help the ↵JF0022021-06-011-1/+3
| | | | developers to size the memory buffer allocated to lvgl. (#408)
* git: show git short ref hash on SystemInfo(first screen) and ↵Stoian Minaiev2021-05-141-0/+2
| | | | FirmwareValidation screen alongside other information
* SystemInfo app screenStoian Minaiev2021-05-101-3/+3
| | | First screen. Let the build date and build time string be centered as well as the others
* Reformatted all the files according to clang-format styleAvamander2021-04-241-90/+128
|
* Move Task info to about menuJoaquim2021-04-111-34/+51
| | | | fix build error in WatchFaceDigital
* Big UI and navigation RewriteJoaquim2021-04-041-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...
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-3/+3
|
* Merge pull request #237 from muesli/systeminfo-urlJF0022021-03-201-1/+1
|\ | | | | Update project URL in SystemInfo
| * Update project URL in SystemInfoChristian Muehlhaeuser2021-03-161-1/+1
| | | | | | | | Pinetime -> InfiniTime
* | Multi face support, analog clock, 12/24 configJoaquim2021-02-241-2/+5
|/
* Rename Pinetime in InfiniTime in sysinfo app.Jean-François Milants2021-01-021-1/+1
|
* Add source code license and link to github to system appMichael2020-12-281-1/+8
|
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-011-5/+9
|\ | | | | Includes cleanup
| * Include cleanup: displayapp + screensokaestne2020-11-161-5/+9
| |
* | Fixes #119! Improved based off suggested changesSamuel Archibald2020-11-181-2/+2
| |
* | Fix for comments on issue #125, bounds check removedSamuel Archibald2020-11-161-3/+1
| |
* | Fix to #119Samuel Archibald2020-11-021-5/+4
|/
* Merge pull request #93 from robertecurtin/masterJF0022020-10-181-1/+1
|\ | | | | Fix typo in SystemInfo app.
| * Noticed this typo when booting my PineTimeRobert Curtin2020-10-121-1/+1
| |
* | Update SystemInfo.cppRafa Couto2020-10-121-1/+1
|/ | | Show MAC bytes with left-zeroes
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-1/+1
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+116