archwiki-viewer
archwiki-viewer copied to clipboard
A simple Android specific viewer for the Arch Linux Wiki.
Commit made via [Stringlate](https://lonamiwebs.github.io/stringlate/)
MediaWiki API has a section for this https://wiki.archlinux.org/api.php?action=parse&format=json&page=Main_page This would change how we handle checking whether or not to override a URL
Right now the table of contents is hidden and I find it sometimes cumbersome to have to scroll to the middle or bottom of a long page while I could...
There are plenty of MediaWiki api tools written for java already, there's no need to duplicate this functionality in the app. This will also make it easier to add features...
Studies have shown that mobile apps are prone to crashes due to a network issue, mainly because successful network calls return unexpected or no data. And we found that when...
Requesting ability to download the wiki for offline viewing
It would be a very neat feature if a user could add wiki pages to some sort of bookmarks or started pages.
Use the MediaWiki API to get the table of contents and link to different parts of a page. https://wiki.archlinux.org/api.php?action=parse&format=json&page=Main_page Since this would use anchors to move around, it would require...
I have translated your application into `zh-rCN` (*Chinese (China)*). Here is the xml: app/src/main/res/values/array.xml ```xml ``` app/src/main/res/values/strings.xml ```xml ArchWiki 查看器 选项 分享链接 搜索 退出 文字大小 刷新 ``` --- *Translation made...