Uli Bubenheimer

Results 43 issues of Uli Bubenheimer

android-maps-compose 2.2.1 The current API design of `Marker` and `MarkerState` poses significant challenges. This issue is a continuation of comments I made in #10; @arriolac asked to move discussion to...

type: bug
triage me
semver: major

Fixes #149 🦕 This is primarily intended at this point to share the changed API surface I have in mind. Underlying rationale is in linked issue.

Adding GoogleMap to the composition causes huge amounts of jank. The UI thread can be blocked on the order of seconds. When incorporating MapView via AndroidView directly, a developer has...

type: feature request
priority: p3

**Is your feature request related to a problem? Please describe.** In my fairly pure Kotlin app I need to persist various types of data to disk, including `List`. I am...

type: feature request
triage me
stale

The Activity diagram indicates that onPostCreate() is called regularly after onStart(). However, I am seeing that onPostCreate() seems to be called only once per onCreate(). It is not called again...

### What version of gRPC-Java are you using? 1.49.2 ### What is your environment? Android ### What did you see? When run after R8 full mode optimization, grpc throws an...

enhancement
android

**Describe the bug** `SendChannel.trySendBlocking()` hangs the calling thread indefinitely when an unbuffered callbackFlow channel closes. Instead I expect `trySendBlocking()` to fail with an appropriate channel-related exception in a timely fashion...

question
channels

### Problem description I was tracking down an Android Service leak, but the leak trace that LeakCanary gave me was not particularly helpful. It was only when I finally added...

type: enhancement

leakcanary 2.10 I don't believe the unusual configuration approach overriding the `leak_canary_watcher_watch_dismissed_dialogs` resource is compatible with non-transitive R classes (`android.nonTransitiveRClass=true`). Setting that resource in app code would simply create a...

type: bug

grpc-java 1.58.0 added a documentation example[^1] for how to transparently construct and send a response message with a pre-serialized `byte[]` (`ByteArray`) payload. (Without deserializing to the corresponding protobuf type first,...