This is an automated email from the ASF dual-hosted git repository. erisu pushed a change to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file.git
from 5480a3e release(file-v8.0.0): updated version and RELEASENOTES.md add 14dba8f chore: bump version 8.0.1-dev add faba1bf release(post): bump version to 8.0.1-dev add 360a73c Docs: Expanded the docs on the limitations of external filesystems for android (#593) add c5bcbdf refactor(android): various cleanup (#607) add c10942a fix(android): hasWritePermission for SDK 33 (#608) add 1925ac0 chore: update asf config (#609) add f2cfe30 release(file-v8.0.1): updated version and RELEASENOTES.md No new revisions were added by this update. Summary of changes: .asf.yaml | 26 ++ README.md | 28 +- RELEASENOTES.md | 12 + package-lock.json | 4 +- package.json | 2 +- plugin.xml | 2 +- src/android/AssetFilesystem.java | 27 +- src/android/ContentFilesystem.java | 112 +++--- src/android/FileUtils.java | 765 +++++++++++++++++------------------- src/android/Filesystem.java | 48 +-- src/android/LocalFilesystem.java | 156 ++++---- src/android/LocalFilesystemURL.java | 10 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 14 files changed, 600 insertions(+), 596 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org