e8e06c3
)1bca166
)a898b85
).gitattributes
to force LF (instead of possible CRLF on Windows) (d691a04
).npmignore
to remove unneeded files from npm package (a255202
)2b93a67
)c609ff6
)b762743
)d135cd0
)341fa9c
)4642fde
)5353b84
)android-27
(6e7871b
)applicationDirectory
on android (#234) (c2f5216
)4a92bbb
)cc3aedb
)d8cc0fd
, 5e12b5e
)c248827
)file:///android_asset/
cordovaDependencies
cordova-plugin-compat
README
in use of window.resolveLocalFileSystemURL
eslint
and took out jshint
mimeTypeForFileAtPath
methodFileEntry.file.type
bugs
entry to package.json
.plugin.xml
DefinitelyTyped
SecurityException
URLs
produced by contacts pluginAndroid Log class
and not Cordova LOG class
cdvfile: assets fs root
for DOM
requestsREADME.md
NeedPermission
code for the case when external media is not mounted in Android#<FileError>
in write()
when readyState != WRITING ?
PermissionHelper.java
with cordova-plugin-compat
resolveLocalFileSystemURL
should omit trailing slash for fileFileReader
reads large files in chunks with progress.resolveLocalFileSystemURL
should detect directory vs file.requestFileSystem
.warning
emoji, as it doesn’t correctly display in the docs website: cordova.apache.org/docs/en/dev/cordova-plugin-file/index.html. This closes #166JSHint
for pluginsfile.spec.129
of cordova-plugin-file
.ratignore
fileproxy not found error
on Chrome.RELEASENOTES
to be newest to oldest#
characterAndroidPersistentFileLocation
into config.xml
URI encoding
inconsistency on AndroidNullPointer Exception
in Android 5 and above due to invalid column name on cursorapplicationDirectory
to use ms-appx:///
cordova.file
objectcdvfile
protocol quirk - using cdvfile://
in the DOM
is not supported on WindowsgetDirectory
fails on valid directory with assets filesystemrequestFileSystem
fails when no external storage is presentARC
for iOSgetFreeDiskSpace
iOS.resolveLocalFileSystemURL
by webkitResolveLocalFileSystemURL
for browser platform add .project
into git ignore listFileError.ENCODING_ERR
on encoding exception.CSP
rules needed for using cdvfile
in DOM src. This closes #120cdvfile
protocol purpose description and examplesblob.slice()
for asset-library
URLs (close #105)assets/
instead of build/
listChildren()
: Java-consumable version of readEntriesAtLocalURL()
CordovaResourceApi.mapUriToFile()
rather than own custom logic in ContentFilesystemdeviceready
in plugin docsisCopyOnItself
logic__format__
to match pathsPrefix
FileProxy
for Windows platformscontext.getExternal*
methods return null if sdcard isn’t in mounted state, causing exceptions that prevent startup from reaching readystate