cordova-plugin-file
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "cordova-plugin-file", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Cordova File Plugin", | ||
@@ -10,12 +10,6 @@ "types": "./types/index.d.ts", | ||
"android", | ||
"amazon-fireos", | ||
"ubuntu", | ||
"browser", | ||
"ios", | ||
"osx", | ||
"wp7", | ||
"wp8", | ||
"blackberry10", | ||
"windows8", | ||
"windows", | ||
"firefoxos" | ||
"windows" | ||
] | ||
@@ -35,12 +29,6 @@ }, | ||
"cordova-android", | ||
"cordova-amazon-fireos", | ||
"cordova-ubuntu", | ||
"cordova-browser", | ||
"cordova-ios", | ||
"cordova-osx", | ||
"cordova-wp7", | ||
"cordova-wp8", | ||
"cordova-blackberry10", | ||
"cordova-windows8", | ||
"cordova-windows", | ||
"cordova-firefoxos" | ||
"cordova-windows" | ||
], | ||
@@ -47,0 +35,0 @@ "scripts": { |
@@ -69,10 +69,5 @@ --- | ||
- Amazon Fire OS | ||
- Android | ||
- BlackBerry 10 | ||
- Firefox OS | ||
- iOS | ||
- OS X | ||
- Windows Phone 7 and 8* | ||
- Windows 8* | ||
- Windows* | ||
@@ -189,15 +184,2 @@ - Browser | ||
### BlackBerry 10 File System Layout | ||
| Device Path | `cordova.file.*` | r/w? | persistent? | OS clears | private | | ||
|:-------------------------------------------------------------|:----------------------------|:----:|:-----------:|:---------:|:-------:| | ||
| `file:///accounts/1000/appdata/<app id>/` | applicationStorageDirectory | r | N/A | N/A | Yes | | ||
| `app/native` | applicationDirectory | r | N/A | N/A | Yes | | ||
| `data/webviews/webfs/temporary/local__0` | cacheDirectory | r/w | No | Yes | Yes | | ||
| `data/webviews/webfs/persistent/local__0` | dataDirectory | r/w | Yes | No | Yes | | ||
| `file:///accounts/1000/removable/sdcard` | externalRemovableDirectory | r/w | Yes | No | No | | ||
| `file:///accounts/1000/shared` | sharedDirectory | r/w | Yes | No | No | | ||
*Note*: When application is deployed to work perimeter, all paths are relative to /accounts/1000-enterprise. | ||
### OS X File System Layout | ||
@@ -334,17 +316,2 @@ | ||
## Firefox OS Quirks | ||
The File System API is not natively supported by Firefox OS and is implemented | ||
as a shim on top of indexedDB. | ||
* Does not fail when removing non-empty directories | ||
* Does not support metadata for directories | ||
* Methods `copyTo` and `moveTo` do not support directories | ||
The following data paths are supported: | ||
* `applicationDirectory` - Uses `xhr` to get local files that are packaged with the app. | ||
* `dataDirectory` - For persistent app-specific data files. | ||
* `cacheDirectory` - Cached files that should survive app restarts (Apps should not rely | ||
on the OS to delete files in here). | ||
## Browser Quirks | ||
@@ -351,0 +318,0 @@ |
@@ -23,2 +23,5 @@ <!-- | ||
### 6.0.0 (Dec 15, 2017) | ||
* [CB-13668](https://issues.apache.org/jira/browse/CB-13668) Remove deprecated platforms | ||
### 5.0.0 (Nov 06, 2017) | ||
@@ -25,0 +28,0 @@ * [CB-13481](https://issues.apache.org/jira/browse/CB-13481) (android) Don't ask for permission to read `file:///android_asset/` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1408768
98
8319
836