aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* infineat: Battery display simplificationRiku Isokoski2023-01-261-6/+2
|
* infineat: Use set_text_static where applicableRiku Isokoski2023-01-261-8/+8
|
* infineat: Remove batterystyleRiku Isokoski2023-01-262-13/+7
| | | | Setting local style is more efficient
* infineat: Remove unnecessary background colorizationRiku Isokoski2023-01-262-8/+0
|
* infineat: Optimize lv_linesRiku Isokoski2023-01-262-186/+33
| | | | Reduce code duplication massively
* src: Enable unused parameter warningRiku Isokoski2023-01-2442-168/+110
| | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* batt: Improve discharge curve valuesFinlay Davidson2023-01-231-9/+4
| | | | Values calculated using multiple tests on 3 PineTimes
* Fix Apps documentation DisplayApp method nameTailyFair2023-01-221-1/+1
|
* contribute.md: UpdateRiku Isokoski2023-01-221-6/+15
| | | | | Cleaned up the list of things you can help with. Added a few points
* readme: Add Project management sectionRiku Isokoski2023-01-221-4/+7
| | | | | The list of development docs was getting long, so move docs more intended for maintainers to a separate section.
* doc: Add maintainer guideRiku Isokoski2023-01-222-0/+46
|
* minor grammar editsJohn Paul Wohlscheid2023-01-221-4/+4
|
* minor grammar editJohn Paul Wohlscheid2023-01-211-1/+1
|
* Combine Date and Time Settings (#1465)John Quigley2023-01-1412-35/+170
| | | | | | 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>
* Add a link to the "Ideas" (feature requests) Discussions board in the Github ↵Jean-François Milants2023-01-121-0/+3
| | | | contact links.
* Tweaked issue forms (#1267)Riku Isokoski2023-01-123-47/+33
| | | 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.
* List: Update list style and make it grayRiku Isokoski2023-01-121-23/+27
|
* Update workflow dependencies (#1504)Riku Isokoski2023-01-122-6/+7
| | | | | | | | | * 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
* SetingTimeFormat use CheckboxList, reduce duplicationRiku Isokoski2023-01-123-70/+48
|
* Format header filesFinlay Davidson2023-01-0955-0/+144
| | | | In my PR updating clang-format, I forgot to also format the headers.
* workflow: echo build diffs for viewing without the commentRiku Isokoski2023-01-071-0/+8
|
* workflows: Disable build size comment in fork PRsRiku Isokoski2023-01-071-1/+5
| | | | | | | | 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/
* workflows: Add build size comparison workflowRiku Isokoski2023-01-072-3/+122
| | | | | | | | | | | | | | 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.
* workflows: Update workflow dependencyRiku Isokoski2023-01-071-7/+1
| | | | The workaround is no longer necessary
* docker: Make build.sh more portableRiku Isokoski2023-01-071-9/+9
|
* Fix returning to the same screenRiku Isokoski2023-01-051-2/+7
|
* Implement a return app stackRiku Isokoski2023-01-054-54/+104
| | | | | | 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.
* Add missing clang-format options from version 12Finlay Davidson2023-01-041-0/+2
|
* Update clang-{format,tidy} to 14Finlay Davidson2023-01-0417-5/+32
| | | | | Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check.
* Revert "prepare cmake unity build"Riku Isokoski2022-12-312-29/+0
| | | | This reverts commit 21f3bd708261ece47096961039e65d5b6f113c73.
* Revert "enable CMake unity build in build.sh"Riku Isokoski2022-12-311-1/+0
| | | | This reverts commit 35654fbd982e27383ffc15446d9ab0a8606ae29d.
* Revert "Update docker/build.sh"Riku Isokoski2022-12-311-1/+1
| | | | This reverts commit 7103f9d8063431b778df83244de5862d963e1ce8.
* Update docker/build.shDominik Nussbaumer2022-12-271-1/+1
| | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* enable CMake unity build in build.shtnixeu2022-12-271-0/+1
|
* prepare cmake unity buildtnixeu2022-12-272-0/+29
| | | | Exclude files from unity build which currently cause compile erros because of redefinitions.
* Include algorithm and cstring for std::memcpy and std::minJean-François Milants2022-12-271-0/+2
|
* Update src/systemtask/SystemTask.cppMax Friedrich2022-12-271-4/+4
| | | Co-authored-by: JF <JF002@users.noreply.github.com>
* hopefully fixed crash on notificationminacode2022-12-271-1/+1
|
* formatminacode2022-12-271-1/+2
|
* removed magic numberminacode2022-12-271-1/+1
|
* formatminacode2022-12-271-1/+0
|
* changed to boolminacode2022-12-272-3/+8
|
* fixed a comment, set threshold to 15%minacode2022-12-272-2/+2
|
* cutout scaling hackminacode2022-12-271-5/+0
|
* added punctuationminacode2022-12-271-2/+2
|
* formatminacode2022-12-271-1/+1
|
* added message, changed UIminacode2022-12-274-8/+12
|
* add percentage rescalingminacode2022-12-271-1/+7
|
* formatminacode2022-12-271-11/+9
|
* added low battery messageminacode2022-12-274-0/+19
|