aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp
Commit message (Collapse)AuthorAgeFilesLines
* fix typominacode2022-09-288-23/+23
|
* Merge pull request #1024 from dmlls/infineat-prJF2022-09-2712-66/+1002
|\ | | | | Infineat Watchface + support for external resources.
| * Fix formatting in CheckBoxList.cpp.Jean-François Milants2022-09-271-1/+1
| |
| * CheckBoxList : remove unused constant MAXLISTITEMS (replaced by MaxItems).Jean-François Milants2022-09-272-4/+3
| |
| * A few minors changes following the code review : rename fs -> filesystem, ↵Jean-François Milants2022-09-276-17/+17
| | | | | | | | use std::array instead of raw array,...
| * Fix formattingJean-François Milants2022-09-116-93/+135
| |
| * Fix recovery firmware : add FS in parameters of DisplayAppRecovery ctor.Jean-François Milants2022-09-112-2/+6
| |
| * Infineat : Add support for external resources, and read the images and fonts ↵Jean-François Milants2022-09-119-1441/+88
| | | | | | | | from the ilesystem
| * Merge branch 'develop' into infineat-external-resourcesJean-François Milants2022-09-1173-45089/+1447
| |\ | | | | | | | | | | | | | | | | | | # Conflicts: # src/displayapp/screens/Symbols.h # src/displayapp/screens/settings/SettingWatchFace.cpp # src/displayapp/screens/settings/SettingWatchFace.h
| * | Make notification color white when side cover offDiego Miguel2022-06-111-8/+11
| | |
| * | Fix date alignmentDiego Miguel2022-06-112-18/+21
| | |
| * | 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-118-1316/+35
| | |
| * | Fix bleIcon in Infineat watchface after upstream rebaseDiego Miguel2022-06-111-2/+2
| | |
| * | Make Pine64 logo background transparentDiego Miguel2022-06-111-34/+34
| | |
| * | All ready for PRDiego Miguel2022-06-112-1/+1344
| | |
| * | Implement SettingWatchFace listDiego Miguel2022-06-113-62/+46
| | |
| * | Implement CheckboxList screenDiego Miguel2022-06-112-0/+164
| | |
| * | 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-112-36/+33
| | |
| * | Update BLE controller in Infineat watchfaceDiego Miguel2022-06-112-1/+3
| | |
| * | Fix typoDiego Miguel2022-06-111-1/+1
| | |
| * | Add 'Bebas Neue' and 'Teko' fontsDiego Miguel2022-06-116-0/+1290
| | |
| * | Add 'circle' symbol & Pine64 logoDiego Miguel2022-06-112-0/+57
| | |
| * | Add Infineat watchface to settingsDiego Miguel2022-06-112-1/+15
| | |
| * | Implement watchface InfineatDiego Miguel2022-06-112-0/+596
| | |
* | | Update src/displayapp/screens/WatchFacePineTimeStyle.cppAkseli2022-09-171-1/+1
| | | | | | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* | | Update src/displayapp/Colors.cppAkseli2022-09-171-1/+1
| | | | | | | | | Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* | | add pink colorAkseli Lahtinen2022-09-172-4/+6
| | |
* | | Disable value_strRiku Isokoski2022-09-179-18/+42
| | | | | | | | | | | | | | | | | | value_str is a way to add text on a button without a separate label. This saves having an extra label object, but uses more memory and is removed in LVGL8
* | | Improve status icon visibilityRiku Isokoski2022-09-172-3/+0
| | |
* | | Reduce duplication in Twos (#1274)Riku Isokoski2022-09-112-51/+27
| |/ |/|
* | Add sleep mode which disables notifications, touch- and motion wakeup (#1261)Riku Isokoski2022-08-214-22/+38
| |
* | Determine the number of digits from the max value. (#1271)Riku Isokoski2022-08-212-4/+15
| |
* | Fix markdown format with autoformatter (#1284)Riku Isokoski2022-08-211-16/+16
| |
* | Improve checkbox visibility (#1266)Riku Isokoski2022-08-162-2/+2
| |
* | Centralize most color definitions (#1258)Riku Isokoski2022-08-1631-88/+103
| |
* | Use Counter in SettingsSetDateRiku Isokoski2022-08-102-161/+64
| |
* | Add support for months and variable digit count to CounterRiku Isokoski2022-08-102-4/+28
| |
* | Notification swap text colors for visibility and reduce duplication (#1252)Riku Isokoski2022-08-081-12/+7
| |
* | More timeout options and improved checkbox alignmentRiku Isokoski2022-08-026-11/+11
| |
* | Simplified stopwatch lap bufferRiku Isokoski2022-08-022-91/+29
| | | | | | | | Overriding the earlier laps doesn't seem like a good idea.