David Boyes
David Boyes
Same issue, happens with 1.2.1 or 1.2.0, but not 1.1.6.
Adding the dependency and repo appears to work.
Yes, adding their dependency and repo makes it work correctly.
As in their maven repository. As per their install instructions. ``` repositories { maven { url "https://repo.commonsware.com.s3.amazonaws.com" } } ```
I looked in to this briefly, I currently use a different library which opens instantly where as this takes a few seconds before opening. I think it's due to the...
I use an iPhone XS Max. ~36,000 images, iCloud enabled. Definitely noticeably slower than other libraries I have used to initially open. I'm looking in to it now. fetchAlbums takes...
@Ashu Is that comparing with the same image set on all devices?
> > @Ashu Is that comparing with the same image set on all devices? > > No. The image set was different. iPhone X was used by professional photographer, so...
A work around that removes some of the delay (not all) is to move fetchAlbums to a background thread. You'll have to manually specify the defaultAlbum in fetchAssets() so it...