WeatherInformation: using package name.gumartinm.weather.information
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 15 Nov 2014 14:52:00 +0000 (15:52 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sat, 15 Nov 2014 14:52:00 +0000 (15:52 +0100)
commit7560aa117b154609011e7df6f1424cdd5e13fd0f
treef31ccbbd8f4a64654e4cd8b9cd95b99b0e2f85c7
parent118d7ae295f65a1ada4d4356ae518d9f759b2c69
WeatherInformation: using package name.gumartinm.weather.information
108 files changed:
Android/WeatherInformation/app/build.gradle
Android/WeatherInformation/app/src/androidTest/java/com/weather/information/test/JPOSWeatherParserTest.java [deleted file]
Android/WeatherInformation/app/src/androidTest/java/com/weather/information/test/WeatherInformationActivityUnitTest.java [deleted file]
Android/WeatherInformation/app/src/androidTest/java/name/gumartinm/weather/information/test/JPOSWeatherParserTest.java [new file with mode: 0644]
Android/WeatherInformation/app/src/androidTest/java/name/gumartinm/weather/information/test/WeatherInformationActivityUnitTest.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/AndroidManifest.xml
Android/WeatherInformation/app/src/main/java/com/weather/information/activity/AboutActivity.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/activity/LicensesActivity.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/activity/MapActivity.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/activity/SpecificActivity.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/activity/WeatherInformationPreferencesActivity.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/activity/WeatherTabsActivity.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/boot/WeatherInformationBootReceiver.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/ErrorDialogFragment.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/current/CurrentFragment.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/map/MapButtonsFragment.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/map/MapProgressFragment.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/overview/OverviewAdapter.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/overview/OverviewEntry.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/overview/OverviewFragment.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/preferences/WeatherInformationPreferencesFragment.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/fragment/specific/SpecificFragment.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/httpclient/Consts.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/httpclient/ContentType.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/httpclient/CustomHTTPClient.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/DatabaseQueries.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/WeatherLocation.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/WeatherLocationContract.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/WeatherLocationDbHelper.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/WeatherLocationDbQueries.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Clouds.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Coord.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Current.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Main.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Rain.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Snow.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Sys.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Weather.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/currentweather/Wind.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/forecastweather/City.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/forecastweather/Coord.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/forecastweather/Forecast.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/forecastweather/List.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/forecastweather/Temp.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/model/forecastweather/Weather.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/notification/NotificationIntentService.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/parser/IJPOSParser.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/parser/JPOSWeatherParser.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/service/IconsList.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/service/PermanentStorage.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/service/ServiceParser.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/widget/WidgetConfigure.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/widget/WidgetProvider.java [deleted file]
Android/WeatherInformation/app/src/main/java/com/weather/information/widget/service/WidgetIntentService.java [deleted file]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/AboutActivity.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/LicensesActivity.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/MapActivity.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/SpecificActivity.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/WeatherInformationPreferencesActivity.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/WeatherTabsActivity.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/boot/WeatherInformationBootReceiver.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/ErrorDialogFragment.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/map/MapButtonsFragment.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/map/MapProgressFragment.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewAdapter.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewEntry.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewFragment.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/preferences/WeatherInformationPreferencesFragment.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/specific/SpecificFragment.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/httpclient/Consts.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/httpclient/ContentType.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/httpclient/CustomHTTPClient.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/DatabaseQueries.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocation.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocationContract.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocationDbHelper.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/WeatherLocationDbQueries.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Clouds.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Coord.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Current.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Main.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Rain.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Snow.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Sys.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Weather.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/currentweather/Wind.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/City.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Coord.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Forecast.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/List.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Temp.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Weather.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/notification/NotificationIntentService.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/parser/IJPOSParser.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/parser/JPOSWeatherParser.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/service/IconsList.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/service/PermanentStorage.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/service/ServiceParser.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/widget/WidgetConfigure.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/widget/WidgetProvider.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/widget/service/WidgetIntentService.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/res/layout-large/weather_main.xml
Android/WeatherInformation/app/src/main/res/layout/weather_current_fragment.xml
Android/WeatherInformation/app/src/main/res/layout/weather_map.xml
Android/WeatherInformation/app/src/main/res/layout/weather_specific.xml
Android/WeatherInformation/app/src/main/res/menu/main.xml
Android/WeatherInformation/app/src/main/res/xml/appwidget_provider.xml