DokuwikiAndroid
DokuwikiAndroid copied to clipboard
UX Improvements
The wiki content pulls in great. I'm very excited to have this.
The rendering of the content could be more mobile friendly. Specifically, links having larger touch targets.
I have experience with mobile design and am willing to help out if you can help get a local dev environment set up.
Thank you.
Sure, any help to improve the app would be we welcomed ! I'm currently developing the app with Android Studio on a linux PC. Which environment will you use ? I can put up some wiki page with the basic setup to run a local version.
On the technical side, there's currently a very basic css file which is used to render the wiki pages: https://github.com/fabienli/DokuwikiAndroid/blob/ab5af5deaa63a10e70ca0ef8bda07bc0e7d669d5/app/src/main/java/com/fabienli/dokuwiki/WikiCacheUiOrchestrator.java#L304
- A good starting point may be to add some css rules in this file.
- We may also improve this by using an actual css template file (rather than having the content inside code).
I am also on Linux. I recently installed Android Studio but am still learning it. Tips / documentation on loading up your project in Android studio would be appreciated. Thank you.
I started a first basic page to run the application on linux: https://github.com/fabienli/DokuwikiAndroid/wiki/local_setup
I also updated the code to have an independant css file, this is in folder: https://github.com/fabienli/DokuwikiAndroid/tree/master/app/src/main/res/raw