aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Simplify codeDiego Miguel2022-06-111-34/+23
|
* Show battery indicator when side cover hiddenDiego Miguel2022-06-112-4/+16
|
* Better alignment of the date labelDiego Miguel2022-06-112-21/+18
|
* Implement charging battery animationDiego Miguel2022-06-112-5/+18
|
* Implement battery indicatorDiego Miguel2022-06-113-1/+43
|
* Make Pine64 logo darkerDiego Miguel2022-06-111-33/+36
|
* Use existing fonts in Infineat watchfaceDiego Miguel2022-06-1110-1321/+36
|
* Fix bleIcon in Infineat watchface after upstream rebaseDiego Miguel2022-06-111-2/+2
|
* Make Pine64 logo background transparentDiego Miguel2022-06-111-34/+34
|
* Make function DayOfWeekShortToStringLow constDiego Miguel2022-06-112-2/+2
|
* Bump settings version (#1)Diego Miguel2022-06-111-1/+1
|
* All ready for PRDiego Miguel2022-06-112-1/+1344
|
* Implement SettingWatchFace listDiego Miguel2022-06-114-62/+55
|
* Implement CheckboxList screenDiego Miguel2022-06-113-0/+166
|
* Small color adjustmentsDiego Miguel2022-06-111-4/+4
|
* Change Pine64 logo to grayscaleDiego Miguel2022-06-111-36/+36
|
* Fix aligment of time labelsDiego Miguel2022-06-112-3/+9
|
* Add whitespace char to Teko fontDiego Miguel2022-06-111-66/+74
|
* Fixes in side cover togglingDiego Miguel2022-06-113-40/+39
|
* Update BLE controller in Infineat watchfaceDiego Miguel2022-06-113-1/+4
|
* Fix typoDiego Miguel2022-06-111-1/+1
|
* Add lowercase days of the weekDiego Miguel2022-06-112-0/+6
|
* Add 'Bebas Neue' and 'Teko' fontsDiego Miguel2022-06-118-1/+1295
|
* Add Infineat settings to settings controllerDiego Miguel2022-06-111-0/+24
|
* Add 'circle' symbol & Pine64 logoDiego Miguel2022-06-112-0/+57
|
* Add Infineat watchface to settingsDiego Miguel2022-06-113-1/+16
|
* Implement watchface InfineatDiego Miguel2022-06-112-0/+596
|
* Remove duplicated value in fonts.json (#1179)Diego Miguel Lozano2022-06-111-1/+1
|
* Use lambda to reduce code duplicationRiku Isokoski2022-06-061-10/+11
|
* Move event handlers to unnamed namespaceRiku Isokoski2022-06-062-13/+13
|
* Use static constexpr to force compile time initializationRiku Isokoski2022-06-061-2/+2
|
* Timer: Replace time label with Counter control hiding functionalityRiku Isokoski2022-06-062-12/+11
|
* Counter: add show and hide controls functionsRiku Isokoski2022-06-062-2/+21
|
* Move linePoints to a member variableRiku Isokoski2022-06-062-3/+5
|
* Move bg color to a constexpr variableRiku Isokoski2022-06-061-3/+5
|
* Use Counter widget in TimerRiku Isokoski2022-06-062-112/+41
|
* Lighten the large font for a more balanced lookRiku Isokoski2022-06-062-1/+1
| | | | Add Jetbrains Mono Light font
* Add initial counter widgetRiku Isokoski2022-06-064-1/+147
|
* Move basic apps to the top of the app listRiku Isokoski2022-06-061-4/+4
|
* src/CMakeLists.txt: use iHEX format for mcuboot image creationIldar Mulyukov2022-06-061-9/+11
| | | | | for better control of addresses used by img/fw + fix typo (RECOVERYY)
* fix wrong linker scriptIldar Mulyukov2022-06-061-1/+1
| | | | introduced in https://github.com/JF002/InfiniTime/commit/58a2d000c4d49d96121894d6dd6bb861d7564bea
* Switch to freertos timers (#1095)Michele Bini2022-06-068-41/+32
| | | | | | | | | | | * Use FreeRTOS timer for AlarmController * Use FreeRTOS timer for MotorController * Remove app_timer component from compilation as we now solely use FreeROTS timer * Simplify variable and text names for AlarmController and MotorController timers * Call ScheduleAlarm directly from StopAlerting, for recurring timers Co-authored-by: Riku Isokoski <riksu9000@gmail.com> Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* remove unused symbols, free a little bit of space (#1167)mabuch2022-06-052-8/+1
|
* remove unused Meter.cpp and Meter.h (#1171)mabuch2022-06-054-68/+0
|
* remove unused Brightness App (#1170)mabuch2022-06-054-139/+0
|
* remove old unused bluetooth icons (#1172)mabuch2022-06-057-118/+0
|
* System: Refactor pin and interrupt setupChristoph Honal2022-06-052-19/+11
| | | | | | This should ensure better readability of the pin setup procedure, as well as allow the configuration of the hardware button enable pin and the accelerometer interrupt pin via the pin mapping header.
* SystemTask: Use "&&" instead of "and" for operatorsChristoph Honal2022-06-051-5/+6
| | | | As per the coding style, only primary spelling should be used for operators.
* Fix various typosluz paz2022-06-059-24/+24
| | | | Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
* Apply clang-format to all C++ filesFinlay Davidson2022-06-0567-379/+473
|