Simon Poole

Results 460 comments of Simon Poole
trafficstars

Pro memoria list of supported APIs with desugaring https://developer.android.com/studio/write/java11-nio-support-table

> Moving it to execute after the multidex loading has occurred should fix the issue. Yes it does. Leaves the testing issue. google is not very clear on if tests...

> My bad, I'm used to merging. No panic, I got it wrong many times at first. It just makes things far easier for everybody involved.

Another problem, on 4.1 and 4.4 I run in to this error: ``` 02-27 11:52:27.854: E/AndroidRuntime(7593): java.lang.NoClassDefFoundError: de.blau.android.util.collections.LongOsmElementMap$SafeIterator 02-27 11:52:27.854: E/AndroidRuntime(7593): at de.blau.android.util.collections.LongOsmElementMap.iterator(LongOsmElementMap.java:435) 02-27 11:52:27.854: E/AndroidRuntime(7593): at de.blau.android.osm.Storage.getWayNodes(Storage.java:483) 02-27 11:52:27.854:...

> Maybe [`LongSparseArray`](https://developer.android.com/reference/android/util/LongSparseArray) could be used instead of a custom map-like class? There would be significant downsides to that, not the least memory and performance wise (it is quite possible...

So the Iterator issue is clearly the same google issue as I mentioned (multiple definitions of the Interface), so it will probably never run in debug mode, which isn't really...

Sorry, but this is not going to work as long as we are supporting 4.1 to 4.4. I've tried multiple different approaches but there doesn't seem to be a way...

The master branch has now dropped support for pre-Android 5 devices so this should be able to proceed now. Could you rebase the PR on the current master?

As is, integration tests fail (and likely normal use would fail too, likely this set of bugs https://issuetracker.google.com/issues/266687543 Potentially this can be fixed by upgrading AGP to 8.2. Nope. As...

> Sure, you might say all that is nicely already available at https://www.openstreetmap.org/user/jidanni/history , Well the thing is, retaining changeset history would only be useful in any case if you...