WeatherInformation: updating class names
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 15:14:40 +0000 (16:14 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Sun, 16 Nov 2014 15:14:40 +0000 (16:14 +0100)
commit82a4d59e4c785d31b48cf7cd2e7828d288a6e256
treeb7a850d9a2de7703234429c128eba50badb14833
parentf9b497eb3534af2ba32dacced5d7fc04db2e1436
WeatherInformation: updating class names
13 files changed:
Android/WeatherInformation/app/src/main/AndroidManifest.xml
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/MainTabsActivity.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/PreferencesActivity.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/WeatherInformationPreferencesActivity.java [deleted file]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/activity/WeatherTabsActivity.java [deleted file]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/boot/BootReceiver.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/boot/WeatherInformationBootReceiver.java [deleted file]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/preferences/PreferencesFragment.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/fragment/preferences/WeatherInformationPreferencesFragment.java [deleted file]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/notification/NotificationIntentService.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/widget/WidgetIntentService.java [new file with mode: 0644]
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/widget/WidgetProvider.java
Android/WeatherInformation/app/src/main/java/name/gumartinm/weather/information/widget/service/WidgetIntentService.java [deleted file]