ccomeaux / boardgamegeek4android

BoardGameGeek application for Android (unofficial)
GNU General Public License v3.0
228 stars 47 forks source link

Application crashes while searching #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open application
2. Enter game name in search field
3. Search

Excepting list of games. But there is crash. Force closes application.

Version: 1.8

Original issue reported on code.google.com by tomasz.l...@gmail.com on 8 Jul 2009 at 8:55

GoogleCodeExporter commented 9 years ago
This was due to 'yearpublished' being removed from the API again.  I have 
corrected
the code to compensate for this by using 'gameid' if the year is not available, 
but
using the year if it becomes available in the future.  Release 1.9 fixes this 
issue.

Original comment by bond.den...@gmail.com on 8 Jul 2009 at 11:36