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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This release contains:
7
7
- Example project improvements.
8
8
- Bug fixes.
9
9
10
-
To see details, refer to rollup PR [#100](https://github.com/lakscastro/shared-storage/pull/100).
10
+
To see details, refer to rollup PR [#100](https://github.com/alexrintt/shared-storage/pull/100).
11
11
12
12
### New
13
13
@@ -23,7 +23,7 @@ To see details, refer to rollup PR [#100](https://github.com/lakscastro/shared-s
23
23
### Bug fixes
24
24
25
25
-`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.
26
+
-[Fix](https://github.com/alexrintt/shared-storage/pull/100/files#diff-6f516633fcc1095b16ad5e0cc2a2c9711ee903cb115835d703f3c0ccfd6e0d31R38-R62) infinite loading of `getDocumentThumbnail` API when thumbnail is not available.
27
27
28
28
### Example project
29
29
@@ -38,13 +38,13 @@ To see details, refer to rollup PR [#100](https://github.com/lakscastro/shared-s
38
38
39
39
Minimal hotfix:
40
40
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).
41
+
- 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
42
43
43
## 0.4.1
44
44
45
45
Minimal hotfix of the example project:
46
46
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).
47
+
- 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-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@
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
@@ -43,13 +43,13 @@ These are the brilliant minds behind the development of this plugin!
0 commit comments