pockethub / PocketHub

PocketHub Android App
Apache License 2.0
9.39k stars 3.46k forks source link

Remove usage of Butterknife in Items #1179

Closed veyndan closed 6 years ago

veyndan commented 6 years ago

This is a partial implementation of #1178 as files that aren't items that use Butterknife have not been edited.

veyndan commented 6 years ago

There are a couple of problems with my implementation, I think I kind of rushed it the first time round. I'll rebase and reimplement it correctly soon. Currently the implementation doesn't even recycle views which is obviously terrible.

veyndan commented 6 years ago

I'm just going to close this and make a new PR as most of the code is different.