TimeScribe is an Android productivity app that combines a Pomodoro timer with integrated note-taking. Designed to help you focus and track your work habits—all in one place.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
91
commits
Added naive implementation of notes UI for the HistoryScreen.
01e25c5View on GitHubUpdated Session to contain a tagInterval object. Removed sharing sessions, and showing pause count.
7fd4febView on GitHubAdded new data classes to hold Tag information for Sessions.
e7b38a3View on GitHubFinished creating continue button functionality by showing correct labels and colours while pausing in CONTINUED_STATE. Cleaned up the code.
1fa7f48View on GitHubAdded a helper function and updated existing functions so that pause and resume handle states correctly when in a continued state.
dabad93View on GitHubAdded the ability to continue working on a given state for an unlimited duration. There still exists issues with pausing/resuming that I have not fixed yet.
b3edddfView on GitHub