Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster ViewPager swiping; Improved logging; Fix: loading huge images; fix memory leak; added media-db-cursor sample-demo #372

Closed
wants to merge 17 commits into from

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    956a00c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2016

  1. Configuration menu
    Copy the full SHA
    3e13a68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Baseflow#359 from veyndan/develop

    Remove redundant variable which is always false
    Jawnnypoo committed May 6, 2016
    Configuration menu
    Copy the full SHA
    565abe5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec07760 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Baseflow#360 from veyndan/develop

    Make getOnViewTapListener() and getOnPhotoTapListener() package local
    Jawnnypoo committed May 6, 2016
    Configuration menu
    Copy the full SHA
    5394c11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08ca75a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0f5860 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbe43f5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. Merge pull request Baseflow#361 from veyndan/develop

    Small code spring clean
    Jawnnypoo committed May 13, 2016
    Configuration menu
    Copy the full SHA
    c15cbcf View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Configuration menu
    Copy the full SHA
    6c4d5b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2016

  1. Configuration menu
    Copy the full SHA
    0c70b6b View commit details
    Browse the repository at this point in the history
  2. trigger travis rebuild

    k3b authored Jun 11, 2016
    Configuration menu
    Copy the full SHA
    8d6d22f View commit details
    Browse the repository at this point in the history
  3. fixed local settings

    k3b committed Jun 11, 2016
    Configuration menu
    Copy the full SHA
    cc328a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. Faster ViewPager swiping; Improved logging; Fix: loading huge images;…

    … fix memory leak
    
    This is a Backport of PhotoView improvements from  https://github.com/k3b/APhotoManager
    
    * Faster initial loading so swiping through ViewPager is more fluent:
      * initially the view is loaded with low res image. (defined via PhotoView.setImageXxx)
      * on first zoom it is reloaded (defined via PhotoView.setImageReloadFile())
      * see k3b/APhotoManager#10 Fast swiping through images does not work
    * Fix: No crash when loading images bigger than 4096x4096 or out of memory
      * HugeImageLoader.java
      * see k3b/APhotoManager#15
    * Improved logging
      * possibility to reduce logging: either logg all or info+warn+err or warn+err
        * via LogManager.setLogger() and LogManager.enableDebug()
      * many internal functions get a string parameter `why` so logging shows why a function was called
    * fix memory leak
    k3b committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    be40f6c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2016

  1. Configuration menu
    Copy the full SHA
    34589e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0277522 View commit details
    Browse the repository at this point in the history
  3. Made some debug-properties public to allow APhotoManager app to chang…

    …e these in the settings dialog and to allow filtering crash reports
    k3b committed Jun 13, 2016
    Configuration menu
    Copy the full SHA
    2bf9a49 View commit details
    Browse the repository at this point in the history