GnuCash-Pocket / gnucash-android

GnuCash Pocket – a mobile companion app for Gnucash desktop application (https://github.com/Gnucash/gnucash). Developed independently of GnuCash.
Apache License 2.0
83 stars 16 forks source link

migrate from butterknife to Jetpack view bindings #73

Open hades opened 5 months ago

hades commented 5 months ago

The code currently uses Butterknife[1] which is deprecated in favour of view bindings[2].

There are 27 files that use view binding:

[1] https://github.com/JakeWharton/butterknife [2] https://developer.android.com/topic/libraries/view-binding#kts

hades commented 5 months ago

If no one has any objections, I can work on migrating these classes.

djbrown commented 5 months ago

Seems reasonable, according to the readme it's deprecated. Not sure about how big of an impact that will have and conflict potential with pending/incoming changes from @pnemonic78. But please feel free to work in it 👍🏾