aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Big updaterelease/3.2Clyhtsuriva2021-05-1911-15/+15
| | | | | Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt
* Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2021-05-141-2/+13
|
* Restructuring and README update.Clyhtsuriva2021-04-137-10/+10
|
* Refactoring into MVCClyhtsuriva2021-03-239-13/+13
|
* Feature added to animes.feature/multiple_top_pagesClyhtsuriva2021-03-231-0/+16
| | | | Removed the ScrollListener, I prefer to only use buttons for the feature.
* Feature added to mangasClyhtsuriva2021-03-232-0/+18
| | | | Display other pages by touching the bottom or by clicking buttons
* Anime : Added a search button replacing return on the keyboard.Clyhtsuriva2021-03-231-0/+2
| | | | Minor changes on other fils.
* Manga : Added a search button replacing return on the keyboard.Clyhtsuriva2021-03-231-0/+2
|
* Removed lorem placeholder.Clyhtsuriva2021-03-142-3/+0
|
* Update README.md and colors.xmlfeature/searchClyhtsuriva2021-03-141-2/+2
|
* Added detail for searched animes.Clyhtsuriva2021-03-141-0/+259
|
* Detail for searched mangas is working.Clyhtsuriva2021-03-122-0/+314
|
* Adding colors to TextInputEditText from search pages.Clyhtsuriva2021-03-124-6/+12
|
* Added searching for animes.Clyhtsuriva2021-03-024-0/+78
| | | | Auto keyboard hiding method when submitting.
* Search working for mangas.Clyhtsuriva2021-03-022-6/+24
|
* Building the basic files to display the searched mangas.Clyhtsuriva2021-03-024-0/+62
|
* Cleaning up the code.Clyhtsuriva2021-03-026-567/+575
|
* Started README and moved the packages.Clyhtsuriva2021-02-235-6/+8
|
* changed the bg color of the icon.Clyhtsuriva2021-02-2317-3/+1
|
* Removed the settings option in the actionbarClyhtsuriva2021-02-221-10/+0
|
* SwipeRefresh added to top anime.feature/swipe_to_refreshClyhtsuriva2021-02-221-1/+7
|
* SwipeRefresh implemented and added to mangas.Clyhtsuriva2021-02-221-1/+7
|
* Removing background because most dont seem to have one.feature/elements_detailClyhtsuriva2021-02-221-35/+0
|
* Detail is now working for animesClyhtsuriva2021-02-222-0/+289
|
* Removed justification and added links.Clyhtsuriva2021-02-222-5/+41
| | | | | Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable.
* Added selectable attribute to titlesClyhtsuriva2021-02-221-26/+26
|
* Made some texviews selectable.Clyhtsuriva2021-02-221-3/+6
|
* Scrollview added.Clyhtsuriva2021-02-221-6/+9
| | | | | Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue.
* Text justified and constrained better.Clyhtsuriva2021-02-221-6/+7
|
* API call and display on DetailTopMangaActivity.ktClyhtsuriva2021-02-222-13/+37
| | | | | Still need to find a way to call with the right ID. Rn, using the id 1 of monster as a "placeholder"
* Making activity_detail_top_manga.xml beautiful!Clyhtsuriva2021-02-212-25/+204
|
* Beginning the manga api part.Clyhtsuriva2021-02-202-0/+24
|
* Intents now working for top mangasClyhtsuriva2021-02-203-9/+62
|
* Implementation of Glide.Clyhtsuriva2021-02-201-17/+13
| | | | | Replace the current way by Glide for more stability. Also allows to keep the images with sharedpreferences.
* Removing useless strings in strings.xmlClyhtsuriva2021-02-191-4/+0
|
* Adding scores to the recyclerview layout.Clyhtsuriva2021-02-192-16/+13
|
* Implementing TopAnimefeature/top_anime_handlingClyhtsuriva2021-02-194-0/+58
| | | | Copied the topmanga folder and transformed everything in it into top anime.
* Moving TopManga files into their own subdirClyhtsuriva2021-02-192-30/+2
|
* Cleaning.release/1.0Clyhtsuriva2021-02-194-91/+2
| | | | | | Removing some useless files. Adding comments. Updating the home page.
* Deleting useless files and adding image support.Clyhtsuriva2021-02-191-1/+1
|
* Modifying, a bit, the layout.Clyhtsuriva2021-02-191-8/+12
|
* PreparingClyhtsuriva2021-02-182-12/+23
| | | | Preparing the implementation of the API datas to our recycerview in a fragment.
* Modifying manga stringsfeature/recyclerviewClyhtsuriva2021-02-171-4/+0
|
* Recycler view now working in a fragment.Clyhtsuriva2021-02-172-1/+2
|
* Renaming to avoid issues with the "home" id.Clyhtsuriva2021-02-175-29/+18
|
* Trying to mimic the Flower exemple from google.Clyhtsuriva2021-02-174-72/+39
|
* Starting to work on recycler view featureClyhtsuriva2021-02-165-11/+126
|
* Adding Article and Top Manga pages.Clyhtsuriva2021-02-124-2/+92
|
* Renaming.Clyhtsuriva2021-02-124-18/+17
|
* Renaming and adding some functions for the home buttons.Clyhtsuriva2021-02-124-24/+41
|