aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-03-23 09:26:04 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-03-23 09:26:04 +0100
commit436a01b64a3c2500aa8801a72f95dfc40b0b33b7 (patch)
tree65cebeec16f8a3ee7c555eadb1b70a4300d979b3 /README.md
parent249cdf3a91eab6be7e4f23ae146b1fb91caf6ed4 (diff)
parent8b80019ef99517c3ff9647b0dd81d86bb09b207a (diff)
Merge branch 'feature/keyboard_search_button' into develop
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 14 insertions, 12 deletions
diff --git a/README.md b/README.md
index 49b81f2..ad56981 100644
--- a/README.md
+++ b/README.md
@@ -8,26 +8,28 @@ URL link openable.
Search pages for animes and mangas.
They display the data in a recycler view similar to the tops.
A feature has been added that hides the keyboard when the query is submitted by the user.
+We can also submit the query by clicking the "search" button that replace the "return" one.
+Clicking on a searched item also opens a detail page of it.
Multiple calls of the REST API from jikan.moe.
Usage of :
-/v3/top/manga
-/v3/top/anime
-/v3/manga
-/v3/anime
-/v3/search/manga
-/v3/search/anime
++ /v3/top/manga
++ /v3/top/anime
++ /v3/manga
++ /v3/anime
++ /v3/search/manga
++ /v3/search/anime
Data storage with sharedpreferences used for the recycler view of top manga and top anime as well as the details
Saves the detail page of an item when opened, not when the list is shown
Usage of ScrollView in the detail page. Thus, items with long synopsis and background aren't cut down.
Used my "personal" theme colors for the app.
-It consists of colors of the pink/purple "family" :
-very dark purple : #09022A
-very light magenta : #FF70FF
-strong pink : #D52C70
-slightly desaturated magenta : #C583B6
-grayish magenta : #C9A6C9
+It consists of some colors of the pink/purple "family" :
++ very dark purple : #09022A
++ very light magenta : #FF70FF
++ strong pink : #D52C70
++ slightly desaturated magenta : #C583B6
++ grayish magenta : #C9A6C9
Development done with a Gitflow workflow.