aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added search anime page controllerClyhtsuriva2021-05-102-54/+89
| |
| * Finished search manga page controllerClyhtsuriva2021-05-104-58/+87
| |
| * Added the arch onto topanimeClyhtsuriva2021-05-046-142/+151
| |
| * Gradle updateClyhtsuriva2021-04-131-4/+4
| |
| * MVC implemented to TopMangaPageClyhtsuriva2021-04-132-121/+123
| |
| * Moving the basic variables.Clyhtsuriva2021-04-131-5/+15
| |
| * Restructuring and README update.Clyhtsuriva2021-04-1341-80/+140
| |
| * Starting the main controller.Clyhtsuriva2021-03-231-0/+27
| |
| * Refactoring into MVCClyhtsuriva2021-03-2342-61/+83
| |
| * Merge branch 'feature/multiple_top_pages' into developClyhtsuriva2021-03-238-17/+104
| |\
| | * Feature added to animes.feature/multiple_top_pagesClyhtsuriva2021-03-235-34/+60
| | | | | | | | | | | | Removed the ScrollListener, I prefer to only use buttons for the feature.
| | * Feature added to mangasClyhtsuriva2021-03-235-7/+68
| |/ | | | | | | Display other pages by touching the bottom or by clicking buttons
| * Merge branch 'feature/keyboard_search_button' into developClyhtsuriva2021-03-235-15/+58
| |\
| | * Update README.mdfeature/keyboard_search_buttonClyhtsuriva2021-03-231-0/+1
| | |
| | * Anime : Added a search button replacing return on the keyboard.Clyhtsuriva2021-03-233-3/+19
| | | | | | | | | | | | Minor changes on other fils.
| | * Manga : Added a search button replacing return on the keyboard.Clyhtsuriva2021-03-233-14/+40
| |/
| * Removed lorem placeholder.Clyhtsuriva2021-03-142-3/+0
| |
| * Merge branch 'feature/search' into developClyhtsuriva2021-03-1437-76/+1691
| |\
| | * Update README.md and colors.xmlfeature/searchClyhtsuriva2021-03-142-4/+4
| | |
| | * Added detail for searched animes.Clyhtsuriva2021-03-148-13/+436
| | |
| | * Detail for searched mangas is working.Clyhtsuriva2021-03-127-14/+511
| | |
| | * Adding colors to TextInputEditText from search pages.Clyhtsuriva2021-03-124-6/+12
| | |
| | * Update README.mdClyhtsuriva2021-03-021-0/+6
| | |
| | * Added searching for animes.Clyhtsuriva2021-03-028-3/+297
| | | | | | | | | | | | Auto keyboard hiding method when submitting.
| | * Search working for mangas.Clyhtsuriva2021-03-023-28/+30
| | |
| | * Building the basic files to display the searched mangas.Clyhtsuriva2021-03-027-0/+267
| | |
| | * Creating the APIs and the responses.Clyhtsuriva2021-03-0220-69/+189
| |/
| * Cleaning up the code.Clyhtsuriva2021-03-0218-690/+745
| |
| * Started README and moved the packages.Clyhtsuriva2021-02-2319-20/+49
| |
| * changed the bg color of the icon.Clyhtsuriva2021-02-2318-3/+1
| |
| * Removed the settings option in the actionbarClyhtsuriva2021-02-222-28/+0
| |
| * Merge branch 'feature/swipe_to_refresh' into developClyhtsuriva2021-02-225-4/+43
| |\
| | * SwipeRefresh added to top anime.feature/swipe_to_refreshClyhtsuriva2021-02-222-1/+19
| | |
| | * SwipeRefresh implemented and added to mangas.Clyhtsuriva2021-02-223-3/+24
| |/
* | Merge branch 'release/2.0'v2.0.0Clyhtsuriva2021-02-2226-136/+1119
|\|
| * Merge branch 'feature/elements_detail' into developrelease/2.0Clyhtsuriva2021-02-2226-136/+1119
| |\
| | * Removing background because most dont seem to have one.feature/elements_detailClyhtsuriva2021-02-223-45/+0
| | |
| | * Detail is now working for animesClyhtsuriva2021-02-2211-19/+518
| | |
| | * starting the anime partClyhtsuriva2021-02-222-0/+26
| | | | | | | | | | | | Reusing what I did with mangas
| | * Removed justification and added links.Clyhtsuriva2021-02-225-5/+50
| | | | | | | | | | | | | | | 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-222-13/+15
| | | | | | | | | | | | | | | Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue.
| | * Sharedpreference now working for the DetailTopMangaActivity.ktClyhtsuriva2021-02-223-5/+41
| | |
| | * Text justified and constrained better.Clyhtsuriva2021-02-223-13/+11
| | |
| | * 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-228-85/+107
| | | | | | | | | | | | | | | 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-213-35/+221
| | |