All notable changes to this project will be documented in this file.
7.0.0 (2024-08-28)
- Add duration to
getMedias()
videos - Permissions are no longer required on Android for non-gallery use (BREAKING)
- Added gallery functionality on Android to access all albums on device (BREAKING)
6.0.0 (2024-04-29)
- Update to Capacitor 6
- Fix missing source maps
- Add
getMediaByIdentifier()
to get full-size media to web layer on iOS - Improve error handling on Android
- Improve download performance on Android
- Add error codes to promise rejections
- Handle image URLs without extensions properly on Android
- Remove
saveGif
-- functionality is now insavePhoto
5.4.1 (2024-04-02)
- Update
getMedias()
to also return video thumbnails - Save images in their source format when using
savePhoto()
to save space on iOS
5.4.0 (2023-12-19)
- Add
getAlbumsPath()
to Android for getting path where albums are stored for more accurate album identification
5.3.1 (2023-12-05)
- Fix runtime error when downloading file from the Internet on older Android versions
5.3.0 (2023-10-30)
- Catch
copyFile()
crash when downloading file from the Internet
5.2.2 (2023-08-23)
- Fix bug in
getAlbums()
with only videos in albums
5.2.1 (2023-08-13)
- Add custom filenames on Android
- Fix bug in
getAlbums()
with trashed items in folder
5.2.0 (2023-08-13)
- Allow add-only photo permissions on iOS 14+
5.1.0 (2023-08-04)
- Keep EXIF data when saving images with
savePhoto()
5.0.1 (2023-06-01)
- Fixes permissions on Android 13 (API 33+)
5.0.0 (2023-05-11)
- Updates to Capacitor 5
- Returns album identifiers on Android
- BREAKING: Requires album identifiers instead of album name to add media to albums on Android
- Returns empty album names on Android
4.2.0 (2023-03-17)
This update:
- Standardizes APIs: the iOS and Android versions of this plugin should have feature parity, bar
getMedias
. - Updates documentation: the README is now generated via
docgen
. - Gives code examples: almost all of the plugin's functionality can be tested using a new demo app.
4.1.0 (2023-02-20)
1.0.1 (2020-07-01)
- add example (8cc960b)