libCSWeather Changelog

  • further optimizations to fetching technique
  • working on solution to verify and cache weather so it can persist through resprings without re-fetching
  • reimplemented weather fetching technique
  • added weather error repoting which logs to '/var/mobile/Documents/CSWeatherErrorLogs/'
  • swithed to a different update method when locationservices are disabled
  • added notification for when the current city changes
  • better handling of setting the current city
  • Added localizations for the weather condition
  • Fixed a crash that could occure if loading of data failed
  • Added weather icon varients
  • Removed F/C indicators
  • Fixed issue causing weather information to always use the first city listed in the weather app even when Location Services were enabled
  • This will now properly check if location services are enabled and return weather info for current location
  • Now offers an option to use either Celsius or Fehrenheit based off your weather app preference rather than manually choosing Celsius or Fehrenheit
  • initial release