aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Added new screen: SettingSetTimetimaios2021-07-092-0/+212
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Remove call to `batteryController.Update();` which was replaced by ↵Jean-François Milants2021-10-091-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `batteryController.MeasureVoltage()`.
* | | | | | | | | | | | | | Merge pull request #715 from hubmartin/gpiote-fixJF2021-10-091-9/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GPIOTE not calling ISR when button is held during boot
| * | | | | | | | | | | | | | Code cleanuphubmartin2021-10-031-6/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Call battery controller updatehubmartin2021-10-031-1/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | GPIOTE fix of button and power detection experimenthubmartin2021-10-031-9/+13
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #719 from Riksu9000/improve_battery_reportingJF2021-10-095-19/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve battery percentage calculation and reporting
| * | | | | | | | | | | | | | | Don't measure and notify percentage on charging event.Riku Isokoski2021-10-093-5/+11
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Improve battery percentage calculation and reportingRiku Isokoski2021-10-045-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While charging, percentage should only go up, and while discharging, percentage should only go down.
* | | | | | | | | | | | | | | | Merge pull request #728 from hubmartin/charge-wakeJF2021-10-091-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add wake-up on charge event
| * | | | | | | | | | | | | | | | Call also ReloadIdleTimerhubmartin2021-10-081-0/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add wake on charge eventhubmartin2021-10-081-0/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #729 from InfiniTimeOrg/Avamander-patch-1JF2021-10-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the title prefix from issue template
| * | | | | | | | | | | | | | | | | Removed the title prefixAvamander2021-10-081-1/+1
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #730 from coxtor/patch-1JF2021-10-091-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add configuration instructions for Ubuntu devcontainers
| * | | | | | | | | | | | | | | | | Add configuration instructions for Ubuntu devcontainerscoxtor2021-10-081-0/+10
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #522 from jonvmey/fix-nav-uuid-docsJF2021-10-093-46/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Navigation Service UUID docs
| * | | | | | | | | | | | | | | | | Move callback function into anonymous namespaceJonathan Vander Mey2021-07-241-5/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update nav service UUID macro to constexpr functionsJonathan Vander Mey2021-07-242-28/+20
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Set navigation service id is base UUID macroJonathan Vander Mey2021-07-242-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids the need to copy the same ID into every characteristic UUID genereated from it.
| * | | | | | | | | | | | | | | | | Update Navigation UUID documentationJonathan Vander Mey2021-07-242-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-castsJF2021-10-0910-63/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary C-style casts with BLE UUIDs
| * | | | | | | | | | | | | | | | | | Remove unnecessary C-style casts with BLE UUIDsJonathan Vander Mey2021-07-2410-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 ↵JF2021-10-092-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 reviewsMaxim Leshchenko2021-09-292-8/+9
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Alarm: Close the popup with information about the time until alarm with the ↵Maxim Leshchenko2021-09-282-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
* | | | | | | | | | | | | | | | | | Fixed feature request template according to ↵Jean-François Milants2021-10-051-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/InfiniTimeOrg/InfiniTime/pull/705#issuecomment-933820293
* | | | | | | | | | | | | | | | | Merge pull request #705 from dyamon/issue-templatesJF2021-10-042-0/+100
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | Issue templates to tame the wilderness
| * | | | | | | | | | | | | | | | Add templates for bug reports and feature requestsFederico Igne2021-09-302-0/+100
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #714 from InfiniTimeOrg/Avamander-patch-1JF2021-10-031-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Removed an unnecessary space and some punctuation
| * | | | | | | | | | | | | | | Removed an unnecessary space and some punctuationAvamander2021-10-031-9/+9
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
* | | | | | | | | | | | | | | Merge pull request #623 from Riksu9000/lvgl_queuetimeoutJF2021-10-032-23/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let LVGL control queueTimeout
| * | | | | | | | | | | | | | | Remove unused variableRiku Isokoski2021-09-211-1/+0
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Let lvgl control queueTimeoutRiku Isokoski2021-08-292-22/+4
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #638 from Riksu9000/detect_full_chargeJF2021-10-039-25/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detect full charge and improve watchface battery display
| * | | | | | | | | | | | | | | | Show plug icon while plugged inRiku Isokoski2021-09-223-5/+5
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'develop' into detect_full_chargeRiku Isokoski2021-09-2247-243/+942
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Use percentage instead of IsFullRiku Isokoski2021-09-032-5/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Auto realign battery icon in Analog watch faceRiku Isokoski2021-09-031-0/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Detect full charge and improve watchface displayRiku Isokoski2021-09-039-26/+75
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #692 from danielgjackson/fix-fs-sizeJF2021-10-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Fix the size of the filesystem.
| * | | | | | | | | | | | | | | | | Fix the size of the filesystem.Daniel Jackson2021-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
* | | | | | | | | | | | | | | | | | Merge pull request #700 from Sematre/fix-dead-linkJF2021-10-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix dead link in README
| * | | | | | | | | | | | | | | | | | Fix dead link in READMESematre2021-09-281-1/+1
| | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #711 from geekbozu/BatteryReadFixJF2021-10-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Remove static declaration on batteryValue preventing read attribute from updating.
| * | | | | | | | | | | | | | | | | Remove static declartion on batteryValue preventing read attribute from ↵Tim Keller2021-10-021-1/+1
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updating.
* | | | | | | | | | | | | | | | | Set version to 1.6.0Jean-François Milants2021-09-281-1/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #688 from danielgjackson/fix-advertising-18-hoursJF0022021-09-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Fix advertising packets stopping after 18.2 hours
| * | | | | | | | | | | | | | | | Correctly return the tick at which the RF will be fully enabled.Daniel Jackson2021-09-251-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.
* | | | | | | | | | | | | | | | | Set version to 1.5.0Jean-François Milants2021-09-261-1/+1
|/ / / / / / / / / / / / / / / /