Code cleanup

ViewPagerAdapter now has its own file
Async classes are static with WeakReferences to containing entity
History and Today icons are changed
Created new History activity
Modified TasksFragment to determine parent activity (Today, History or else)
This commit is contained in:
BONNEVILLE Geoffroy
2017-12-20 18:54:21 +01:00
parent b589feeb17
commit ee86b42c1a
47 changed files with 266 additions and 247 deletions

View File

@@ -8,13 +8,14 @@ android {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 19
targetSdkVersion 27
versionCode 23
versionName "1.4.8"
versionCode 24
versionName "1.5"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
zipAlignEnabled true
}
}
}