aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix formattingtgc-dk2022-12-261-2/+1
|
* Put common code into DismissToBlack helper functionTomas Groth2022-12-262-15/+14
|
* Make it possible to dismiss new notificationsTomas Groth2022-12-262-2/+25
|
* Small fixup for cmake cleanupRiku Isokoski2022-12-261-11/+10
|
* Clean up target compile option assignmentsJonathan Vander Mey2022-12-261-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 commonJonathan Vander Mey2022-12-261-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 Isokoski2022-12-1824-150/+152
| | | | | Don't enable coding conventions from unrelated projects. Only enable generic checks.
* Optimize SettingWatchFaceRiku Isokoski2022-12-182-40/+41
|
* Optimize SettingWakeUpRiku Isokoski2022-12-182-67/+42
|
* Optimize SettingTimeFormatRiku Isokoski2022-12-182-11/+11
|
* PineTimeStyle: use "" for our includesNeroBurner2022-12-181-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)cybuzuma2022-12-132-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)cybuzuma2022-12-123-3/+1
|
* typo in the descriptiontom-programming2022-12-061-1/+1
| | | AMD64 and x86_64 are the same architecture - ARM64 should be specified instead
* BLE CTS: fixed signedness of timezoneuli2022-11-253-9/+9
|
* WeatherService daily min/max temperature fixes (#1455)kieranc2022-11-251-6/+8
| | | | * Min/Max function fixes * Faster way to calculate day start
* Add linear approximation and use it for improving battery percentageAlex Dolzhenkov2022-11-193-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 curvehassless2022-11-192-5/+36
|
* FixElements60072022-11-191-1/+1
| | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* Clang formatElements60072022-11-191-6/+4
|
* Update SettingChimes.hElements60072022-11-191-3/+3
|
* removed lineminacode2022-11-191-2/+0
|
* add CTS local time characteristic and use it to provide UTC in ↵uli2022-11-116-53/+158
| | | | DateTimeController
* Add a note in README.md regarding NRFConnect (not supported anymore).Jean-François Milants2022-11-061-0/+2
|
* Set version to 1.11.Jean-François Milants2022-10-161-1/+1
|
* Use PageIndicator in CheckboxListRiku Isokoski2022-10-162-29/+10
|
* Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2022-10-151-1/+2
|\
| * CI: disable BUILD_RESOURCES for InfiniSim as already done in firmware (#1366)NeroBurner2022-10-111-1/+2
| |
* | G7710 and Infineat : close the files after having verified that they exist.Jean-François Milants2022-10-152-0/+6
|/
* Watch face settings : disable watch faces that are not available (external ↵Jean-François Milants2022-10-119-11/+72
| | | | resources are not installed).
* CheckboxList : fix formatting.Jean-François Milants2022-10-113-29/+28
|
* CheckBoxList : rename newValue -> value.Jean-François Milants2022-10-112-5/+4
|
* Checkbox list now receives a function pointer to call when the setting has ↵Jean-François Milants2022-10-114-50/+36
| | | | changed. This allow to remove the dependency between CheckBoxList (UI component) with SettingController.
* CI worklow "build-firmware" : add the infinitime-resources packages to the ↵Jean-François Milants2022-10-111-0/+5
| | | | build artifacts.
* Fix clang-tidy warningsRiku Isokoski2022-10-102-2/+2
|
* Fix docker issueRiku Isokoski2022-10-101-2/+3
|
* Add clang-tidy check to display warnings on GitHubRiku Isokoski2022-10-102-3/+60
|
* fixed filenamemashuptwice2022-10-101-1/+1
|
* Edit all occurences of "watchface" to "watch face"mashuptwice2022-10-106-11/+11
|