Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

saveFile method implemented for android platform #1396

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    712de95 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. saveFile() method for android platform interface changed

    now the saveFile method for android uses the fileName as
    input file from where it reads the content to be written
    in the file that the user is going to choose. this way
    there is no need to ask for permission and no need to
    delete the 0 byte file created by the save filePicker
    window. From the android app ONLY you need to write
    the file in a temporary file before calling the saveFile()
    method. then you pass the temp file to the saveMethod(),
    the user choose the file where the content of the temp
    file will be saved and the temp file is written to the
    file chosen by the user
    vinxxe committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e9085b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e54321 View commit details
    Browse the repository at this point in the history