summaryrefslogtreecommitdiff
path: root/src/displayapp/screens
AgeCommit message (Collapse)AuthorFilesLines
2021-08-18Automatic error detectionRiku Isokoski2-0/+76
2021-08-17Merge branch 'develop' into update_touch_driverRiku Isokoski37-522/+412
2021-08-15Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray14-268/+229
2021-08-15Fix potential edge case of sidebar being set blackKieran Cawthray1-1/+1
2021-08-15More tidying following reviewKieran Cawthray1-85/+88
2021-08-15Avoid setting the sidebar blackKieran Cawthray1-0/+4
2021-08-15Remove duplicate code, minor fixesKieran Cawthray1-33/+19
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski13-167/+164
2021-08-15Add check for randomise button in case colors clashKieran Cawthray1-0/+5
2021-08-15Adjust inner padding in applistRiku Isokoski1-1/+1
2021-08-15Clean up using variablesRiku Isokoski1-10/+16
2021-08-15Adjust previously missed scrollbar and firmware validation buttonsRiku Isokoski2-11/+11
2021-08-15Ui updateRiku Isokoski9-107/+99
2021-08-15Add randomise button to color pickerKieran Cawthray2-0/+22
2021-08-14Merge branch 'develop' into timer_battery_readingRiku Isokoski5-152/+115
2021-08-14Merge branch 'call-improvements' of https://github.com/Riksu9000/InfiniTime ↵Jean-François Milants4-55/+49
into Riksu9000-call-improvements # Conflicts: # src/displayapp/screens/Metronome.cpp
2021-08-14Merge branch 'develop' into refresh_reworkRiku Isokoski2-100/+69
2021-08-14Improve metronomeRiku Isokoski2-99/+68
2021-08-14Make battery reading periodic. Add events. Disable pullupRiku Isokoski1-3/+0
2021-08-12TidyingKieran Cawthray1-1/+0
2021-08-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray9-143/+54
2021-08-10Merge branch 'develop' into new_touch_handlerRiku Isokoski11-159/+65
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski9-148/+53
2021-08-10Merge branch 'improve-battery-percentage-to-battery-icon-mapping' of ↵Jean-François Milants1-4/+4
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 Milants8-146/+50
inspired by PR #232 by nscooling.
2021-08-08Merge branch 'JF002:develop' into set-datetime-manuallyTim31-245/+240
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski20-91/+90
2021-08-01FixesRiku Isokoski2-10/+19
2021-08-01ImprovementsRiku Isokoski4-97/+39
2021-08-01Merge branch 'develop' into HEADRiku Isokoski49-741/+1506
2021-07-28Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray20-99/+98
2021-07-25Increment settings value, remove old hacky fixKieran Cawthray1-20/+8
2021-07-25Tile event handler : read the event data only if the event is a "value ↵Jean-François Milants2-9/+11
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 Isokoski16-77/+86
2021-07-25Merge branch 'develop' into fit_more_tasksRiku Isokoski20-97/+120
2021-07-25Fix compile warningsJonathan Vander Mey1-0/+2
2021-07-25Fix slow scrollRiku Isokoski2-4/+1
2021-07-25Fix cases where Get() isn't usedRiku Isokoski1-2/+6
2021-07-25Add new unique icons for some appsRiku Isokoski5-6/+9
2021-07-25Add task state info to SystemInfoRiku Isokoski1-10/+32
2021-07-25Code cleanup (#466)Riku Isokoski9-60/+36
* Code cleanup * Remove override again
2021-07-24Merge branch 'develop' into new_touch_handlerRiku Isokoski1-1/+1
2021-07-24Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime ↵Jean-François Milants2-9/+2
into Riksu9000-fix_touchevent_tap # Conflicts: # src/displayapp/DisplayApp.cpp
2021-07-24Add extra screen in settings to show scrollbar correctlyKieran Cawthray1-3/+3
2021-07-23Merge branch 'develop' into refresh_reworkRiku Isokoski2-6/+29
2021-07-23Merge branch 'develop' into new_touch_handlerRiku Isokoski2-8/+34
2021-07-23Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray2-8/+34
2021-07-22Make firmware updating more foolproof (#469)Riku Isokoski2-8/+34
* Make firmware updating more foolproof and fix bugs * No need to manually handle overflow * Make startTime TickType_t * Don't process TouchEvents::None * Fix sleep getting re-enabled issue more directly
2021-07-21FixRiku Isokoski1-2/+1
2021-07-21Fit more tasks in SystemInfoRiku Isokoski1-4/+8