DokuwikiAndroid icon indicating copy to clipboard operation
DokuwikiAndroid copied to clipboard

UX Improvements

Open ghost opened this issue 3 years ago • 4 comments

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.

ghost avatar Mar 10 '21 19:03 ghost

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).

fabienli avatar Mar 23 '21 10:03 fabienli

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.

ghost avatar Mar 23 '21 11:03 ghost

I started a first basic page to run the application on linux: https://github.com/fabienli/DokuwikiAndroid/wiki/local_setup

fabienli avatar Apr 09 '21 19:04 fabienli

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

fabienli avatar Apr 09 '21 19:04 fabienli