| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Feature added to mangas | Clyhtsuriva | 2021-03-23 | 2 | -6/+47 |
| | | | | | Display other pages by touching the bottom or by clicking buttons | ||||
| * | Anime : Added a search button replacing return on the keyboard. | Clyhtsuriva | 2021-03-23 | 2 | -3/+17 |
| | | | | | Minor changes on other fils. | ||||
| * | Manga : Added a search button replacing return on the keyboard. | Clyhtsuriva | 2021-03-23 | 1 | -2/+25 |
| | | |||||
| * | Added detail for searched animes. | Clyhtsuriva | 2021-03-14 | 6 | -13/+173 |
| | | |||||
| * | Detail for searched mangas is working. | Clyhtsuriva | 2021-03-12 | 4 | -14/+193 |
| | | |||||
| * | Added searching for animes. | Clyhtsuriva | 2021-03-02 | 4 | -3/+219 |
| | | | | | Auto keyboard hiding method when submitting. | ||||
| * | Search working for mangas. | Clyhtsuriva | 2021-03-02 | 1 | -22/+6 |
| | | |||||
| * | Building the basic files to display the searched mangas. | Clyhtsuriva | 2021-03-02 | 3 | -0/+205 |
| | | |||||
| * | Creating the APIs and the responses. | Clyhtsuriva | 2021-03-02 | 19 | -69/+188 |
| | | |||||
| * | Cleaning up the code. | Clyhtsuriva | 2021-03-02 | 11 | -122/+169 |
| | | |||||
| * | Started README and moved the packages. | Clyhtsuriva | 2021-02-23 | 12 | -12/+12 |
| | | |||||
| * | Removed the settings option in the actionbar | Clyhtsuriva | 2021-02-22 | 1 | -18/+0 |
| | | |||||
| * | SwipeRefresh added to top anime.feature/swipe_to_refresh | Clyhtsuriva | 2021-02-22 | 1 | -0/+12 |
| | | |||||
| * | SwipeRefresh implemented and added to mangas. | Clyhtsuriva | 2021-02-22 | 1 | -0/+12 |
| | | |||||
| * | Removing background because most dont seem to have one.feature/elements_detail | Clyhtsuriva | 2021-02-22 | 2 | -10/+0 |
| | | |||||
| * | Detail is now working for animes | Clyhtsuriva | 2021-02-22 | 8 | -19/+225 |
| | | |||||
| * | starting the anime part | Clyhtsuriva | 2021-02-22 | 2 | -0/+26 |
| | | | | | Reusing what I did with mangas | ||||
| * | Removed justification and added links. | Clyhtsuriva | 2021-02-22 | 3 | -0/+9 |
| | | | | | | Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable. | ||||
| * | Scrollview added. | Clyhtsuriva | 2021-02-22 | 1 | -7/+6 |
| | | | | | | Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue. | ||||
| * | Sharedpreference now working for the DetailTopMangaActivity.kt | Clyhtsuriva | 2021-02-22 | 2 | -4/+41 |
| | | |||||
| * | Text justified and constrained better. | Clyhtsuriva | 2021-02-22 | 1 | -4/+0 |
| | | |||||
| * | Replacing null values by an "Unknown" string. | Clyhtsuriva | 2021-02-22 | 2 | -6/+29 |
| | | |||||
| * | API's now being called with an ID as a parameter. | Clyhtsuriva | 2021-02-22 | 2 | -25/+27 |
| | | |||||
| * | API call and display on DetailTopMangaActivity.kt | Clyhtsuriva | 2021-02-22 | 6 | -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. | Clyhtsuriva | 2021-02-21 | 4 | -3/+25 |
| | | |||||
| * | Making activity_detail_top_manga.xml beautiful! | Clyhtsuriva | 2021-02-21 | 1 | -10/+17 |
| | | |||||
| * | Only keeping useful infos from api responses | Clyhtsuriva | 2021-02-21 | 5 | -43/+2 |
| | | |||||
| * | Beginning the manga api part. | Clyhtsuriva | 2021-02-20 | 6 | -7/+112 |
| | | |||||
| * | "Optimizing" imports | Clyhtsuriva | 2021-02-20 | 5 | -7/+3 |
| | | |||||
| * | Added image support | Clyhtsuriva | 2021-02-20 | 1 | -0/+8 |
| | | |||||
| * | Intents now working for top mangas | Clyhtsuriva | 2021-02-20 | 2 | -1/+57 |
| | | |||||
| * | Implementation of Glide. | Clyhtsuriva | 2021-02-20 | 3 | -58/+17 |
| | | | | | | Replace the current way by Glide for more stability. Also allows to keep the images with sharedpreferences. | ||||
| * | Minor changesfeature/data_storage | Clyhtsuriva | 2021-02-20 | 2 | -2/+2 |
| | | |||||
| * | Cache for top animes | Clyhtsuriva | 2021-02-20 | 2 | -13/+45 |
| | | | | | Also cleaned TopMangaPage | ||||
| * | Cache works with texts for top manga. | Clyhtsuriva | 2021-02-19 | 1 | -10/+47 |
| | | |||||
| * | Adding scores to the recyclerview layout. | Clyhtsuriva | 2021-02-19 | 2 | -0/+4 |
| | | |||||
| * | Implementing TopAnimefeature/top_anime_handling | Clyhtsuriva | 2021-02-19 | 6 | -0/+230 |
| | | | | | Copied the topmanga folder and transformed everything in it into top anime. | ||||
| * | Moving TopManga files into their own subdir | Clyhtsuriva | 2021-02-19 | 5 | -5/+7 |
| | | |||||
| * | Cleaning.release/1.0 | Clyhtsuriva | 2021-02-19 | 7 | -83/+6 |
| | | | | | | | Removing some useless files. Adding comments. Updating the home page. | ||||
| * | Deleting useless files and adding image support. | Clyhtsuriva | 2021-02-19 | 3 | -24/+39 |
| | | |||||
| * | Adaptation of the adapter, the rest response and the fragment. | Clyhtsuriva | 2021-02-19 | 3 | -9/+10 |
| | | |||||
| * | Preparing | Clyhtsuriva | 2021-02-18 | 3 | -20/+25 |
| | | | | | Preparing the implementation of the API datas to our recycerview in a fragment. | ||||
| * | Implementing API calls for the top mangas.feature/api_server_call | Clyhtsuriva | 2021-02-18 | 5 | -7/+107 |
| | | | | | | | Test and Debug with snackbar : ok Adding internet access. Removing useless News class. | ||||
| * | Recycler view now working in a fragment. | Clyhtsuriva | 2021-02-17 | 1 | -9/+12 |
| | | |||||
| * | Renaming to avoid issues with the "home" id. | Clyhtsuriva | 2021-02-17 | 4 | -6/+6 |
| | | |||||
| * | Trying to mimic the Flower exemple from google. | Clyhtsuriva | 2021-02-17 | 4 | -48/+59 |
| | | |||||
| * | Starting to work on recycler view feature | Clyhtsuriva | 2021-02-16 | 3 | -0/+47 |
| | | |||||
| * | Adding Article and Top Manga pages. | Clyhtsuriva | 2021-02-12 | 4 | -5/+65 |
| | | |||||
| * | Renaming. | Clyhtsuriva | 2021-02-12 | 3 | -9/+9 |
| | | |||||
| * | Renaming and adding some functions for the home buttons. | Clyhtsuriva | 2021-02-12 | 3 | -6/+14 |
| | | |||||
