linxuan-yang / npr-android-app

Automatically exported from code.google.com/p/npr-android-app
0 stars 0 forks source link

Topics nav item causing FC #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tap the spinner/dropdown nav
2. select topics

What is the expected output? What do you see instead?
Seems to be crashing the app withoutever loading the view.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jpenn...@gmail.com on 2 Nov 2012 at 8:59

GoogleCodeExporter commented 8 years ago
The API results for topics have changed.  The app is making the following call:

http://api.npr.org/list?&id=3002&sc=18&apiKey=< key deleted >

The XML list result previously included attributes on the items that indicated 
storycountall, storycounttoday, and storycountmonth.  Those fields are no 
longer included.  The app was expecting them as it parsed the item nodes.  I'll 
update the code to handle the missing information gracefully.

Original comment by justinfr...@gmail.com on 5 Nov 2012 at 6:35

GoogleCodeExporter commented 8 years ago
The counts weren't being used, so I've removed them.  

Original comment by justinfr...@gmail.com on 5 Nov 2012 at 6:50

GoogleCodeExporter commented 8 years ago

Original comment by jpenn...@gmail.com on 13 Nov 2012 at 10:27