liato / android-bankdroid

A swedish banking application for your Android device.
http://www.swedroid.se/forum/showthread.php?t=11108
Other
243 stars 173 forks source link

Use getters for bank properties #544

Closed goober closed 9 years ago

goober commented 9 years ago

Replaces use of member variables with their getter equivalents.

This is a preparation for the upcoming introduction of custom properties (See #334)