Skip to content

Commit 6b61eae

Browse files
author
LaksCastro
committed
(#62) Add last change and contributor reference
1 parent 93d3d61 commit 6b61eae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Fix the current behavior of `listFiles` and `openDocumentFile` API.
44

55
### Improvements
66

7-
- It's now possible to list contents of all subfolders of a granted Uri (Opened from `openDocumentTree`).
7+
- It's now possible to list contents of all subfolders of a granted Uri opened from `openDocumentTree` ([@EternityForest](https://github.com/EternityForest)).
88
- Now `ACTION_VIEW` intent builder through `openDocumentFile` API was fixed. So it's now possible to open any file of any kind in third party apps without needing specify the mime type.
99

1010
### Breaking changes
@@ -15,6 +15,7 @@ Fix the current behavior of `listFiles` and `openDocumentFile` API.
1515
- `buildDocumentUri` removed due high coupling with Android API (Android specific API that are not useful on any other platforms).
1616
- `buildTreeDocumentUri` removed due high coupling with Android API (Android specific API that are not useful on any other platforms).
1717
- `getDocumentThumbnail` now receives only the `uri` param instead of a `rootUri` and a `documentId`.
18+
- `rootUri` field from `QueryMetadata` was removed due API ambiguity: there's no such concept in the Android API and this is not required by it to work well.
1819

1920
## 0.3.1
2021

0 commit comments

Comments
 (0)