Koffeemate icon indicating copy to clipboard operation
Koffeemate copied to clipboard

Refactor the screensaver code

Open roughike opened this issue 9 years ago • 0 comments

  • The active times are hardcoded inside the class. Maybe make a setting in the app settings for the user to choose the active times themselves.
  • It has no tests at all. Although the start(), stop() and defer() method calls are probably the most important to test.defer() is the MainPresenter's responsibility, while the others would be tested in the Activity test class.

roughike avatar Dec 20 '16 17:12 roughike