From 182b0bbb8df5679eaa61ef76570773dd953be232 Mon Sep 17 00:00:00 2001 From: Ali Mehrpour Date: Mon, 23 May 2016 15:41:34 -0700 Subject: [PATCH 1/4] Upgrade to Android Studio 2.1.1 --- .idea/compiler.xml | 2 +- ..._c__2014_Volcano__All_rights_reserved_.xml | 9 ----- .idea/gradle.xml | 8 +++- .idea/misc.xml | 7 +--- MaterialDialogs/MaterialDialogs.iml | 33 ++++++++++++--- build.gradle | 2 +- eSecureBox/eSecureBox-eSecureBox.iml | 40 ++++++++++++++++--- gradle/wrapper/gradle-wrapper.properties | 4 +- 8 files changed, 74 insertions(+), 31 deletions(-) delete mode 100644 .idea/copyright/Copyright__c__2014_Volcano__All_rights_reserved_.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 9a8b7e5..96cc43e 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,7 +1,6 @@ - diff --git a/.idea/misc.xml b/.idea/misc.xml index ecfbf8f..de428ae 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,10 +1,7 @@ - - - - - + diff --git a/MaterialDialogs/MaterialDialogs.iml b/MaterialDialogs/MaterialDialogs.iml index fbedec1..7109feb 100644 --- a/MaterialDialogs/MaterialDialogs.iml +++ b/MaterialDialogs/MaterialDialogs.iml @@ -12,10 +12,7 @@ - + @@ -37,13 +34,13 @@ - + - + @@ -51,6 +48,15 @@ + + + + + + + + + @@ -58,6 +64,15 @@ + + + + + + + + + @@ -65,8 +80,10 @@ + + @@ -74,12 +91,16 @@ + + + + diff --git a/build.gradle b/build.gradle index 9405f3f..f6e9073 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.2.3' + classpath 'com.android.tools.build:gradle:2.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/eSecureBox/eSecureBox-eSecureBox.iml b/eSecureBox/eSecureBox-eSecureBox.iml index 9c23389..fed8c1a 100644 --- a/eSecureBox/eSecureBox-eSecureBox.iml +++ b/eSecureBox/eSecureBox-eSecureBox.iml @@ -12,10 +12,7 @@ - + @@ -37,13 +34,13 @@ - + - + @@ -51,6 +48,15 @@ + + + + + + + + + @@ -58,6 +64,7 @@ + @@ -65,7 +72,18 @@ + + + + + + + + + + + @@ -78,13 +96,23 @@ + + + + + + + + + + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0c71e76..7bd349f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Wed Apr 10 15:27:10 PDT 2013 +#Mon May 23 15:30:51 PDT 2016 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip From 10ff0b5a9852309c19ff721cc7bef2b9071d6ec8 Mon Sep 17 00:00:00 2001 From: Ali Mehrpour Date: Mon, 23 May 2016 15:49:22 -0700 Subject: [PATCH 2/4] Handle back key press when dialog is shown --- .idea/misc.xml | 3 ++ eSecureBox/eSecureBox-eSecureBox.iml | 1 + eSecureBox/src/main/AndroidManifest.xml | 2 +- .../esecurebox/activity/AbstractActivity.java | 19 +++++++++-- .../activity/CreateAccountActivity.java | 26 ++++++++------- .../activity/DisplayAccountActivity.java | 2 +- .../activity/EditAccountActivity.java | 32 ++++++++++++------- .../esecurebox/activity/MainActivity.java | 2 +- .../esecurebox/activity/SettingsActivity.java | 2 +- 9 files changed, 58 insertions(+), 31 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index de428ae..1a3eaff 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,8 @@ + + +