129 Commits

Author SHA1 Message Date
Wenqi Li
79df5c21ea update album name property to nullable 2021-10-20 21:27:32 +08:00
Wenqi Li
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) 2021-10-20 19:37:38 +08:00
Wenqi Li
35999af628 fix bugs when add "orientation" parameter on Android 2021-10-20 15:00:08 +08:00
Wenqi Li
a34616757d
Merge pull request #34 from freeh18/intro_orientation
Adding the orientation parameter of images and videos for Android
2021-10-19 20:52:58 +08:00
Wenqi Li
73fc682e6b
Merge pull request #32 from bjartebore/limit_issue
contentResolver with Bunlde() should only be used after sdk 30
2021-10-19 20:41:15 +08:00
Christian Spreer
fa6414da13 Adding the orientation parameter of images and videos to the library in android 2021-07-09 18:45:20 +02:00
Bjarte bore
b8f1a7f623 contentResolver with Bunlde() should only be used after sdk 30 if QUERY_ARG_LIMIT is used 2021-06-09 10:13:43 +02:00
Wenqi Li
d2af8d254b release version 1.0.1 2021-04-21 22:19:20 +08:00
Wenqi Li
fe602c1281 accept highQuality parameter in "getThumbnail" and "getAlbumThumbnail" API on Android platform 2021-04-21 18:53:24 +08:00
Wenqi Li
7ccffc30d2 improve default thumbnail resolution on Android 2021-04-18 16:47:25 +08:00
Wenqi Li
ea75f18cfe add optional "hideIfEmpty" parameter in "listAlbums" API to show empty albums, only available on iOS platform 2021-04-18 16:15:24 +08:00
Wenqi Li
270432154d add "mimeType" parameter in "getFile" API to allow specifying image format when get full image on both platforms 2021-04-13 22:02:35 +08:00
Wenqi Li
f40f83204f update README.md to use newest argument in ``listMedia`` API 2021-04-04 20:48:01 +08:00
Wenqi Li
9df8d761dc release version 1.0.0 2021-04-04 20:43:25 +08:00
Wenqi Li
6baf8cfb0c add sorting photos by date ascending or descending functionality 2021-04-04 20:34:05 +08:00
Wenqi Li
4b8a457fa9 change QUERY_ARG_SORT_DIRECTION value from array to int in Android 2021-04-04 18:18:04 +08:00
Wenqi Li
e74d40b682 add modificationDate as second sort key in iOS 2021-04-04 18:17:11 +08:00
Wenqi Li
184b728f12 update to satisfy null safety 2021-03-30 22:30:21 +08:00
Wenqi Li
7f3911d89b
Merge pull request #17 from Tudutu/master
Null safety
2021-03-30 21:55:04 +08:00
Richard Bushnell
44fc7e7869 Remove .idea files 2021-03-18 12:03:05 +00:00
Richard Bushnell
eaa1cf2e25 Upgrade to null safety 2021-03-18 12:00:31 +00:00
Richard Bushnell
68e63e3b93 Merge remote-tracking branch 'upstream/master' 2021-03-18 11:33:07 +00:00
Wenqi Li
fa77feaaac update generateMediaJson of generator in test 2021-01-12 21:16:14 +08:00
Wenqi Li
61a3ed8a10 release version 0.4.0 2021-01-12 17:03:24 +08:00
Wenqi Li
af598888b8 add alternative media query syntax for Android 11 2021-01-12 16:49:53 +08:00
Wenqi Li
a44d9da2ea add mimeType attribute in Medium 2021-01-10 21:43:49 +08:00
Wenqi Li
5ddd31fed9 add cleanCache api 2021-01-10 21:09:25 +08:00
Wenqi Li
749188bb82 keep original medium file extension 2021-01-10 17:34:37 +08:00
Wenqi Li
f9acd58270 cache original image data in iOS 2021-01-10 14:57:40 +08:00
Wenqi Li
25e91dd962 fix typo 2021-01-10 13:47:19 +08:00
Wenqi Li
112f0ba7ee Merge remote-tracking branch 'origin/master' 2021-01-09 20:20:11 +08:00
Wenqi Li
b01b32b39f update .gitignore and remove untracked files from repository 2021-01-09 20:19:48 +08:00
Wenqi Li
86b23f976c
Merge pull request #13 from quanghd96/master
fix collection nil
2021-01-09 18:09:36 +08:00
Wenqi Li
d5f911e163
Merge pull request #8 from qingxistudio/master
Fix: use sub path /Document/photo_gallery to save file
2021-01-09 14:53:08 +08:00
Wenqi Li
00efb537c6 update CHANGELOG.md 2020-12-30 21:19:17 +08:00
Đặng Ngọc Quảng
f742e6e666
fix collection nil 2020-11-24 15:54:33 +07:00
Jordan Bushnell
50ccc25eb1 Added alternative query syntax for listMedia for Android 11 (no longer supports LIMIT) 2020-11-23 20:21:02 +00:00
jianjun
c51a34e70d Fix: use sub path /Document/photo_gallery to save file 2020-10-22 15:52:02 +08:00
Wenqi Li
44842c0b1b release version 0.3.0 2020-09-20 19:06:48 +08:00
Wenqi Li
a41149e10e update android gradle version 2020-09-20 18:52:51 +08:00
Wenqi Li
af3efe5207 add mediumType for AlbumThumbnailProvider in example app 2020-09-20 18:39:48 +08:00
Wenqi Li
c0bbf46ae2 specify _albums type generic 2020-09-20 18:38:02 +08:00
Wenqi Li
ce9184372b add optional mediumType parameter of getAlbumThumbnail api method to display video thumbnail correctly 2020-09-20 18:34:26 +08:00
Wenqi Li
c70dd411dc rename collection to album in example app 2020-09-20 16:04:55 +08:00
Wenqi Li
4548239b7b rearrange code 2020-09-20 16:03:29 +08:00
Wenqi Li
7398873cf4 clean up code 2020-09-20 16:02:18 +08:00
Wenqi Li
0006fb5c9c
Merge pull request #6 from wildsurfer/patch-1
Force getFile to use highest quality videos
2020-09-20 15:29:34 +08:00
Ivan Kuznetsov
613d0c466e
Force getFile to use highest quality videos
It looks like images are forced to be in high quality (see line 321) but videos aren't. This commit forces videos to be in high quality format
2020-09-19 17:13:21 +03:00
Wenqi Li
e7a27ebc1d release 0.2.5 version 2020-08-22 17:51:58 +08:00
Wenqi Li
a05fbe639e update README.md by adding mediumType parameter in getThumbnail API and ThumbnailProvider 2020-08-22 17:06:31 +08:00