Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for continuous Loop for Work and break #58

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
efe4837
new v2 draft: event-driven restructure
matchu Jul 14, 2013
29ceec6
event-based page blocking is pretty
matchu Jul 14, 2013
5c698d3
use constant naming conventions for content script constants
matchu Jul 14, 2013
a317438
oops, actually use the matcher for block/unblock
matchu Jul 14, 2013
4a6e4b4
update badge text
matchu Jul 14, 2013
1ccf685
new options module and page
matchu Jul 15, 2013
ef98fe9
actually use options for durations and site lists
matchu Jul 15, 2013
6b81805
move default state constant inside Phases
matchu Jul 15, 2013
5eb0487
document onAlarm handler in event page
matchu Jul 15, 2013
243b9dd
move startNext into Phases
matchu Jul 15, 2013
7de741c
trigger next/exit from blocked page
matchu Jul 15, 2013
84a7165
add TODO to forward matcher with phase changes
matchu Jul 15, 2013
b8a32c3
show/hide buttons appropriate and i18n
matchu Jul 15, 2013
d0fe789
oops, center the overlay
matchu Jul 15, 2013
ff5fde1
happy interactive notifications
matchu Jul 15, 2013
e6de61b
oops, connect audio checkbox and option properly
matchu Jul 17, 2013
1577613
play audio on timer complete
matchu Jul 17, 2013
1c686f3
always use === over ==
matchu Jul 17, 2013
8e76d01
more consistent control button styles on, say, facebook
matchu Oct 10, 2013
45c933a
first draft of complete/warning notifications
matchu May 24, 2014
170ea9d
old content scripts can finally go die
matchu May 24, 2014
6d55d28
fix content.css typo
matchu May 25, 2014
6333b59
drop the "m" from browser action text, because the font is sooo small…
matchu May 25, 2014
0e79d3b
whoops; left some html notification css and js lying around.
matchu May 25, 2014
26daad1
now that we're usable, set default times to 25m/5m
matchu May 25, 2014
b26f84f
use prefix "options" for storage key prefix instead of "prefs"
matchu May 25, 2014
b282ca4
replace notification-specific icons with resized variants of 128
matchu May 25, 2014
aaed3fc
basic scheduling logic
matchu Jun 1, 2014
128c16e
fold lots of the scheduling logic into the new concept of transitions
matchu Jun 1, 2014
6998556
move warning notification into phase options rather than trying to in…
matchu Jun 2, 2014
f33b0ae
whoops; put wrong browser action icons with afterWork and afterBreak
matchu Jun 2, 2014
e799e94
overlay all the things without resetting plugins
matchu Jun 2, 2014
0b065d1
reorganize modules to something bearable
matchu Jun 3, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,18 @@
"example": "work"
}
}
},

"start_next_work": {
"message": "Start work timer",
"description": "Button to start the next work timer"
},
"start_next_break": {
"message": "Start break timer",
"description": "Button to start the next break timer"
},
"exit": {
"message": "Done working",
"description": "Button to click when there's no more work to do"
}
}
364 changes: 0 additions & 364 deletions background.js

This file was deleted.

Loading