Skip to content
Closed
No due date
Closed Jul 12, 2016
100% complete
  • #54 replaced android-s mediaDB-thumbnails with Sergey Tarasevich's Android-Universal-Image-Loader https://github.com/nostra13/Android-Universal-Image-Loader
    • Settings View: Thumbnail folder defines the filesystem's directory where precalculated-mini-images (thumbnails) are stored and loaded from.
  • #53 performance/quality/thumbnail optimisation for Image-View (improving #10 and #39)
    • There is a new setting Big photo width/height optimisation for Image-View
    • Loading #10 high resolution photos into Image-View may need up to 1,5 seconds thus preventing fast swiping through the images.
    • APhotoManager can load precalculated downscaled mini-versions (a. k. a. thumbnails) which is much faster (< 0.1 seconds) so swiping is possible again.
    • If the photo is bigger than Big-photo-width-height-value then it uses thumbnails to allow fast swiping.
    • Thumbnails means memoryefficient, fast, but lower-quality.
    • As soon as you zoom the full resolution image is loaded.

List view

    There are no open issues in this milestone

    Add issues to milestones to help organize your work for a particular release or project. Find and add issues with no milestones in this repo.