| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Format header files | Finlay Davidson | 2023-01-09 | 1 | -0/+1 |
| | | | | | In my PR updating clang-format, I forgot to also format the headers. | ||||
| * | Remove unused includes in HearRate and Motion.h | Reinhold Gschweicher | 2022-03-03 | 1 | -1/+0 |
| | | | | | The include `bits/unique_ptr.h` isn't used, so remove it. | ||||
| * | remove unused libs/ prefix from lvgl includes as not needed | Reinhold Gschweicher | 2021-11-15 | 1 | -2/+2 |
| | | |||||
| * | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | Refresh rework | Riku Isokoski | 2021-07-19 | 1 | -1/+3 |
| | | |||||
| * | Changed access modified indentation | Avamander | 2021-04-24 | 1 | -2/+2 |
| | | |||||
| * | Reformatted all the files according to clang-format style | Avamander | 2021-04-24 | 1 | -8/+5 |
| | | |||||
| * | Big UI and navigation Rewrite | Joaquim | 2021-04-04 | 1 | -5/+5 |
| | | | | | | | | | | | | 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... | ||||
| * | HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵ | Jean-François Milants | 2021-01-17 | 1 | -0/+4 |
| | | | | | ON when the app is closed), display the HR value on the Clock app. | ||||
| * | First implementation of the HR sensor using 100% foss code (ported from waspos) | Jean-François Milants | 2021-01-10 | 1 | -0/+38 |
