aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_detail_top_manga.xml
AgeCommit message (Collapse)Author
2021-05-19Big updaterelease/3.2Clyhtsuriva
Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt
2021-04-13Restructuring and README update.Clyhtsuriva
2021-03-23Refactoring into MVCClyhtsuriva
2021-03-14Removed lorem placeholder.Clyhtsuriva
2021-03-02Cleaning up the code.Clyhtsuriva
2021-02-23Started README and moved the packages.Clyhtsuriva
2021-02-22Removed justification and added links.Clyhtsuriva
Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable.
2021-02-22Added selectable attribute to titlesClyhtsuriva
2021-02-22Made some texviews selectable.Clyhtsuriva
2021-02-22Scrollview added.Clyhtsuriva
Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue.
2021-02-22Text justified and constrained better.Clyhtsuriva
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-21Making activity_detail_top_manga.xml beautiful!Clyhtsuriva
2021-02-20Beginning the manga api part.Clyhtsuriva
2021-02-20Intents now working for top mangasClyhtsuriva