Skip to content

Commit ee0880f

Browse files
committed
Updated version strings & changelog for v1.5.0-beta1 release
1 parent 0ac4f53 commit ee0880f

File tree

18 files changed

+99
-100
lines changed

18 files changed

+99
-100
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
Change Log
22
===============================================================================
3+
Version 1.5.0 *(2014-09-xx)*
4+
----------------------------
5+
* Need for speed! Lots of performance optimizations in the application
6+
- Application balances are now computed faster
7+
- App loads faster and is more responsive
8+
- Faster recording of opening balances before delete operations
9+
- Import and export operations rewritten to perform faster and use less resources
10+
* Fixed: Crash after saving opening balances and trying to create new transactions
11+
* Fixed: Parent account title color sometimes not propagated to child accounts
12+
* Fixed: Recurring transactions scheduled but not saved to database during import
13+
* Fixed: Crash caused by null exception message during import
14+
* Fixed: Poor word-wrap of transaction type labels
15+
* Fixed: Amount values not always displaying the correct sign
16+
* Feature: Select default currency upon first run of application
17+
* Feature: Creating account hierarchy uses the user currency preference
18+
* Feature: Support for reading and writing compressed GnuCash XML files.
19+
* Feature: Set a passcode lock to restrict access to the application
20+
* Feature: Export a QIF file for transactions of each currency in use
21+
* Improved: Increased stability of import/export operations
22+
* Improved: Exclude multi-currency transactions from QIF exports
23+
* Improved: Display warnings/limitations of different export formats in the export dialog
24+
* Improved: Preserve split memos in QIF export (as much as possible)
25+
* Improved: Child accounts now assigned to account parent upon deletion of account
26+
* Improved: Descendant accounts cannot be selected as a parent account (no cyclic dependencies)
27+
328
Version 1.4.3 *(2014-09-09)*
429
----------------------------
530
* Fixed: Cannot edit transactions when in single-entry mode

app/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="org.gnucash.android"
20-
android:versionCode="40"
20+
android:versionCode="41"
2121
android:versionName="@string/app_version_name" >
2222

2323
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16"/>

app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<description>Gnucash Android companion application</description>
2323

2424
<parent>
25-
<version>1.4.3-SNAPSHOT</version>
25+
<version>1.5.0-SNAPSHOT</version>
2626
<groupId>org.gnucash.android</groupId>
2727
<artifactId>gnucash-android-parent</artifactId>
2828
</parent>

app/res/values-de/strings.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,11 @@
303303
<string name="summary_xml_ofx_header">Diese Option aktivieren, wenn Sie die OFX-Dateien für ein anderes Programm als GnuCash auf dem Desktop exportieren</string>
304304
<string name="title_whats_new">Neuigkeiten in dieser Version</string>
305305
<string name="whats_new">
306-
- Create multiple splits per transaction\n
307-
- Fixed computation of account balances for different account types\n
308-
- Use account-specific labels for CREDIT/DEBITs\n
309-
- Automated backup of database before deletion operations\n
310-
- Restore most recent backup of database (in Settings -> General)\n
311-
- Read transactions from GnuCash XML files (limited support)\n
312-
- Option to save opening balances before deleting transactions\n
306+
- General resource and performance optimization\n
307+
- Faster computation of account balances\n
308+
- Set passcode to restrict access to app (in Settings)\n
309+
- Export separate QIF files for each currency in use\n
310+
- Use currencey settings when creating account hierarchy\n
313311
- Multiple bug fixes and improvements\n
314312
</string>
315313
<string name="label_dismiss">Schließen</string>

app/res/values-el/strings.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,11 @@
309309
<string name="summary_xml_ofx_header">Ενεργοποίηση αυτής της επιλογής για εξαγωγή σε εφαρμογές τρίτων, εκτός του GnuCash για επιτραπέζιο υπολογιστή.</string>
310310
<string name="title_whats_new">Τι νέο υπάρχει</string>
311311
<string name="whats_new">
312-
- Create multiple splits per transaction\n
313-
- Fixed computation of account balances for different account types\n
314-
- Use account-specific labels for CREDIT/DEBITs\n
315-
- Automated backup of database before deletion operations\n
316-
- Restore most recent backup of database (in Settings -> General)\n
317-
- Read transactions from GnuCash XML files (limited support)\n
318-
- Option to save opening balances before deleting transactions\n
312+
- General resource and performance optimization\n
313+
- Faster computation of account balances\n
314+
- Set passcode to restrict access to app (in Settings)\n
315+
- Export separate QIF files for each currency in use\n
316+
- Use currencey settings when creating account hierarchy\n
319317
- Multiple bug fixes and improvements\n
320318
</string>
321319
<string name="label_dismiss">Απόρριψη</string>

app/res/values-es-rMX/strings.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,11 @@
303303
<string name="summary_xml_ofx_header">Active esta opci&#243;n para exportar a otras aplicaciones distintas a GnuCash para escritorio</string>
304304
<string name="title_whats_new">&#191;Qu&#233; hay nuevo?</string>
305305
<string name="whats_new">
306-
- Create multiple splits per transaction\n
307-
- Fixed computation of account balances for different account types\n
308-
- Use account-specific labels for CREDIT/DEBITs\n
309-
- Automated backup of database before deletion operations\n
310-
- Restore most recent backup of database (in Settings -> General)\n
311-
- Read transactions from GnuCash XML files (limited support)\n
312-
- Option to save opening balances before deleting transactions\n
306+
- General resource and performance optimization\n
307+
- Faster computation of account balances\n
308+
- Set passcode to restrict access to app (in Settings)\n
309+
- Export separate QIF files for each currency in use\n
310+
- Use currencey settings when creating account hierarchy\n
313311
- Multiple bug fixes and improvements\n
314312
</string>
315313
<string name="label_dismiss">Cerrar</string>

