chore: draft at using new API to replace java.io.File#9661
Draft
farfromrefug wants to merge 5 commits into
Draft
chore: draft at using new API to replace java.io.File#9661farfromrefug wants to merge 5 commits into
farfromrefug wants to merge 5 commits into
Conversation
added a test app to work on the native api with tests
|
Hello, I'm pending the resolution of this change, oh that I can not upload documents. Thanks |
|
Hello I came across with the same issue, please let me know when test were fixed in order to apply the fix to uploads documents. |
|
I test to apply changes of PR of /core/file-system/file-system-access.android.ts in a patch and have same error. |
|
I test to apply changes of PR of /core/file-system/file-system-access.android.js of JS in a patch and have same error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Fileis rendered useless because of permissions.This PR replaces
java.io.Filein 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.getFileStatsmethods to get all stats for aFileor aFolder. Still needs to be plugged on the JS sideenumEntitiesmethod 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