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
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
## 0.6.0
2
+
3
+
This release contains a severe API fixes and some minor doc changes:
4
+
5
+
### Breaking changes
6
+
7
+
- Unused arguments in `DocumentFile.getContent` and `DocumentFile.getContentAsString`. [#107](https://github.com/alexrintt/shared-storage/issues/107).
8
+
- Package import it's now done through a single import.
9
+
1
10
## 0.5.0
2
11
3
12
This release contains:
@@ -7,7 +16,7 @@ This release contains:
7
16
- Example project improvements.
8
17
- Bug fixes.
9
18
10
-
To see details, refer to rollup PR [#100](https://github.com/lakscastro/shared-storage/pull/100).
19
+
To see details, refer to rollup PR [#100](https://github.com/alexrintt/shared-storage/pull/100).
11
20
12
21
### New
13
22
@@ -23,7 +32,7 @@ To see details, refer to rollup PR [#100](https://github.com/lakscastro/shared-s
23
32
### Bug fixes
24
33
25
34
-`DocumentFile.canRead` it's now calling the right API (`canRead`) instead of the similar one (`canWrite`).
26
-
-[Fix](https://github.com/lakscastro/shared-storage/pull/100/files#diff-6f516633fcc1095b16ad5e0cc2a2c9711ee903cb115835d703f3c0ccfd6e0d31R38-R62) infinite loading of `getDocumentThumbnail` API when thumbnail is not available.
35
+
-[Fix](https://github.com/alexrintt/shared-storage/pull/100/files#diff-6f516633fcc1095b16ad5e0cc2a2c9711ee903cb115835d703f3c0ccfd6e0d31R38-R62) infinite loading of `getDocumentThumbnail` API when thumbnail is not available.
27
36
28
37
### Example project
29
38
@@ -38,13 +47,13 @@ To see details, refer to rollup PR [#100](https://github.com/lakscastro/shared-s
38
47
39
48
Minimal hotfix:
40
49
41
-
- Closes the `OutputStream` when creating a file [#61](https://github.com/lakscastro/shared-storage/issues/61), [#86](https://github.com/lakscastro/shared-storage/pull/86) (@jfaltis).
50
+
- Closes the `OutputStream` when creating a file [#61](https://github.com/alexrintt/shared-storage/issues/61), [#86](https://github.com/alexrintt/shared-storage/pull/86) (@jfaltis).
42
51
43
52
## 0.4.1
44
53
45
54
Minimal hotfix of the example project:
46
55
47
-
- Fix build error of the example project. Reported at [#70](https://github.com/lakscastro/shared-storage/issues/70) and fixed by [#72](https://github.com/lakscastro/shared-storage/pull/72) (@jfaltis).
56
+
- Fix build error of the example project. Reported at [#70](https://github.com/alexrintt/shared-storage/issues/70) and fixed by [#72](https://github.com/alexrintt/shared-storage/pull/72) (@jfaltis).
Copy file name to clipboardExpand all lines: README.md
+11-25Lines changed: 11 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,41 +22,27 @@
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://alexrintt.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/).
31
+
To check all ways you can contribute to this package see [Contributing/Ways to contribute](https://alexrintt.github.io/shared-storage/Contributing/Ways%20to%20contribute/).
32
32
33
33
Latest changes are available on `master` branch and the actual latest published package version lives under `release` branch.
34
34
35
35
All other branches are derivated from issues, new features or bug fixes.
36
36
37
37
## Contributors
38
38
39
-
These are the brilliant minds behind the development of this plugin!
40
-
41
-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
-[clragon](https://github.com/clragon) submitted a severe bug report and opened discussions around package architecture, thanks!
40
+
-[jfaltis](https://github.com/jfaltis) fixed a memory leak and implemented an API to override existing files, thanks for you contribution!
41
+
-[EternityForest](https://github.com/EternityForest) did fix a severe crash when the ID column was not provided and implemented a new feature to list all subfolders, thanks man!
42
+
- Thanks [dhaval-k-simformsolutions](https://github.com/dhaval-k-simformsolutions) for taking time to submit bug reports related to duplicated file entries!
43
+
-[dangilbert](https://github.com/dangilbert) pointed and fixed bug when the user doesn't select a folder, thanks man!
44
+
- A huge thanks to [aplicatii-romanesti](https://www.bibliotecaortodoxa.ro/) for taking time to submit device specific issues and for supporting the project!
45
+
- I would thanks [ankitparmar007](https://github.com/ankitparmar007) for discussing and requesting create file related APIs!
60
46
61
47
<br>
62
48
@@ -66,9 +52,9 @@ These are the brilliant minds behind the development of this plugin!
0 commit comments