Trevor Siemens
Trevor Siemens
@tanhakabir I can't speak for BenierCR here, but in my experience `Developer: Reload Window` does not always work 100% of the time. Sometimes yes, but often I've found it will...
This project is not really being actively worked on. Feel free to implement this change off of the master branch for now.
Possible direction for this would be to have all data in string resources as an array (preferably not actually in strings.xml though, maybe split into feats.xml, etc.), and parse the...
If this approach is taken, most likely what would be more desirable is to be able to download these on the fly to the app, and construct a few new...
By this I meant there would be a refresh button for each table located wherever convenient, which would automatically download from the export URL linked on the d20 pages. This...
Couple issues: 1. Your if/else should have curly braces, regardless of the single lined nature of the contents. I prefer to follow this as a rule. 2. The comments there...
I also forgot, you need to merge this with the release-2.2 branch, not master.
Do you want to take this one?
Apparently easier said than done. Android does not appear to have a good mechanism to create a table with scrollable columns, with a fixed header, which aligns perfectly with the...