codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.23k stars 540 forks source link

Fix bug #695 #697

Closed pnemonic78 closed 7 years ago

pnemonic78 commented 7 years ago

3 things fixed:

  1. NPE of some table rows that should also be bound with ButterKnife.
  2. Adding splits was removing too many rows from the transaction details table.
  3. Scrollable table with many splits that are hidden below the screen.