Closed bkensey closed 11 years ago
APK code is still laggy as it's being done in getView instead of a lazy loader. The image thumbs also do a way better job of cacheing, so I would like to see about doing that for APK icons too.
@BrandoCommando assigned for review
Depending on whether we want to strip out all pre 4.0 code, there are a few parts of the lazy loader that can be removed.
Specifically for jpg, gif, bmp and png files (supported by Android). Image thumbnails are lazy loaded and should not impact scrolling performance. This commit makes significant additions to the FileSystemObjectAdapter handling of images.