summaryrefslogtreecommitdiff
path: root/src/displayapp
AgeCommit message (Collapse)Author
2021-09-03Detect full charge and improve watchface displayRiku Isokoski
2021-08-31Fix notifications that wouldn't auto close when the timeout elapsed (in ↵Jean-François Milants
preview mode).
2021-08-28Settings : use enums instead of ints to store colors. Group all PTS settings ↵Jean-François Milants
into a struct. PTS/SettingsPTS : Convert to/from LVGL color and Settings::Color, add functions to reduce code duplication. Adapt SettingPineTimeStyle with the last Screen Interface
2021-08-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF002
Add color picker for PineTimeStyle watchface
2021-08-28Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-28Fix recovery firmware since last changes in DisplayApp.Jean-François Milants
2021-08-19Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-08-18Merge branch 'develop' into new_touch_handlerRiku Isokoski
2021-08-18Fix music app buttonsRiku Isokoski
2021-08-15Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-08-15Fix potential edge case of sidebar being set blackKieran Cawthray
2021-08-15More tidying following reviewKieran Cawthray
2021-08-15Avoid setting the sidebar blackKieran Cawthray
2021-08-15Remove duplicate code, minor fixesKieran Cawthray
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-15Add check for randomise button in case colors clashKieran Cawthray
2021-08-15Adjust inner padding in applistRiku Isokoski
2021-08-15Clean up using variablesRiku Isokoski
2021-08-15Adjust previously missed scrollbar and firmware validation buttonsRiku Isokoski
2021-08-15Ui updateRiku Isokoski
2021-08-15Add randomise button to color pickerKieran Cawthray
2021-08-14Merge branch 'call-improvements' of https://github.com/Riksu9000/InfiniTime ↵Jean-François Milants
into Riksu9000-call-improvements # Conflicts: # src/displayapp/screens/Metronome.cpp
2021-08-14Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-14Improve metronomeRiku Isokoski
2021-08-12TidyingKieran Cawthray
2021-08-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-08-10Make diff smaller and revert some changes in DisplayAppRiku Isokoski
2021-08-10Merge branch 'develop' into new_touch_handlerRiku Isokoski
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-10Merge branch 'improve-battery-percentage-to-battery-icon-mapping' of ↵Jean-François Milants
https://github.com/hassless/InfiniTime into hassless-improve-battery-percentage-to-battery-icon-mapping # Conflicts: # src/displayapp/screens/BatteryIcon.cpp
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ↵Jean-François Milants
inspired by PR #232 by nscooling.
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski
2021-08-01FixesRiku Isokoski
2021-08-01ImprovementsRiku Isokoski
2021-08-01Merge branch 'develop' into HEADRiku Isokoski
2021-07-28Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray
2021-07-25Increment settings value, remove old hacky fixKieran Cawthray
2021-07-25Tile event handler : read the event data only if the event is a "value ↵Jean-François Milants
changed event". LVGL sends many other event and some of them do not set the event data (global static variable) to a valid address, which may cause an invalid read. I noticed that when porting this class on RISC-V platform (BL602).
2021-07-25Merge branch 'develop' into new_touch_handlerRiku Isokoski
2021-07-25Fix compile warningsJonathan Vander Mey
2021-07-25Fix slow scrollRiku Isokoski
2021-07-25Fix cases where Get() isn't usedRiku Isokoski
2021-07-25Add new unique icons for some appsRiku Isokoski
2021-07-25Add task state info to SystemInfoRiku Isokoski
2021-07-25Code cleanup (#466)Riku Isokoski
* Code cleanup * Remove override again
2021-07-24Dim screen before sleep (#464)Riku Isokoski
* Implement dimming
2021-07-24Merge branch 'develop' into new_touch_handlerRiku Isokoski
2021-07-24Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants
into Riksu9000-fix_touchevent_tap # Conflicts: # src/displayapp/DisplayApp.cpp
2021-07-24Add extra screen in settings to show scrollbar correctlyKieran Cawthray
2021-07-23Merge branch 'develop' into refresh_reworkRiku Isokoski