Lots of code cleanup and improvements after inspection

Load Today tasks in a AsyncTask
Use of plurals instead of string
Menu icons change
No more tasks now displayed in the center of the screen
This commit is contained in:
bg45
2017-03-23 17:55:38 -04:00
parent 34cb77d6c4
commit 799ec9a058
97 changed files with 196 additions and 663 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 19
targetSdkVersion 25
versionCode 15
versionName "1.4.0"
versionCode 16
versionName "1.4.1"
}
buildTypes {
release {
@@ -26,7 +26,7 @@ dependencies {
compile 'com.android.support:support-v4:25.3.0'
compile 'com.android.support:percent:25.3.0'
compile 'com.android.support:recyclerview-v7:25.3.0'
compile 'com.google.android.gms:play-services-ads:10.2.0'
compile 'com.google.android.gms:play-services-ads:10.2.1'
compile 'net.danlew:android.joda:2.9.7'
testCompile 'junit:junit:4.12'
}