| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactoring into MVC | Clyhtsuriva | 2021-03-23 | 8 | -8/+8 |
| | | |||||
| * | Feature added to animes.feature/multiple_top_pages | Clyhtsuriva | 2021-03-23 | 1 | -0/+16 |
| | | | | | Removed the ScrollListener, I prefer to only use buttons for the feature. | ||||
| * | Feature added to mangas | Clyhtsuriva | 2021-03-23 | 1 | -0/+16 |
| | | | | | 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 | 1 | -0/+2 |
| | | | | | Minor changes on other fils. | ||||
| * | Manga : Added a search button replacing return on the keyboard. | Clyhtsuriva | 2021-03-23 | 1 | -0/+2 |
| | | |||||
| * | Removed lorem placeholder. | Clyhtsuriva | 2021-03-14 | 2 | -3/+0 |
| | | |||||
| * | Added detail for searched animes. | Clyhtsuriva | 2021-03-14 | 1 | -0/+259 |
| | | |||||
| * | Detail for searched mangas is working. | Clyhtsuriva | 2021-03-12 | 1 | -0/+313 |
| | | |||||
| * | Adding colors to TextInputEditText from search pages. | Clyhtsuriva | 2021-03-12 | 2 | -6/+10 |
| | | |||||
| * | Added searching for animes. | Clyhtsuriva | 2021-03-02 | 2 | -0/+63 |
| | | | | | Auto keyboard hiding method when submitting. | ||||
| * | Search working for mangas. | Clyhtsuriva | 2021-03-02 | 1 | -6/+23 |
| | | |||||
| * | Building the basic files to display the searched mangas. | Clyhtsuriva | 2021-03-02 | 2 | -0/+47 |
| | | |||||
| * | Cleaning up the code. | Clyhtsuriva | 2021-03-02 | 6 | -567/+575 |
| | | |||||
| * | Started README and moved the packages. | Clyhtsuriva | 2021-02-23 | 4 | -4/+6 |
| | | |||||
| * | SwipeRefresh added to top anime.feature/swipe_to_refresh | Clyhtsuriva | 2021-02-22 | 1 | -1/+7 |
| | | |||||
| * | SwipeRefresh implemented and added to mangas. | Clyhtsuriva | 2021-02-22 | 1 | -1/+7 |
| | | |||||
| * | Removing background because most dont seem to have one.feature/elements_detail | Clyhtsuriva | 2021-02-22 | 1 | -35/+0 |
| | | |||||
| * | Detail is now working for animes | Clyhtsuriva | 2021-02-22 | 1 | -0/+287 |
| | | |||||
| * | Removed justification and added links. | Clyhtsuriva | 2021-02-22 | 1 | -5/+39 |
| | | | | | | Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable. | ||||
| * | Added selectable attribute to titles | Clyhtsuriva | 2021-02-22 | 1 | -26/+26 |
| | | |||||
| * | Made some texviews selectable. | Clyhtsuriva | 2021-02-22 | 1 | -3/+6 |
| | | |||||
| * | Scrollview added. | Clyhtsuriva | 2021-02-22 | 1 | -6/+9 |
| | | | | | | Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue. | ||||
| * | Text justified and constrained better. | Clyhtsuriva | 2021-02-22 | 1 | -6/+7 |
| | | |||||
| * | API call and display on DetailTopMangaActivity.kt | Clyhtsuriva | 2021-02-22 | 1 | -6/+28 |
| | | | | | | Still need to find a way to call with the right ID. Rn, using the id 1 of monster as a "placeholder" | ||||
| * | Making activity_detail_top_manga.xml beautiful! | Clyhtsuriva | 2021-02-21 | 1 | -19/+186 |
| | | |||||
| * | Beginning the manga api part. | Clyhtsuriva | 2021-02-20 | 1 | -0/+22 |
| | | |||||
| * | Intents now working for top mangas | Clyhtsuriva | 2021-02-20 | 2 | -5/+58 |
| | | |||||
| * | Implementation of Glide. | Clyhtsuriva | 2021-02-20 | 1 | -17/+13 |
| | | | | | | Replace the current way by Glide for more stability. Also allows to keep the images with sharedpreferences. | ||||
| * | Adding scores to the recyclerview layout. | Clyhtsuriva | 2021-02-19 | 1 | -1/+12 |
| | | |||||
| * | Implementing TopAnimefeature/top_anime_handling | Clyhtsuriva | 2021-02-19 | 2 | -0/+42 |
| | | | | | Copied the topmanga folder and transformed everything in it into top anime. | ||||
| * | Moving TopManga files into their own subdir | Clyhtsuriva | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Cleaning.release/1.0 | Clyhtsuriva | 2021-02-19 | 4 | -91/+2 |
| | | | | | | | Removing some useless files. Adding comments. Updating the home page. | ||||
| * | Deleting useless files and adding image support. | Clyhtsuriva | 2021-02-19 | 1 | -1/+1 |
| | | |||||
| * | Modifying, a bit, the layout. | Clyhtsuriva | 2021-02-19 | 1 | -8/+12 |
| | | |||||
| * | Preparing | Clyhtsuriva | 2021-02-18 | 1 | -11/+22 |
| | | | | | Preparing the implementation of the API datas to our recycerview in a fragment. | ||||
| * | Recycler view now working in a fragment. | Clyhtsuriva | 2021-02-17 | 1 | -1/+1 |
| | | |||||
| * | Renaming to avoid issues with the "home" id. | Clyhtsuriva | 2021-02-17 | 5 | -29/+18 |
| | | |||||
| * | Trying to mimic the Flower exemple from google. | Clyhtsuriva | 2021-02-17 | 3 | -71/+19 |
| | | |||||
| * | Starting to work on recycler view feature | Clyhtsuriva | 2021-02-16 | 4 | -11/+123 |
| | | |||||
| * | Adding Article and Top Manga pages. | Clyhtsuriva | 2021-02-12 | 2 | -0/+58 |
| | | |||||
| * | Renaming. | Clyhtsuriva | 2021-02-12 | 2 | -2/+2 |
| | | |||||
| * | Renaming and adding some functions for the home buttons. | Clyhtsuriva | 2021-02-12 | 3 | -21/+37 |
| | | |||||
| * | "locking" in dark mode through another way | Clyhtsuriva | 2021-02-12 | 2 | -2/+2 |
| | | |||||
| * | Adding colours and "locking" in dark mode. | Clyhtsuriva | 2021-02-09 | 2 | -4/+6 |
| | | |||||
| * | Messing around with some texts to learn | Clyhtsuriva | 2021-02-09 | 1 | -5/+9 |
| | | |||||
| * | Initial commit | Clyhtsuriva | 2021-02-09 | 4 | -0/+118 |
