iFixit / iFixitAndroid

Official iFixit Android App
https://play.google.com/store/apps/details?id=com.dozuki.ifixit
GNU General Public License v3.0
162 stars 88 forks source link

Change modified dates to doubles #157

Closed marczych closed 11 years ago

marczych commented 11 years ago

Modified dates in the API are changing to doubles so they have more precision. Unfortunately, GSON fails trying to parse a double into an int so we must change the type to be compatible.

timothyasp commented 11 years ago

CR :+1: