This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Conversation
This file contains 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
Add support for Photo Picker metadata fetching
Add more internal storage tests
Disable tests (they're getting cancelled on GitHub Actions for no reason...)
Deprecate Uri.toPath in favor of Uri.toOkioPath Add scanFile method
Update storage guide
Update sample to use new createMediaStoreUri method
yrezgui
added a commit
that referenced
this pull request
Mar 18, 2022
* doc: correct usage of `ActivityResultContract` `launch` method (#86) * Rename MediaStore tests * Upgrade to Android Studio BumbleBee & AGP 7.1 * Update run configuration * Apply spotless * Fix closing resources when file copy is done * Add support for file paths (#87) * Deprecate SharedFileSystem in favor of AndroidFileSystem Add support for Photo Picker metadata fetching * Add appendingSink implementation * Add support for file paths (makes interactions with Internal Storage possible) * Implement delete for physical files Add more internal storage tests * Enable (temporarily) tests on GitHub Actions * Apply spotless * Update sample to use AndroidFileSystem Disable tests (they're getting cancelled on GitHub Actions for no reason...) * Improve greatly platform testing coverage Deprecate Uri.toPath in favor of Uri.toOkioPath Add scanFile method * Upgrade version number Update storage guide * Fix type selection in photo picker * Fix metadata fetchinf for photo picker URIs * Updating storage guide * Fix deprecation issue for the old createMediaStoreUri method Update sample to use new createMediaStoreUri method * Upgrade AGP to 7.1.1 * Fix a few mistakes in permission.md (#89) * Update Android 13 notice for the photo picker * Add refreshVersions Gradle plugin * Migrate dependencies management to refreshVersions plugin * Remove version catalog feature preview * Upgrade dependencies Remove unused dependencies Fix code imports * Get kotlinCompilerExtensionVersion from versions.properties * Remove completely versions catalog * Revert code change Co-authored-by: tobianoapps <[email protected]> Co-authored-by: Andreas <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
With this PR,
Path
can beUri
but alsojava.io.File
paths, allowing interactions with internal storage.One very cool feature enabled with these changes would be to copy a MediaStore image to internal storage simply: