1
0
mirror of https://codeberg.org/Starfish/Imagepipe.git synced 2025-10-05 22:52:39 +02:00
Files
Imagepipe/CHANGELOG.txt

49 lines
2.2 KiB
Plaintext

Version 0.72
============
- add support for ACTION_EDIT intent
- fix GET_CONTENT intent never added exif data
- fix GET_CONTENT not working when used immediately after clean app install
- remove non-static access to sharedPreferences
- fix piping of multiple images fails after resetting preferences
- fix sharing not working in some cases when clear data after sharing was enabled
- change the maximum quality setting to a seek bar for better user experience
Version 0.71
============
- added three new retro filters
- fixed progress bar not moving when applying some filters
- improved translations
- added new exif tags for api 30 and above
- improved internal handling of exif tags
- exif menu now shows tag values
- exif information now highlights allowed tags
- exif tags now survive app closing
- added custom save path for images inside the Pictures folder
- code clean-up to separate the imageEditor from the intent/onSavedInstanceState logic
- added warning screen that imagepipe was configured to keep some exif tags
- added unified class for logging, ensuring that logs won't appear in production builds
- fixed app crash when opening exif menu and no image was loaded
Version 0.70
============
- new filters to reduce the number of colors combined with dithering
- new menu to define allowed exif tags
- new symbol indicating that some exif tags were selected to be kept
- new language: Estonian
- fixed app crash when file size of cached image was not available
Version 0.69
============
- add internal file name counter for re-use to speed up the media store queries to find an unused file name
- add option to clear app data after a successful share
- add dialog to rotate image by any degree
- crop icon changed to check mark while cropping
- cut frames now survive device rotation when cropping
- fixed image uri not recognized when a single image is selected and the result is stored in the clip data
- moved the button listeners from onCreate to onResume
- improved FileContentProvider to also handle (relative) file paths
- changed file names in picture cache
- moved temporary files used for sharing to a subfolder
- image is saved again before sharing if file name pattern changes
- automatically saving images to the media store/gallery is now disabled by default