Sean Amos
Sean Amos
I think ideally each Plugin should have a short README in its module directory. We could maybe also link to them from the root README.
Potentially allow user to upload GPX files to test routes.
The menu is embedded in each Activity's view hierarchy. Since Dialogs are drawn in their own window outside the bounds of the Activity, there's not a great way to support...
Need to think on this one a bit. There are many more implementations of `AttributeCollector` than there are `Plugin` (one for each View), so it seems a bit clunky to...
I believe fixing this may also address #99. The issue here being that the drawer layout and friends don't respect window insets at the moment. Unfortunately, it's not as easy...
This is a good idea and something we have discussed building internally, just have not gotten around to it. My thoughts on the UX are to show a top level...
+1 We currently have a clunky process where we build our custom rules jar, copy it over to a /libs dir (checked into source control), then use buildscript { classpath(...)...