Using timber instead of default Android logger.
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 8 Dec 2014 23:26:04 +0000 (00:26 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 8 Dec 2014 23:26:04 +0000 (00:26 +0100)
commitbd1c80e7679b7fe904947c73dcb653f58ed83202
treec3ffac607eeb9b932c93b08656d9abe8888aacfc
parent29288ce87f5fe04ab425b2304b6a0c09a29ca6bc
Using timber instead of default Android logger.
14 files changed:
LICENSE.md
app/build.gradle
app/src/main/AndroidManifest.xml
app/src/main/assets/timber-license.txt [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/activity/LicensesActivity.java
app/src/main/java/name/gumartinm/weather/information/app/WeatherInformationApp.java [new file with mode: 0644]
app/src/main/java/name/gumartinm/weather/information/fragment/current/CurrentFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/map/MapProgressFragment.java
app/src/main/java/name/gumartinm/weather/information/fragment/overview/OverviewFragment.java
app/src/main/java/name/gumartinm/weather/information/model/WeatherLocationDbHelper.java
app/src/main/java/name/gumartinm/weather/information/notification/NotificationIntentService.java
app/src/main/java/name/gumartinm/weather/information/service/PermanentStorage.java
app/src/main/java/name/gumartinm/weather/information/widget/WidgetIntentService.java
app/src/main/res/raw/licenses.html