| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
Remove unnecessary C-style casts with BLE UUIDs
|
| | |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | |
| | | |
maksalees/close-info-popup-with-back-button-in-alarm
Alarm: Close the popup with information about the time until alarm with the back button
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
| | |
| | |
| | | |
https://github.com/InfiniTimeOrg/InfiniTime/pull/705#issuecomment-933820293
|
| |\ \ \
| | | |
| | | | |
Issue templates to tame the wilderness
|
| | |/ / |
|
| |\ \ \
| | | |
| | | | |
Removed an unnecessary space and some punctuation
|
| |/ / /
| | |
| | | |
Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
|
| |\ \ \
| | | |
| | | | |
Let LVGL control queueTimeout
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Detect full charge and improve watchface battery display
|
| | | | | | |
|
| | |\ \ \ \ |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix the size of the filesystem.
|
| | | | | | | |
| | | | | | |
| | | | | | | |
Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix dead link in README
|
| | | |_|_|_|/ /
| |/| | | | | |
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Remove static declaration on batteryValue preventing read attribute from updating.
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
updating.
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fix advertising packets stopping after 18.2 hours
|
| | | | | | |
| | | | | |
| | | | | | |
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.
|
| |/ / / / / |
|
| |\ \ \ \ \
| |_|/ / /
|/| | | | |
Toggle notifications only, keep vibrations.
|
| | |\ \ \ \ |
|
| | |\ \ \ \ \ |
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \ |
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
NeroBurner/fix_unsigned_comparison_warning_metronome
Fix unsigned/signed comparison warning in Metronome.cpp
|
| | | | |_|/ / / /
| | |/| | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
`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.
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| |\ \ \ \ \ \ \ |
|
| |/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
into geekbozu-PersistantStorage
# Conflicts:
# src/systemtask/SystemTask.cpp
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Now dynamically allocates noinit area size
stores it after the bss before the heap and stack.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Allow settings to stop naggin me that it has added assosiation types
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Code readability cleanup
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
use better linker constant names
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
Basic alarm app
|
| | |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Run CI on master and develop branch
|