| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | workflows: Update workflow dependency | Riku Isokoski | 2023-01-07 | 1 | -7/+1 | |
| * | | docker: Make build.sh more portable | Riku Isokoski | 2023-01-07 | 1 | -9/+9 | |
| * | | 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 | |
| * | | 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 | |
| * | | Revert "prepare cmake unity build" | Riku Isokoski | 2022-12-31 | 2 | -29/+0 | |
| * | | Revert "enable CMake unity build in build.sh" | Riku Isokoski | 2022-12-31 | 1 | -1/+0 | |
| * | | Revert "Update docker/build.sh" | Riku Isokoski | 2022-12-31 | 1 | -1/+1 | |
| * | | Update docker/build.sh | Dominik Nussbaumer | 2022-12-27 | 1 | -1/+1 | |
| * | | 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 | |
| * | | 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 | |
| * | | 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 | |
| * | | Split warning flags from common | Jonathan Vander Mey | 2022-12-26 | 1 | -25/+26 | |
| * | | Update clang-tidy configuration and fix some warnings (#1474) | Riku Isokoski | 2022-12-18 | 24 | -150/+152 | |
| * | | 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 | |
| * | | fixing build.sh not returning error in build (#1460) | cybuzuma | 2022-12-13 | 2 | -2/+22 | |
| * | | 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 | |
| * | | 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 | |
| * | | Add linear approximation and use it for improving battery percentage | Alex Dolzhenkov | 2022-11-19 | 3 | -36/+51 | |
| * | | Update BatteryController.h with non-linear discharge curve | hassless | 2022-11-19 | 2 | -5/+36 | |
| * | | Fix | Elements6007 | 2022-11-19 | 1 | -1/+1 | |
| * | | 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 DateTimeContro... | uli | 2022-11-11 | 6 | -53/+158 | |
