summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 'geekbozu-ShakeWake' into developJean-François Milants
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-04Merge pull request #813 from SteveAmor/chimesJF
Chimes option
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-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