| #
de172362 |
| 19-Jul-2023 |
Valentin Vetter <[email protected]> |
[docs][file-system] Fix wrong link to InfoOptions (#23596)
|
| #
2de90eda |
| 15-May-2023 |
Tomasz Sapeta <[email protected]> |
Fix all failing SDK checks
|
| #
a6c9ed0f |
| 10-May-2023 |
Leandro Alberti <[email protected]> |
Update FileSystem.d.ts and FileSystem.ts (#22435)
|
| #
ca75dd58 |
| 26-Dec-2022 |
Bartosz Kaszubowski <[email protected]> |
[file-system] add missing platform label in code docs (#20606)
|
| #
6b7802ba |
| 22-Nov-2022 |
Bartosz Kaszubowski <[email protected]> |
[file-system][docs] migrate package to autogenerated docs, APISection tweaks (#20103)
|
| #
00ec8cab |
| 04-Jan-2022 |
Evan Bacon <[email protected]> |
Use declaration maps (#15782)
* Added declarationMap to base tsconfig
* et cp -a --no-lint --no-test --no-uniformity-check
|
| #
52eeb172 |
| 18-Aug-2021 |
Łukasz Kosmaty <[email protected]> |
[file-system][js] Make network task cancelable (#13318)
# Why
Added ability to cancel network tasks and a progress listener for file upload.
# How
- Created a `NetworkTask` class that is a
[file-system][js] Make network task cancelable (#13318)
# Why
Added ability to cancel network tasks and a progress listener for file upload.
# How
- Created a `NetworkTask` class that is a basic class for download and upload tasks.
- Added an upload progress listener.
# TODO
- [x] iOS - https://github.com/expo/expo/pull/13320
- [x] Android - https://github.com/expo/expo/pull/13319
show more ...
|
| #
8285c032 |
| 13-Aug-2021 |
Tomasz Sapeta <[email protected]> |
Rename unimodules imports to expo-modules-core
|
| #
400de723 |
| 06-Mar-2021 |
Łukasz Kosmaty <[email protected]> |
[expo-file-system] Fix compatibility with Android R (#12032)
# Why
Followup of https://github.com/expo/expo/pull/11647.
# How
- Handled SAF files in the `expo-file-system`.
- Added a way
[expo-file-system] Fix compatibility with Android R (#12032)
# Why
Followup of https://github.com/expo/expo/pull/11647.
# How
- Handled SAF files in the `expo-file-system`.
- Added a way to ask for external storage write permissions.
> **Note**: Those changes were needed to ensure a smooth transition to a scoped storage on Android.
# Test Plan
- NCL ✅
show more ...
|
| #
37630a92 |
| 29-Apr-2020 |
Łukasz Kosmaty <[email protected]> |
[file system][ios] Add multipart upload (#7403)
* [expo-file-system][ios] Add multipart upload
* [expo-file-system] Apply requested changes
|
| #
da65a760 |
| 27-Apr-2020 |
Łukasz Kosmaty <[email protected]> |
[file system][ios] Add download and upload in background (#7380)
* [file-system] make downloadAsync work in backgroud
* [file-system] Upload method
* [file-system] Add body to response
* [f
[file system][ios] Add download and upload in background (#7380)
* [file-system] make downloadAsync work in backgroud
* [file-system] Upload method
* [file-system] Add body to response
* [file-system] Refactor
* [file system] Handle resumable downloads
* [file system] Add background/foreground option
* [file system] Make background session default
* [file system] Apply requested changes
* [file system] Fix typo
* [file system] Apply requested changes
* [file system] Add changelog
* [expo-file-system] Apply requested changes
* [expo-file-system] Fix session lifetime
* [expo-file-system] Refactor
* [expo-file-system] Fix headers
* [expo-file-system] Apply requested changes
* [expo-file-system] Fix lifetime of EXFileSystem
* [expo-file-system] Extract resumables manger
* [expo-file-system] Pass body safely
* [expo-file-system] Pod install
* [expo-file-system] Apply requested changes
* [expo-file-system] Apply requested changes
* [expo-file-system] Apply requested changes
* [expo-file-system] Pod install in bare-expo
* [expo-file-system] EXResumableManager -> EXResumablesManager
* [expo-file-system] Fix error codes
show more ...
|
| #
0d6db115 |
| 27-Nov-2019 |
Eric Samelson <[email protected]> |
[android][expo-file-system] migrate files from scoped dir and provide helper method to delete legacy dir (#6367)
|
| #
ae9a5f1a |
| 24-Jul-2019 |
Tongyu Zhu <[email protected]> |
[expo-device] Add expo-device module (#4682)
* Create the highly anticipated Device module
|
| #
e4897761 |
| 17-Jun-2019 |
Tongyu Zhu <[email protected]> |
[FileSystem]Add ContentUriFromFile() function to support external file access outside expo app on Android (#4526)
* add contentUri function to filesystem
* [WIP]
* add getContentUriAsync() int
[FileSystem]Add ContentUriFromFile() function to support external file access outside expo app on Android (#4526)
* add contentUri function to filesystem
* [WIP]
* add getContentUriAsync() into FileSystem module and add docs about it
* revert new line
* modify logic and add flags in RN
* add alternative promist rejection
* modify format, add logic and ios platform
show more ...
|
| #
b057616c |
| 17-Jun-2019 |
Tomasz Sapeta <[email protected]> |
[expotools] add check-packages command that builds and tests all packages (#4611)
# Why
Fixes #3593
# How
- Added `check-packages` command to expotools that does three checks on every pack
[expotools] add check-packages command that builds and tests all packages (#4611)
# Why
Fixes #3593
# How
- Added `check-packages` command to expotools that does three checks on every package:
- Runs `yarn run build` if `build` script is available
- Ensures `build` folder doesn't have uncommitted changes after running `build` script.
- Runs `yarn run test` if `test` script is available.
- Removed cycle between `@unimodules/core` and `@unimodules/react-native-adapter` (it was causing weird TS compilation errors on `@unimodules/react-native-adapter`)
- Removed unnecessary test script from `expo-processing` and `expo-samples`.
- Muted `Location.geocodeAsync` test (it requires Google Maps API key, I'll bring it back later).
- Updated `expo_sdk` job on CircleCI.
I'm also going to add uploading code coverage reports to this command, but probably in a separate pull request.
# Test Plan
I've tested it locally and also CI runs this new command in `expo_sdk` job.
show more ...
|
| #
8d441c7e |
| 14-Mar-2019 |
Stanisław Chmiela <[email protected]> |
[packages] Move unimodules foundation to `org.unimodules` scope
|
| #
7e929553 |
| 23-Feb-2019 |
Evan Bacon <[email protected]> |
Added types to the ExponentFileSystem platform module (#3560)
* Renamed FS -> ExponentFileSystem
* Fixed bug where constants were being redefined
* Added stricter types to the ExponentFileSystem n
Added types to the ExponentFileSystem platform module (#3560)
* Renamed FS -> ExponentFileSystem
* Fixed bug where constants were being redefined
* Added stricter types to the ExponentFileSystem native module
* Added an empty shim for ExponentFileSystem to be used in standalone and on web
show more ...
|
| #
77c88547 |
| 01-Feb-2019 |
Evan Bacon <[email protected]> |
Fixed CI SDK tests (#3372)
* Update expoModules.js
* Update expoModules.js
* Fixed tests
* Fixed scheme bug
* Update FileSystem-test.ts
|
| #
2307aace |
| 31-Jan-2019 |
Evan Bacon <[email protected]> |
[TypeScript] FileSystem migration (#3340)
* Added TS
* Updated testing
* Update FileSystem-test.ts
* Updated `encoding` type
* Updated FileSystem import for `Asset` tests
* Updated sy
[TypeScript] FileSystem migration (#3340)
* Added TS
* Updated testing
* Update FileSystem-test.ts
* Updated `encoding` type
* Updated FileSystem import for `Asset` tests
* Updated syntax
* Update FileSystem-test.ts
* Refined types
* Refined tests
* Update Expo.ts
show more ...
|