Results 10 issues of Pieter Fiers

Buildings tagged "location=underground" aren't shown on osm.org and shouldn't either on osmbuildings. It would of course be nice if there was an underground view but just not rendering would be...

FEATURE

This adds a check so that rules that match foo.vue.html but also foo.html are ignored. Resolves #1625 All tests pass and I've verified this myself with Webpack 5. I also...

Occured around Quarter Jack Surgery in Wimborne. This is probably because one of the element fields like `username` is not present. Stacktrace: ``` java.lang.NullPointerException: null cannot be cast to non-null...

bug

Looks like the location API might have changed with a new SDK version. Mystery to why the location API can't handle apps targeting a lower SDK level didn't catch this....

bug

Out of memory while parsing OSM API json. Possible solutions: - Stream json values instead of parsing all at once - Change download window depending on available memory Stackrace: ```...

bug

This should show a `retry?` banner (as should all other temporary network issues). The banner should disappear if a timeout triggers or the app has been in the background. Stacktrace:...

bug

``` java.lang.IllegalArgumentException: No enum constant net.pfiers.osmfocus.service.osm.NoteCommentAction.HIDDEN ``` Solutions are: - add this constant - make the note comment action field accept arbitrary strings - some hybrid of the above e.g....

bug

Should be caught and trigger a Snackbar instead of crashing.

bug

As per: > Yes! Thanks for this, I really missed this app. To be perfect, it lacks: the possibility of adding annotations and being able to open the location in...

enhancement