| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-04 | Minor style improvement | Avamander | |
| 2021-12-04 | Skeleton of the receiving logic | Avamander | |
| 2021-12-04 | Initial Weather service skeleton | Avamander | |
| 2021-12-02 | Settings: remove unused driver include | Reinhold Gschweicher | |
| 2021-11-28 | Merge branch 'develop' into motionservice_fix_typo_in_include | JF | |
| 2021-11-28 | Merge branch 'restructure_includes' of ↵ | Jean-François Milants | |
| https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h | |||
| 2021-11-15 | Move up file header include to top | Reinhold Gschweicher | |
| 2021-11-15 | Add missing standard includes | Reinhold Gschweicher | |
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold Gschweicher | |
| Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | |||
| 2021-11-15 | fix Motion Service UUID in doc and code comments | mabuch | |
| 2021-11-11 | Status bar displays time in 12 or 24 hour format based on settings | Mark Russell | |
| 2021-11-07 | update settings version | SteveAmor | |
| 2021-11-07 | format changes | SteveAmor | |
| 2021-11-07 | applied clang-format | SteveAmor | |
| 2021-11-07 | Chimes option | SteveAmor | |
| 2021-10-30 | MotionService: fix not needed '/' in include | Reinhold Gschweicher | |
| 2021-10-26 | Motion service : fix step notifications that were sent as a single byte ↵ | Jean-François Milants | |
| instead of 4 (uint32_t). | |||
| 2021-10-20 | Add mention to Call characteristic (which was missing in the doc) and change ↵ | Jean-François Milants | |
| the UUID of the new Motion service from 00020000-* to 00030000-*. | |||
| 2021-10-17 | Enable/disable notifications for motion service. | Jean-François Milants | |
| 2021-10-17 | Add MotionService : expose step count and RAW X/Y/Z values to the host. | Jean-François Milants | |
| 2021-10-17 | MotionService : fix typo and characteristic array size + send notification ↵ | Jean-François Milants | |
| only if the host subscribed to them. | |||
| 2021-10-10 | DateTimeController : remove unused methods and variables. | Jean-François Milants | |
| 2021-10-10 | Merge with develop and fix conflicts from timaios:set-datetime-manually. | Jean-François Milants | |
| 2021-10-09 | Merge pull request #719 from Riksu9000/improve_battery_reporting | JF | |
| Improve battery percentage calculation and reporting | |||
| 2021-10-09 | Merge pull request #522 from jonvmey/fix-nav-uuid-docs | JF | |
| Fix Navigation Service UUID docs | |||
| 2021-10-09 | Merge pull request #524 from jonvmey/ble-uuid-c-casts | JF | |
| Remove unnecessary C-style casts with BLE UUIDs | |||
| 2021-10-09 | Don't measure and notify percentage on charging event. | Riku Isokoski | |
| 2021-10-03 | Improve battery percentage calculation and reporting | Riku Isokoski | |
| While charging, percentage should only go up, and while discharging, percentage should only go down. | |||
| 2021-10-03 | Merge pull request #638 from Riksu9000/detect_full_charge | JF | |
| Detect full charge and improve watchface battery display | |||
| 2021-10-03 | Merge pull request #692 from danielgjackson/fix-fs-size | JF | |
| Fix the size of the filesystem. | |||
| 2021-10-02 | Remove static declartion on batteryValue preventing read attribute from ↵ | Tim Keller | |
| updating. | |||
| 2021-09-27 | Fix the size of the filesystem. | Daniel Jackson | |
| Correct typo: 0x400000 - 0x0B4000 = 0x34C000. | |||
| 2021-09-23 | Merge pull request #664 from Riksu9000/disable_notif_only | JF002 | |
| Toggle notifications only, keep vibrations. | |||
| 2021-09-22 | Show plug icon while plugged in | Riku Isokoski | |
| 2021-09-22 | Merge branch 'develop' into detect_full_charge | Riku Isokoski | |
| 2021-09-19 | Fix the display of the date after a reset : when the date/time was restored ↵ | Jean-François Milants | |
| from the noinit area, the date was displayed as "--" instead of the actual date. This issue was caused by DateTime::SetCurrentTime() that would not update the internal state of the class : dayOfWeek, Month, Year were not properly updated according to the current time. | |||
| 2021-09-18 | Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime ↵ | Jean-François Milants | |
| into geekbozu-PersistantStorage # Conflicts: # src/systemtask/SystemTask.cpp | |||
| 2021-09-16 | resolve conflict in src/systemtask/Messages.h | Mark Russell | |
| 2021-09-16 | Revert "Merge upstream" | Mark Russell | |
| This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c. | |||
| 2021-09-16 | Merge upstream | Mark Russell | |
| 2021-09-16 | Fixes per Riksu9000's feedback | Mark Russell | |
| 2021-09-14 | Merge branch 'develop' into disable_notif_only | Riku Isokoski | |
| 2021-09-13 | Remove unused include in MotoController.h | Reinhold Gschweicher | |
| Remove the unused include `app_timer.h` in `MotorController.h` | |||
| 2021-09-13 | License header fix, add missing braces | Mark Russell | |
| 2021-09-13 | Fixes based on code reviews (formatting, UI code) | Mark Russell | |
| 2021-09-13 | Merge branch 'develop' into disable_notif_only | Riku Isokoski | |
| 2021-09-13 | Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime ↵ | Jean-François Milants | |
| into evergreen22-refactor_adv # Conflicts: # src/components/ble/NimbleController.cpp | |||
| 2021-09-13 | Merge pull request #549 from hubmartin/pinmap | JF002 | |
| Put all duplicated GPIO pin definitions to a single file | |||
| 2021-09-13 | docs: Fix a few typos (#606) | Tim Gates | |
| * docs: Fix a few typos There are small typos in: - doc/versioning.md - src/components/ble/NimbleController.cpp - src/libs/mynewt-nimble/CODING_STANDARDS.md - src/libs/mynewt-nimble/docs/btshell/btshell_GAP.rst - src/systemtask/SystemTask.cpp Fixes: - Should read `milliseconds` rather than `miliseconds`. - Should read `unnecessary` rather than `uncesseray`. - Should read `target` rather than `tharget`. - Should read `project` rather than `projct`. - Should read `preferred` rather than `prefered`. - Should read `functioning` rather than `functionning`. - Should read `forever` rather than `forver`. - Should read `existing` rather than `exisiting`. | |||
| 2021-09-13 | Merge branch 'develop' into pinmap | hubmartin | |
