Kevin Hinterlong
Kevin Hinterlong
This would be nice, would you want to try and help out with this?
Sweet! Let me know if you need any help and I can give some info tomorrow about where to start with working on this.
Ok so pretty much you're going to want to make a new `darkstyle.css` file copying the original in `app/src/main/assets/style.css` and then download [any page from the wiki](https://wiki.archlinux.org/index.php/Git) to the same...
Yea the way we set the text size is actually deprecated, I was planning to add a slider for the text size in #37 so I'll play around with the...
Hey @birdietheowl unfortunately I haven't been keeping up with Android development/archwiki for awhile now. I'd still be open to reviewing it if someone wanted to take over this issue, but...
Maybe also add a setting for the homepage URL We could use the set of all arch wiki domains to check if we should override the URL in the WikiClient.
Have you looked at #24?
@charlesmilette you should check out the beta channel on google play if you're not already on it. I just pushed out an update with material design there. Here's a [preview](https://github.com/jtmcn/archwiki-viewer/pull/35)
This is pretty much done, the only thing not particularly material design is search suggestions. I think everyone pretty much has a separate fragment for displaying them instead of the...
Yea, [this](https://github.com/jtmcn/archwiki-viewer/blob/master/app/src/main/java/com/github/takahirom/webview_in_coodinator_layout/NestedWebView.java) is the best implementation I've found with a webview for the scrolling behavior. I could try to play around with it, but I'm really not sure how it'll...