diff --git a/CHANGELOG.md b/CHANGELOG.md index 37a96c68b..cee757f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ Change Log =============================================================================== +Version 1.5.4 *(2015-02-16)* +---------------------------- +* Fixed: Crash when creating TRADING accounts +* Fixed: Crash when deleting scheduled transactions +* Fixed: Account parent can be set to self, creating a cyclic hierarchy +* Fixed: Transactions not saved when double-entry is enabled but no transfer account is specified +* Improved: Auto-select the device locale currency in the account-creation dialog +* Improved: Upgraded structure of repository to match latest Android conventions +* Improved: Updated instrumentation tests and enabled better test reporting with Spoon + Version 1.5.3 *(2015-02-02)* ---------------------------- * Fixed: Unable to edit double-entry transactions diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 914ec14b7..d2b648f04 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -21,4 +21,5 @@ Lei Xiao Bao Yongxin Wang Matthew Hague Spanti Nicola -Jesse Shieh \ No newline at end of file +Jesse Shieh +Àlex Magaz Graça \ No newline at end of file diff --git a/app/pom.xml b/app/pom.xml index ba27486e0..f3f51363a 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -22,7 +22,7 @@ Gnucash Android companion application - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/app/project.properties b/app/project.properties index 2325cfe94..b1dd044be 100644 --- a/app/project.properties +++ b/app/project.properties @@ -11,7 +11,7 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-16 +target=android-18 android.library.reference.1=gen-external-apklibs/com.actionbarsherlock_actionbarsherlock_4.4.0 android.library.reference.2=gen-external-apklibs/com.viewpagerindicator_library_2.4.1 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 62c5d6913..7ab2ed5ee 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,10 +17,10 @@ - + GnuCash - 1.5.3 + 1.5.4 Create Account Edit Account Info diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 955c68586..74ce5c4af 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/integration-tests/project.properties b/integration-tests/project.properties index 9b84a6b4b..ce39f2d0a 100644 --- a/integration-tests/project.properties +++ b/integration-tests/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-16 +target=android-18 diff --git a/integration-tests/src/main/AndroidManifest.xml b/integration-tests/src/main/AndroidManifest.xml index 4af4c04ca..9d914bab3 100644 --- a/integration-tests/src/main/AndroidManifest.xml +++ b/integration-tests/src/main/AndroidManifest.xml @@ -4,7 +4,7 @@ android:versionCode="3" android:versionName="1.2.4" > - + diff --git a/pom.xml b/pom.xml index 79b5421ab..b32f2dbf4 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 4.0.0 - 1.5.3-SNAPSHOT + 1.5.4-SNAPSHOT org.gnucash.android gnucash-android-parent GnuCash Android parent @@ -46,7 +46,7 @@ ${env.ANDROID_HOME} - 16 + 19 true