You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Fix the current behavior of `listFiles` and `openDocumentFile` API.
4
4
5
5
### Improvements
6
6
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)).
8
8
- 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.
9
9
10
10
### Breaking changes
@@ -15,6 +15,7 @@ Fix the current behavior of `listFiles` and `openDocumentFile` API.
15
15
-`buildDocumentUri` removed due high coupling with Android API (Android specific API that are not useful on any other platforms).
16
16
-`buildTreeDocumentUri` removed due high coupling with Android API (Android specific API that are not useful on any other platforms).
17
17
-`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.
0 commit comments