From: Niki Roo Date: Thu, 28 Mar 2019 20:17:02 +0000 (+0100) Subject: android.md: screens X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=commitdiff_plain;h=ea5b1120bc26b0bdefbb0612184c8cb7f3dc9549 android.md: screens --- diff --git a/docs/android/android.md b/docs/android/android.md index 5be4ac3..6885fbf 100644 --- a/docs/android/android.md +++ b/docs/android/android.md @@ -44,7 +44,7 @@ Examples : ### Library (main screen) -[image] +![Main library](screens/main_lib.jpg) #### Header @@ -61,6 +61,10 @@ Title can vary upon the current displayed books: The navigation icon open the Navigation drawer. +##### Search + +![Search/Filter](screens/search.jpg) + The search icon is actually a filter: it will hide all the books that don't contain the given text (search on LUID, title and author). #### List @@ -89,7 +93,7 @@ A long press will first "select" the book (visually alter it so the user know wh ### Navigation drawer -[Image] +![Navigation Drawer](screens/navigation.jpg) The navigation drawer will list 4 destinations: @@ -117,7 +121,7 @@ TODO: is it ok to have 3 levels of drawers? ### Context menu -[image] +![Context Menu](screens/menu.jpg) The context menu options are as follow for stories: @@ -159,9 +163,7 @@ Material.IO: ### Description page -[image-portrait] - -[image-landscape] +![Description Page](screens/desc.jpg) #### Header @@ -175,6 +177,8 @@ An example can be seen in be.nikiroo.fanfix.ui.GuiReaderViewerTextOutput.java. ### Options page +![Options Page](screens/options.jpg) + It consists of a "Remote Library" panel: - enable : an option to enable/disable the remote library (if disabled, use the local library instead) @@ -221,7 +225,7 @@ The program will have an internal viewer that will be able to display the 2 kind This is common to both of the viewer (this is **not** an architectural directives, I only speak about the concept here). -[image] +![Base Viewer](screens/viewer.jpg) #### Header @@ -247,7 +251,7 @@ Matrial.IO: ### Text viewer -[image] +![Text Viewer](screens/viewer-text.jpg) It will contain the content of the current chapter (Story.getChapters().get(index - 1)). @@ -255,7 +259,7 @@ Same layout as the Properties page uses for the resume, with just a small differ ### Image viewer -[image] +![Image Viewer](screens/viewer-image.jpg) #### Image diff --git a/docs/android/screens/desc.jpg b/docs/android/screens/desc.jpg new file mode 100755 index 0000000..766b746 Binary files /dev/null and b/docs/android/screens/desc.jpg differ diff --git a/docs/android/screens/main_lib.jpg b/docs/android/screens/main_lib.jpg new file mode 100755 index 0000000..e105824 Binary files /dev/null and b/docs/android/screens/main_lib.jpg differ diff --git a/docs/android/screens/menu.jpg b/docs/android/screens/menu.jpg new file mode 100755 index 0000000..ea67163 Binary files /dev/null and b/docs/android/screens/menu.jpg differ diff --git a/docs/android/screens/navigation.jpg b/docs/android/screens/navigation.jpg new file mode 100755 index 0000000..997cb32 Binary files /dev/null and b/docs/android/screens/navigation.jpg differ diff --git a/docs/android/screens/options.jpg b/docs/android/screens/options.jpg new file mode 100755 index 0000000..b4ad836 Binary files /dev/null and b/docs/android/screens/options.jpg differ diff --git a/docs/android/screens/search.jpg b/docs/android/screens/search.jpg new file mode 100755 index 0000000..f32257e Binary files /dev/null and b/docs/android/screens/search.jpg differ diff --git a/docs/android/screens/viewer-image.jpg b/docs/android/screens/viewer-image.jpg new file mode 100755 index 0000000..8f5c742 Binary files /dev/null and b/docs/android/screens/viewer-image.jpg differ diff --git a/docs/android/screens/viewer-text.jpg b/docs/android/screens/viewer-text.jpg new file mode 100755 index 0000000..574f688 Binary files /dev/null and b/docs/android/screens/viewer-text.jpg differ diff --git a/docs/android/screens/viewer.jpg b/docs/android/screens/viewer.jpg new file mode 100755 index 0000000..d8b130a Binary files /dev/null and b/docs/android/screens/viewer.jpg differ