Results 204 comments of Eddie

I see that there is already a PR for this issue since a year. Any progress on this?

As a workaround I registered an own TouchListener to the imageview container (overriding the one registered by Loupe). This Listener forwards all events to Loupe, but it also uses a...

If the concept of a "light refresh" seems appropriate, then I would additionally suggest to refresh all stored caches when they are shown on a live map on-the-fly. The "light"...

Two ideas: * Let recyclerview take up all available space (layout_height=match_parent) * Place a Space View below recyclerview using up all available space (either in page layout or dynamically as...

The waypoint creation seems to be triggered by the following subsequence: `1, 330=5, 680`

Suspicion confirmed. `1, 330=5, 680` is interpreted as `N1,300 E5,680` in DDD-format, which in DMS-format is `N1 19.800 E5 40.800` Fixed with PR #13320

> " =" and " = " are also working as separators but should not (I think) Haven't tried those. I just focused on the concrete bug. Is there a...

> Summary: if "=" is treated like a letter then I'm fine with it. This should be the case once the PR is merged

To check where the problem might be, I would need to see the new HiddenSinceGeocacheFilter class which somehow I am unable to find (unfortunately I am restricted to functionality of...

> Regarding `searchContext`: It got introduced with 48fd8c0391f9caf131cbd1d33c8a1dbaacb9e60d by @eddiemuc - maybe he can cross-check whether the changes in this PR are ok? The idea behind this was to introduce...