Skip to content

Commit 53937c8

Browse files
committed
Merge branch 'release/v1.2.1'
2 parents 4565433 + 69c2876 commit 53937c8

28 files changed

Lines changed: 293 additions & 64 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Change Log
22
===============================================================================
3+
Version 1.2.1 *(2013-06-22)*
4+
----------------------------
5+
* Fixed: crash when opening Settings on devices with Gingerbread or earlier
6+
* Improved performance for loading list of accounts and transactions
7+
* Show progress dialog for importing accounts and improve reliability
8+
39
Version 1.2.0 *(2013-06-20)*
410
----------------------------
511
* Feature: Import GnuCash desktop account structure

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After satisfying those requirements, the build is pretty simple:
3737
You might find that your device doesn't let you install your build if you
3838
already have the version from the Android Market installed. This is standard
3939
Android security as it it won't let you directly replace an app that's been
40-
signed with a different key. Manually uninstall Gauges from your device and
40+
signed with a different key. Manually uninstall GnuCash from your device and
4141
you will then be able to install your own built version.
4242

4343

app/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="org.gnucash.android"
20-
android:versionCode="8"
21-
android:versionName="1.2.0" >
20+
android:versionCode="9"
21+
android:versionName="1.2.1" >
2222

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

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.2.0-SNAPSHOT</version>
25+
<version>1.2.1</version>
2626
<groupId>org.gnucash.android</groupId>
2727
<artifactId>gnucash-android-parent</artifactId>
2828
</parent>

app/res/values-de/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@
337337
<string name="summary_delete_all_transactions">All transactions in all accounts will be deleted!</string>
338338
<string name="title_delete_all_transactions">Delete all transactions</string>
339339
<string name="toast_all_transactions_deleted">All transactions successfully deleted!</string>
340+
<string name="title_progress_importing_accounts">Importing accounts</string>
341+
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
340342
<plurals name="label_sub_accounts">
341343
<item quantity="one">%d Unterkonto</item>
342344
<item quantity="other">%d Unterkonten</item>

app/res/values-el/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@
351351
<string name="title_delete_all_transactions">Διαγραφή όλων των κινήσεων</string>
352352
<string name="toast_all_transactions_deleted">Όλες οι κινήσεις διαγράφηκαν
353353
με επιτυχία!</string>
354+
<string name="title_progress_importing_accounts">Importing accounts</string>
355+
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
354356
<plurals name="label_sub_accounts">
355357
<item quantity="one">%d υπο-λογαριασμός</item>
356358
<item quantity="other">%d υπο-λογαριασμοί</item>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,8 @@
334334
<string name="summary_delete_all_transactions">&#161;Todas las transaccipnes en todas las cuentas ser&#225;n borradas!</string>
335335
<string name="title_delete_all_transactions">Borrar todas las transacciones</string>
336336
<string name="toast_all_transactions_deleted">&#161;Todas las transacciones han sido borradas con exit&#243;samente!</string>
337+
<string name="title_progress_importing_accounts">Importing accounts</string>
338+
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
337339
<plurals name="label_sub_accounts">
338340
<item quantity="one">%d subcuenta</item>
339341
<item quantity="other">%d subcuentas</item>

app/res/values-es/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@
335335
<string name="summary_delete_all_transactions">Todas las transaccipnes en todas las cuentas ser&#225;n borradas</string>
336336
<string name="title_delete_all_transactions">Borrar todas las transacciones</string>
337337
<string name="toast_all_transactions_deleted">Todas las transacciones han sido borradas con &#233;xito</string>
338+
<string name="title_progress_importing_accounts">Importing accounts</string>
339+
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
338340
<plurals name="label_sub_accounts">
339341
<item quantity="one">%d sub-cuenta</item>
340342
<item quantity="other">%d sub-cuentas</item>

app/res/values-fr/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@
333333
<string name="summary_delete_all_transactions">Toutes les transactions sur tous les comptes seront supprim&#233;s!</string>
334334
<string name="title_delete_all_transactions">Supprimer toutes les transactions</string>
335335
<string name="toast_all_transactions_deleted">Toutes les transactions ont &#233;t&#233; supprim&#233;es avec succ&#232;s!</string>
336+
<string name="title_progress_importing_accounts">Importing accounts</string>
337+
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
336338
<plurals name="label_sub_accounts">
337339
<item quantity="one">%d sous-compte</item>
338340
<item quantity="other">%d sous-comptes</item>

app/res/values-hu/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@
336336
<string name="summary_delete_all_transactions">All transactions in all accounts will be deleted!</string>
337337
<string name="title_delete_all_transactions">Delete all transactions</string>
338338
<string name="toast_all_transactions_deleted">All transactions successfully deleted!</string>
339+
<string name="title_progress_importing_accounts">Importing accounts</string>
340+
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
339341
<plurals name="label_sub_accounts">
340342
<item quantity="one">%d sub-account</item>
341343
<item quantity="other">%d sub-accounts</item>

0 commit comments

Comments
 (0)