Ryan Harter
Ryan Harter
@JoseAlcerreca for the original issue, are you saying that the `/storage/emulated/0/Download/screenshots/` directory on your test device is empty? I've seen a few issues with the Files app on the emulator...
That sounds like a great feature to me. A contribution would be great! On Mon, Oct 3, 2022, 11:09 AM Sebastien ROUIF ***@***.***> wrote: > Is that something you would...
This appears to duplicate the proposed change in #497, which I think is able to accomplish the same thing using `RenderingMode`'s `horizAction` and `vertAction` properties to avoid expanding the API...
I don't see anything in #497 that limits it to compose, and the tests even test legacy views. RenderMode has horizontal and vertical options, just like ShrinkDirection, so if you...
This is also fixed by #497 and here are some of my thoughts: * I think your usage of `RenderingMode` is backwards. `RenderingMode.SHRINK` is [documented](https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:layoutlib-api/src/main/java/com/android/ide/common/rendering/api/SessionParams.java;l=31?q=RenderingMode) to "Shrink canvas to the...
Thanks for sharing. To help debug the issue of the `focus` extension not being found, it'd help if you could share any errors when you sync or run a `./gradlew`...
Thanks for the info. Can you share the Gradle version you're using? I suspect the main cause is using an older Gradle version (hinted at by the lack of configuration...
That's not released yet, so you'll need to use a snapshot version to access it. On Wed, Aug 31, 2022 at 1:14 AM Maciek Tomczyński ***@***.***> wrote: > Hey, >...
Some thoughts relating to @jerrellmardis's ideas. The current implementation lists only top level shared folders. It doesn't list servers, but the shares that they contain. So in my environment, I...
That's interesting, since this implementation should just be finding your main share. So in my case, my media server is called MEDIASERVER (all caps for Samba), and I have two...