Commit Graph

  • 50d9070995 convert orientation property value of medium to satisfy EXIF standard both on Android and iOS (on iOS, provide orientation property only when get single medium rather than list media) Wenqi Li 2021-10-20 19:37:38 +08:00
  • 35999af628 fix bugs when add "orientation" parameter on Android Wenqi Li 2021-10-20 15:00:08 +08:00
  • a34616757d
    Merge pull request #34 from freeh18/intro_orientation Wenqi Li 2021-10-19 20:52:58 +08:00
  • 73fc682e6b
    Merge pull request #32 from bjartebore/limit_issue Wenqi Li 2021-10-19 20:41:15 +08:00
  • fa6414da13 Adding the orientation parameter of images and videos to the library in android Christian Spreer 2021-07-09 18:45:20 +02:00
  • b8f1a7f623 contentResolver with Bunlde() should only be used after sdk 30 if QUERY_ARG_LIMIT is used Bjarte bore 2021-06-09 10:13:43 +02:00
  • d2af8d254b release version 1.0.1 Wenqi Li 2021-04-21 22:19:20 +08:00
  • fe602c1281 accept highQuality parameter in "getThumbnail" and "getAlbumThumbnail" API on Android platform Wenqi Li 2021-04-21 18:53:24 +08:00
  • 7ccffc30d2 improve default thumbnail resolution on Android Wenqi Li 2021-04-18 16:47:25 +08:00
  • ea75f18cfe add optional "hideIfEmpty" parameter in "listAlbums" API to show empty albums, only available on iOS platform Wenqi Li 2021-04-15 20:35:53 +08:00
  • 270432154d add "mimeType" parameter in "getFile" API to allow specifying image format when get full image on both platforms Wenqi Li 2021-04-13 22:02:35 +08:00
  • f40f83204f update README.md to use newest argument in ``listMedia`` API Wenqi Li 2021-04-04 20:48:01 +08:00
  • 9df8d761dc release version 1.0.0 Wenqi Li 2021-04-04 20:43:25 +08:00
  • 6baf8cfb0c add sorting photos by date ascending or descending functionality Wenqi Li 2021-04-04 20:34:05 +08:00
  • 4b8a457fa9 change QUERY_ARG_SORT_DIRECTION value from array to int in Android Wenqi Li 2021-04-04 18:18:04 +08:00
  • e74d40b682 add modificationDate as second sort key in iOS Wenqi Li 2021-04-04 18:17:11 +08:00
  • 184b728f12 update to satisfy null safety Wenqi Li 2021-03-30 22:30:21 +08:00
  • 7f3911d89b
    Merge pull request #17 from Tudutu/master Wenqi Li 2021-03-30 21:55:04 +08:00
  • 44fc7e7869 Remove .idea files Richard Bushnell 2021-03-18 12:03:05 +00:00
  • eaa1cf2e25 Upgrade to null safety Richard Bushnell 2021-03-18 12:00:31 +00:00
  • 68e63e3b93 Merge remote-tracking branch 'upstream/master' Richard Bushnell 2021-03-18 11:33:07 +00:00
  • fa77feaaac update generateMediaJson of generator in test Wenqi Li 2021-01-12 21:16:14 +08:00
  • 61a3ed8a10 release version 0.4.0 Wenqi Li 2021-01-12 17:03:24 +08:00
  • af598888b8 add alternative media query syntax for Android 11 Wenqi Li 2021-01-12 16:49:53 +08:00
  • a44d9da2ea add mimeType attribute in Medium Wenqi Li 2021-01-10 21:43:18 +08:00
  • 5ddd31fed9 add cleanCache api Wenqi Li 2021-01-10 21:09:25 +08:00
  • 749188bb82 keep original medium file extension Wenqi Li 2021-01-10 17:34:37 +08:00
  • f9acd58270 cache original image data in iOS Wenqi Li 2021-01-10 14:57:40 +08:00
  • 25e91dd962 fix typo Wenqi Li 2021-01-10 13:47:19 +08:00
  • 112f0ba7ee Merge remote-tracking branch 'origin/master' Wenqi Li 2021-01-09 20:20:11 +08:00
  • b01b32b39f update .gitignore and remove untracked files from repository Wenqi Li 2021-01-09 20:19:48 +08:00
  • 86b23f976c
    Merge pull request #13 from quanghd96/master Wenqi Li 2021-01-09 18:09:36 +08:00
  • d5f911e163
    Merge pull request #8 from qingxistudio/master Wenqi Li 2021-01-09 14:53:08 +08:00
  • 00efb537c6 update CHANGELOG.md Wenqi Li 2020-12-30 21:19:17 +08:00
  • f742e6e666
    fix collection nil Đặng Ngọc Quảng 2020-11-24 15:54:33 +07:00
  • 50ccc25eb1 Added alternative query syntax for listMedia for Android 11 (no longer supports LIMIT) Jordan Bushnell 2020-11-23 20:21:02 +00:00
  • c51a34e70d Fix: use sub path /Document/photo_gallery to save file jianjun 2020-10-22 15:52:02 +08:00
  • 44842c0b1b release version 0.3.0 Wenqi Li 2020-09-20 19:06:48 +08:00
  • a41149e10e update android gradle version Wenqi Li 2020-09-20 18:52:51 +08:00
  • af3efe5207 add mediumType for AlbumThumbnailProvider in example app Wenqi Li 2020-09-20 18:38:47 +08:00
  • c0bbf46ae2 specify _albums type generic Wenqi Li 2020-09-20 18:38:02 +08:00
  • ce9184372b add optional mediumType parameter of getAlbumThumbnail api method to display video thumbnail correctly Wenqi Li 2020-09-20 18:34:26 +08:00
  • c70dd411dc rename collection to album in example app Wenqi Li 2020-09-20 16:04:55 +08:00
  • 4548239b7b rearrange code Wenqi Li 2020-09-20 16:03:29 +08:00
  • 7398873cf4 clean up code Wenqi Li 2020-09-20 16:02:18 +08:00
  • 0006fb5c9c
    Merge pull request #6 from wildsurfer/patch-1 Wenqi Li 2020-09-20 15:29:34 +08:00
  • 613d0c466e
    Force getFile to use highest quality videos Ivan Kuznetsov 2020-09-19 17:13:21 +03:00
  • e7a27ebc1d release 0.2.5 version Wenqi Li 2020-08-22 17:51:58 +08:00
  • a05fbe639e update README.md by adding mediumType parameter in getThumbnail API and ThumbnailProvider Wenqi Li 2020-08-22 17:06:31 +08:00
  • 67ca4415a9 add some comments on public APIs Wenqi Li 2020-08-22 17:02:16 +08:00
  • 1fcc2d8663 update MediumType to image in example app Wenqi Li 2020-08-22 17:01:56 +08:00
  • 04249eeab3 remove MediumType attribute in MediaPage, and remove MediumType parameter in listMedia method Wenqi Li 2020-08-22 17:01:33 +08:00
  • d66f13b276 rename collection to album Wenqi Li 2020-08-22 16:59:52 +08:00
  • 6a2ea4d178 remove video_player dependency out of plugin Wenqi Li 2020-08-22 16:57:38 +08:00
  • 194b9e121f update ios dependency Wenqi Li 2020-08-22 16:07:58 +08:00
  • 7f34630a9d release 0.2.4 version Wenqi Li 2020-08-22 15:33:06 +08:00
  • 48cd6f6663 add VideoProvider widget to play video in example app Wenqi Li 2020-08-22 15:32:52 +08:00
  • 3699cb02a9 add video_player dependency in example app Wenqi Li 2020-08-22 15:32:15 +08:00
  • d406567d0e release 0.2.3 version Wenqi Li 2020-08-22 14:39:22 +08:00
  • cd115fe8d2 release 0.2.2 version Wenqi Li 2020-08-22 14:33:36 +08:00
  • 2d261bf5e3 rename media to medium in ViewerPage Wenqi Li 2020-08-22 14:17:58 +08:00
  • af91b50909 add mediumType attribute in ThumbnailProvider Wenqi Li 2020-08-22 14:12:54 +08:00
  • 9196eddccd wrap contentResolver.loadThumbnail method in try/catch, when FileNotFoundException threw return null instead. Wenqi Li 2020-08-22 14:12:11 +08:00
  • 95bd030e91 rename 'collectionId' to 'albumId' in tests Wenqi Li 2020-08-18 16:41:24 +08:00
  • e79e0771cb release 0.2.2-beta Wenqi Li 2020-08-18 16:33:37 +08:00
  • 359a86dfa8 change medium creationDate and modifiedDate precision from second to millisecond on iOS platform Wenqi Li 2020-08-18 16:30:56 +08:00
  • 181d2ce10d release 0.2.1-beta Wenqi Li 2020-08-18 16:12:24 +08:00
  • 32129c5e9e add video duration attribute in Medium Wenqi Li 2020-08-18 16:12:06 +08:00
  • e950e7f6bb release 0.2.0+1 Wenqi Li 2020-08-18 15:51:54 +08:00
  • fb3510f6e5 release 0.1.1+1 Wenqi Li 2020-08-18 15:11:10 +08:00
  • eacd4b5666 add version badge in README.md Wenqi Li 2020-08-14 22:09:29 +08:00
  • 3cb7c351d3 update README.md Wenqi Li 2020-08-14 19:44:15 +08:00
  • 133d87ab29 update README.md Wenqi Li 2020-08-14 19:43:32 +08:00
  • 3ca1278391 release 0.1.1+1-beta Wenqi Li 2020-08-14 19:20:47 +08:00
  • fe319937c9 remove transparent_image dependency out of plugin Wenqi Li 2020-08-14 19:15:43 +08:00
  • 40e8dfe6bf publish package to pub.dev Wenqi Li 2020-08-14 18:38:04 +08:00
  • 299b52bb80 update plugin version to beta Wenqi Li 2020-08-14 18:30:39 +08:00
  • 67d2a5f8a2 initial commit Wenqi Li 2020-08-14 18:07:27 +08:00