chore: draft at using new API to replace java.io.File #9661
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a draft PR at introducing new APIs for Android 11.
With Android 11
java.io.File
is rendered useless because of permissions.This PR replaces
java.io.File
in most places.It also moves most file system logics to the Java side to improve perfomances.
The work is not finished yet:
org.nativescript.widgets.Utils.getFileStats
methods to get all stats for aFile
or aFolder
. Still needs to be plugged on the JS sideenumEntities
method on the Java side (i have the code).I also moved the mobile-ui-base android project to gradle 7.0 with latest features. Thus the changes in java files.
Any help on this is welcome. We need this ASAP