summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Clock.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-11Implement battery indicatorDiego Miguel1-0/+1
2022-06-11Implement SettingWatchFace listDiego Miguel1-3/+3
2022-06-11Add Infineat watchface to settingsDiego Miguel1-1/+14
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-4/+13
2022-03-12Rename PineTimeStyle to WatchFacePineTimeStylemabuch1-4/+4
2022-02-20Manual squash merge of PR #932 (https://github.com/InfiniTimeOrg/InfiniTime/p...Jean-François Milants1-7/+17
2021-12-05Merge remote-tracking branch 'upstream/develop' into pts-settingsKieran Cawthray1-5/+6
2021-12-02Clock: add missing Settings includeReinhold Gschweicher1-0/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-5/+5
2021-11-13Close menu with buttonRiku Isokoski1-0/+4
2021-08-10Merge branch 'develop' into refresh_reworkRiku Isokoski1-18/+0
2021-08-10Code cleaning in Clock, WatchFaceAnalog, WatchFaceDigital and PineTimeStyle, ...Jean-François Milants1-19/+1
2021-07-19Refresh reworkRiku Isokoski1-6/+1
2021-06-29Add PineTimeStyle watchface (#334)kieranc1-0/+14
2021-06-12Clock : initialize the actual clockface in initialization list instead of in ...Jean-François Milants1-19/+12
2021-06-11replace ScreenList with a single screen in Clock. This removes the tap to swi...Florian1-18/+21
2021-04-24Reformatted all the files according to clang-format styleAvamander1-38/+51
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-5/+0
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants1-3/+6
2021-04-04Big UI and navigation RewriteJoaquim1-5/+0
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling1-4/+4
2021-03-06Merge from upstreamJoaquim1-1/+2
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-213/+43
2021-01-28LVGL v7.10.0Joaquim1-4/+3
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants1-5/+13
2020-11-16Include cleanup: displayapp + screensokaestne1-7/+8
2020-10-27Fix conflictsJF1-11/+12
2020-10-20Integrate new notification UI with notifications coming from BLEJF1-3/+18
2020-10-04Switched from NULL to nullptrAvamander1-11/+11
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-1/+2
2020-10-02Renamed displayapp/Screens to displayapp/screensAvamander1-0/+227