summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-30Use CMake universal build commandJackson
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. makeJackson
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 Isokoski
2021-12-30Improve gesture consistency across the firmwareRiku Isokoski
2021-12-30Merge pull request #718 from kieranc/pts-settingsJF
Integrate color picker into PineTimeStyle watchface
2021-12-30InfiniPaint: add missing include algorithm for std::fillReinhold Gschweicher
2021-12-30Update .gitignoreEli Weiss
2021-12-30Revised documentationEli Weiss
2021-12-30Improved "Getting Started" readabilityEli Weiss
Clarified ambiguous references, clarified phrasing
2021-12-30Improved documentation readabilityEli Weiss
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 Weiss
Cleaned up MemoryAnalysis.md for greater readability
2021-12-30Improved documentation readabilityEli Weiss
Removed extra space in contribute.md and cleaned up MemoryAnalysis.md phrasing and confusing punctuation.
2021-12-30Update buildAndProgram.mdEli Weiss
Improved documentation readability.
2021-12-30Use Bluetooth brand color for BLE logo #0082FChubmartin
2021-12-30Real white nowhubmartin
2021-12-30WatchFaceDigital - BLE symbol changed to white colorhubmartin
2021-12-24Add airplane mode featureJames A. Jerkins
Implements 'Airplane mode' feature to disable and enable bluetooth/ble Adds airplaneMode as a non-persisted setting Adds a setting menu for switching airplane mode on and off Displays an airplane symbol on the Digital watch face and the PineTimeStyle watch face when airplane mode is enabled Always enables bluetooth/ble on boot (disable airplane mode) Alphabetizes the settings menu options Style cleanups Closes #632
2021-12-22Merge pull request #886 from evergreen22/passkey-optionJF
Optional secure pairing with a passkey
2021-12-21Optional secure pairing with a passkeyJames A. Jerkins
Support passkey pairing when requested by the central Fix a comment and reorder warning
2021-12-20Merge pull request #839 from Arsen6331/BLE-FS-DocsJF
Add documentation for BLE FS
2021-12-13changed ReadHrs and ReadAls to uint32, and did static_cast instead of hidden ↵Yehoshua Pesach Wallach
cast when using it
2021-12-13order ReadHrs, ReadAls bitwise according to bit orderingYehoshua Pesach Wallach
2021-12-12Merge pull request #874 from evergreen22/alarm-breakJF
FIX: AlarmTriggered fall through to ShowPairingKey
2021-12-12FIX: AlarmTriggered fall through to ShowPairingKeyJames A. Jerkins
2021-12-11Merge pull request #756 from geekbozu/BLE_FSJF
BLE FS Using adafruits Simple (not fast) BLE FS Api
2021-12-10Fix Failed rebase.Tim Keller
2021-12-10Fix more initializersTim Keller
2021-12-10Fix large file support that broke due to a refactor.Tim Keller
2021-12-10Force variable cleanup because LFS makes assumptions about variable ↵Tim Keller
initialization state
2021-12-10Attempt at a more robust File handlerTim Keller
2021-12-10Change read to return LFS return values when reading a directory or ↵Tim Keller
nonexistant file
2021-12-10Fix string nullterminations,Tim Keller
Expand error codes.
2021-12-10Added move functionTim Keller
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller
2021-12-10Remove DirDelete, implementation did not work and memory contraints are ↵Tim Keller
recursive. Better implemented on client side...
2021-12-10Remove mount/unmount. No longer neededTim Keller
2021-12-10Write worksTim Keller
2021-12-10Reading Seems to work?Tim Keller
2021-12-10Actually fix memory corruption, seems stable nowTim Keller
ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
2021-12-10List Dir works?Tim Keller
2021-12-10Revert "More attempted SPI fixes"Tim Keller
This reverts commit bed7e731b206961117b717adb1031ab3011e7db9.
2021-12-10Revert "Workaround for SPI bus being asleep."Tim Keller
This reverts commit 1edeb5cb65489707c26b7a65f3b54520086d363a.
2021-12-10Focus on getting flash access working properlyTim Keller
2021-12-10Start of read commandTim Keller
2021-12-10More attempted SPI fixesTim Keller
2021-12-10Added Delete fileTim Keller
Added FS Stat.
2021-12-10Fix folder count in outputTim Keller