aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/xyz/adjutor/aniki/topanime
AgeCommit message (Collapse)Author
2021-02-22SwipeRefresh added to top anime.feature/swipe_to_refreshClyhtsuriva
2021-02-22Removing background because most dont seem to have one.feature/elements_detailClyhtsuriva
2021-02-22Detail is now working for animesClyhtsuriva
2021-02-22API call and display on DetailTopMangaActivity.ktClyhtsuriva
Still need to find a way to call with the right ID. Rn, using the id 1 of monster as a "placeholder"
2021-02-21Displaying the other infos from the TopManga API.Clyhtsuriva
2021-02-21Only keeping useful infos from api responsesClyhtsuriva
2021-02-20Beginning the manga api part.Clyhtsuriva
2021-02-20"Optimizing" importsClyhtsuriva
2021-02-20Implementation of Glide.Clyhtsuriva
Replace the current way by Glide for more stability. Also allows to keep the images with sharedpreferences.
2021-02-20Minor changesfeature/data_storageClyhtsuriva
2021-02-20Cache for top animesClyhtsuriva
Also cleaned TopMangaPage
2021-02-19Adding scores to the recyclerview layout.Clyhtsuriva
2021-02-19Implementing TopAnimefeature/top_anime_handlingClyhtsuriva
Copied the topmanga folder and transformed everything in it into top anime.