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)
commit2b9c3fda30862b0d216de979732fc6ec6afa5948
tree3b6ea1f68d9894a28156c45c380bb772483f9f20
parent16dbc0473db53d34bbc008d4b01f01d9b48d626f
WeatherInformation: updating class names
13 files changed:
app/src/main/AndroidManifest.xml
app/src/main/java/name/gumartinm/weather/information/activity/MainTabsActivity.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/activity/PreferencesActivity.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/activity/WeatherInformationPreferencesActivity.java [deleted file]
app/src/main/java/name/gumartinm/weather/information/activity/WeatherTabsActivity.java [deleted file]
app/src/main/java/name/gumartinm/weather/information/boot/BootReceiver.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/boot/WeatherInformationBootReceiver.java [deleted file]
app/src/main/java/name/gumartinm/weather/information/fragment/preferences/PreferencesFragment.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/fragment/preferences/WeatherInformationPreferencesFragment.java [deleted file]
app/src/main/java/name/gumartinm/weather/information/notification/NotificationIntentService.java
app/src/main/java/name/gumartinm/weather/information/widget/WidgetIntentService.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/widget/WidgetProvider.java
app/src/main/java/name/gumartinm/weather/information/widget/service/WidgetIntentService.java [deleted file]