aboutsummaryrefslogtreecommitdiffstats
path: root/app/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-23Anime : Added a search button replacing return on the keyboard.Clyhtsuriva3-3/+19
Minor changes on other fils.
2021-03-23Manga : Added a search button replacing return on the keyboard.Clyhtsuriva3-14/+40
2021-03-14Removed lorem placeholder.Clyhtsuriva2-3/+0
2021-03-14Update README.md and colors.xmlfeature/searchClyhtsuriva2-4/+4
2021-03-14Added detail for searched animes.Clyhtsuriva8-13/+436
2021-03-12Detail for searched mangas is working.Clyhtsuriva7-14/+511
2021-03-12Adding colors to TextInputEditText from search pages.Clyhtsuriva4-6/+12
2021-03-02Update README.mdClyhtsuriva1-0/+6
2021-03-02Added searching for animes.Clyhtsuriva8-3/+297
Auto keyboard hiding method when submitting.
2021-03-02Search working for mangas.Clyhtsuriva3-28/+30
2021-03-02Building the basic files to display the searched mangas.Clyhtsuriva7-0/+267
2021-03-02Creating the APIs and the responses.Clyhtsuriva20-69/+189
2021-03-02Cleaning up the code.Clyhtsuriva18-690/+745
2021-02-23Started README and moved the packages.Clyhtsuriva19-20/+49
2021-02-23changed the bg color of the icon.Clyhtsuriva18-3/+1
2021-02-22Removed the settings option in the actionbarClyhtsuriva2-28/+0
2021-02-22SwipeRefresh added to top anime.feature/swipe_to_refreshClyhtsuriva2-1/+19
2021-02-22SwipeRefresh implemented and added to mangas.Clyhtsuriva3-3/+24
2021-02-22Removing background because most dont seem to have one.feature/elements_detailClyhtsuriva3-45/+0
2021-02-22Detail is now working for animesClyhtsuriva11-19/+518
2021-02-22starting the anime partClyhtsuriva2-0/+26
Reusing what I did with mangas
2021-02-22Removed justification and added links.Clyhtsuriva5-5/+50
Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable.
2021-02-22Added selectable attribute to titlesClyhtsuriva1-26/+26
2021-02-22Made some texviews selectable.Clyhtsuriva1-3/+6
2021-02-22Scrollview added.Clyhtsuriva2-13/+15
Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue.
2021-02-22Sharedpreference now working for the DetailTopMangaActivity.ktClyhtsuriva3-5/+41
2021-02-22Text justified and constrained better.Clyhtsuriva3-13/+11
2021-02-22Replacing null values by an "Unknown" string.Clyhtsuriva2-6/+29
2021-02-22API's now being called with an ID as a parameter.Clyhtsuriva2-25/+27
2021-02-22API call and display on DetailTopMangaActivity.ktClyhtsuriva8-85/+107
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.Clyhtsuriva4-3/+25
2021-02-21Making activity_detail_top_manga.xml beautiful!Clyhtsuriva3-35/+221
2021-02-21Only keeping useful infos from api responsesClyhtsuriva5-43/+2
2021-02-20Beginning the manga api part.Clyhtsuriva8-7/+136
2021-02-20"Optimizing" importsClyhtsuriva7-13/+6
2021-02-20Added image supportClyhtsuriva1-0/+8
2021-02-20Intents now working for top mangasClyhtsuriva7-12/+129
2021-02-20Implementation of Glide.Clyhtsuriva5-77/+35
Replace the current way by Glide for more stability. Also allows to keep the images with sharedpreferences.
2021-02-20Minor changesfeature/data_storageClyhtsuriva2-2/+2
2021-02-20Cache for top animesClyhtsuriva2-13/+45
Also cleaned TopMangaPage
2021-02-19Cache works with texts for top manga.Clyhtsuriva1-10/+47
2021-02-19Removing useless strings in strings.xmlClyhtsuriva1-4/+0
2021-02-19Adding scores to the recyclerview layout.Clyhtsuriva4-16/+17
2021-02-19Implementing TopAnimefeature/top_anime_handlingClyhtsuriva10-0/+288
Copied the topmanga folder and transformed everything in it into top anime.
2021-02-19Moving TopManga files into their own subdirClyhtsuriva7-35/+9
2021-02-19Cleaning.release/1.0Clyhtsuriva12-174/+16
Removing some useless files. Adding comments. Updating the home page.
2021-02-19Deleting useless files and adding image support.Clyhtsuriva4-25/+40
2021-02-19Modifying, a bit, the layout.Clyhtsuriva1-8/+12
2021-02-19Adaptation of the adapter, the rest response and the fragment.Clyhtsuriva3-9/+10
2021-02-18PreparingClyhtsuriva5-32/+48
Preparing the implementation of the API datas to our recycerview in a fragment.