Skip to content

Commit

Permalink
FIXME: double transactions for editing have wrong sign/type when opened
Browse files Browse the repository at this point in the history
Fixed: CASH accounts should be treated like asset accounts
Fixed: Transaction type not properly loaded from database
Fixed: Tab title color not shown for favorite/recent accounts immediately after app launch
Fixed: Crash when opening and quickly navigating away from list of transactions due to back
Added default commonly used account structure for de_AT locale
Updated dialog confirmation text for creating default accounts
Updated German translation
Code refactoring
  • Loading branch information
codinguser committed Jan 31, 2014
1 parent 03751d5 commit 0693b53
Show file tree
Hide file tree
Showing 25 changed files with 1,231 additions and 183 deletions.
16 changes: 9 additions & 7 deletions app/res/menu/account_actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@
android:icon="@drawable/content_new_holo_dark"
android:title="@string/title_add_account"
android:showAsAction="always"/>

<item android:id="@+id/menu_export"
android:icon="@drawable/content_import_export_holo_light"
android:title="@string/menu_export_transactions"
android:showAsAction="never"
android:orderInCategory="3"/>

<item android:id="@+id/menu_recurring_transactions"
android:title="Recurring Transactions"
android:title="@string/menu_item_recurring_transactions"
android:showAsAction="never|withText"
android:orderInCategory="4" />

<item android:id="@+id/menu_export"
android:icon="@drawable/content_import_export_holo_light"
android:title="@string/menu_export_transactions"
android:showAsAction="never"
android:orderInCategory="5"/>


</menu>
File renamed without changes.
Loading

0 comments on commit 0693b53

Please sign in to comment.