aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/SystemInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* watchdog: Replace WatchdogView with const WatchdogRiku Isokoski2023-02-251-3/+3
|
* screens: Remove displayapp parameter from screenRiku Isokoski2023-02-251-0/+1
| | | | | | | | The DisplayApp class isn't used in the Screen base class and most screens, so requiring it is pointless. In this commit, DisplayApp pointers were added to screens which use it and the explicit Screen constructor was removed in those screens.
* displayapp: Make Ble references constRiku Isokoski2023-02-241-2/+2
|
* displayapp: Make Cst816S references constRiku Isokoski2023-02-241-2/+2
|
* displayapp: Make Battery class references constRiku Isokoski2023-02-241-2/+2
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-2/+2
| | | | | | | 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.
* Merge branch 'develop' into update_touch_driverRiku Isokoski2021-09-141-1/+0
|\
| * Merge branch 'develop' into refresh_reworkRiku Isokoski2021-08-031-3/+0
| |\
| * | Refresh reworkRiku Isokoski2021-07-191-2/+1
| | |
* | | Merge branch 'develop' into update_touch_driverRiku Isokoski2021-08-171-3/+0
|\ \ \ | | |/ | |/|
| * | Code cleanup (#466)Riku Isokoski2021-07-251-4/+1
| |/ | | | | | | * Code cleanup * Remove override again
* / Update touchpad driverRiku Isokoski2021-07-141-2/+4
|/
* Add support for BMA425 acceleration sensor. (#440)JF0022021-06-191-1/+3
| | | * Add support for BMA425 acceleration sensor.
* Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)Avamander2021-06-121-0/+3
|
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-24/+24
|
* Move Task info to about menuJoaquim2021-04-111-4/+2
| | | | fix build error in WatchFaceDigital
* Big UI and navigation RewriteJoaquim2021-04-041-5/+6
| | | | | | | | | | | 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...
* Add source code license and link to github to system appMichael2020-12-281-1/+1
|
* Include cleanup: displayapp + screensokaestne2020-11-161-7/+14
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-2/+3
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+47