Skip to content

Commit 79df5af

Browse files
committed
Merge branch 'develop'
2 parents 3725097 + b81f44f commit 79df5af

23 files changed

Lines changed: 220 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
11
Change Log
22
===============================================================================
3+
Version 1.2.5 *(2013-09-17)*
4+
----------------------------
5+
* Feature: Search accounts by name
6+
* Fixed: crash when deleting accounts
7+
* Fixed: auto-completing transaction names does not copy the time or export flag
8+
* Fixed: random crash when opening app (or loading accounts)
9+
10+
Version 1.2.4 *(2013-09-05)*
11+
----------------------------
12+
* Added support for detecting placeholder accounts during import
13+
* Use full qualified account names in account selection spinners
14+
* Loads complete transaction as a template when the autocomplete suggestion is selected
15+
* Fixed: selecting items from lists caused multiple to be selected in the wrong positions
16+
* Fixed: widgets not updated when all accounts or all transactions are deleted
17+
* Other minor bug fixes.
18+
319
Version 1.2.3 *(2013-08-28)*
420
----------------------------
521
* Fixed: crashes when editing/creating transactions
622
* Feature: Added Chinese language translation
723
* Feature: Autocomplete transaction descriptions
824
* Improved reliability of importing stock accounts
925
* Improved speed of loading account balance
10-
* Improved incrased touch target area of "new transaction" button in accounts list view
26+
* Improved increased touch target area of "new transaction" button in accounts list view
1127

1228
Version 1.2.2 *(2013-06-23)*
1329
----------------------------

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="14"
21-
android:versionName="1.2.4" >
20+
android:versionCode="16"
21+
android:versionName="1.2.5" >
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.4-SNAPSHOT</version>
25+
<version>1.2.6-SNAPSHOT</version>
2626
<groupId>org.gnucash.android</groupId>
2727
<artifactId>gnucash-android-parent</artifactId>
2828
</parent>

app/res/menu/global_actions.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
-->
1717

1818
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
19-
19+
20+
<item android:id="@+id/menu_search"
21+
android:title="@string/menu_search_accounts"
22+
android:icon="@drawable/abs__ic_search"
23+
android:showAsAction="collapseActionView|ifRoom"
24+
android:actionViewClass="com.actionbarsherlock.widget.SearchView" />
25+
2026
<item android:id="@+id/menu_settings"
2127
android:icon="@drawable/action_settings"
2228
android:title="@string/title_settings"

app/res/values-de/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@
339339
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
340340
<string name="section_header_transactions">Transactions</string>
341341
<string name="section_header_accounts">Sub-Accounts</string>
342+
<string name="menu_search_accounts">Search</string>
342343
<plurals name="label_sub_accounts">
343344
<item quantity="one">%d Unterkonto</item>
344345
<item quantity="other">%d Unterkonten</item>

app/res/values-el/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@
353353
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
354354
<string name="section_header_transactions">Transactions</string>
355355
<string name="section_header_accounts">Sub-Accounts</string>
356+
<string name="menu_search_accounts">Search</string>
356357
<plurals name="label_sub_accounts">
357358
<item quantity="one">%d υπο-λογαριασμός</item>
358359
<item quantity="other">%d υπο-λογαριασμοί</item>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@
337337
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
338338
<string name="section_header_transactions">Transactions</string>
339339
<string name="section_header_accounts">Sub-Accounts</string>
340+
<string name="menu_search_accounts">Search</string>
340341
<plurals name="label_sub_accounts">
341342
<item quantity="one">%d subcuenta</item>
342343
<item quantity="other">%d subcuentas</item>

app/res/values-es/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@
337337
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
338338
<string name="section_header_transactions">Transactions</string>
339339
<string name="section_header_accounts">Sub-Accounts</string>
340+
<string name="menu_search_accounts">Search</string>
340341
<plurals name="label_sub_accounts">
341342
<item quantity="one">%d sub-cuenta</item>
342343
<item quantity="other">%d sub-cuentas</item>

app/res/values-fr/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@
335335
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
336336
<string name="section_header_transactions">Transactions</string>
337337
<string name="section_header_accounts">Sub-Accounts</string>
338+
<string name="menu_search_accounts">Search</string>
338339
<plurals name="label_sub_accounts">
339340
<item quantity="one">%d sous-compte</item>
340341
<item quantity="other">%d sous-comptes</item>

app/res/values-hu/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@
338338
<string name="toast_tap_again_to_confirm_delete">Tap again to confirm. ALL entries will be deleted!!</string>
339339
<string name="section_header_transactions">Transactions</string>
340340
<string name="section_header_accounts">Sub-Accounts</string>
341+
<string name="menu_search_accounts">Search</string>
341342
<plurals name="label_sub_accounts">
342343
<item quantity="one">%d sub-account</item>
343344
<item quantity="other">%d sub-accounts</item>

0 commit comments

Comments
 (0)