Skip to content

Conversation

mikoto2000
Copy link
Contributor

@mikoto2000 mikoto2000 commented Aug 13, 2024

This is part of #1494. (Implementation of save dialog for Android writeTextFile)
Separated #1591 for each plugin change.

I implemented the save dialog for the dialog plugin.

As mentioned in the following two comments, saving files on Android requires the use of activity.getContentResolver().openOutputStream(uri), so I use Uri instead of file path in the communication between the app and the plugin.

File save dialog is not implemented on mobile #1494 (comment)
File save dialog is not implemented on mobile #1494 (comment)

tauri-dialog-plugin

@mikoto2000 mikoto2000 requested a review from a team as a code owner August 13, 2024 03:42
@mikoto2000 mikoto2000 changed the title Implemented android save dialog. feat(dialog): Implemented android save dialog. Aug 13, 2024
Copy link
Contributor

Package Changes Through c2cdc1e

There are 15 changes which include dialog with prerelease, updater with prerelease, barcode-scanner with prerelease, clipboard-manager with prerelease, deep-link with prerelease, global-shortcut with prerelease, window-state with prerelease, biometric with prerelease, geolocation with prerelease, haptics with prerelease, nfc with prerelease, notification with prerelease, shell with prerelease, store with prerelease, fs-js with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.0-beta.17 2.0.0-rc.0
api-example-js 2.0.0-rc.0 2.0.0-rc.1
barcode-scanner 2.0.0-rc.0 2.0.0-rc.1
biometric 2.0.0-rc.0 2.0.0-rc.1
clipboard-manager 2.0.0-rc.0 2.0.0-rc.1
deep-link 2.0.0-rc.0 2.0.0-rc.1
fs-js 2.0.0-rc.0 2.0.0-rc.1
dialog 2.0.0-rc.0 2.0.0-rc.1
geolocation 2.0.0-rc.0 2.0.0-rc.1
global-shortcut 2.0.0-rc.0 2.0.0-rc.1
haptics 2.0.0-rc.0 2.0.0-rc.1
nfc 2.0.0-rc.0 2.0.0-rc.1
notification 2.0.0-rc.0 2.0.0-rc.1
shell 2.0.0-rc.0 2.0.0-rc.1
store 2.0.0-rc.0 2.0.0-rc.1
updater 2.0.0-rc.0 2.0.0-rc.1
window-state 2.0.0-rc.0 2.0.0-rc.1

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog merged commit bc7eecf into tauri-apps:v2 Aug 13, 2024
Sir-Thom pushed a commit to Sir-Thom/plugins-workspace that referenced this pull request Oct 22, 2024
* Implemented android save dialog.

* small cleanup

* lint

---------

Co-authored-by: Lucas Nogueira <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants