aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up redundant if statements, spacingEli Weiss2022-01-312-47/+43
| | | | Removed redundant if statements in hour button logic. Spacing is now in line with repo guidelines.
* Added 12 hour set timeEli Weiss2022-01-313-8/+80
|
* Merge pull request #949 from Riksu9000/fix_alarmJF2022-01-262-0/+5
|\ | | | | Fix alarm on time change
| * Fix alarm on time changeRiku Isokoski2022-01-222-0/+5
| |
* | Merge pull request #954 from NeroBurner/music_initialize_lastLengthJF2022-01-261-1/+1
|\ \ | | | | | | Music: initialize totalLength to have non-random data from the start
| * | Music: initialize totalLength to have non-random data from the startReinhold Gschweicher2022-01-231-1/+1
| |/ | | | | | | | | | | | | | | | | | | In the first `Music::Refresh` call the lastLength and totalLength are not initialized. The `lastLength` value is read first from the musicService. Naturally in the first itereation that is changed and `UpdateLength()` is called. There the variable `totalLength` is used as well, but that variable isn't initialed to a sensible value yet. This leads to sometimes the `Music.h` screen segfaulting (depending on the random uninitialized data in the `lastLength` variable)
* | Merge pull request #959 from NeroBurner/stopwatch_include_cleanupJF2022-01-262-7/+4
|\ \ | | | | | | StopWatch: cleanup unused includes and use relative to src includes
| * | StopWatch: cleanup unused includes and use relative to src includesReinhold Gschweicher2022-01-262-7/+4
| |/
* | Merge pull request #531 from hatmajster/heart-rate-gain-settingJF2022-01-261-2/+2
|\ \ | | | | | | Heart rate sensor - HRS gain changed to x8
| * | Hrs3300: changed default gain to x8hatmajster2022-01-251-2/+2
| |/
* | Merge pull request #876 from yehoshuapw/hrs-driver-changesJF2022-01-263-8/+7
|\ \ | | | | | | Hrs driver changes
| * | changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden ↵Yehoshua Pesach Wallach2021-12-133-6/+5
| | | | | | | | | | | | cast when using it
| * | order ReadHrs, ReadAls bitwise according to bit orderingYehoshua Pesach Wallach2021-12-131-2/+2
| | |
* | | Merge pull request #903 from Riksu9000/improved_notif_timeoutJF2022-01-264-18/+49
|\ \ \ | | | | | | | | Improved notification timeout
| * | | Improved notification timeoutRiku Isokoski2022-01-014-18/+49
| | | |
* | | | Merge pull request #939 from NeroBurner/buttonHandler_relative_includeJF2022-01-262-2/+2
|\ \ \ \ | | | | | | | | | | ButtonHandler: includes relative to src dir
| * | | | ButtonHandler: includes relative to src dirReinhold Gschweicher2022-01-162-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #940 from NeroBurner/systemTask_queue_includeJF2022-01-261-0/+1
|\ \ \ \ | | | | | | | | | | SystemTask: add missing queue.h include for QueueHandle_t
| * | | | SystemTask: add missing queue.h include for QueueHandle_tReinhold Gschweicher2022-01-161-0/+1
| |/ / /
* | | | Merge pull request #944 from NeroBurner/no_generated_files_in_source_dirJF2022-01-261-0/+2
|\ \ \ \ | | | | | | | | | | Create Version.h in binary dir instead of src dir
| * | | | Create Version.h in binary dir instead of src dirReinhold Gschweicher2022-01-171-0/+2
| |/ / / | | | | | | | | | | | | | | | | Don't use source directory for generated files. Use the binary (build) directory instead.
* / / / PTS and digital watchface code cleanupsRiku Isokoski2022-01-204-118/+79
|/ / /
* | | Update shakewake menu optionRiku Isokoski2022-01-061-1/+1
| | |
* | | Merge pull request #912 from SteveAmor/chimesradioJF2022-01-051-0/+4
|\ \ \ | | | | | | | | Updates radio button style for Chimes Option
| * | | Updates radio button styleSteveAmor2022-01-041-0/+4
| | | |
* | | | Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵Jean-François Milants2022-01-0412-26/+262
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | geekbozu-ShakeWake # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/screens/settings/Settings.cpp
| * | | Fix setting removing it self from wake settings when opening calibration ↵Tim Keller2022-01-042-3/+4
| | | | | | | | | | | | | | | | window twice.
| * | | Made calibration window enable Accel wakeups for setting and calibration ↵Tim Keller2022-01-042-1/+9
| | | | | | | | | | | | | | | | even when wake mode is inactive.
| * | | Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller2022-01-041-14/+10
| | | |
| * | | Fixed button color changingTim Keller2022-01-042-9/+9
| | | |
| * | | Added visual aide for shake strengthTim Keller2022-01-042-37/+60
| | | | | | | | | | | | | | | | Added delay to starting calibration
| * | | Raise calibration timeout to 7.5 secondsTim Keller2022-01-041-15/+15
| | | | | | | | | | | | | | | | Added button toggle state for cleaner user interaction
| * | | Fix crash upon leaving app.Tim Keller2022-01-043-34/+28
| | | | | | | | | | | | | | | | Code formatting
| * | | Make arc moveable, and clear previous setting on calibrateTim Keller2022-01-041-2/+5
| | | |
| * | | Actually save the thresholdTim Keller2022-01-043-8/+23
| | | | | | | | | | | | | | | | Prevent a few crashes due to an LV task being active when it shouldnt be.
| * | | Better Sensitivity UI, Calibration button addedTim Keller2022-01-046-67/+87
| | | |
| * | | Add averaging to wake threshold. Makes it take more then just a "flick" to ↵Tim Keller2022-01-043-3/+7
| | | | | | | | | | | | | | | | turn on
| * | | Add start of settings app for senstivity.Tim Keller2022-01-0410-8/+145
| | | | | | | | | | | | | | | | | | | | really just debugging. I want to make it more configurable then high med low. Position of setting needs a new location...dynamicly adding it currently at the end. Which honestly im fine with.
| * | | CleanupTim Keller2022-01-042-5/+1
| | | |
| * | | Added Shake to wakeTim Keller2022-01-046-14/+55
| |/ /
* | | Adds enum class for chimes optionSteveAmor2022-01-043-12/+21
| | |
* | | resolve conflictsSteveAmor2022-01-021-3/+0
| | |
* | | resolves conflictsSteveAmor2022-01-02181-1057/+3590
|\| |
| * | Ran clang-formatStephanie2021-12-303-9/+14
| | |
| * | Renamed confusing variables and general cleanupStephanie2021-12-304-21/+18
| | |
| * | Changed text to left padStephanie2021-12-301-7/+9
| | |
| * | Moved trip meter update to MotionController and changed trip meter logicStephanie2021-12-303-15/+13
| | |
| * | Changed lap counter to trip meterStephanie2021-12-303-33/+43
| | |
| * | Added "lap" button to step counterStephanie2021-12-303-8/+57
| | |
| * | Add missing breakRiku Isokoski2021-12-301-0/+1
| | |