Skip to content

Commit ed05399

Browse files
committed
Merge branch 'hotfix/patches'
2 parents 656046b + 8eeb0c8 commit ed05399

File tree

27 files changed

+56
-29
lines changed

27 files changed

+56
-29
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
Change Log
22
===============================================================================
3+
Version 1.5.2 *(2015-01-26)*
4+
----------------------------
5+
* Fixed: Crash when importing XML with TRADING accounts
6+
* Fixed: Full name not updated when account name is changed
7+
* Fixed: Toggle button shown when double-entry is disabled
8+
* Fixed: Amount input problems on some devices or keyboards
9+
* Fixed: Crash when changing the parent of an account
10+
* Fixed: Deleting a transaction only deletes some splits, not the whole.
11+
312
Version 1.5.1 *(2014-10-08)*
413
----------------------------
514
* Fixed: Crash when upgrading from v1.4.x to v1.5.x

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ Pedro Abel <[email protected]>
1818
windwarrior <[email protected]>
1919
Oleksandr Tyshkovets <[email protected]>
2020
Lei Xiao Bao <[email protected]>
21-
Yongxin Wang <[email protected]>
21+
Yongxin Wang <[email protected]>
22+
Matthew Hague <[email protected]>
23+
Spanti Nicola <[email protected]>
24+
Jesse Shieh <[email protected]>

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="43"
20+
android:versionCode="45"
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.5.1-SNAPSHOT</version>
25+
<version>1.5.2-SNAPSHOT</version>
2626
<groupId>org.gnucash.android</groupId>
2727
<artifactId>gnucash-android-parent</artifactId>
2828
</parent>

app/res/values-de/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@
364364
<item>WÄHRUNG</item>
365365
<item>AKTIENKONTO</item>
366366
<item>INVESTMENTFONDS</item>
367+
<item>TRADING</item>
367368
</string-array>
368369
<string-array name="export_formats">
369370
<item>QIF</item>

app/res/values-el/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@
379379
<item>ΝΟΜΙΣΜΑ</item>
380380
<item>ΜΕΤΟΧΗ</item>
381381
<item>ΑΜΟΙΒΑΙΟ ΚΕΦΑΛΑΙΟ</item>
382+
<item>TRADING</item>
382383
</string-array>
383384
<string-array name="export_formats">
384385
<item>QIF</item>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@
364364
<item>DIVISA</item>
365365
<item>ACCIONES</item>
366366
<item>FONDOS</item>
367+
<item>TRADING</item>
367368
</string-array>
368369
<string-array name="export_formats">
369370
<item>QIF</item>

app/res/values-es/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,7 @@
364364
<item>DIVISA</item>
365365
<item>ACCIONES</item>
366366
<item>FONDOS</item>
367+
<item>TRADING</item>
367368
</string-array>
368369
<string-array name="export_formats">
369370
<item>QIF</item>

app/res/values-fr/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@
362362
<item>DEVISES</item>
363363
<item>ACTIONS</item>
364364
<item>FONDS COMMUNS</item>
365+
<item>TRADING</item>
365366
</string-array>
366367
<string-array name="export_formats">
367368
<item>QIF</item>

app/res/values-hu/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@
366366
<item>CURRENCY</item>
367367
<item>STOCK</item>
368368
<item>MUTUAL FUND</item>
369+
<item>TRADING</item>
369370
</string-array>
370371
<string-array name="export_formats">
371372
<item>QIF</item>

0 commit comments

Comments
 (0)