summaryrefslogtreecommitdiff
path: root/src/displayapp
AgeCommit message (Collapse)AuthorFilesLines
2022-06-11Fix date alignmentDiego Miguel2-19/+22
2022-06-11Simplify codeDiego Miguel1-34/+23
2022-06-11Show battery indicator when side cover hiddenDiego Miguel2-4/+16
2022-06-11Better alignment of the date labelDiego Miguel2-22/+19
2022-06-11Implement charging battery animationDiego Miguel2-5/+18
2022-06-11Implement battery indicatorDiego Miguel3-1/+43
2022-06-11Make Pine64 logo darkerDiego Miguel1-33/+36
2022-06-11Use existing fonts in Infineat watchfaceDiego Miguel8-1316/+35
2022-06-11Fix bleIcon in Infineat watchface after upstream rebaseDiego Miguel1-2/+2
2022-06-11Make Pine64 logo background transparentDiego Miguel1-34/+34
2022-06-11All ready for PRDiego Miguel2-1/+1344
2022-06-11Implement SettingWatchFace listDiego Miguel3-62/+46
2022-06-11Implement CheckboxList screenDiego Miguel2-0/+164
2022-06-11Small color adjustmentsDiego Miguel1-4/+4
2022-06-11Change Pine64 logo to grayscaleDiego Miguel1-36/+36
2022-06-11Fix aligment of time labelsDiego Miguel2-3/+9
2022-06-11Add whitespace char to Teko fontDiego Miguel1-66/+74
2022-06-11Fixes in side cover togglingDiego Miguel2-36/+33
2022-06-11Update BLE controller in Infineat watchfaceDiego Miguel2-1/+3
2022-06-11Fix typoDiego Miguel1-1/+1
2022-06-11Add 'Bebas Neue' and 'Teko' fontsDiego Miguel6-0/+1290
2022-06-11Add 'circle' symbol & Pine64 logoDiego Miguel2-0/+57
2022-06-11Add Infineat watchface to settingsDiego Miguel2-1/+15
2022-06-11Implement watchface InfineatDiego Miguel2-0/+596
2022-06-11Remove duplicated value in fonts.json (#1179)Diego Miguel Lozano1-1/+1
2022-06-06Use lambda to reduce code duplicationRiku Isokoski1-10/+11
2022-06-06Move event handlers to unnamed namespaceRiku Isokoski2-13/+13
2022-06-06Use static constexpr to force compile time initializationRiku Isokoski1-2/+2
2022-06-06Timer: Replace time label with Counter control hiding functionalityRiku Isokoski2-12/+11
2022-06-06Counter: add show and hide controls functionsRiku Isokoski2-2/+21
2022-06-06Move linePoints to a member variableRiku Isokoski2-3/+5
2022-06-06Move bg color to a constexpr variableRiku Isokoski1-3/+5
2022-06-06Use Counter widget in TimerRiku Isokoski2-112/+41
2022-06-06Lighten the large font for a more balanced lookRiku Isokoski2-1/+1
Add Jetbrains Mono Light font
2022-06-06Add initial counter widgetRiku Isokoski3-1/+145
2022-06-06Move basic apps to the top of the app listRiku Isokoski1-4/+4
2022-06-05remove unused symbols, free a little bit of space (#1167)mabuch2-8/+1
2022-06-05remove unused Meter.cpp and Meter.h (#1171)mabuch3-66/+0
2022-06-05remove unused Brightness App (#1170)mabuch3-137/+0
2022-06-05remove old unused bluetooth icons (#1172)mabuch6-114/+0
2022-06-05Fix various typosluz paz3-4/+4
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
2022-06-05Apply clang-format to all C++ filesFinlay Davidson36-176/+240
2022-06-05Rename lvgl image files to .cFinlay Davidson4-3/+3
2022-05-16fonts: gen.py: clearify missing exe messageReinhold Gschweicher1-1/+1
2022-05-16generalize lv-font creationReinhold Gschweicher2-17/+34
In https://github.com/InfiniTimeOrg/InfiniTime/pull/1097 new font generation capabilites were added. Generalize the font creation to make it possible to reuse the `displayapp/fonts/CMakeLists.txt` file for `InfiniSim` and just add the new cmake file to the project and link against the new `infinitime_fonts` target. In the following a list of changes. Allow non-global installed `lv_font_conv` executable installed with ```sh npm install lv_font_conv@1.5.2 ``` In CMake we search for `lv_font_conv` executable. Add the found executable to the python script `generate.py`, to remove the need for `lv_font_conv` to be in the path. Search for `python3` executable, if CMake version 3.12 is available. Otherwise use `python` as hard coded executable. Instead of adding the generated fonts to `SOURCE_FILES` variable, create a static library `infinitime_fonts`. Link this library to the executables instead. Use `add_custom_target()` together with `add_custom_command()` to generate the font.c files once (like the original PR does).
2022-05-10fontgen: update README.md to remove patch advanced optionsYehoshua Pesach Wallach1-1/+1
2022-05-10fontgen: changes to allow CMake to work from other projectYehoshua Pesach Wallach1-4/+4
2022-05-10fontgen: remove advanced (format string, process as list) from patchingYehoshua Pesach Wallach2-13/+2
2022-05-10fontgen: verify lv_font_conv at cmakeYehoshua Pesach Wallach1-1/+1
2022-05-10fontgen: remove double-asterisk in readmeYehoshua Pesach Wallach1-1/+1