modernstorage icon indicating copy to clipboard operation
modernstorage copied to clipboard

ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions

Results 18 modernstorage issues
Sort by recently updated
recently updated
newest added

It [looks](https://github.com/KasperskyLab/Kaspresso) like it could help us a lot for UI Automator testing tests. Example of storage platform [here](https://cs.android.com/android/platform/superproject/+/master:cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/StorageTest.java).

enhancement

## Error when building app with modernstorage ``` FAILURE: Build completed with 8 failures. 1: Task failed with an exception. ----------- * What went wrong: Execution failed for task ':app:dataBindingMergeDependencyArtifactsCvsDebug'....

### Version 1.6.0-alpha03 April 27, 2022 `androidx.activity:activity:1.6.0-alpha03`, `androidx.activity:activity-compose:1.6.0-alpha03`, and `androidx.activity:activity-ktx:1.6.0-alpha03` are released. - Note: This version will only compile against the Android 13 Developer Beta 1 SDK. **New Features** -...

enhancement

Upgrades Gradle to 7.4 which makes Version Catalog stable 🎉 Also, moves dependencies and plugins which weren't previous able to go into Version Catalog into it

Hi! ## Describe the bug Crash app ## To Reproduce Steps to reproduce the behavior: 1. Open AddMediaScreen. 2. Click on "Add Video" or "Add Audio" ``` java.lang.IllegalArgumentException: MIME type...

We're currently lacking support for these methods: - [x] `appendingSink` - [ ] `atomicMove` - [ ] `createDirectory` - [ ] `openReadOnly` - [ ] `openReadWrite` Other methods could improve...

enhancement

## Describe the bug I'm using modernstorage to save a file from the web to my Downloads folder. In certain situations, the following error occurs: ``` java.util.concurrent.ExecutionException: android.database.sqlite.SQLiteConstraintException: UNIQUE constraint...

We're adding BOM support in `1.0.0-alpha04` but we need to update the guide to highlight it

enhancement

**Is your feature request related to a problem? Please describe.** Verify if current ProGuard rules are well written (we might have to do nothing)

enhancement