aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/xyz/adjutor/aniki/manga (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring into MVCClyhtsuriva2021-03-2314-995/+0
|
* Feature added to animes.feature/multiple_top_pagesClyhtsuriva2021-03-231-24/+9
| | | | Removed the ScrollListener, I prefer to only use buttons for the feature.
* Feature added to mangasClyhtsuriva2021-03-232-6/+47
| | | | Display other pages by touching the bottom or by clicking buttons
* Anime : Added a search button replacing return on the keyboard.Clyhtsuriva2021-03-231-2/+1
| | | | Minor changes on other fils.
* Manga : Added a search button replacing return on the keyboard.Clyhtsuriva2021-03-231-2/+25
|
* Added detail for searched animes.Clyhtsuriva2021-03-142-2/+1
|
* Detail for searched mangas is working.Clyhtsuriva2021-03-124-14/+193
|
* Added searching for animes.Clyhtsuriva2021-03-021-3/+17
| | | | Auto keyboard hiding method when submitting.
* Search working for mangas.Clyhtsuriva2021-03-021-22/+6
|
* Building the basic files to display the searched mangas.Clyhtsuriva2021-03-022-0/+202
|
* Creating the APIs and the responses.Clyhtsuriva2021-03-0210-32/+93
|
* Cleaning up the code.Clyhtsuriva2021-03-025-63/+88
|
* Started README and moved the packages.Clyhtsuriva2021-02-236-0/+455
|
* Sharedpreference now working for the DetailTopMangaActivity.ktClyhtsuriva2021-02-221-1/+3
|
* API's now being called with an ID as a parameter.Clyhtsuriva2021-02-221-2/+3
|
* API call and display on DetailTopMangaActivity.ktClyhtsuriva2021-02-223-61/+3
| | | | | Still need to find a way to call with the right ID. Rn, using the id 1 of monster as a "placeholder"
* Only keeping useful infos from api responsesClyhtsuriva2021-02-211-19/+2
|
* Beginning the manga api part.Clyhtsuriva2021-02-203-0/+100