Skip to content

Releases: Firelands128/photo_gallery

2.2.1

24 Mar 19:41
Compare
Choose a tag to compare

Upgrade flutter_lints dependency, and then lint code according to the public_member_api_docs and use_string_in_part_of_directives rule.
Make AlbumPageState widget private.

2.2.0

24 Mar 19:39
Compare
Choose a tag to compare

Add GitHub Actions configuration to automatically publish to pub.dev from Github.
Add dart-doc on PhotoGallery APIs.
Fix bugs.
Upgrade versions.

2.1.1

01 Aug 11:27
Compare
Choose a tag to compare

Update flutter SDK constraints in pubspec.yaml.
Use flutter_lints to lint code.
Add dartdoc comments for public APIs.

2.1.0

27 Jul 14:53
Compare
Choose a tag to compare

Add deleting medium functionality.
Add light weight option of listing media.
Catch exception of getting medium thumbnail failed then show default image.
Add requestLegacyExternalStorage flag back to be compatible with Android 10.
Use photos permission for iOS14+.
Improve performance of getting medium full information on iOS platform.

2.0.2

11 Jun 17:22
Compare
Choose a tag to compare

Add some default value of models' property.

2.0.1

17 May 17:02
Compare
Choose a tag to compare

"DecoderBufferCallback" is deprecated. Use "ImageDecoderCallback" with ImageProvider.loadImage instead.

2.0.0

14 May 17:46
Compare
Choose a tag to compare

Breaking changes:
• Move "newest" parameter from "listMedia" to "listAlbums" API
• Move "newest" property from "MediaPage" to "Media"
• Add "newest" parameter of getAlbumThumbnail API
• Update to "album" parameter of AlbumThumbnailProvider
• Update "mediumType" to be optional parameter of "listAlbums" to allow fetch both type of media
• Remove unnecessary "total" parameter of "listMedia" API
• Remove unnecessary "total" property of "MediaPage", use "total" of "Album" instead.

1.2.2

14 May 17:14
Compare
Choose a tag to compare

Upgrade deprecated code.
Use QUERY_ARG_SQL_SORT_ORDER in contentResolver.query to fix sorting bug after Android 11.
Upgrade Android compileSdkVersion to 33.

1.2.1

06 May 18:10
Compare
Choose a tag to compare

Change DATE_TAKEN to DATE_ADDED of media column in android code.
Add size property of medium.
Update AndroidManifest.xml with removing requestLegacyExternalStorage flag and SplashScreen meta-data tag.

1.2.0

06 May 18:08
Compare
Choose a tag to compare

Upgrade versions of flutter, android sdk, kotlin, gradle and so on.
Remove ORIENTATION field of video metadata because it's invalid before Android 10.
Add default album thumbnail to show when album is empty.