diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-19 10:12:39 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-19 10:12:39 +0200 |
commit | cccf03dbafbb5605f530e14912dfa15418d22db0 (patch) | |
tree | 366dcab01a2a6ab40fed72cc25cf1bb4368c9589 /README.md | |
parent | 67be76376ab6263ec1d97ea68d561bf90844df9d (diff) | |
parent | 8ede9457fd21ac5e272e73f5ece1d4bc9c23faab (diff) |
Merge branch 'release/3.2'v3.2.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,23 +2,20 @@ ## Features -List of elements used in top manga and top anime with a recycler view ++ List of elements used in top manga and top anime with a recycler view SwipeRefresh used to refresh the list of data of the first page. Use the button (prev and next) to navigate with ease through the pages. - -Details of a chosen element from the recycler view with an intent object ++ 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. ++ Search pages for animes and mangas. They display the data in a recycler view similar to the tops. @@ -83,3 +80,6 @@ Displaying a snack when hitting the previously button on the first page : <img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="Previous_button_on_first_page" width="400"/> This is a reminder since there's a bug (or a feature ;) ) that reset the page number inside the app/code but not the actual list displayed. + +## You Should Know +YSK : Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. |