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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## 0.4.0
2
+
3
+
Fix the current behavior of `listFiles` and `openDocumentFile` API.
4
+
5
+
### Improvements
6
+
7
+
- It's now possible to list contents of all subfolders of a granted Uri opened from `openDocumentTree` ([@EternityForest](https://github.com/EternityForest)).
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
+
10
+
### Breaking changes
11
+
12
+
- Removed Android specific APIs:
13
+
-`DocumentFile.listFiles` (Now it's only available globally).
14
+
-`buildDocumentUriUsingTree` removed due high coupling with Android API (Android specific API that are not useful on any other platforms).
15
+
-`buildDocumentUri` removed due high coupling with Android API (Android specific API that are not useful on any other platforms).
16
+
-`buildTreeDocumentUri` removed due high coupling with Android API (Android specific API that are not useful on any other platforms).
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.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,14 @@
22
22
23
23
## Documentation
24
24
25
-
#### See the website for [documentation](https://lakscastro.github.io/shared-storage)
25
+
See the website for [documentation](https://lakscastro.github.io/shared-storage).
26
26
27
27
All documentation is also available under `/docs` to each released version which is the data source of the website.
28
28
29
29
You can contribute to the documentation by just editing these files through the GitHub web editor!
30
30
31
+
To check all ways you can contribute to this package see [Contributing/Ways to contribute](https://lakscastro.github.io/shared-storage/Contributing/Ways%20to%20contribute/).
32
+
31
33
Latest changes are available on `master` branch and the actual latest published package version lives under `release` branch.
32
34
33
35
All other branches are derivated from issues, new features or bug fixes.
@@ -46,7 +48,7 @@ These are the brilliant minds behind the development of this plugin!
0 commit comments