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