summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-09-12Merge pull request #602 from Riksu9000/del_unusedJF0021-3/+0
2021-08-30Merge remote-tracking branch 'upstream/develop' into timer_battery_readingRiku Isokoski1-1/+6
2021-08-28Merge pull request #458 from kieranc/pinetimestyle-colorpickerJF0021-0/+5
2021-08-28Merge branch 'develop' into refresh_reworkRiku Isokoski1-41/+29
2021-08-28Merge branch 'develop' into timer_battery_readingRiku Isokoski1-41/+29
2021-08-19Remove unused variablesRiku Isokoski1-3/+0
2021-08-18Merge branch 'develop' into new_touch_handlerRiku Isokoski1-2/+2
2021-08-15Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-2/+3
2021-08-15Merge branch 'develop' into refresh_reworkRiku Isokoski1-2/+2
2021-08-14Merge branch 'develop' into timer_battery_readingRiku Isokoski1-2/+3
2021-08-14Merge branch 'call-improvements' of https://github.com/Riksu9000/InfiniTime i...Jean-François Milants1-2/+2
2021-08-14Merge branch 'develop' into refresh_reworkRiku Isokoski1-0/+1
2021-08-14Improve metronomeRiku Isokoski1-0/+1
2021-08-14Make battery reading periodic. Add events. Disable pullupRiku Isokoski1-3/+0
2021-08-10Make diff smaller and revert some changes in DisplayAppRiku Isokoski1-57/+60
2021-08-03Merge branch 'develop' into refresh_reworkRiku Isokoski1-37/+49
2021-08-01FixesRiku Isokoski1-2/+2
2021-08-01ImprovementsRiku Isokoski1-2/+2
2021-08-01Merge branch 'develop' into HEADRiku Isokoski1-63/+130
2021-07-28Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-37/+49
2021-07-25Merge branch 'develop' into new_touch_handlerRiku Isokoski1-6/+17
2021-07-25Code cleanup (#466)Riku Isokoski1-6/+6
2021-07-24Dim screen before sleep (#464)Riku Isokoski1-1/+12
2021-07-24Merge branch 'fix_touchevent_tap' of git://github.com/Riksu9000/InfiniTime in...Jean-François Milants1-30/+31
2021-07-23Merge branch 'develop' into refresh_reworkRiku Isokoski1-1/+6
2021-07-23Merge branch 'develop' into new_touch_handlerRiku Isokoski1-0/+1
2021-07-23Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-1/+6
2021-07-22Make firmware updating more foolproof (#469)Riku Isokoski1-1/+6
2021-07-20Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-2/+11
2021-07-19Refresh reworkRiku Isokoski1-1/+1
2021-07-16Fix remaining known issuesRiku Isokoski1-1/+3
2021-07-16Fix most issuesRiku Isokoski1-9/+2
2021-07-15New touch handler, with issuesRiku Isokoski1-64/+60
2021-07-14Set correct refresh times for lvgl (#488)Riku Isokoski1-3/+5
2021-07-14Merge branch 'develop' into fix_touchevent_tapRiku Isokoski1-29/+63
2021-07-13Adjust displayapp delay to compensate time spent (#482)Riku Isokoski1-2/+9
2021-07-12Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpickerKieran Cawthray1-1/+1
2021-07-04Improve stopwatch (#432)Riku Isokoski1-1/+1
2021-06-24PineTimeStyle color picker initial commitKieran Cawthray1-0/+5
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0021-1/+1
2021-06-12Fix build issues since Metronome app has been merged.Jean-François Milants1-1/+1
2021-06-12add basic metronome app (#409)Bryton Hall1-2/+6
2021-06-12Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)Avamander1-2/+0
2021-06-12Move most of the code from the constructor of the objects statically initiali...Jean-François Milants1-2/+4
2021-06-11Fix regressionRiku Isokoski1-1/+3
2021-06-11Fix touchevent tapRiku Isokoski1-6/+5
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ...Jean-François Milants1-6/+15
2021-06-10Fix stack corruption when exiting an app (the app was destroyed while it was ...Jean-François Milants1-1/+7
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants1-12/+20
2021-06-01Enable various compilation flags to reduce the binary size (#401)JF0021-1/+1