WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

Weather icon matching fix #97

Closed loganSims closed 8 years ago

loganSims commented 8 years ago

Rarely, forecasts can start with something like "Cooler. Partly cloudy". The previous logic would only check the first sentence and fail to find a match. Now reads each sentence until it finds a match.

Resolves #96