Commit Graph

93 Commits

Author SHA1 Message Date
Vojtech Novak
17eaa4b886
docs: readme wording 2024-04-17 01:09:04 +02:00
Vojtech Novak
23ce0d2de4
docs: add link to readme 2024-04-01 15:12:36 +02:00
Vojtech Novak
6033c4e1b0
docs: readme twek (#709) 2024-03-15 20:48:08 +01:00
Vojtech Novak
b34ca5bd92
docs: use new docs (#708) 2024-03-15 20:43:58 +01:00
Vojtech Novak
1ae7cb217d
fix(android): path traversal vulnerability (#698)
* fix: path traversal vulnerability android

* docs: library update
2024-02-05 14:14:19 +01:00
Vojtech Novak
3f7e270f53
docs: better docs around uti+mime (#654) 2023-05-16 23:35:04 +02:00
Vojtech Novak
6c4ca11371
fix: ignore foreign onActivityResult (#652) 2023-05-15 23:12:17 +02:00
Vojtech Novak
2d6571d978
feat: remove pickMultiple (#651)
BREAKING CHANGE: pickMultiple removed
2023-05-15 22:35:38 +02:00
Vojtech Novak
fc1c0f2d24
feat: new architecture support (#649)
* feat: rn 70 ios builds with new arch

* feat: android migration wip

* fix: update test-app, react-native and react version, fix codegen config

* fix: change spec for backward compat

* fix: simplify android code and make it work

* fix: ios code

* fix: remove unnecessary folly version

* fix: srcDirs on paper

* refactor: review

* refactor: review

* refactor: node 18

* docs: new arch in readme

* docs: new arch in readme

* refactor: use Spec

---------

Co-authored-by: Wojciech Lewicki <wojciech.lewicki@swmansion.com>
2023-05-15 21:56:02 +02:00
ignaciosantise
027f131077
docs: update link to UTIs (#596)
* Update README.md

Changed the link of Apple's uniform type identifiers to a newer one. Now they support more file types and there's also a guide to define own types

* Update README.md
2022-10-15 16:49:28 +02:00
Vojtech Novak
d393b542e2
docs: document using decodeURIComponent (#566) 2022-05-26 23:07:44 +02:00
Jakov Glavina
4af64cfb5f
docs: add instructions for usage in an Expo project (#556)
* docs: add instructions for usage in an Expo project

* chore: update installation instruction header styling
2022-04-30 11:05:09 +07:00
Darkce
0d301cb1bc
feat: support transitionStyle on iOS (#549)
* feat: add transitionStyle option on ios

* Update src/index.tsx

Co-authored-by: Vojtech Novak <vonovak@gmail.com>
2022-04-01 22:22:11 +07:00
Vojtech Novak
ca61f26997
docs: remove outdated example (#514) 2021-12-14 14:49:22 +01:00
Vojtech Novak
45f57bc75d
feat: add explicit pickDirectory() ios implementation (#483) 2021-10-07 00:28:32 +02:00
Vojtech Novak
6ff5fd3886
feat: fileCopyUri to be null if copyTo not provided (#481)
BREAKING CHANGE - fileCopyUri can be null
2021-10-06 20:05:32 +02:00
Vojtech Novak
e09ad1e41a
docs: improve readme (#478)
* docs: improve readme

* chore: prettify
2021-10-02 23:30:49 +02:00
Vojtech Novak
f8dd453ca6
feat: support presentationStyle on ios (#477) 2021-10-02 21:04:52 +02:00
Vojtech Novak
b949b47ef8
fix: do not crash on double select (#476)
* fix: do not crash on double select

* docs: clarify isInProgress()
2021-10-02 20:16:44 +02:00
Vojtech Novak
b6f787e9e9
docs: improve readme (#475) 2021-10-02 14:58:49 +02:00
Vojtech Novak
a37200454e
docs: remove icloud instructions (#450)
as per #445
2021-08-09 22:57:09 +02:00
Vojtech Novak
db09e24e5d
feat: rework module using react native bob (#421)
* feat: rework module using react native bob

* chore: rebase

* Added windows example (not working for the moment)

* Fixed implementation of the Windows example

* Fixed Lint issues

* Fixed a missing Lint issue

* Fixed another missing Lint issue

* fix: fixed all the pending Lint issues

* Added pickDirectory() implementation for Windows (proper PR) (#444)

* feat: added pickDirectory implementation for Windows

* fix: fixed typo in property name

Co-authored-by: Matteo Pagani <matteo.pagani@microsoft.com>
2021-08-09 20:24:22 +02:00
Vojtech Novak
e57b1b97a9
docs: update pickDirectory 2021-06-15 23:03:19 +02:00
Roman Musin
4173790a59
feat: add pickDirectory on Android (#414)
* Fix typo

* Update Android module

* Update js side

* Fix linter errors

* Update README

* Always set the path field, even if null

* Fix DirectoryPickerResponse.path

* Address code review comments

* Restore accidentally removed methods

* Fix formatting

* Indicate that pickDirectory can return null

* Make linter happy

* Only return the URI

* Remove path from the docs

* Delete trailing spaces

* Update index.d.ts

* Update index.js

Co-authored-by: Vojtech Novak <vonovak@gmail.com>
2021-06-15 23:00:24 +02:00
Vojtech Novak
64f151ae28 chore: document RN blob support 2021-02-06 12:31:06 +01:00
Vojtech Novak
a78ca40e19
support only android >=5 (API 21) (#386)
* support android >=5 (API 21)

* document requirements
2021-02-06 12:14:26 +01:00
Tuan Luong
02afc3f746
[Android][Google Drive] Download file from google drive then cache in local storage (#264)
* get real file path

* update variable

* add property to get file path from uri

* fix bug could not get file from download folder

* change getPath to usePath

* Get data from google drive app

* implement copyTo

* update README

* update index.d.ts

* update code

Co-authored-by: Tuan Luong <tuanluong@Tuans-MacBook-Pro.local>
2021-02-06 11:46:56 +01:00
Vojtech Novak
f7e361e78f
chore: change readme wording 2020-12-25 19:18:13 +01:00
Richard Février
0ead2a58ed
iOS : add mode option (#345)
* iOS : add mode option

* iOS : fix add mode option

* readme: fix releaseSecureAccess signature

* fix: do not mutate collection while enumerating

Co-authored-by: Vojtech Novak <vonovak@gmail.com>
2020-12-25 19:14:41 +01:00
Vojtech Novak
8767fbe9aa
chore: update discussions in readme (#372) 2020-12-25 18:09:08 +01:00
Vojtech Novak
438fc3468e
chore: introduce GH discussions (#371) 2020-12-25 17:57:54 +01:00
Vojtech Novak
2146a503dc
chore: update provided file type shortcuts 2020-12-15 02:05:47 +01:00
matei-oltean
4dce59c0a6
Fix all files on iOS (#356) 2020-12-15 01:39:59 +01:00
Marq Roldan
242ffde18d
Update README.md (#327)
We should probably update this part as since this package is no longer using `Intent.ACTION_OPEN_DOCUMENT`  or `Intent.ACTION_PICK` since 2017
2020-07-21 14:47:33 +02:00
Vojtech Novak
f44a9c30cd
Update README.md 2020-06-15 22:44:20 +02:00
Vojtech Novak
83d3b31f43
enforce eslint (#312)
* reformat

* add eslint
2020-06-11 00:01:38 +02:00
Vojtech Novak
2cee0e35d0 allow cache and docs dirs 2020-06-10 23:23:56 +02:00
Vojtech Novak
5daf5898da allow file copying 2020-05-21 18:47:34 +02:00
Austin Piel
ef9ef67426 add support for csv 2020-05-07 13:58:27 -04:00
Vojtech Novak
cbd209f2d4
Update README.md 2020-04-17 19:16:11 +02:00
Vojtech Novak
6f26ed9cfb
Update README.md 2020-04-17 16:09:34 +02:00
Vojtech Novak
56ea91ce0b
document common mime types 2020-04-17 15:10:32 +02:00
Vojtech Novak
31b1965361
Update README.md 2020-04-17 15:08:13 +02:00
Vojtech Novak
cb330b4597
Update README.md 2020-04-17 15:07:06 +02:00
Vojtech Novak
4b058a3499
Update README.md 2020-04-17 15:05:20 +02:00
Vojtech Novak
17070eb823
Update README.md 2020-04-17 14:59:07 +02:00
Rich Paret
c3bb31753a
Update Readme.md for zip file documentation
As requested in #289
2020-04-02 15:03:31 -04:00
Vojtech Novak
989d85ddcf explain new version tags format 2020-03-19 12:07:57 +01:00
oğuz
86503a1dd3
SyntaxError fix 2020-02-23 17:36:24 +03:00
Shihab Mridha
60012fad2a
Fix typo. 2019-10-21 18:34:27 +06:00