Mark Murphy

Results 53 issues of Mark Murphy

I suspect that the Gradle instructions are out of date. This stuff went multiplatform, so for an Android project, it appears that you need `ui-test-junit4-android` to get `composeTestRule()`.

On Amaze 3.2.1, if another app starts an `ACTION_VIEW` `Intent` for `text/plain` and a valid `Uri` pointing to read-only content, `TextReader` crashes: ``` java.lang.SecurityException: Permission Denial: writing android.support.v4.content.FileProvider uri content://com.commonsware.myapplication.provider/Download/hello_world.txt...

Issue-Bug
Area-FileOperations

I am seeing `StrictMode` complaints coming from `FensterVideoView`, in version 0.0.2 of your library: ``` E/StrictMode: A resource was acquired at attached stack trace but never released. See java.io.Closeable for...

Not sure if this is practical, but... ``` java class Foo { public void foo() { Log.d("Hello"); // prints 'D/Foo: Hello' } } ``` As your docs show, this uses...

`FragmentViewBindingDelegate` is designed for use with `::bind` on the `ViewBinding` object. AFAICT, this requires us to still manually inflate the layout for use in `onCreateView()`. `::bind` then retrieves those inflated...

Your library has an `AndroidManifest.file` with this content at present: ``` ``` That will cause build errors for anyone using your library that has attributes that differ from the values...

This sample app shows using an implicit `Intent` in the `PendingIntent` for the authentication response. As a result, other apps can intercept this response, just by having an `` matching...

The project `README` indicates that the expected usage is to build your own BKS store. As I just pointed out in issue #9, the instructions may be missing a step...

I cloned the repo, ran `git submodule update --init --recursive`, then tried to run `make`. That gave me: ``` cd ca-certificates && git verify-tag `git describe --abbrev=0 --tags` gpg: Signature...

**Describe the bug** The wrong class is used in a code snippet in the documentation. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://insert-koin.io/docs/setup/why#ready-for-android 2. Read the second...