Danilo Bargen
Danilo Bargen
I opened a PR for the `Chargepoint.power` field: #159. And another one for the parser itself: #160. Let's continue the implementation discussions there.
Cool, now that #160 is merged, what are the next steps? I wanted to give it a try, but without knowing the codebase / architecture in detail, and with OSM...
Unfortunately I can't be of much help, since I'm not really familiar with neither SpatiaLite nor Room. I usually use PostGIS for geodatabase purposes 🙂 (Not on Android though, obviously.)...
July 2021: > I downloaded the OSM planet file (60 GiB) and ran Osmosis on it to extract all nodes with `amenity=charging_station`. This results in 52'210 nodes exported. October 2021:...
Hmm, if this really cannot be integrated well with spatia-room, then this might be the best option: > Add a separate Spatialite (or RTree) database which doesn't use Room and...
As a sidenote, I've taken a look at a [Jetpack Compose](https://developer.android.com/jetpack/compose) for another app I'm maintaining, and I have to say, it's **really** awesome. (I don't like databinding, to be...
@sjdrc did you give it a try? 🙂
Any news on this, @thenikso? Is anything missing from me?
Expanded with `considerPageFocus` support.
I see different possibilities. Either a separate attribute: ``` ``` Or an attribute on `$inviewInfo`: ``` ``` In any case it would mean that inview would have to trigger a...