| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove call to `batteryController.Update();` which was replaced by ↵ | Jean-François Milants | 2021-10-09 | 1 | -3/+0 |
| | | | | | `batteryController.MeasureVoltage()`. | ||||
| * | Merge pull request #715 from hubmartin/gpiote-fix | JF | 2021-10-09 | 1 | -9/+10 |
| |\ | | | | | Fix GPIOTE not calling ISR when button is held during boot | ||||
| | * | Code cleanup | hubmartin | 2021-10-03 | 1 | -6/+0 |
| | | | |||||
| | * | Call battery controller update | hubmartin | 2021-10-03 | 1 | -1/+3 |
| | | | |||||
| | * | GPIOTE fix of button and power detection experiment | hubmartin | 2021-10-03 | 1 | -9/+13 |
| | | | |||||
| * | | Merge pull request #719 from Riksu9000/improve_battery_reporting | JF | 2021-10-09 | 5 | -19/+25 |
| |\ \ | | | | | | | Improve battery percentage calculation and reporting | ||||
| | * | | Don't measure and notify percentage on charging event. | Riku Isokoski | 2021-10-09 | 3 | -5/+11 |
| | | | | |||||
| | * | | Improve battery percentage calculation and reporting | Riku Isokoski | 2021-10-04 | 5 | -14/+14 |
| | | | | | | | | | | | | | | | | While charging, percentage should only go up, and while discharging, percentage should only go down. | ||||
| * | | | Merge pull request #728 from hubmartin/charge-wake | JF | 2021-10-09 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | Add wake-up on charge event | ||||
| | * | | | Call also ReloadIdleTimer | hubmartin | 2021-10-08 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Add wake on charge event | hubmartin | 2021-10-08 | 1 | -0/+3 |
| | |/ / | |||||
| * | | | 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 #701 from ↵ | JF | 2021-10-09 | 2 | -4/+17 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | maksalees/close-info-popup-with-back-button-in-alarm Alarm: Close the popup with information about the time until alarm with the back button | ||||
| | * | | | Fixes based on code reviews | Maxim Leshchenko | 2021-09-29 | 2 | -8/+9 |
| | | | | | |||||
| | * | | | Alarm: Close the popup with information about the time until alarm with the ↵ | Maxim Leshchenko | 2021-09-28 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | back button Previously, pressing the back button would close the alarm app anyway. Now if you press on it and the popup with information is open, it will first close and the second press will close the application | ||||
| * | | | | Merge pull request #623 from Riksu9000/lvgl_queuetimeout | JF | 2021-10-03 | 2 | -23/+4 |
| |\ \ \ \ | | | | | | | | | | | Let LVGL control queueTimeout | ||||
| | * | | | | Remove unused variable | Riku Isokoski | 2021-09-21 | 1 | -1/+0 |
| | | | | | | |||||
| | * | | | | Let lvgl control queueTimeout | Riku Isokoski | 2021-08-29 | 2 | -22/+4 |
| | | | | | | |||||
| * | | | | | Merge pull request #638 from Riksu9000/detect_full_charge | JF | 2021-10-03 | 9 | -25/+71 |
| |\ \ \ \ \ | | | | | | | | | | | | | Detect full charge and improve watchface battery display | ||||
| | * | | | | | Show plug icon while plugged in | Riku Isokoski | 2021-09-22 | 3 | -5/+5 |
| | | | | | | | |||||
| | * | | | | | Merge branch 'develop' into detect_full_charge | Riku Isokoski | 2021-09-22 | 36 | -214/+837 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Use percentage instead of IsFull | Riku Isokoski | 2021-09-03 | 2 | -5/+1 |
| | | | | | | | | |||||
| | * | | | | | | Auto realign battery icon in Analog watch face | Riku Isokoski | 2021-09-03 | 1 | -0/+1 |
| | | | | | | | | |||||
| | * | | | | | | Detect full charge and improve watchface display | Riku Isokoski | 2021-09-03 | 9 | -26/+75 |
| | | | | | | | | |||||
| * | | | | | | | 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. | ||||
| * | | | | | | Correctly return the tick at which the RF will be fully enabled. | Daniel Jackson | 2021-09-25 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | Always returning 0 (when `MYNEWT_VAL_BLE_LL_RFMGMT_ENABLE_TIME` is not defined), rather than a time near to the current tick, causes an issue in at least one place: `ble_ll_adv_sm_start()`, where the calculation of `delta` overflows when the system timer is at 0x80000000 or above -- causing an incorrect, huge adjustment to be made to the scheduled time, ultimately stopping adverts from being sent. | ||||
| * | | | | | Merge pull request #664 from Riksu9000/disable_notif_only | JF002 | 2021-09-23 | 9 | -43/+19 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Toggle notifications only, keep vibrations. | ||||
| | * | | | | Merge branch 'develop' into disable_notif_only | Riku Isokoski | 2021-09-14 | 7 | -65/+117 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'develop' into disable_notif_only | Riku Isokoski | 2021-09-13 | 22 | -143/+150 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Toggle notifications only, keep vibrations. | Riku Isokoski | 2021-09-12 | 9 | -43/+19 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'develop' of github.com:JF002/Pinetime into develop | Jean-François Milants | 2021-09-19 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge pull request #669 from ↵ | JF002 | 2021-09-18 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NeroBurner/fix_unsigned_comparison_warning_metronome Fix unsigned/signed comparison warning in Metronome.cpp | ||||
| | | * | | | | | | | Fix unsigned/signed comparison warning in Metronome.cpp | Reinhold Gschweicher | 2021-09-16 | 1 | -1/+1 |
| | | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `xTaskGetTickCount()` returns a `TickType_t`, which is defined as an `uint32_t`. This is compared to the `bpm` variable, which is a `int16_t` in the range of 40 to 220 as defined in the constructor. ```cpp lv_arc_set_range(bpmArc, 40, 220); ``` Just assume that `bpm` is greater than 0, as this would result in a divison by zero or negative values, which would unintentionally underflow to a very large number. | ||||
| * | / | | | | | | 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 | 5 | -2/+27 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into geekbozu-PersistantStorage # Conflicts: # src/systemtask/SystemTask.cpp | ||||
| | * | | | | | | | Add some comments | Tim Keller | 2021-09-02 | 1 | -2/+6 |
| | | | | | | | | | |||||
| | * | | | | | | | Move Backup to the system task. | Tim Keller | 2021-08-19 | 4 | -2/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | Add clearing of noinit segment on bad word | Tim Keller | 2021-08-19 | 3 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code readability cleanup | ||||
| | * | | | | | | | Make Clock Persistant. | Tim Keller | 2021-08-17 | 3 | -2/+18 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix DisplayAppRecovery : add AlarmController to ctor(). | Jean-François Milants | 2021-09-18 | 2 | -0/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | resolve conflict in src/systemtask/Messages.h | Mark Russell | 2021-09-16 | 26 | -209/+268 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | | Remove unused include in MotoController.h | Reinhold Gschweicher | 2021-09-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the unused include `app_timer.h` in `MotorController.h` | ||||
