aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
* NotificationManager.h: Reorder notification struct fields to allow easier cre...Max Friedrich2023-07-091-3/+4
* arduinofft: Move to submodule, define srqt_internal externallyFinlay Davidson2023-06-171-1/+2
* ShakeWake: Fixed instant wake after sleep issue in certain positions (#1691)Isaac2023-06-172-1/+3
* PineTimeStyle weather display (#1459)kieranc2023-06-041-1/+13
* Refactor watch face to enum (#1339)Max Friedrich2023-04-301-6/+7
* Refactored Ppg for frequency based algorithm. (#1486)Ceimour2023-04-306-178/+317
* TimerController: Rename to TimerRiku Isokoski2023-04-162-8/+8
* TimerController: Make TimerController reusableRiku Isokoski2023-04-162-24/+3
* MotionController: Remove IsOk variableRiku Isokoski2023-04-161-9/+0
* linearapproximation: Move to src/utilityFinlay Davidson2023-03-272-43/+1
* WeatherService: const DateTimeController referenceRiku Isokoski2023-03-192-3/+3
* HeartRateService: Remove SystemTask dependencyRiku Isokoski2023-03-193-11/+8
* MotionService: Remove SystemTask dependencyRiku Isokoski2023-03-193-12/+9
* NavigationService: Remove unused SystemTask refRiku Isokoski2023-03-193-11/+2
* WeatherService: Remove unused SystemTask referenceRiku Isokoski2023-03-193-10/+3
* MusicService: Remove SystemTask dependencyRiku Isokoski2023-03-193-10/+8
* raisewake: Change names in line with the style guideFinlay Davidson2023-03-092-8/+8
* motioncontroller: Fix clang-tidy warningsFinlay Davidson2023-03-092-15/+12
* shakewake: Switch to more generic timekeepingFinlay Davidson2023-03-092-7/+10
* shakewake: Simplify return codeFinlay Davidson2023-03-091-5/+1
* shakewake: Switch to more generic last* varsFinlay Davidson2023-03-092-11/+16
* shakewake: Fix names according to style guideFinlay Davidson2023-03-092-12/+12
* Revert "added low battery message"Riku Isokoski2023-03-022-17/+0
* LVGL / FS : Initialize the LVGL FS driver in LittleVgl (instead of FS).Jean-François Milants2023-02-262-64/+0
* DateTimeController: Fix integer overflowRiku Isokoski2023-02-261-1/+1
* date: Remove date libRiku Isokoski2023-02-252-0/+5
* DateTimeController: Use std::tm for storing dateRiku Isokoski2023-02-252-31/+22
* DateTimeController: Remove SetTime tick parameterRiku Isokoski2023-02-255-12/+6
* SystemTask: Move MotorController to DisplayAppRiku Isokoski2023-02-251-1/+0
* TimerController: Use chrono for durationsRiku Isokoski2023-02-232-7/+9
* clang-format: Always break template declarationsRiku Isokoski2023-02-161-1/+2
* src: Enable unused parameter warningRiku Isokoski2023-01-2428-92/+76
* batt: Improve discharge curve valuesFinlay Davidson2023-01-231-9/+4
* Format header filesFinlay Davidson2023-01-0923-0/+82
* Update clang-{format,tidy} to 14Finlay Davidson2023-01-045-0/+11
* formatminacode2022-12-271-1/+0
* changed to boolminacode2022-12-272-3/+8
* fixed a comment, set threshold to 15%minacode2022-12-272-2/+2
* cutout scaling hackminacode2022-12-271-5/+0
* formatminacode2022-12-271-1/+1
* added message, changed UIminacode2022-12-272-5/+9
* add percentage rescalingminacode2022-12-271-1/+7
* added low battery messageminacode2022-12-272-0/+7
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-187-32/+39
* BLE CTS: fixed signedness of timezoneuli2022-11-253-9/+9
* WeatherService daily min/max temperature fixes (#1455)kieranc2022-11-251-6/+8
* Add linear approximation and use it for improving battery percentageAlex Dolzhenkov2022-11-193-36/+51
* Update BatteryController.h with non-linear discharge curvehassless2022-11-192-5/+36
* add CTS local time characteristic and use it to provide UTC in DateTimeContro...uli2022-11-116-53/+158
* Checkbox list now receives a function pointer to call when the setting has ch...Jean-François Milants2022-10-111-8/+5