Helium314
Helium314
Looks like you have some icons now. I think the only thing missing are the icons you wanted for the access quest, or is there anything else?
This will not happen. Statistics are synchronized with https://github.com/streetcomplete/sc-statistics-service, and this only counts quest that are solved with the original StreetComplete name. This app is intentionally *not* using the orignal...
That would possible, tough it might not be simple to implement. But it's more theoretical anyway, since *all* quests allow you to modify all tags via an *other answer*. And...
Meanwhile I noticed that actually having the `created_by` name and `:quest_type` tag different, and thus having statistics counted, is quite simple, as done in https://github.com/matkoniecz/Zazolc/blob/3d18d0f2393429644342420699f164f5aa1a73b7/app/src/main/java/de/westnordost/streetcomplete/ApplicationConstants.kt#L6-L10 So having statistics without claiming...
How important is having the star count on the main screen for you? I'm thinking about keeping it hidden to have some clear difference to StreetComplete that is always visible...
The whole "nearby quests" thing is rather experimental right now, and might stay for a while because I don't use it... > * first some-hundred meters / minutes the nearby...
Next version will allow setting search radius and active use of GPS.
Adding a QR scanner should be possible, e.g. with [zxing](https://github.com/zxing/zxing) (though it's rather large with ~1 MB). Is the ID usually present as QR code? Then there should definitely be...
Ideally it would be possible to launch an external QR scanner in a way similar to the StreetMeasure app... Though if there really are different target URLs of the QR...
Oh, that's "great"... So the QR scanning would need to consider a lot of different formats, and still (probably) fail when it's just a URL. But the basic implementation with...