diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6e8367a..df104618d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ Change Log =============================================================================== +Version 1.5.0 *(2014-10-01)* +---------------------------- +* Need for speed! Lots of performance optimizations in the application + - Application balances are now computed faster + - App loads faster and is more responsive + - Faster recording of opening balances before delete operations + - Import and export operations rewritten to perform faster and use less resources +* Fixed: Crash after saving opening balances and trying to create new transactions +* Fixed: Parent account title color sometimes not propagated to child accounts +* Fixed: Recurring transactions scheduled but not saved to database during import +* Fixed: Crash caused by null exception message during import +* Fixed: Poor word-wrap of transaction type labels +* Fixed: Amount values not always displaying the correct sign +* Feature: Select default currency upon first run of application +* Feature: Creating account hierarchy uses the user currency preference +* Feature: Support for reading and writing compressed GnuCash XML files. +* Feature: Set a passcode lock to restrict access to the application +* Feature: Export a QIF file for transactions of each currency in use +* Improved: Increased stability of import/export operations +* Improved: Exclude multi-currency transactions from QIF exports +* Improved: Display warnings/limitations of different export formats in the export dialog +* Improved: Preserve split memos in QIF export (as much as possible) +* Improved: Child accounts now assigned to account parent upon deletion of account +* Improved: Descendant accounts cannot be selected as a parent account (no cyclic dependencies) + Version 1.4.3 *(2014-09-09)* ---------------------------- * Fixed: Cannot edit transactions when in single-entry mode diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a33fd3cc2..ac8d111d0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ several different people. Appreciation goes to Muslim Chochlov and the to whole GnuCash community for guiding the project through the early phases and providing valuable feedback. -The following people contributed translations to GnuCash for Android: +The following people contributed (code and translations) to GnuCash for Android: Christian Stimming Cristian Marchi Menelaos Maglis @@ -16,4 +16,6 @@ Nicolas Barranger Sigurd Gartmann Pedro Abel windwarrior -Lei Xiao Bao \ No newline at end of file +Oleksandr Tyshkovets +Lei Xiao Bao +Yongxin Wang \ No newline at end of file diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 3bf8f69d6..9985b6dad 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -17,7 +17,7 @@ @@ -55,7 +55,13 @@ + + + diff --git a/app/pom.xml b/app/pom.xml index 7f873c846..534877eab 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -22,7 +22,7 @@ Gnucash Android companion application - 1.4.3-SNAPSHOT + 1.5.0-SNAPSHOT org.gnucash.android gnucash-android-parent diff --git a/app/res/drawable-mdpi/clear_btn.png b/app/res/drawable-mdpi/clear_btn.png new file mode 100644 index 000000000..bc3b98507 Binary files /dev/null and b/app/res/drawable-mdpi/clear_btn.png differ diff --git a/app/res/layout/dialog_export_ofx.xml b/app/res/layout/dialog_export.xml similarity index 92% rename from app/res/layout/dialog_export_ofx.xml rename to app/res/layout/dialog_export.xml index e032abaa7..9ea5bdadb 100644 --- a/app/res/layout/dialog_export_ofx.xml +++ b/app/res/layout/dialog_export.xml @@ -69,6 +69,12 @@ android:layout_height="wrap_content" android:text="OFX"/> + + + + + + + + +