yourealwaysbe / shortyz

Automatically exported from code.google.com/p/shortyz -- matts-branch is all my changes, notes-page branch has notes page feature, menu-all-screens adds common menu functionality to different activities
0 stars 0 forks source link

Please allow both LA Times puzzles to be downloaded on Sunday #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The LA Times publishes two 21x21 puzzles on Sunday, its "regular" puzzle and a 
"Calendar" puzzle. (These have short names of "tmcal" and "lacal", 
respectively, in the code.) Currently, only the Calendar puzzle can be 
downloaded on Sunday. 

What steps will reproduce the problem?
1. While on the puzzle list activity, press Menu and choose "Download"
2. Select any Sunday date in the date chooser
3. Click the dropdown to bring up the "Select a Puzzle" list

What is the expected output? What do you see instead?
The LA Times Calendar puzzle is available in the list, but the "regular" LA 
Times puzzle is not.

What version of the product are you using? On what operating system?
3.1.4 on Android 2.3.4

Please provide any additional information below.
I spot-checked URLs for several weeks in 2011 (i.e. 
http://picayune.uclick.com/comics/tmcal/data/tmcal110102-data.xml through 
http://picayune.uclick.com/comics/tmcal/data/tmcal111030-data.xml), and it 
seems that Sunday puzzles are regularly available.

I think this is an easy change in Downloaders.java (in the 
com.totsp.crossword.net package) near line 80. Currently, 
Downloader.DATE_NO_SUNDAY is passed for the days[] parameter of the 
UclickDownloader constructor.

I really enjoy using Shortyz for solving puzzles on the road. The UI is very 
well done. Thanks for publishing it!

Original issue reported on code.google.com by Andy.Huf...@gmail.com on 7 Nov 2011 at 5:34

GoogleCodeExporter commented 9 years ago
I recently found that the app has been updated and the regular LA Times Sunday 
puzzle is available.  Thanks!

Original comment by Andy.Huf...@gmail.com on 13 Dec 2011 at 1:41