summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Timer.h
AgeCommit message (Collapse)Author
2022-05-11keep text red after stopping overtime timerMichele Bini
2022-05-11Fix previous commit: text not turning red when overtime when the app was ↵Michele Bini
open; remove unused code
2022-05-10Remove redundant code in Timer App; inline CreateButtonsMichele Bini
2022-05-10Fix for stopping timer alert and simplifying code.Michele Bini
2022-04-21Merge branch 'rev22-develop' into edgeMichele Bini
2022-04-21Timer App: Use lime color when running, inline functions that are used only ↵Michele Bini
once.
2022-04-21Remove unused member from Timer App classMichele Bini
2022-04-10integration fixesMichele Bini
2022-04-10Integrate hatmajster's timer codeMichele Bini
2022-03-28Timer App : add background label to ensure that the app will be displayed ↵Jean-François Milants
correctly after a full refresh (HW scrolling transition). Code cleaning and rename methods.
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
2021-07-19Refresh reworkRiku Isokoski
2021-05-20Timer App (#355)Florian
* built timer app * Style improvements * making sure buttons stay hidden when the app is reopened and reappear after the timer runs out * more sensible calculations of time deltas. eliminated that mysterious scaling factor * changing the timer icon