| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
|
| |
Condensed paddings with pad_all
No visual changes
|
| | |
|
| |
|
|
|
|
|
|
| |
The github.event.pull_request.base.sha in the workflow doesn't get
updated when there are new commits in the base branch. Instead always
checkout the branch to check the sha manually and cache only the build.
The ownership fix seems to still be necessary
|
| |
|
|
| |
Missing characters
|
| |
|
|
| |
The watchface cannot be enabled without the correct font anyway.
|
| | |
|
| | |
|
| |
|
|
| |
Setting local style is more efficient
|
| | |
|
| |
|
|
| |
Reduce code duplication massively
|
| |
|
|
|
|
| |
Fix warnings.
Some clang-formatting was necessary.
DebugPins is unused and was removed.
|
| |
|
|
| |
Values calculated using multiple tests on 3 PineTimes
|
| | |
|
| |
|
|
|
| |
Cleaned up the list of things you can help with.
Added a few points
|
| |
|
|
|
| |
The list of development docs was getting long, so move docs more
intended for maintainers to a separate section.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Replace separate SettingSetDate and SettingSetTime with a combined screenlist.
Add DotIndicators. Similar to PageIndicator, but for use when separating screens instead of pages of a list.
Co-authored-by: Riku Isokoski <riksu9000@gmail.com>
|
| |
|
|
| |
contact links.
|
| |
|
| |
When people suggest a solution to a generic issue they encounter, they have to open a feature request, which is not optimal. Submitting an issue through this new form will require writing about the issue that led to the idea, which will make it easier to discuss different solutions.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* Update workflow dependencies
ubuntu-latest vm has been updated from 20.04 to 22.04.
To avoid sudden issues, use 22.04 explicitly.
CMake doesn't need to be updated on 22.04, but ninja must be installed separately in the simulator workflow.
actions/checkout@v2 uses deprecated Node.js 12.
Update to v3 which uses 16
|
| | |
|
| |
|
|
| |
In my PR updating clang-format, I forgot to also format the headers.
|
| | |
|
| |
|
|
|
|
|
|
| |
Due to a security concern, comments can only be created in the context
of branches in the repo. PRs from forks can't get the comment.
https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#restrictions-on-repository-forks
https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add .github/workflows/getSize.sh to extract sizes of sections from the
objfile
build-firmware uses getSize.sh to output the section sizes.
get-base-ref-size job added, which builds the base branch of the PR and
outputs the section sizes. Caches are used to avoid unnecessary builds
when the base branch hasn't been updated.
leave-build-size-comment job added, which creates or updates a comment
on the PR with the build size information from other jobs.
|
| |
|
|
| |
The workaround is no longer necessary
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Each opened app (screen) is pushed on a stack, which is then popped from
when returning instead of hard coded "previous apps". Return swipe and
refresh directions are automatically determined from the app transition.
|
| | |
|
| |
|
|
|
| |
Also add configuration options only available in 13 and 14.
Fixes warning about -fstack-usage in clang-tidy check.
|
| |
|
|
| |
This reverts commit 21f3bd708261ece47096961039e65d5b6f113c73.
|
| |
|
|
| |
This reverts commit 35654fbd982e27383ffc15446d9ab0a8606ae29d.
|
| |
|
|
| |
This reverts commit 7103f9d8063431b778df83244de5862d963e1ce8.
|
| |
|
| |
Co-authored-by: NeroBurner <pyro4hell@gmail.com>
|
| | |
|
| |
|
|
| |
Exclude files from unity build which currently cause compile erros because of redefinitions.
|
| | |
|
| |
|
| |
Co-authored-by: JF <JF002@users.noreply.github.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|