aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java/xyz (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Singletons on all pages : OKClyhtsuriva2021-05-146-125/+81
|
* Singletons : DetailTopManga : OKClyhtsuriva2021-05-142-21/+49
|
* Addedd Singletons for TopManga.Clyhtsuriva2021-05-142-22/+38
|
* DetailSearchAnimeController.kt and activity OKrelease/3.0Clyhtsuriva2021-05-132-61/+79
|
* DetailSearchMangaController.kt and activity OKClyhtsuriva2021-05-132-59/+80
|
* DetailTopAnimeController.kt and the activity are working fine.Clyhtsuriva2021-05-132-89/+111
|
* Redefining how the controller is started.Clyhtsuriva2021-05-132-5/+2
|
* DetailTopMangaController.kt and the activity are working fine.Clyhtsuriva2021-05-132-91/+116
|
* creating empty controller files for detail pagesClyhtsuriva2021-05-124-0/+12
|
* creating anime and manga packages for controllersClyhtsuriva2021-05-128-8/+8
|
* Added search anime page controllerClyhtsuriva2021-05-102-54/+89
|
* Finished search manga page controllerClyhtsuriva2021-05-102-54/+83
|
* Added the arch onto topanimeClyhtsuriva2021-05-046-142/+151
|
* MVC implemented to TopMangaPageClyhtsuriva2021-04-132-121/+123
|
* Moving the basic variables.Clyhtsuriva2021-04-131-5/+15
|
* Restructuring and README update.Clyhtsuriva2021-04-1332-64/+103
|
* Starting the main controller.Clyhtsuriva2021-03-231-0/+27
|
* Refactoring into MVCClyhtsuriva2021-03-2330-40/+62
|
* Feature added to animes.feature/multiple_top_pagesClyhtsuriva2021-03-233-32/+42
| | | | Removed the ScrollListener, I prefer to only use buttons for the feature.
* Feature added to mangasClyhtsuriva2021-03-232-6/+47
| | | | Display other pages by touching the bottom or by clicking buttons
* Anime : Added a search button replacing return on the keyboard.Clyhtsuriva2021-03-232-3/+17
| | | | Minor changes on other fils.
* Manga : Added a search button replacing return on the keyboard.Clyhtsuriva2021-03-231-2/+25
|
* Added detail for searched animes.Clyhtsuriva2021-03-146-13/+173
|
* Detail for searched mangas is working.Clyhtsuriva2021-03-124-14/+193
|
* Added searching for animes.Clyhtsuriva2021-03-024-3/+219
| | | | Auto keyboard hiding method when submitting.
* Search working for mangas.Clyhtsuriva2021-03-021-22/+6
|
* Building the basic files to display the searched mangas.Clyhtsuriva2021-03-023-0/+205
|
* Creating the APIs and the responses.Clyhtsuriva2021-03-0219-69/+188
|
* Cleaning up the code.Clyhtsuriva2021-03-0211-122/+169
|
* Started README and moved the packages.Clyhtsuriva2021-02-2312-12/+12
|
* Removed the settings option in the actionbarClyhtsuriva2021-02-221-18/+0
|
* SwipeRefresh added to top anime.feature/swipe_to_refreshClyhtsuriva2021-02-221-0/+12
|
* SwipeRefresh implemented and added to mangas.Clyhtsuriva2021-02-221-0/+12
|
* Removing background because most dont seem to have one.feature/elements_detailClyhtsuriva2021-02-222-10/+0
|
* Detail is now working for animesClyhtsuriva2021-02-228-19/+225
|
* starting the anime partClyhtsuriva2021-02-222-0/+26
| | | | Reusing what I did with mangas
* Removed justification and added links.Clyhtsuriva2021-02-223-0/+9
| | | | | Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable.
* Scrollview added.Clyhtsuriva2021-02-221-7/+6
| | | | | Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue.
* Sharedpreference now working for the DetailTopMangaActivity.ktClyhtsuriva2021-02-222-4/+41
|
* Text justified and constrained better.Clyhtsuriva2021-02-221-4/+0
|
* Replacing null values by an "Unknown" string.Clyhtsuriva2021-02-222-6/+29
|
* API's now being called with an ID as a parameter.Clyhtsuriva2021-02-222-25/+27
|
* API call and display on DetailTopMangaActivity.ktClyhtsuriva2021-02-226-72/+70
| | | | | 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-214-3/+25
|
* Making activity_detail_top_manga.xml beautiful!Clyhtsuriva2021-02-211-10/+17
|
* Only keeping useful infos from api responsesClyhtsuriva2021-02-215-43/+2
|
* Beginning the manga api part.Clyhtsuriva2021-02-206-7/+112
|
* "Optimizing" importsClyhtsuriva2021-02-205-7/+3
|
* Added image supportClyhtsuriva2021-02-201-0/+8
|
* Intents now working for top mangasClyhtsuriva2021-02-202-1/+57
|