Uli Bubenheimer

Results 43 issues of Uli Bubenheimer

grpc-kotlin 1.3.0 In a bidi streaming or client streaming scenario there is a race between ClientCall.start() and requests flow initialization which causes messy request flow subscription & cancellation behavior when...

**Is your feature request related to a problem? Please describe.** Need to control Map renderer from coroutines-based environment **Describe the solution you'd like** Would like to use MapsInitializer.initialize(preferredRenderer) from a...

type: feature request
triage me

This is a non-breaking change following suggestions from @arriolac for addressing #149: https://github.com/googlemaps/android-maps-compose/pull/150#discussion_r1016963262 This PR does not add an `onDrag` callback parameter to `Marker()`, which would be a somewhat breaking...

…t. The currently configured types are all the immutable data types from com.google.android.gms.maps.model that are currently used in android-maps-compose:maps-compose. These types will now be considered @Stable by the compiler. Making...

android-maps-compose 4.3.0 From code inspection I've noticed that there is an undue performance penalty caused by delaying the `GoogleMap()` subcomposition until after the `GoogleMap` object has been made available via...

type: bug
triage me

Compose 4.3.0 #262 introduced a _public_ currentCameraPositionState property. I don't think this was a good idea from an architectural standpoint, as this allows & suggests configuring the map from inside...

type: feature request
triage me

android-maps-compose 4.3.3 Setting `CameraPositionState.position` is not stateful. (Setting the property calls through to the `GoogleMap` SDK and immediately changes the camera position on the map.) This is an invalid Compose...

type: bug
triage me

I'd like to visualize recomposition behavior of the GoogleMap() subcomposition tree in the Android Studio Layout Inspector. I do not see the subcomposition tree there currently. Visualizing recomposition behavior would...

type: feature request
triage me

…thout remember or similar mechanisms. The PR replaces public constructors on State objects with `invoke()` factory functions in public companion objects. `@StateFactoryMarker` can only be applied to functions, not constructors....