agit icon indicating copy to clipboard operation
agit copied to clipboard

Viewing the log for a branch is slow if it has many commits

Open rtyley opened this issue 14 years ago • 1 comments

Slowness is /probably/ due to parsing so many commits.

Solution may be to create a variant of ViewHoldingListAdapter that allows itself to be backed by an Iterable - when getItem(int index) is called on it, it should ensure that it has read at least index*1.1 items in total from the Iterable (to allow users to continue scrolling downwards)

rtyley avatar May 31 '11 22:05 rtyley

Also checkout CommonsWare Android Components: EndlessAdapter

https://github.com/commonsguy/cwac-endless

rtyley avatar Jun 01 '11 20:06 rtyley