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.
* 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]>
- Loading branch information
1 parent
74ffdae
commit eabe87d
Showing
14 changed files
with
145 additions
and
101 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<lint> | ||
<!-- Generated by `./gradlew refreshVersions` to avoid errors when using _ as a version. --> | ||
<issue id="GradlePluginVersion" severity="ignore" /> | ||
<issue id="GradleDependency" severity="ignore" /> | ||
</lint> |
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
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 |
---|---|---|
@@ -0,0 +1,82 @@ | ||
#### Dependencies and Plugin versions with their available updates. | ||
#### Generated by `./gradlew refreshVersions` version 0.40.1 | ||
#### | ||
#### Don't manually edit or split the comments that start with four hashtags (####), | ||
#### they will be overwritten by refreshVersions. | ||
#### | ||
#### suppress inspection "SpellCheckingInspection" for whole file | ||
#### suppress inspection "UnusedProperty" for whole file | ||
|
||
## unused | ||
version.org.jetbrains.dokka..jekyll-template-processing-plugin=1.6.10 | ||
|
||
## unused | ||
version.org.jetbrains.dokka..gfm-template-processing-plugin=1.6.10 | ||
|
||
## unused | ||
version.org.jetbrains.dokka..dokka-base=1.6.10 | ||
|
||
## unused | ||
version.org.jetbrains.dokka..all-modules-page-plugin=1.6.10 | ||
|
||
version.robolectric=4.7.3 | ||
|
||
## unused | ||
version.org.jetbrains.dokka..jekyll-plugin=1.4.32 | ||
|
||
## unused | ||
version.org.jetbrains.dokka..javadoc-plugin=1.4.32 | ||
|
||
## unused | ||
version.org.jetbrains.dokka..gfm-plugin=1.4.32 | ||
|
||
## unused | ||
version.org.jacoco..org.jacoco.ant=0.8.3 | ||
|
||
version.okio=3.0.0 | ||
|
||
version.kotlinx.coroutines=1.6.0 | ||
|
||
version.kotlin=1.6.10 | ||
|
||
version.junit.junit=4.13.2 | ||
|
||
version.google.android.material=1.5.0 | ||
|
||
version.com.github.skydoves..landscapist-glide=1.5.0 | ||
|
||
version.androidx.test.uiautomator=2.2.0 | ||
|
||
version.androidx.test.runner=1.4.0 | ||
|
||
version.androidx.test.rules=1.4.0 | ||
|
||
version.androidx.test.ext.junit=1.1.3 | ||
|
||
version.androidx.test.espresso=3.4.0 | ||
|
||
version.androidx.navigation-compose=2.4.1 | ||
|
||
version.androidx.lifecycle=2.4.1 | ||
|
||
version.androidx.core=1.7.0 | ||
|
||
version.androidx.compose.ui=1.1.1 | ||
|
||
version.androidx.compose.material=1.1.1 | ||
|
||
version.androidx.compose.compiler=1.1.1 | ||
|
||
version.androidx.appcompat=1.4.1 | ||
|
||
version.androidx.activity=1.4.0 | ||
|
||
plugin.org.jetbrains.dokka=1.6.10 | ||
|
||
plugin.me.tylerbwong.gradle.metalava=0.2.1 | ||
|
||
plugin.com.vanniktech.maven.publish=0.19.0 | ||
|
||
plugin.com.diffplug.spotless=6.3.0 | ||
|
||
plugin.android=7.1.2 |