| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More reasonable line lengths in Apps.md and Intro.md | Clemens von Molo | 2021-10-08 | 2 | -18/+71 |
| | | |||||
| * | minor corrections and notice about ui guidelines in docs | Clemens von Molo | 2021-10-06 | 1 | -4/+6 |
| | | |||||
| * | multiple improvements to code docs | Clemens von Molo | 2021-10-06 | 2 | -37/+39 |
| | | |||||
| * | advise against unecessary additional tasks in docs | Clemens von Molo | 2021-10-05 | 1 | -2/+3 |
| | | |||||
| * | Add docs for app creation and code structure | Clemens von Molo | 2021-10-05 | 3 | -1/+92 |
| | | |||||
| * | Merge pull request #705 from dyamon/issue-templates | JF | 2021-10-04 | 2 | -0/+100 |
| |\ | | | | | Issue templates to tame the wilderness | ||||
| | * | Add templates for bug reports and feature requests | Federico Igne | 2021-09-30 | 2 | -0/+100 |
| | | | |||||
| * | | Merge pull request #714 from InfiniTimeOrg/Avamander-patch-1 | JF | 2021-10-03 | 1 | -9/+9 |
| |\ \ | | | | | | | Removed an unnecessary space and some punctuation | ||||
| | * | | Removed an unnecessary space and some punctuation | Avamander | 2021-10-03 | 1 | -9/+9 |
| |/ / | | | | | Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233 | ||||
| * | | 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 | 47 | -243/+942 |
| | |\ \ \ | |||||
| | * | | | | 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. | ||||
| * | | | | | | Merge pull request #700 from Sematre/fix-dead-link | JF | 2021-10-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix dead link in README | ||||
| | * | | | | | | Fix dead link in README | Sematre | 2021-09-28 | 1 | -1/+1 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge pull request #711 from geekbozu/BatteryReadFix | JF | 2021-10-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Remove static declaration on batteryValue preventing read attribute from updating. | ||||
| | * | | | | | Remove static declartion on batteryValue preventing read attribute from ↵ | Tim Keller | 2021-10-02 | 1 | -1/+1 |
| |/ / / / / | | | | | | | | | | | | | | | | updating. | ||||
| * | | | | | Set version to 1.6.0 | Jean-François Milants | 2021-09-28 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #688 from danielgjackson/fix-advertising-18-hours | JF002 | 2021-09-28 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Fix advertising packets stopping after 18.2 hours | ||||
| | * | | | | 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. | ||||
| * | | | | | Set version to 1.5.0 | Jean-François Milants | 2021-09-26 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | 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 | 8 | -69/+121 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'develop' into disable_notif_only | Riku Isokoski | 2021-09-13 | 28 | -162/+177 |
| | |\ \ \ \ | |||||
| | * | | | | | 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 'geekbozu-PersistantStorage' into develop | Jean-François Milants | 2021-09-18 | 9 | -8/+100 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime ↵ | Jean-François Milants | 2021-09-18 | 9 | -8/+100 |
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into geekbozu-PersistantStorage # Conflicts: # src/systemtask/SystemTask.cpp | ||||
| | * | | | | | | Add some comments | Tim Keller | 2021-09-02 | 1 | -2/+6 |
| | | | | | | | | |||||
| | * | | | | | | Move noinit to after BSS segment, | Tim Keller | 2021-08-23 | 2 | -18/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now dynamically allocates noinit area size stores it after the bss before the heap and stack. | ||||
| | * | | | | | | Add some VSCODE stuff to gitignore... | Tim Keller | 2021-08-19 | 2 | -2/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow settings to stop naggin me that it has added assosiation types | ||||
| | * | | | | | | 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 | ||||
| | * | | | | | | Add MCUBOOT linker changes | Tim Keller | 2021-08-19 | 2 | -5/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use better linker constant names | ||||
| | * | | | | | | Make Clock Persistant. | Tim Keller | 2021-08-17 | 4 | -3/+28 |
| | | | | | | | | |||||
| * | | | | | | | Fix DisplayAppRecovery : add AlarmController to ctor(). | Jean-François Milants | 2021-09-18 | 2 | -0/+3 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #662 from mruss77/basic-alarm-app | JF002 | 2021-09-18 | 14 | -2/+537 |
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Basic alarm app | ||||
| | * | | | | | | resolve conflict in src/systemtask/Messages.h | Mark Russell | 2021-09-16 | 33 | -232/+300 |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | | Merge pull request #658 from NeroBurner/patch-2 | JF002 | 2021-09-14 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Run CI on master and develop branch | ||||
| | * | | | | | | | Run CI on master and develop branch | NeroBurner | 2021-09-10 | 1 | -4/+4 |
| | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation https://github.com/JF002/InfiniTime/blob/develop/doc/contribute.md#how-to-submit-a-pull-request- tells us to make pull requests against `develop` branch. Update the CI to run on those pull requests to have a check if the PR breaks something unintentionally. | ||||
