codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.22k stars 538 forks source link

Feature/item toggle hide values #886

Closed matkovic closed 4 years ago

matkovic commented 4 years ago

I added a small part of code, where you can click on drawer menu item to show/hide account or transaction values. Similar to other mobile bank applications - the idea is to not let others around you to see your transactions.

Main code changes are in TransactionsActivity.java, BaseDrawerActivity.java, nav_drawer_menu.xml. Changes in other files were auto generated, since I had some problems with dependencies.

I'm not sure if any pull request will be accepted in the future, but anyway here is a small part from me.

matkovic commented 4 years ago

wrong branch