moving-bits
moving-bits
Are you an Android programmer? You could provide a pull request for c:geo then. We can give you pointers to the relevant source files. But two questions before: - What...
Ok, if you want to give it a try, have a look at our Wiki pages on how to fork c:geo and start development for it. The files for the...
What type of integration do you plan? A full-blown integration into our map downloader including automated map updates (as we have for Mapsforge, OpenAndroMaps, Freizeitkarte, and Hylly currently)? Then the...
> I had a look at downloader source code, it seem like it parse the web page to me. I would prefer to generate some dedicated file, for example XML,...
FYI: The "special link" option mentioned in https://github.com/cgeo/cgeo/issues/13273#issuecomment-1200433732 has been implemented meanwhile as is available in current beta version we have published this week. This is the "general" version which...
> Hi, I am working on it from time to time. How can I test the function when it is done? You open the map, go to the "layers" symbol,...
> Hi, I meant how to test the code whether it works at all, or it would be OK to pull request something and loop, I guess you have a...
IIRC the discussion back then was about the "last saved" info - should that be updated on a partial refresh or not. A solution to this could be introducing a...
Viewpager2 takes up the whole screen estate, but seems to swallow any touch events happening in the "free" space (meaning: in space not occupied by RecyclerView items). Is there any...
Some more findings: - waypoints view and logs view use `ListView` and do not work currently with free space, - whereas inventory view uses a `RecyclerView` and **does support** swiping...