Simon Poole
Simon Poole
What is different here is that the _Add node_ and _Add way_ operations show the properties panel in the property editor when completed, the _Add tagged node_ op shows the...
> Actually, if Vespucci were to do "just" this alone, it would let mappers know that their photo location/angle is off, and they could attempt to take the picture again....
There is "no watching the filesystem" in modern Android versions. If the picture is added to the media store, and media store indexing is turned on then the photo should...
Questions wrt the exact semantics: - ring or stack? ring implies a pointer to the current "active" object and pasting it doesn't change the ordering of the clipboards, stack implies...
Text fragments aren't quite the same thing as OSM objects, cutting the object in Vespucci retains its id so even if you copied it automatically for further pastes it isn't...
Hi, it will probably be a week or so before I get to look at this. Have you run the Integration / Android tests on the PR yet? Previously when...
> > Have you run the Integration / Android tests on the PR yet? > > Not yet. I'll run them tomorrow and see if there are any issues. Without...
I just ran the tests on Android 9 which fails fairly spectacularly (98 fails of 220 tests), so something is wrong somewhere (most likely the additional dex file not being...
The weird thing with the specific error is that this was running on Android 9 SDK 28 which should have native support for Objects.compare in its runtime. This seems to...
I haven't done any more work on the testing issue yet, however I've re-encountered the ConcurrentHashMap issue I mentioned. This turns out to be the serialisation library not finding it...