From 2d51793b3ff0ff60c6c26e31811538e6b81ab154 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 2 Mar 2021 16:35:55 +0100 Subject: Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d2c01dd..3072d2d 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,18 @@ Details of a chosen element from the recycler view with an intent object Title, synopsys and background clickable. 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. + 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 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 -- cgit v1.2.3 From 1d70485121c604300ae371468f2f3c6fbdca395c Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sun, 14 Mar 2021 13:09:20 +0100 Subject: Update README.md and colors.xml --- README.md | 4 ++-- app/src/main/res/values/colors.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3072d2d..49b81f2 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ It consists of colors of the pink/purple "family" : very dark purple : #09022A very light magenta : #FF70FF strong pink : #D52C70 -slightly desaturated magenta : #c583b6 - +slightly desaturated magenta : #C583B6 +grayish magenta : #C9A6C9 Development done with a Gitflow workflow. diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 1dc4ee9..caca611 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -9,6 +9,6 @@ #09022A #FF70FF #D52C70 - #c583b6 - #c9a6c9 + #C583B6 + #C9A6C9 \ No newline at end of file -- cgit v1.2.3