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: README.md
+3-19Lines changed: 3 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,11 @@ 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
-
You can contribute to the documentation by just editing these files through the GitHub web editor!
29
+
You can contribute to the documentation by just editing these files.
30
30
31
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
-
Latest changes are available on `master`branch and the actual latest published package version lives under `release` branch.
33
+
**To start developing, use `release` branch as base**, `master`is used for experimentation only and is likely to be not working.
34
34
35
35
All other branches are derivated from issues, new features or bug fixes.
36
36
@@ -40,6 +40,7 @@ All other branches are derivated from issues, new features or bug fixes.
40
40
41
41
## Contributors
42
42
43
+
-[Tamerlanchiques](https://github.com/Tamerlanchiques) thanks a lot for the thoughtful bug reports.
43
44
-[limshengli](https://github.com/limshengli) updated Android Gradle build version and Kotlin version on pull https://github.com/alexrintt/shared-storage/pull/115, thanks!
44
45
-[honjow](https://github.com/honjow) contributed by [implementing `openDocument` Android API #110](https://github.com/alexrintt/shared-storage/pull/110) to pick single or multiple file URIs. Really helpful, thanks!
45
46
-[clragon](https://github.com/clragon) submitted a severe [bug report #107](https://github.com/alexrintt/shared-storage/issues/107) and opened [discussions around package architecture #108](https://github.com/alexrintt/shared-storage/discussions/108), thanks!
@@ -49,20 +50,3 @@ All other branches are derivated from issues, new features or bug fixes.
49
50
-[dangilbert](https://github.com/dangilbert) pointed and [fixed a bug #14](https://github.com/alexrintt/shared-storage/pull/14) when the user doesn't select a folder, thanks man!
50
51
- A huge thanks to [aplicatii-romanesti](https://www.bibliotecaortodoxa.ro/) for taking time to submit [device specific issues](https://github.com/alexrintt/shared-storage/issues?q=author%3Aaplicatii-romanesti)!
51
52
- I would thanks [ankitparmar007](https://github.com/ankitparmar007) for [discussing and requesting create file related APIs #20](https://github.com/alexrintt/shared-storage/issues/10)!
0 commit comments