yDelouis / selfoss-android

Android application for Selfoss
MIT License
41 stars 9 forks source link

Bad deserialisation if json fields are typed #17

Closed yDelouis closed 10 years ago

yDelouis commented 10 years ago

Some instances of selfoss return json objects where all fields are string. Some others return objects with typed fields (numbers, boolean). At the moment, only string fields are handled.

We have to accept both.

yDelouis commented 10 years ago

Should be fixed in v0.5.2.