Grzegorz Orczykowski

Results 235 comments of Grzegorz Orczykowski

> Mapbox provides maps in 23 zoom levels, with 0 being the lowest zoom level (fully zoomed out) and 22 being the highest (fully zoomed in). https://docs.mapbox.com/help/glossary/zoom-level/ I don't think...

Ok I've checked it and this is now only possible with OSM, but also not too much because otherwise it might throw exceptions like `java.lang.IllegalArgumentException: MapTileIndex: Zoom (30) is too...

> So we're already supporting the max possible zoom levels for Google Maps and Mapbox right? Yes > Are you saying we could add extra zoom levels for OSM but...

This one seems to be more common now https://console.firebase.google.com/u/2/project/api-project-322300403941/crashlytics/app/android:org.odk.collect.android/issues/3f88593bf6c5048b6bafb939dea1a6dd?time=last-seven-days&versions=v2021.3.2%20(4321)&sessionEventKey=619F7911019000010B741A86B159F455_1612920484697648443 which happens when we try to move cursor position.

That pr was merged on May 25 but the last release is from May 14 so we need to wait because it''s not included.

What if a form contains multiple questions on one screen? The we also shouldn't display both scrollbars? ![Screenshot_1657535112](https://user-images.githubusercontent.com/3276264/178244560-f73175fa-8c46-45c7-b19b-25fc06801389.png)

> Can you remind me what happens in that case? I can't really tell from the screenshot. In that case we should have both scrollbars I think because there is...

I have never used Koin or Kodein so I can't tell anything about my personal experiences with them vs Dagger. I can agree that dagger and its setup was complex...

> I reckon as a test we should try replacing Dagger2 in the geo module with Hilt and Koin and then compare those examples with our Dagger2 one. We need...

I still kind of like Hilt even with the drawback you described. However my feelings are not strong enough to force switching to that tool. We can keep this issue...