Changes are now persisted when application is closed while the Snackbar is opened.

Edit list menu button is now outside the menu, with an icon
New menu button to allow faster layout changing (does the same as going in the Settings)
Current opened tab is now saved when re-opening app
This commit is contained in:
2016-01-15 13:38:24 -05:00
committed by geoffroy
parent 2c1fad07aa
commit dd67ff4421
7 changed files with 101 additions and 35 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "com.wismna.geoffroy.donext"
minSdkVersion 15
targetSdkVersion 23
versionCode 6
versionName "0.6"
versionCode 7
versionName "0.7"
}
buildTypes {
release {