mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
* feat(core): resolve file names from Android content URIs This PR adds a new Android path plugin function to resolve file names from content URIs. `PathResolver::file_name` was added to expose this API on Rust, and the existing `@tauri-apps/api/path` basename and extname function now leverages it on Android. Closes https://github.com/tauri-apps/plugins-workspace/issues/1775 Tauri core port from https://github.com/tauri-apps/plugins-workspace/pull/2421 Co-authored-by: VulnX * update change file [skip ci] Co-authored-by: VulnX <62636727+VulnX@users.noreply.github.com> --------- Co-authored-by: VulnX <62636727+VulnX@users.noreply.github.com>
178 B
178 B
tauri, @tauri-apps/api
| tauri | @tauri-apps/api |
|---|---|
| minor:feat | minor:feat |
The path basename and extname APIs now accept Android content URIs, such as the paths returned by the dialog plugin.