zeroXbrock / Tomado.Android

The app that helps you work smarter. Made public for you (;
1 stars 0 forks source link

Congratulations dialog for session completion #27

Closed zeroXbrock closed 8 years ago

zeroXbrock commented 8 years ago

When a user runs a timer, count the pomodoro sessions it takes. When the timer finishes (by user input), show congratulations window displaying how much time/pomodoros it took.

zeroXbrock commented 8 years ago

Added finish button to facilitate dialog and timer reset. As of now, timer resets on finish click. TODO: Add congrats dialog

zeroXbrock commented 8 years ago

Added congrats dialog. TODO: Count sessions with timer and display result in congrats dialog.

zeroXbrock commented 8 years ago

Each work session is counted (as a pomodoro, conceptually) and the result is displayed in the congrats dialog.

zeroXbrock commented 8 years ago

TODO: Delete session on finish.