WeatherInformation: license and third party licenses
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 02:41:02 +0000 (03:41 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 02:41:02 +0000 (03:41 +0100)
commit731611f85096cbc8c6516d46e8b92533c353a2e4
tree87ac4771e394653c0cba874df0cbac6c96063258
parentf52898caae8adb7302765e28aa68037383138666
WeatherInformation: license and third party licenses
87 files changed:
LICENSE [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
NOTICE [new file with mode: 0644]
app/src/androidTest/java/name/gumartinm/weather/information/test/JPOSWeatherParserTest.java
app/src/androidTest/java/name/gumartinm/weather/information/test/WeatherInformationActivityUnitTest.java
app/src/androidTest/res/values/strings.xml
app/src/main/AndroidManifest.xml
app/src/main/assets/LICENSE [new file with mode: 0644]
app/src/main/assets/NOTICE [new file with mode: 0644]
app/src/main/assets/apache-http-client-license.txt [new file with mode: 0644]
app/src/main/assets/gnome-icon-license.txt [new file with mode: 0644]
app/src/main/assets/google-widget-dark-license.txt [new file with mode: 0644]
app/src/main/assets/jackson-license.txt [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/activity/AboutActivity.java
app/src/main/java/name/gumartinm/weather/information/activity/LicensesActivity.java
app/src/main/java/name/gumartinm/weather/information/activity/MapActivity.java
app/src/main/java/name/gumartinm/weather/information/activity/SpecificActivity.java
app/src/main/java/name/gumartinm/weather/information/activity/WeatherInformationPreferencesActivity.java
app/src/main/java/name/gumartinm/weather/information/activity/WeatherTabsActivity.java
app/src/main/java/name/gumartinm/weather/information/boot/WeatherInformationBootReceiver.java
app/src/main/java/name/gumartinm/weather/information/fragment/ErrorDialogFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/map/MapButtonsFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/map/MapProgressFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewAdapter.java
app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewEntry.java
app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/preferences/WeatherInformationPreferencesFragment.java
app/src/main/java/name/gumartinm/weather/information/httpclient/CustomHTTPClient.java
app/src/main/java/name/gumartinm/weather/information/model/DatabaseQueries.java
app/src/main/java/name/gumartinm/weather/information/model/WeatherLocation.java
app/src/main/java/name/gumartinm/weather/information/model/WeatherLocationContract.java
app/src/main/java/name/gumartinm/weather/information/model/WeatherLocationDbHelper.java
app/src/main/java/name/gumartinm/weather/information/model/WeatherLocationDbQueries.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Clouds.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Coord.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Current.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Main.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Rain.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Snow.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Sys.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Weather.java
app/src/main/java/name/gumartinm/weather/information/model/currentweather/Wind.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/City.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Coord.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Forecast.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/List.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Temp.java
app/src/main/java/name/gumartinm/weather/information/model/forecastweather/Weather.java
app/src/main/java/name/gumartinm/weather/information/notification/NotificationIntentService.java
app/src/main/java/name/gumartinm/weather/information/parser/JPOSCurrentParser.java
app/src/main/java/name/gumartinm/weather/information/parser/JPOSForecastParser.java
app/src/main/java/name/gumartinm/weather/information/service/IconsList.java
app/src/main/java/name/gumartinm/weather/information/service/PermanentStorage.java
app/src/main/java/name/gumartinm/weather/information/service/ServiceCurrentParser.java
app/src/main/java/name/gumartinm/weather/information/service/ServiceForecastParser.java
app/src/main/java/name/gumartinm/weather/information/widget/WidgetConfigure.java
app/src/main/res/anim/weather_map_enter_progress.xml
app/src/main/res/anim/weather_map_exit_progress.xml
app/src/main/res/layout-land/weather_specific_fragment.xml
app/src/main/res/layout-large/weather_main.xml
app/src/main/res/layout-port/weather_specific_fragment.xml
app/src/main/res/layout/appwidget.xml
app/src/main/res/layout/appwidget_configure.xml
app/src/main/res/layout/appwidget_error.xml
app/src/main/res/layout/fragment_pager.xml
app/src/main/res/layout/notification.xml
app/src/main/res/layout/weather_about.xml
app/src/main/res/layout/weather_current_fragment.xml
app/src/main/res/layout/weather_licenses.xml
app/src/main/res/layout/weather_main_entry_list.xml
app/src/main/res/layout/weather_map.xml
app/src/main/res/layout/weather_map_buttons.xml
app/src/main/res/layout/weather_map_progress.xml
app/src/main/res/layout/weather_specific.xml
app/src/main/res/menu/weather_main_menu.xml
app/src/main/res/values-v11/styles.xml
app/src/main/res/values-v14/dimens.xml
app/src/main/res/values-v14/styles.xml
app/src/main/res/values-w820dp/dimens.xml
app/src/main/res/values/arrays.xml
app/src/main/res/values/dimens.xml
app/src/main/res/values/strings.xml
app/src/main/res/values/styles.xml
app/src/main/res/xml/appwidget_preferences.xml
app/src/main/res/xml/appwidget_provider.xml
app/src/main/res/xml/weather_preferences.xml