aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/xyz/adjutor/aniki/topanime (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Started README and moved the packages.Clyhtsuriva2021-02-236-441/+0
|
* SwipeRefresh added to top anime.feature/swipe_to_refreshClyhtsuriva2021-02-221-0/+12
|
* Removing background because most dont seem to have one.feature/elements_detailClyhtsuriva2021-02-221-7/+0
|
* Detail is now working for animesClyhtsuriva2021-02-224-12/+220
|
* API call and display on DetailTopMangaActivity.ktClyhtsuriva2021-02-221-2/+0
| | | | | Still need to find a way to call with the right ID. Rn, using the id 1 of monster as a "placeholder"
* Displaying the other infos from the TopManga API.Clyhtsuriva2021-02-211-1/+1
|
* Only keeping useful infos from api responsesClyhtsuriva2021-02-212-12/+0
|
* Beginning the manga api part.Clyhtsuriva2021-02-201-1/+1
|
* "Optimizing" importsClyhtsuriva2021-02-202-2/+1
|
* Implementation of Glide.Clyhtsuriva2021-02-201-28/+8
| | | | | Replace the current way by Glide for more stability. Also allows to keep the images with sharedpreferences.
* Minor changesfeature/data_storageClyhtsuriva2021-02-201-1/+1
|
* Cache for top animesClyhtsuriva2021-02-201-9/+44
| | | | Also cleaned TopMangaPage
* Adding scores to the recyclerview layout.Clyhtsuriva2021-02-191-0/+2
|
* Implementing TopAnimefeature/top_anime_handlingClyhtsuriva2021-02-195-0/+226
Copied the topmanga folder and transformed everything in it into top anime.