New categories in Settings

New type of task layout without description and with bigger title
Old layout is now called Detailed
Possibility to choose layout in Settings
Task list delete confirmation checkbox "never ask again" implemented and present in Settings
Divider between tasks
Design changes (different colors on Swipe)
Data validation on new task and new task list
Correction of database open bug in Task List fragment
This commit is contained in:
2016-01-11 17:22:02 -05:00
parent 31d9b26afc
commit 55d3525869
17 changed files with 354 additions and 203 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 15
targetSdkVersion 23
versionCode 3
versionName "0.3"
versionCode 5
versionName "0.5"
}
buildTypes {
release {