| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-12 | Alarm: Fix missing stop button. Revert alert layout | Riku Isokoski | |
| 2022-02-12 | Alarm: Change checkable button for a switch | Riku Isokoski | |
| 2022-01-31 | Added alarm 12 hour interface | Eli Weiss | |
| 2022-01-31 | Corrected capitalization | Eli Weiss | |
| 2022-01-31 | Corrected code formatting | Eli Weiss | |
| Corrected formatting and removed unnecessary variable time24H | |||
| 2022-01-31 | Changed setHourLabels function to handle 24H too | Eli Weiss | |
| Changed setHourLabels function to handle 24 hour time labeling, changed to private | |||
| 2022-01-31 | Consolidated label changes, optimizations | Eli Weiss | |
| Consolidated 12 hour label changes to function. Removed use of strings, struct. | |||
| 2022-01-31 | Consolidated time conversion logic | Eli Weiss | |
| Consolidated 24 hour to 12 hour time conversion logic into function, addressed formatting issues, cleaned up code. | |||
| 2022-01-31 | Removed redundant brackets | Eli Weiss | |
| Also corrected orphaned bracket | |||
| 2022-01-31 | Cleaned up redundant if statements, spacing | Eli Weiss | |
| Removed redundant if statements in hour button logic. Spacing is now in line with repo guidelines. | |||
| 2022-01-31 | Added 12 hour set time | Eli Weiss | |
| 2022-01-26 | Merge pull request #954 from NeroBurner/music_initialize_lastLength | JF | |
| Music: initialize totalLength to have non-random data from the start | |||
| 2022-01-26 | Merge pull request #959 from NeroBurner/stopwatch_include_cleanup | JF | |
| StopWatch: cleanup unused includes and use relative to src includes | |||
| 2022-01-26 | Merge pull request #903 from Riksu9000/improved_notif_timeout | JF | |
| Improved notification timeout | |||
| 2022-01-26 | StopWatch: cleanup unused includes and use relative to src includes | Reinhold Gschweicher | |
| 2022-01-23 | Music: initialize totalLength to have non-random data from the start | Reinhold 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-20 | PTS and digital watchface code cleanups | Riku Isokoski | |
| 2022-01-06 | Update shakewake menu option | Riku Isokoski | |
| 2022-01-05 | Merge pull request #912 from SteveAmor/chimesradio | JF | |
| Updates radio button style for Chimes Option | |||
| 2022-01-04 | Updates radio button style | SteveAmor | |
| 2022-01-04 | Merge 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-04 | Adds enum class for chimes option | SteveAmor | |
| 2022-01-04 | Fix setting removing it self from wake settings when opening calibration ↵ | Tim Keller | |
| window twice. | |||
| 2022-01-04 | Made calibration window enable Accel wakeups for setting and calibration ↵ | Tim Keller | |
| even when wake mode is inactive. | |||
| 2022-01-04 | Remove "fancy" settings display and always show ShakeWakeThresholdSetting | Tim Keller | |
| 2022-01-04 | Fixed button color changing | Tim Keller | |
| 2022-01-04 | Added visual aide for shake strength | Tim Keller | |
| Added delay to starting calibration | |||
| 2022-01-04 | Raise calibration timeout to 7.5 seconds | Tim Keller | |
| Added button toggle state for cleaner user interaction | |||
| 2022-01-04 | Fix crash upon leaving app. | Tim Keller | |
| Code formatting | |||
| 2022-01-04 | Make arc moveable, and clear previous setting on calibrate | Tim Keller | |
| 2022-01-04 | Actually save the threshold | Tim Keller | |
| Prevent a few crashes due to an LV task being active when it shouldnt be. | |||
| 2022-01-04 | Better Sensitivity UI, Calibration button added | Tim Keller | |
| 2022-01-04 | Add 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-04 | Added Shake to wake | Tim Keller | |
| 2022-01-02 | resolve conflicts | SteveAmor | |
| 2022-01-02 | resolves conflicts | SteveAmor | |
| 2022-01-02 | resolves conflicts | SteveAmor | |
| 2022-01-01 | Improved notification timeout | Riku Isokoski | |
| 2021-12-30 | Ran clang-format | Stephanie | |
| 2021-12-30 | Renamed confusing variables and general cleanup | Stephanie | |
| 2021-12-30 | Changed text to left pad | Stephanie | |
| 2021-12-30 | Moved trip meter update to MotionController and changed trip meter logic | Stephanie | |
| 2021-12-30 | Changed lap counter to trip meter | Stephanie | |
| 2021-12-30 | Added "lap" button to step counter | Stephanie | |
| 2021-12-30 | Add missing break | Riku Isokoski | |
| 2021-12-30 | Improve gesture consistency across the firmware | Riku Isokoski | |
| 2021-12-30 | Merge pull request #718 from kieranc/pts-settings | JF | |
| Integrate color picker into PineTimeStyle watchface | |||
| 2021-12-30 | InfiniPaint: add missing include algorithm for std::fill | Reinhold Gschweicher | |
| 2021-12-30 | Use Bluetooth brand color for BLE logo #0082FC | hubmartin | |
| 2021-12-30 | Real white now | hubmartin | |
