summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-01-31Removed redundant bracketsEli Weiss
Also corrected orphaned bracket
2022-01-31Cleaned up redundant if statements, spacingEli Weiss
Removed redundant if statements in hour button logic. Spacing is now in line with repo guidelines.
2022-01-31Added 12 hour set timeEli Weiss
2022-01-26Merge pull request #949 from Riksu9000/fix_alarmJF
Fix alarm on time change
2022-01-26Merge pull request #954 from NeroBurner/music_initialize_lastLengthJF
Music: initialize totalLength to have non-random data from the start
2022-01-26Merge pull request #959 from NeroBurner/stopwatch_include_cleanupJF
StopWatch: cleanup unused includes and use relative to src includes
2022-01-26Merge pull request #531 from hatmajster/heart-rate-gain-settingJF
Heart rate sensor - HRS gain changed to x8
2022-01-26Merge pull request #876 from yehoshuapw/hrs-driver-changesJF
Hrs driver changes
2022-01-26Merge pull request #903 from Riksu9000/improved_notif_timeoutJF
Improved notification timeout
2022-01-26Merge pull request #939 from NeroBurner/buttonHandler_relative_includeJF
ButtonHandler: includes relative to src dir
2022-01-26Merge pull request #940 from NeroBurner/systemTask_queue_includeJF
SystemTask: add missing queue.h include for QueueHandle_t
2022-01-26Merge pull request #944 from NeroBurner/no_generated_files_in_source_dirJF
Create Version.h in binary dir instead of src dir
2022-01-26StopWatch: cleanup unused includes and use relative to src includesReinhold Gschweicher
2022-01-25Hrs3300: changed default gain to x8hatmajster
2022-01-23Music: initialize totalLength to have non-random data from the startReinhold Gschweicher
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)
2022-01-22Fix alarm on time changeRiku Isokoski
2022-01-20PTS and digital watchface code cleanupsRiku Isokoski
2022-01-17Create Version.h in binary dir instead of src dirReinhold Gschweicher
Don't use source directory for generated files. Use the binary (build) directory instead.
2022-01-16SystemTask: add missing queue.h include for QueueHandle_tReinhold Gschweicher
2022-01-16ButtonHandler: includes relative to src dirReinhold Gschweicher
2022-01-06Update shakewake menu optionRiku Isokoski
2022-01-05Merge pull request #912 from SteveAmor/chimesradioJF
Updates radio button style for Chimes Option
2022-01-04Updates radio button styleSteveAmor
2022-01-04Merge branch 'ShakeWake' of https://github.com/geekbozu/InfiniTime into ↵Jean-François Milants
geekbozu-ShakeWake # Conflicts: # src/CMakeLists.txt # src/displayapp/Apps.h # src/displayapp/DisplayApp.cpp # src/displayapp/screens/settings/Settings.cpp
2022-01-04Adds enum class for chimes optionSteveAmor
2022-01-04Fix setting removing it self from wake settings when opening calibration ↵Tim Keller
window twice.
2022-01-04Made calibration window enable Accel wakeups for setting and calibration ↵Tim Keller
even when wake mode is inactive.
2022-01-04Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller
2022-01-04Fixed button color changingTim Keller
2022-01-04Added visual aide for shake strengthTim Keller
Added delay to starting calibration
2022-01-04Raise calibration timeout to 7.5 secondsTim Keller
Added button toggle state for cleaner user interaction
2022-01-04Fix crash upon leaving app.Tim Keller
Code formatting
2022-01-04Make arc moveable, and clear previous setting on calibrateTim Keller
2022-01-04Actually save the thresholdTim Keller
Prevent a few crashes due to an LV task being active when it shouldnt be.
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller
2022-01-04Add averaging to wake threshold. Makes it take more then just a "flick" to ↵Tim Keller
turn on
2022-01-04Add start of settings app for senstivity.Tim Keller
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.
2022-01-04CleanupTim Keller
2022-01-04Added Shake to wakeTim Keller
2022-01-02resolve conflictsSteveAmor
2022-01-02resolves conflictsSteveAmor
2022-01-02resolves conflictsSteveAmor
2022-01-01Improved notification timeoutRiku Isokoski
2021-12-30Ran clang-formatStephanie
2021-12-30Renamed confusing variables and general cleanupStephanie
2021-12-30Changed text to left padStephanie
2021-12-30Moved trip meter update to MotionController and changed trip meter logicStephanie
2021-12-30Changed lap counter to trip meterStephanie
2021-12-30Added "lap" button to step counterStephanie
2021-12-30Add missing breakRiku Isokoski