app/res/values-es/strings.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,12 @@
303303
<string name="summary_xml_ofx_header">Active esta opci&#243;n para exportar a otras aplicaciones distintas a GnuCash para escritorio</string>
304304
<string name="title_whats_new">Novedades</string>
305305
<string name="whats_new">
306-
- Crear m&#250;ltiples desgloses por transacci&#243;n\n
307-
- Arreglar el c&#225;lculo de saldos de cuentas para los distintos tipos de cuentas\n
308-
- Usar etiquetas especificas de cuenta para ABONO/CARGO\n
309-
- Copia de seguridad autom&#225;tica antes de las operaciones de borrado\n
310-
- Restaurar la copia de seguridad m&#225;s reciente (En Ajustes -> General)\n
311-
- Soporte limitado de lectura de transacciones en archivos GnuCash XML\n
312-
- Opci&#243; de guardar saldos de apertura antes de borrar transacciones\n
313-
- Correci&#243;n de errores y mejoras\n
306+
- General resource and performance optimization\n
307+
- Faster computation of account balances\n
308+
- Set passcode to restrict access to app (in Settings)\n
309+
- Export separate QIF files for each currency in use\n
310+
- Use currencey settings when creating account hierarchy\n
311+
- Multiple bug fixes and improvements\n
314312
</string>
315313
<string name="label_dismiss">Cerrar</string>
316314
<string name="toast_transanction_amount_required">Introduzca un importe para guardar la transacci&#243;n</string>

app/res/values-fr/strings.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -303,14 +303,12 @@
303303
<string name="summary_xml_ofx_header">Activez cette option lors d\'un export vers une application tierce autre que GnuCash pour PC</string>
304304
<string name="title_whats_new">Nouveautées</string>
305305
<string name="whats_new">
306-
- Création de multiples découpes par transactions\n
307-
- Correction du calcul des soldes de comptes pour les comptes de différents types\n
308-
- Utilisation de labels spécifiques pour les comptes CREDIT/DEBITs\n
309-
- Sauvegarde automatique des données avant la suppression des opérations\n
310-
- Restaurer la dernière sauvegarde des données (dans Paramètres -> Général)\n
311-
- Lecture des transactions depuis les fichiers GnuCash XML (support limité)\n
312-
- Options pour sauvegarder le solde des comptes avant la suppression des transactions\n
313-
- Multiples améliorations et corrections de bugs\n
306+
- General resource and performance optimization\n
307+
- Faster computation of account balances\n
308+
- Set passcode to restrict access to app (in Settings)\n
309+
- Export separate QIF files for each currency in use\n
310+
- Use currencey settings when creating account hierarchy\n
311+
- Multiple bug fixes and improvements\n
314312
</string>
315313
<string name="label_dismiss">Passer</string>
316314
<string name="toast_transanction_amount_required">Entrez un montant pour sauvegarder la transaction</string>

app/res/values-hu/strings.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,11 @@
303303
<string name="summary_xml_ofx_header">Enable this option when exporting to third-party application other than GnuCash for desktop</string>
304304
<string name="title_whats_new">What\'s New</string>
305305
<string name="whats_new">
306-
- Create multiple splits per transaction\n
307-
- Fixed computation of account balances for different account types\n
308-
- Use account-specific labels for CREDIT/DEBITs\n
309-
- Automated backup of database before deletion operations\n
310-
- Restore most recent backup of database (in Settings -> General)\n
311-
- Read transactions from GnuCash XML files (limited support)\n
312-
- Option to save opening balances before deleting transactions\n
306+
- General resource and performance optimization\n
307+
- Faster computation of account balances\n
308+
- Set passcode to restrict access to app (in Settings)\n
309+
- Export separate QIF files for each currency in use\n
310+
- Use currencey settings when creating account hierarchy\n
313311
- Multiple bug fixes and improvements\n
314312
</string>
315313
<string name="label_dismiss">Dismiss</string>

app/res/values-it/strings.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -304,13 +304,11 @@
304304
<string name="summary_xml_ofx_header">Abilitare questa opzione quando si esporta verso un\'applicazione diversa da GnuCash versione desktop</string>
305305
<string name="title_whats_new">Novità</string>
306306
<string name="whats_new">
307-
- Create multiple splits per transaction\n
308-
- Fixed computation of account balances for different account types\n
309-
- Use account-specific labels for CREDIT/DEBITs\n
310-
- Automated backup of database before deletion operations\n
311-
- Restore most recent backup of database (in Settings -> General)\n
312-
- Read transactions from GnuCash XML files (limited support)\n
313-
- Option to save opening balances before deleting transactions\n
307+
- General resource and performance optimization\n
308+
- Faster computation of account balances\n
309+
- Set passcode to restrict access to app (in Settings)\n
310+
- Export separate QIF files for each currency in use\n
311+
- Use currencey settings when creating account hierarchy\n
314312
- Multiple bug fixes and improvements\n
315313
</string>
316314
<string name="label_dismiss">Chiudi</string>

0 commit comments

Comments
 (0)