| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-02-13 | Merge branch 'statusBarTimeFormat' of https://github.com/mruss77/InfiniTime ↵ | Jean-François Milants | |
| into mruss77-statusBarTimeFormat # Conflicts: # src/components/datetime/DateTimeController.cpp | |||
| 2022-02-12 | Fix biased BLE pass key generation | Zorvalt | |
| 2022-02-12 | SystemTask: fix static cast missing brackets syntax | Reinhold Gschweicher | |
| The static_cast syntax requires brackets around the input variable. The implementation worked because the used input are defines, which add the missing brackets like the following: ```cpp #define GPIO_PIN_CNF_SENSE_Low (3UL) ``` | |||
| 2022-02-12 | Make switch disabled state slightly dimmer | Riku Isokoski | |
| 2022-02-12 | Fix switch default state | Riku Isokoski | |
| 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-02-12 | Add issue links | 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 #949 from Riksu9000/fix_alarm | JF | |
| Fix alarm on time change | |||
| 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 #531 from hatmajster/heart-rate-gain-setting | JF | |
| Heart rate sensor - HRS gain changed to x8 | |||
| 2022-01-26 | Merge pull request #876 from yehoshuapw/hrs-driver-changes | JF | |
| Hrs driver changes | |||
| 2022-01-26 | Merge pull request #903 from Riksu9000/improved_notif_timeout | JF | |
| Improved notification timeout | |||
| 2022-01-26 | Merge pull request #939 from NeroBurner/buttonHandler_relative_include | JF | |
| ButtonHandler: includes relative to src dir | |||
| 2022-01-26 | Merge pull request #940 from NeroBurner/systemTask_queue_include | JF | |
| SystemTask: add missing queue.h include for QueueHandle_t | |||
| 2022-01-26 | Merge pull request #944 from NeroBurner/no_generated_files_in_source_dir | JF | |
| Create Version.h in binary dir instead of src dir | |||
| 2022-01-26 | Merge pull request #948 from Riksu9000/watchfacecleanup | JF | |
| PTS and digital watchface code cleanups | |||
| 2022-01-26 | StopWatch: cleanup unused includes and use relative to src includes | Reinhold Gschweicher | |
| 2022-01-25 | Hrs3300: changed default gain to x8 | hatmajster | |
| 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-22 | Fix alarm on time change | Riku Isokoski | |
| 2022-01-20 | PTS and digital watchface code cleanups | Riku Isokoski | |
| 2022-01-17 | Create Version.h in binary dir instead of src dir | Reinhold Gschweicher | |
| Don't use source directory for generated files. Use the binary (build) directory instead. | |||
| 2022-01-16 | SystemTask: add missing queue.h include for QueueHandle_t | Reinhold Gschweicher | |
| 2022-01-16 | ButtonHandler: includes relative to src dir | Reinhold Gschweicher | |
| 2022-01-07 | Set version to 1.8.0 | Jean-François Milants | |
| 2022-01-07 | Merge pull request #916 from Riksu9000/shake_menuoption | JF | |
| Update shakewake menu option | |||
| 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 'geekbozu-ShakeWake' into develop | Jean-François Milants | |
| 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 | Merge pull request #813 from SteveAmor/chimes | JF | |
| Chimes option | |||
| 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 | |||
