Thomas Wirth

Results 24 issues of Thomas Wirth

Would love to toggle some common developer options via your app (especially layout bounds). E.g.: https://github.com/dhelleberg/android-scripts

## My Setup - Operating System: macOS High Sierra 10.13.3 - App Version: 2.10.5 - [x] I have tested with the latest version - [x] I can simulate the issue...

Currently the library relies on a Scanner Activity to handle the permission, camera setup, lifecycles and analysis on its own. For advanced integration (e.g. intercepting the result value or adding...

improvement

**What's your feature request? Please describe.** We are using the ML Kit barcode-scanning library in conjunction with CameraX ImageAnalysis.Analyzer. There is currently no sufficient way to limit the area in...

I found this issue from the old Firebase repo: [[Feature Request] ML Kit: On-Device Model Download API](https://github.com/firebase/firebase-android-sdk/issues/47) There is still no way to get availability and download status of the...

Looks like the plugin only gets applied to Android modules if they have a [compilationTarget matching `release`](https://github.com/Kotlin/binary-compatibility-validator/blob/6b19ba4a3abfa70c5906750f747bff1e0d4faa76/src/main/kotlin/BinaryCompatibilityValidatorPlugin.kt#L52). This makes it unusable if you have library flavors. Are there any plans...

bug
android

**Description:** Using included ConstraintLayout inside a ConstraintLayout causes views to dissapear under certain circumstances (see below for sample project). This does not happen with version 2.0.1 and 2.1.0-alpha2. But with...

bug

In Javadoc there is the `@value` tag to reference values of a static field. Currently there seems to be no equivalent way with KDoc / dokka. I am not sure...

enhancement
kdoc-spec

We are using the latest Android Adjust SDK 4.32.0 and see 1500+ crashes (1M+ user base) in the last 30 days in Crashlytics: ``` Fatal Exception: java.lang.NullPointerException: Attempt to read...

Right now the library is only focused on activity navigation. Do you plan to add native support like a fragment router and useful annotations to e.g. replace passed container views...

enhancement