yourealwaysbe / forkyz

Forkyz Crosswords
GNU General Public License v3.0
38 stars 5 forks source link

Custom daily sources #35

Closed mooomooo closed 3 years ago

mooomooo commented 3 years ago

Enable custom daily sources, with date formatting according to Java's DateTimeFormat

Partially addresses #5; might be nice to select specific days of week rather than force daily.

NOTE: Doesn't seem to check for existing download? Will get same puzzle multiple times if you select it.

yourealwaysbe commented 3 years ago

Cool, thanks for this!

I'll apologise in advance for taking a while to look at this properly -- been a bit busy lately, but will get to it when i can.

yourealwaysbe commented 3 years ago

I see -- this is quite a simple start implementation for #5, but worth having i think. I'll include it or something similar in the next release.

matthewhague commented 3 years ago

I've merged this in to the version13 branch with some minor modifications.

Redownloading existing puzzles looks like a general bug, nothing to do with this PR.