| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix returning to the same screen | Riku Isokoski | 2023-01-05 | 1 | -2/+7 |
| | | |||||
| * | Implement a return app stack | Riku Isokoski | 2023-01-05 | 4 | -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 12 | Finlay Davidson | 2023-01-04 | 1 | -0/+2 |
| | | |||||
| * | Update clang-{format,tidy} to 14 | Finlay Davidson | 2023-01-04 | 17 | -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 Isokoski | 2022-12-31 | 2 | -29/+0 |
| | | | | | This reverts commit 21f3bd708261ece47096961039e65d5b6f113c73. | ||||
| * | Revert "enable CMake unity build in build.sh" | Riku Isokoski | 2022-12-31 | 1 | -1/+0 |
| | | | | | This reverts commit 35654fbd982e27383ffc15446d9ab0a8606ae29d. | ||||
| * | Revert "Update docker/build.sh" | Riku Isokoski | 2022-12-31 | 1 | -1/+1 |
| | | | | | This reverts commit 7103f9d8063431b778df83244de5862d963e1ce8. | ||||
| * | Update docker/build.sh | Dominik Nussbaumer | 2022-12-27 | 1 | -1/+1 |
| | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com> | ||||
| * | enable CMake unity build in build.sh | tnixeu | 2022-12-27 | 1 | -0/+1 |
| | | |||||
| * | prepare cmake unity build | tnixeu | 2022-12-27 | 2 | -0/+29 |
| | | | | | Exclude files from unity build which currently cause compile erros because of redefinitions. | ||||
| * | Include algorithm and cstring for std::memcpy and std::min | Jean-François Milants | 2022-12-27 | 1 | -0/+2 |
| | | |||||
| * | Update src/systemtask/SystemTask.cpp | Max Friedrich | 2022-12-27 | 1 | -4/+4 |
| | | | | Co-authored-by: JF <JF002@users.noreply.github.com> | ||||
| * | hopefully fixed crash on notification | minacode | 2022-12-27 | 1 | -1/+1 |
| | | |||||
| * | format | minacode | 2022-12-27 | 1 | -1/+2 |
| | | |||||
| * | removed magic number | minacode | 2022-12-27 | 1 | -1/+1 |
| | | |||||
| * | format | minacode | 2022-12-27 | 1 | -1/+0 |
| | | |||||
| * | changed to bool | minacode | 2022-12-27 | 2 | -3/+8 |
| | | |||||
| * | fixed a comment, set threshold to 15% | minacode | 2022-12-27 | 2 | -2/+2 |
| | | |||||
| * | cutout scaling hack | minacode | 2022-12-27 | 1 | -5/+0 |
| | | |||||
| * | added punctuation | minacode | 2022-12-27 | 1 | -2/+2 |
| | | |||||
| * | format | minacode | 2022-12-27 | 1 | -1/+1 |
| | | |||||
| * | added message, changed UI | minacode | 2022-12-27 | 4 | -8/+12 |
| | | |||||
| * | add percentage rescaling | minacode | 2022-12-27 | 1 | -1/+7 |
| | | |||||
| * | format | minacode | 2022-12-27 | 1 | -11/+9 |
| | | |||||
| * | added low battery message | minacode | 2022-12-27 | 4 | -0/+19 |
| | | |||||
| * | Fix formatting | tgc-dk | 2022-12-26 | 1 | -2/+1 |
| | | |||||
| * | Put common code into DismissToBlack helper function | Tomas Groth | 2022-12-26 | 2 | -15/+14 |
| | | |||||
| * | Make it possible to dismiss new notifications | Tomas Groth | 2022-12-26 | 2 | -2/+25 |
| | | |||||
| * | Small fixup for cmake cleanup | Riku Isokoski | 2022-12-26 | 1 | -11/+10 |
| | | |||||
| * | Clean up target compile option assignments | Jonathan Vander Mey | 2022-12-26 | 1 | -51/+65 |
| | | | | | | | Removed/simplified some generator expressions that had more repeated elements than they needed to. Extracted some repeated sets of options into separate variables as well. | ||||
| * | Split warning flags from common | Jonathan Vander Mey | 2022-12-26 | 1 | -25/+26 |
| | | | | | | Only enable the warning flags when building InfiniTime firmware, not when building third-party libraries. | ||||
| * | Update clang-tidy configuration and fix some warnings (#1474) | Riku Isokoski | 2022-12-18 | 24 | -150/+152 |
| | | | | | | Don't enable coding conventions from unrelated projects. Only enable generic checks. | ||||
| * | Optimize SettingWatchFace | Riku Isokoski | 2022-12-18 | 2 | -40/+41 |
| | | |||||
| * | Optimize SettingWakeUp | Riku Isokoski | 2022-12-18 | 2 | -67/+42 |
| | | |||||
| * | Optimize SettingTimeFormat | Riku Isokoski | 2022-12-18 | 2 | -11/+11 |
| | | |||||
| * | PineTimeStyle: use "" for our includes | NeroBurner | 2022-12-18 | 1 | -1/+1 |
| | | | | | Small fix to be consistent: use "" for our includes and <> for system includes or packages by others. | ||||
| * | fixing build.sh not returning error in build (#1460) | cybuzuma | 2022-12-13 | 2 | -2/+22 |
| | | | | | | | | | | | Return the build status as return code from the `main` helper function. In the process convert the handling if the file was sourced or directly executed into an explicit if/else statement to make the intent clearer. In case of an build error the error is now reported at the build step, where the error happened. Fixes: https://github.com/InfiniTimeOrg/InfiniTime/issues/1292 | ||||
| * | compiler warnings, #1035 and #notreported (#1481) | cybuzuma | 2022-12-12 | 3 | -3/+1 |
| | | |||||
| * | typo in the description | tom-programming | 2022-12-06 | 1 | -1/+1 |
| | | | | AMD64 and x86_64 are the same architecture - ARM64 should be specified instead | ||||
| * | BLE CTS: fixed signedness of timezone | uli | 2022-11-25 | 3 | -9/+9 |
| | | |||||
| * | WeatherService daily min/max temperature fixes (#1455) | kieranc | 2022-11-25 | 1 | -6/+8 |
| | | | | | * Min/Max function fixes * Faster way to calculate day start | ||||
| * | Add linear approximation and use it for improving battery percentage | Alex Dolzhenkov | 2022-11-19 | 3 | -36/+51 |
| | | | | | | | | | Add linear approximation class and use it to better model the non-linear discharge curve of the battery. Changed the minimum voltage level to 3.5V and the maximum to 4.18V. For reference the maximum observed voltage is 4.21V during charging. | ||||
| * | Update BatteryController.h with non-linear discharge curve | hassless | 2022-11-19 | 2 | -5/+36 |
| | | |||||
| * | Fix | Elements6007 | 2022-11-19 | 1 | -1/+1 |
| | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com> | ||||
| * | Clang format | Elements6007 | 2022-11-19 | 1 | -6/+4 |
| | | |||||
| * | Update SettingChimes.h | Elements6007 | 2022-11-19 | 1 | -3/+3 |
| | | |||||
| * | removed line | minacode | 2022-11-19 | 1 | -2/+0 |
| | | |||||
| * | add CTS local time characteristic and use it to provide UTC in ↵ | uli | 2022-11-11 | 6 | -53/+158 |
| | | | | | DateTimeController | ||||
| * | Add a note in README.md regarding NRFConnect (not supported anymore). | Jean-François Milants | 2022-11-06 | 1 | -0/+2 |
| | | |||||
| * | Set version to 1.11. | Jean-François Milants | 2022-10-16 | 1 | -1/+1 |
| | | |||||
