| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | |
| 2021-02-18 | Preparing | Clyhtsuriva | 5 | -32/+48 | |
| Preparing the implementation of the API datas to our recycerview in a fragment. | |||||
| 2021-02-18 | Implementing API calls for the top mangas.feature/api_server_call | Clyhtsuriva | 6 | -7/+109 | |
| Test and Debug with snackbar : ok Adding internet access. Removing useless News class. | |||||
| 2021-02-18 | Adding the implementations of retrofit to gradle. | Clyhtsuriva | 1 | -0/+3 | |
| 2021-02-18 | Commenting gradle for recyclerview | Clyhtsuriva | 1 | -0/+1 | |
| 2021-02-17 | Modifying manga stringsfeature/recyclerview | Clyhtsuriva | 1 | -4/+0 | |
| 2021-02-17 | Recycler view now working in a fragment. | Clyhtsuriva | 3 | -10/+14 | |
| 2021-02-17 | Renaming to avoid issues with the "home" id. | Clyhtsuriva | 9 | -35/+24 | |
| 2021-02-17 | Trying to mimic the Flower exemple from google. | Clyhtsuriva | 8 | -120/+98 | |
| 2021-02-16 | Starting to work on recycler view feature | Clyhtsuriva | 10 | -15/+180 | |
| 2021-02-12 | Adding Article and Top Manga pages. | Clyhtsuriva | 8 | -7/+157 | |
| 2021-02-12 | Renaming. | Clyhtsuriva | 7 | -27/+26 | |
| 2021-02-12 | Renaming and adding some functions for the home buttons. | Clyhtsuriva | 7 | -30/+55 | |
| 2021-02-12 | "locking" in dark mode through another way | Clyhtsuriva | 2 | -2/+2 | |
| 2021-02-09 | Adding colours and "locking" in dark mode. | Clyhtsuriva | 6 | -14/+22 | |
| 2021-02-09 | Messing around with some texts to learn | Clyhtsuriva | 7 | -8/+46 | |
| 2021-02-09 | Modified the icon | Clyhtsuriva | 19 | -165/+6 | |
| 2021-02-09 | Modified News object and val industryNews | Clyhtsuriva | 2 | -2/+4 | |
