| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Skeleton of the receiving logic | Avamander | 2021-12-04 | 3 | -76/+145 | |
| | | | | | ||||||
| | * | | | Initial Weather service skeleton | Avamander | 2021-12-04 | 5 | -0/+689 | |
| | |/ / | ||||||
| | * | | Settings: remove unused driver include | Reinhold Gschweicher | 2021-12-02 | 1 | -1/+0 | |
| | | | | ||||||
| | * | | Merge branch 'develop' into motionservice_fix_typo_in_include | JF | 2021-11-28 | 37 | -55/+56 | |
| | |\ \ | ||||||
| | | * \ | Merge branch 'restructure_includes' of ↵ | Jean-François Milants | 2021-11-28 | 37 | -53/+54 | |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NeroBurner/InfiniTime into NeroBurner-restructure_includes # Conflicts: # doc/contribute.md # src/displayapp/screens/BatteryInfo.h | |||||
| | | | * | | Move up file header include to top | Reinhold Gschweicher | 2021-11-15 | 3 | -3/+3 | |
| | | | | | | ||||||
| | | | * | | Add missing standard includes | Reinhold Gschweicher | 2021-11-15 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | | * | | Update includes to to be relative to src directory | Reinhold Gschweicher | 2021-11-15 | 36 | -53/+53 | |
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| | | * / | fix Motion Service UUID in doc and code comments | mabuch | 2021-11-15 | 1 | -2/+2 | |
| | | |/ | ||||||
| | * / | MotionService: fix not needed '/' in include | Reinhold Gschweicher | 2021-10-30 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | update settings version | SteveAmor | 2021-11-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | format changes | SteveAmor | 2021-11-07 | 1 | -5/+7 | |
| | | | ||||||
| * | | applied clang-format | SteveAmor | 2021-11-07 | 1 | -5/+4 | |
| | | | ||||||
| * | | Chimes option | SteveAmor | 2021-11-07 | 3 | -0/+29 | |
| |/ | ||||||
| * | Motion service : fix step notifications that were sent as a single byte ↵ | Jean-François Milants | 2021-10-26 | 2 | -2/+2 | |
| | | | | | instead of 4 (uint32_t). | |||||
| * | Add mention to Call characteristic (which was missing in the doc) and change ↵ | Jean-François Milants | 2021-10-20 | 1 | -1/+1 | |
| | | | | | the UUID of the new Motion service from 00020000-* to 00030000-*. | |||||
| * | Enable/disable notifications for motion service. | Jean-François Milants | 2021-10-17 | 1 | -0/+3 | |
| | | ||||||
| * | Add MotionService : expose step count and RAW X/Y/Z values to the host. | Jean-François Milants | 2021-10-17 | 6 | -2/+185 | |
| | | ||||||
| * | MotionService : fix typo and characteristic array size + send notification ↵ | Jean-François Milants | 2021-10-17 | 3 | -3/+30 | |
| | | | | | only if the host subscribed to them. | |||||
| * | DateTimeController : remove unused methods and variables. | Jean-François Milants | 2021-10-10 | 2 | -81/+9 | |
| | | ||||||
| * | Merge with develop and fix conflicts from timaios:set-datetime-manually. | Jean-François Milants | 2021-10-10 | 2 | -2/+38 | |
| |\ | ||||||
| | * | Merge branch 'JF002:develop' into set-datetime-manually | Tim | 2021-08-08 | 11 | -144/+376 | |
| | |\ | ||||||
| | * | | Exposed Month and DayOfWeek texts in DateTimeController | Tim Taenny | 2021-07-09 | 2 | -9/+45 | |
| | | | | | | | | | | | | | | | | Added static methods to return the text of a given month or dayOfWeek. | |||||
| * | | | Merge pull request #719 from Riksu9000/improve_battery_reporting | JF | 2021-10-09 | 2 | -7/+18 | |
| |\ \ \ | | | | | | | | | Improve battery percentage calculation and reporting | |||||
| | * | | | Don't measure and notify percentage on charging event. | Riku Isokoski | 2021-10-09 | 2 | -2/+7 | |
| | | | | | ||||||
| | * | | | Improve battery percentage calculation and reporting | Riku Isokoski | 2021-10-04 | 2 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | | While charging, percentage should only go up, and while discharging, percentage should only go down. | |||||
| * | | | | Merge pull request #522 from jonvmey/fix-nav-uuid-docs | JF | 2021-10-09 | 2 | -41/+21 | |
| |\ \ \ \ | | | | | | | | | | | Fix Navigation Service UUID docs | |||||
| | * | | | | Move callback function into anonymous namespace | Jonathan Vander Mey | 2021-07-24 | 1 | -5/+5 | |
| | | | | | | ||||||
| | * | | | | Update nav service UUID macro to constexpr functions | Jonathan Vander Mey | 2021-07-24 | 2 | -28/+20 | |
| | | | | | | ||||||
| | * | | | | Set navigation service id is base UUID macro | Jonathan Vander Mey | 2021-07-24 | 2 | -13/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids the need to copy the same ID into every characteristic UUID genereated from it. | |||||
| | * | | | | Update Navigation UUID documentation | Jonathan Vander Mey | 2021-07-24 | 1 | -1/+1 | |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | Fixed mismatch between the service and characteristic IDs in the navigation service comments and documentation. They had old values not reflecting the current code and changes in doc/ble.md | |||||
| * | | | | Merge pull request #524 from jonvmey/ble-uuid-c-casts | JF | 2021-10-09 | 10 | -63/+54 | |
| |\ \ \ \ | |_|/ / |/| | | | Remove unnecessary C-style casts with BLE UUIDs | |||||
| | * | | | Remove unnecessary C-style casts with BLE UUIDs | Jonathan Vander Mey | 2021-07-24 | 10 | -63/+54 | |
| | |/ / | | | | | | | | | | | | | | | | Instead of casting the UUID object to the ble_uuid_t* used throughout the NimBLE API just pass the address of the ble_uuid_t member that's at the start of each of the UUID structs. | |||||
| * | | | Merge pull request #638 from Riksu9000/detect_full_charge | JF | 2021-10-03 | 2 | -3/+12 | |
| |\ \ \ | | | | | | | | | Detect full charge and improve watchface battery display | |||||
| | * | | | Show plug icon while plugged in | Riku Isokoski | 2021-09-22 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge branch 'develop' into detect_full_charge | Riku Isokoski | 2021-09-22 | 13 | -84/+313 | |
| | |\ \ \ | ||||||
| | * | | | | Use percentage instead of IsFull | Riku Isokoski | 2021-09-03 | 1 | -4/+0 | |
| | | | | | | ||||||
| | * | | | | Detect full charge and improve watchface display | Riku Isokoski | 2021-09-03 | 2 | -3/+16 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #692 from danielgjackson/fix-fs-size | JF | 2021-10-03 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix the size of the filesystem. | |||||
| | * | | | | | Fix the size of the filesystem. | Daniel Jackson | 2021-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Correct typo: 0x400000 - 0x0B4000 = 0x34C000. | |||||
| * | | | | | | Remove static declartion on batteryValue preventing read attribute from ↵ | Tim Keller | 2021-10-02 | 1 | -1/+1 | |
| |/ / / / / | | | | | | | | | | | | | | | | updating. | |||||
| * | | | | | Merge pull request #664 from Riksu9000/disable_notif_only | JF002 | 2021-09-23 | 5 | -32/+10 | |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Toggle notifications only, keep vibrations. | |||||
| | * | | | | Merge branch 'develop' into disable_notif_only | Riku Isokoski | 2021-09-14 | 3 | -46/+87 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'develop' into disable_notif_only | Riku Isokoski | 2021-09-13 | 8 | -38/+38 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Toggle notifications only, keep vibrations. | Riku Isokoski | 2021-09-12 | 5 | -32/+10 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Fix the display of the date after a reset : when the date/time was restored ↵ | Jean-François Milants | 2021-09-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | | | | Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime ↵ | Jean-François Milants | 2021-09-18 | 2 | -1/+6 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into geekbozu-PersistantStorage # Conflicts: # src/systemtask/SystemTask.cpp | |||||
| | * | | | | | | Move Backup to the system task. | Tim Keller | 2021-08-19 | 2 | -2/+0 | |
| | | | | | | | | ||||||
| | * | | | | | | Add clearing of noinit segment on bad word | Tim Keller | 2021-08-19 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code readability cleanup | |||||
| | * | | | | | | Make Clock Persistant. | Tim Keller | 2021-08-17 | 2 | -1/+8 | |
| | | | | | | | | ||||||
