| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
A directory has been renamed
|
| | |
|
| |
|
| |
Remove unnecessary comments, styles, colors, overrides. Fix arc colors
|
| |
|
|
|
|
|
|
|
|
|
| |
* System Info: Use YYYY-MM-DD
The date format with the slashes has different meaning in different regions
* Terminal Watchface: Use dashes as date separator
Using the popular ISO 8601 format instead
Co-authored-by: Riku Isokoski <riksu9000@gmail.com>
|
| |
|
|
|
|
|
| |
* Docs reorganization
Removed broken link
* README.md relative link consistency
|
| | |
|
| |
|
|
|
|
|
|
| |
* Reset timer by long pressing on the button
* Consider press_lost as released
Otherwise the bar would keep increasing if the finger slid off the
button
|
| | |
|
| |
|
|
| |
Custom fonts, twelve hour mode and Value changed callback.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Also fix issue where workflow fails on pull requests when the
user who made the pull request doesn't have the secrets set.
Also allow other workflows to be triggered manually.
Also don't trigger any workflows on pull requests to master, as
there shouldn't be any pull requests against master.
|
| |\ |
|
| | | |
|
| |/
|
|
| |
allow manually starting the workflow.
|
| |
|
|
| |
This will fix the generation of output files at the end of the build process.
|
| |
|
|
|
|
| |
This is because of this bug:
https://community.arm.com/support-forums/f/compilers-and-libraries-forum/52623/gcc-11-2-arm-none-eabi-internal-compiler-error-illegal-instruction
It is causing some of the GitHub Actions builds to fail.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Uses either the DOCKER_HUB_USERNAME secret or just infinitime as
the username for pushing to and pulling from Docker Hub.
|
| |
|
|
| |
Instead of just checking if it's not pull_request
|
| |
|
|
|
| |
This is so that pull requests that modify the docker image but
don't have the DOCKER_HUB_USERNAME secret set won't fail.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Nimble has to be aware of the low frequency clock
calibration procedure, in order to not interfere with
the usage of the HFCLK. For more info, see
https://github.com/apache/mynewt-nimble/issues/1207
|
| |
|
|
| |
This allows better debugging of the bluetooth stack.
|
| |
|
|
|
|
| |
This configures Nimble to enable the HFCLOCK and other
Bluetooth peripherals only when needed, but 1500 us in advance.
This time is recommended by the Mynewt docs.
|
| | |
|
| | |
|
| |
|
|
| |
* Move PageIndicator widget to its own files to reduce code duplication
* Use uint8_t in PageIndicator
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new interface `NotificationManager::Dismiss(id)` to delete a
notification with the specified `id`.
The animate the notification dismiss the `RightAnim` transition to a
black screen is used. After the dismiss the new message is swiped in
from below or above.
If we dismiss the oldest message (when we are at 5/5, or 3/3), then the
new message after a dismiss should appear to come from below.
Otherwise (when we are at 2/3) the new message after a dismiss should
appear to come from above.
Rework the index code to show the index of the currently viewed
notification. Instead of calculating the index relative to the oldest
`id` introduce a new interface `NotificationManager::IndexOf(id)`. This
is done because the `id` of the notifications in the buffer aren't
continuous anymore (as some messages could have been dismissed).
Rework notification ring buffer to have a beginIdx and a size
internally to make the dismissal of notifications easier.
Fixes: https://github.com/InfiniTimeOrg/InfiniTime/issues/176
Co-authored-by: Simon Willshire <me@simonwillshire.com>
Co-authored-by: Reinhold Gschweicher <pyro4hell@gmail.com>
|
| | |
|
| |
|
|
|
| |
This enables the configuration of the LFCLK source,
as well as the target hardware board pin configuration.
|
| | |
|
| | |
|
| |
|
|
|
| |
Enable debug output for InfiniTime, Nimble and the NRF SDK
via SEGGER RTT on debug builds.
|
| | |
|
| | |
|
| |
|
| |
This feature is not needed and is probably more likely to cause issues. It's better to just use brightnessController.Set(settingsController.GetBrightness());
|
| |
|
|
|
| |
Apps and settings are now stored in a single array (two arrays in total).
Replace magic values with appsPerScreen and entriesPerScreen.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Updates the buildAndProgram doc and the docker
image, which means GitHub Actions will also use
the new toolchain.
|
| | |
|