summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-12Update workflow dependencies (#1504)Riku Isokoski2-6/+7
2023-01-12SetingTimeFormat use CheckboxList, reduce duplicationRiku Isokoski3-71/+49
2023-01-09Format header filesFinlay Davidson55-0/+144
2023-01-07workflow: echo build diffs for viewing without the commentRiku Isokoski1-0/+8
2023-01-07workflows: Disable build size comment in fork PRsRiku Isokoski1-1/+5
2023-01-07workflows: Add build size comparison workflowRiku Isokoski2-3/+122
2023-01-07workflows: Update workflow dependencyRiku Isokoski1-7/+1
2023-01-07docker: Make build.sh more portableRiku Isokoski1-9/+9
2023-01-05Fix returning to the same screenRiku Isokoski1-2/+7
2023-01-05Implement a return app stackRiku Isokoski4-54/+104
2023-01-04Add missing clang-format options from version 12Finlay Davidson1-0/+2
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson17-5/+32
2022-12-31Revert "prepare cmake unity build"Riku Isokoski2-29/+0
2022-12-31Revert "enable CMake unity build in build.sh"Riku Isokoski1-1/+0
2022-12-31Revert "Update docker/build.sh"Riku Isokoski1-1/+1
2022-12-27Update docker/build.shDominik Nussbaumer1-1/+1
2022-12-27enable CMake unity build in build.shtnixeu1-0/+1
2022-12-27prepare cmake unity buildtnixeu2-0/+29
2022-12-27Include algorithm and cstring for std::memcpy and std::minJean-François Milants1-0/+2
2022-12-27Update src/systemtask/SystemTask.cppMax Friedrich1-4/+4
2022-12-27hopefully fixed crash on notificationminacode1-1/+1
2022-12-27formatminacode1-1/+2
2022-12-27removed magic numberminacode1-1/+1
2022-12-27formatminacode1-1/+0
2022-12-27changed to boolminacode2-3/+8
2022-12-27fixed a comment, set threshold to 15%minacode2-2/+2
2022-12-27cutout scaling hackminacode1-5/+0
2022-12-27added punctuationminacode1-2/+2
2022-12-27formatminacode1-1/+1
2022-12-27added message, changed UIminacode4-8/+12
2022-12-27add percentage rescalingminacode1-1/+7
2022-12-27formatminacode1-11/+9
2022-12-27added low battery messageminacode4-0/+19
2022-12-26Fix formattingtgc-dk1-2/+1
2022-12-26Put common code into DismissToBlack helper functionTomas Groth2-15/+14
2022-12-26Make it possible to dismiss new notificationsTomas Groth2-2/+25
2022-12-26Small fixup for cmake cleanupRiku Isokoski1-11/+10
2022-12-26Clean up target compile option assignmentsJonathan Vander Mey1-51/+65
2022-12-26Split warning flags from commonJonathan Vander Mey1-25/+26
2022-12-18Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski24-150/+152
2022-12-18Optimize SettingWatchFaceRiku Isokoski2-40/+41
2022-12-18Optimize SettingWakeUpRiku Isokoski2-67/+42
2022-12-18Optimize SettingTimeFormatRiku Isokoski2-11/+11
2022-12-18PineTimeStyle: use "" for our includesNeroBurner1-1/+1
2022-12-13fixing build.sh not returning error in build (#1460)cybuzuma2-2/+22
2022-12-12compiler warnings, #1035 and #notreported (#1481)cybuzuma3-3/+1
2022-12-06typo in the descriptiontom-programming1-1/+1
2022-11-25BLE CTS: fixed signedness of timezoneuli3-9/+9
2022-11-25WeatherService daily min/max temperature fixes (#1455)kieranc1-6/+8
2022-11-19Add linear approximation and use it for improving battery percentageAlex Dolzhenkov3-36/+51