WindowsPhone: WeatherInformation
authorGustavo Martin <gu.martinm@gmail.com>
Mon, 19 May 2014 05:43:57 +0000 (07:43 +0200)
committerGustavo Martin <gu.martinm@gmail.com>
Mon, 19 May 2014 05:43:57 +0000 (07:43 +0200)
commitf9c1a5a35a2c9e94ba64e2967be5cbcfdd5d7026
tree4ff6fb6eee0094c485564f741d3312e185f1db58
parentba47b833ccadcb0b3869e47bbb632ea8dfd79c48
WindowsPhone: WeatherInformation
43 files changed:
WindowsPhone/WeatherInformation/WeatherInformation.sln [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/App.xaml [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/App.xaml.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Assets/AlignmentGrid.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Assets/ApplicationIcon.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Images/add.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Images/feature.settings.png [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/LocalizedStrings.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/MainPage.xaml [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/MainPage.xaml.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/MapPage.xaml [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/MapPage.xaml.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Clouds.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Coord.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/CurrentWeather.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Main.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Rain.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Sys.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Weather.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/CurrentWeatherParser/Wind.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/City.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Coord.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/ForecastWeather.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/List.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Temp.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/ForecastWeatherParser/Weather.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/JsonDataParser/JsonParser.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Model/Services/ServiceParser.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Properties/AppManifest.xml [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Properties/AssemblyInfo.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Properties/WMAppManifest.xml [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Resources/AppResources.Designer.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/Resources/AppResources.resx [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/SampleData/MainViewModelSampleData.xaml [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/ViewModels/ItemViewModel.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/ViewModels/MainViewModel.cs [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/WeatherInformation.csproj [new file with mode: 0644]
WindowsPhone/WeatherInformation/WeatherInformation/packages.config [new file with mode: 0644]