summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-01-04Added visual aide for shake strengthTim Keller2-37/+60
2022-01-04Raise calibration timeout to 7.5 secondsTim Keller1-15/+15
2022-01-04Fix crash upon leaving app.Tim Keller3-34/+28
2022-01-04Make arc moveable, and clear previous setting on calibrateTim Keller1-2/+5
2022-01-04Actually save the thresholdTim Keller3-8/+23
2022-01-04Better Sensitivity UI, Calibration button addedTim Keller6-69/+89
2022-01-04Add averaging to wake threshold. Makes it take more then just a "flick" to tu...Tim Keller3-3/+7
2022-01-04Add start of settings app for senstivity.Tim Keller10-8/+145
2022-01-04CleanupTim Keller2-5/+1
2022-01-04Added Shake to wakeTim Keller6-14/+55
2022-01-02resolve conflictsSteveAmor1-3/+0
2022-01-02resolves conflictsSteveAmor181-1060/+3593
2022-01-02resolves conflictsSteveAmor4-7/+3
2022-01-01Improved notification timeoutRiku Isokoski4-18/+49
2021-12-30Ran clang-formatStephanie3-9/+14
2021-12-30Renamed confusing variables and general cleanupStephanie4-21/+18
2021-12-30Changed text to left padStephanie1-7/+9
2021-12-30Moved trip meter update to MotionController and changed trip meter logicStephanie3-15/+13
2021-12-30Changed lap counter to trip meterStephanie3-34/+44
2021-12-30Added "lap" button to step counterStephanie3-8/+57
2021-12-30Add missing breakRiku Isokoski1-0/+1
2021-12-30Improve gesture consistency across the firmwareRiku Isokoski3-6/+24
2021-12-30Merge pull request #718 from kieranc/pts-settingsJF10-403/+334
2021-12-30InfiniPaint: add missing include algorithm for std::fillReinhold Gschweicher1-0/+2
2021-12-30Use Bluetooth brand color for BLE logo #0082FChubmartin1-1/+1
2021-12-30Real white nowhubmartin1-1/+1
2021-12-30WatchFaceDigital - BLE symbol changed to white colorhubmartin1-1/+1
2021-12-23Add airplane mode featureJames A. Jerkins23-99/+307
2021-12-21Optional secure pairing with a passkeyJames A. Jerkins3-6/+4
2021-12-13changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden ...Yehoshua Pesach Wallach3-6/+5
2021-12-13order ReadHrs, ReadAls bitwise according to bit orderingYehoshua Pesach Wallach1-2/+2
2021-12-12Merge pull request #874 from evergreen22/alarm-breakJF1-0/+1
2021-12-11FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins1-0/+1
2021-12-10Fix Failed rebase.Tim Keller2-5/+3
2021-12-10Fix more initializersTim Keller1-12/+10
2021-12-10Fix large file support that broke due to a refactor.Tim Keller1-1/+1
2021-12-10Force variable cleanup because LFS makes assumptions about variable initializ...Tim Keller1-7/+5
2021-12-10Attempt at a more robust File handlerTim Keller1-8/+15
2021-12-10Change read to return LFS return values when reading a directory or nonexista...Tim Keller1-12/+12
2021-12-10Fix string nullterminations,Tim Keller1-13/+23
2021-12-10Added move functionTim Keller4-4/+33
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller2-11/+10
2021-12-10Remove DirDelete, implementation did not work and memory contraints are recur...Tim Keller2-18/+2
2021-12-10Remove mount/unmount. No longer neededTim Keller2-17/+8
2021-12-10Write worksTim Keller4-18/+77
2021-12-10Reading Seems to work?Tim Keller1-39/+39
2021-12-10Actually fix memory corruption, seems stable nowTim Keller2-65/+43
2021-12-10List Dir works?Tim Keller5-17/+49
2021-12-10Revert "More attempted SPI fixes"Tim Keller2-15/+0
2021-12-10Revert "Workaround for SPI bus being asleep."Tim Keller2-15/+3