Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-13 | MVC implemented to TopMangaPage | Clyhtsuriva | |
2021-04-13 | Moving the basic variables. | Clyhtsuriva | |
2021-04-13 | Restructuring and README update. | Clyhtsuriva | |
2021-03-23 | Starting the main controller. | Clyhtsuriva | |
2021-03-23 | Refactoring into MVC | Clyhtsuriva | |
2021-03-23 | Feature added to animes.feature/multiple_top_pages | Clyhtsuriva | |
Removed the ScrollListener, I prefer to only use buttons for the feature. | |||
2021-03-23 | Feature added to mangas | Clyhtsuriva | |
Display other pages by touching the bottom or by clicking buttons | |||
2021-03-23 | Anime : Added a search button replacing return on the keyboard. | Clyhtsuriva | |
Minor changes on other fils. | |||
2021-03-23 | Manga : Added a search button replacing return on the keyboard. | Clyhtsuriva | |
2021-03-14 | Added detail for searched animes. | Clyhtsuriva | |
2021-03-12 | Detail for searched mangas is working. | Clyhtsuriva | |
2021-03-02 | Added searching for animes. | Clyhtsuriva | |
Auto keyboard hiding method when submitting. | |||
2021-03-02 | Search working for mangas. | Clyhtsuriva | |
2021-03-02 | Building the basic files to display the searched mangas. | Clyhtsuriva | |
2021-03-02 | Creating the APIs and the responses. | Clyhtsuriva | |
2021-03-02 | Cleaning up the code. | Clyhtsuriva | |
2021-02-23 | Started README and moved the packages. | Clyhtsuriva | |
2021-02-22 | Removed the settings option in the actionbar | Clyhtsuriva | |
2021-02-22 | SwipeRefresh added to top anime.feature/swipe_to_refresh | Clyhtsuriva | |
2021-02-22 | SwipeRefresh implemented and added to mangas. | Clyhtsuriva | |
2021-02-22 | Removing background because most dont seem to have one.feature/elements_detail | Clyhtsuriva | |
2021-02-22 | Detail is now working for animes | Clyhtsuriva | |
2021-02-22 | starting the anime part | Clyhtsuriva | |
Reusing what I did with mangas | |||
2021-02-22 | Removed justification and added links. | Clyhtsuriva | |
Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable. | |||
2021-02-22 | Scrollview added. | Clyhtsuriva | |
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 | |
2021-02-22 | Text justified and constrained better. | Clyhtsuriva | |
2021-02-22 | Replacing null values by an "Unknown" string. | Clyhtsuriva | |
2021-02-22 | API's now being called with an ID as a parameter. | Clyhtsuriva | |
2021-02-22 | API call and display on DetailTopMangaActivity.kt | Clyhtsuriva | |
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 | |
2021-02-21 | Making activity_detail_top_manga.xml beautiful! | Clyhtsuriva | |
2021-02-21 | Only keeping useful infos from api responses | Clyhtsuriva | |
2021-02-20 | Beginning the manga api part. | Clyhtsuriva | |
2021-02-20 | "Optimizing" imports | Clyhtsuriva | |
2021-02-20 | Added image support | Clyhtsuriva | |
2021-02-20 | Intents now working for top mangas | Clyhtsuriva | |
2021-02-20 | Implementation of Glide. | Clyhtsuriva | |
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 | |
2021-02-20 | Cache for top animes | Clyhtsuriva | |
Also cleaned TopMangaPage | |||
2021-02-19 | Cache works with texts for top manga. | Clyhtsuriva | |
2021-02-19 | Adding scores to the recyclerview layout. | Clyhtsuriva | |
2021-02-19 | Implementing TopAnimefeature/top_anime_handling | Clyhtsuriva | |
Copied the topmanga folder and transformed everything in it into top anime. | |||
2021-02-19 | Moving TopManga files into their own subdir | Clyhtsuriva | |
2021-02-19 | Cleaning.release/1.0 | Clyhtsuriva | |
Removing some useless files. Adding comments. Updating the home page. | |||
2021-02-19 | Deleting useless files and adding image support. | Clyhtsuriva | |
2021-02-19 | Adaptation of the adapter, the rest response and the fragment. | Clyhtsuriva | |
2021-02-18 | Preparing | Clyhtsuriva | |
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 | |
Test and Debug with snackbar : ok Adding internet access. Removing useless News class. | |||
2021-02-17 | Recycler view now working in a fragment. | Clyhtsuriva | |