Toolify / Backbone

A new file manager for Android 4.0+
Other
2 stars 3 forks source link

Display thumbnails for images #36

Closed bkensey closed 11 years ago

bkensey commented 11 years ago

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.

bkensey commented 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.

bkensey commented 11 years ago

@BrandoCommando assigned for review

bkensey commented 11 years ago

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.