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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
16 changed files
with
1,127 additions
and
108 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,4 @@ plugins: | |
- macros | ||
|
||
extra: | ||
lib_version: "1.0.0-alpha05" | ||
lib_version: "1.0.0-alpha06" |
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
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
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
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
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
Oops, something went wrong.