summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04Remove "fancy" settings display and always show ShakeWakeThresholdSettingTim Keller1-14/+10
2022-01-04Fixed button color changingTim Keller2-9/+9
2022-01-04Added visual aide for shake strengthTim Keller2-37/+60
Added delay to starting calibration
2022-01-04Raise calibration timeout to 7.5 secondsTim Keller1-15/+15
Added button toggle state for cleaner user interaction
2022-01-04Fix crash upon leaving app.Tim Keller3-34/+28
Code formatting
2022-01-04Make arc moveable, and clear previous setting on calibrateTim Keller1-2/+5
2022-01-04Actually save the thresholdTim Keller3-8/+23
Prevent a few crashes due to an LV task being active when it shouldnt be.
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 ↵Tim Keller3-3/+7
turn on
2022-01-04Add start of settings app for senstivity.Tim Keller10-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.
2022-01-04CleanupTim Keller2-5/+1
2022-01-04Added Shake to wakeTim Keller6-14/+55
2022-01-02resolve conflictsSteveAmor1-3/+0
2022-01-02resolves conflictsSteveAmor236-1547/+4111
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-30Use CMake universal build commandJackson1-6/+3
Rather than using generator-specific build commands (ex. `make` or `ninja`), the CI build now uses `cmake --build` for a more modern, best practices approach.
2021-12-30Switch CI/CD to build using ninja vs. makeJackson1-4/+4
By switching the CI/CD workflow to use CMake's `ninja` backend, the build time goes down considerably (~4.5 minutes to ~2) compared to GNU Make
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
Integrate color picker into PineTimeStyle watchface
2021-12-30InfiniPaint: add missing include algorithm for std::fillReinhold Gschweicher1-0/+2
2021-12-30Update .gitignoreEli Weiss1-0/+4
2021-12-30Revised documentationEli Weiss4-4/+4
2021-12-30Improved "Getting Started" readabilityEli Weiss7-14/+14
Clarified ambiguous references, clarified phrasing
2021-12-30Improved documentation readabilityEli Weiss7-19/+19
Improved documentation readability by rephrasing confusing sentences. Added Sitronix ST7789V datasheet link to SPI-LCD-driver.md for easier reference.
2021-12-30Update MemoryAnalysis.mdEli Weiss1-3/+3
Cleaned up MemoryAnalysis.md for greater readability
2021-12-30Improved documentation readabilityEli Weiss2-10/+10
Removed extra space in contribute.md and cleaned up MemoryAnalysis.md phrasing and confusing punctuation.
2021-12-30Update buildAndProgram.mdEli Weiss1-2/+2
Improved documentation readability.
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-22Merge pull request #886 from evergreen22/passkey-optionJF3-6/+4
Optional secure pairing with a passkey
2021-12-21Optional secure pairing with a passkeyJames A. Jerkins3-6/+4
Support passkey pairing when requested by the central Fix a comment and reorder warning
2021-12-20Merge pull request #839 from Arsen6331/BLE-FS-DocsJF2-1/+176
Add documentation for BLE FS
2021-12-13changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden ↵Yehoshua Pesach Wallach3-6/+5
cast when using it
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
FIX: AlarmTriggered fall through to ShowPairingKey
2021-12-11FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins1-0/+1
2021-12-11Merge pull request #756 from geekbozu/BLE_FSJF9-77/+632
BLE FS Using adafruits Simple (not fast) BLE FS Api
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 ↵Tim Keller1-7/+5
initialization state