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

Bugfix issue 341 save to photo gallery - Fixes #341, fixes #577 #669

Merged

Commits on Sep 29, 2020

  1. apacheGH-341 - apacheGH-577 Fixed the Save Photo To Album starting fr…

    …om camera - Android
    
    - saveToPhotoAlbum feature fixed by taken into count content - uri. (writeUncompressedImage method) ( see: apache#611 (comment) )
    - make saveToPhotoAlbum future proof by using the MediaStore to insert the taken image
    - made a method to calculate the compressFormat based on the encodingType (JPEG or PNG)
    - layout of the performCrop method is adjusted
    - removed unused rotate variable inside processResultFromGallery method
    PieterVanPoyer committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    af480bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f64debe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8762406 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

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