aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning up the code.Clyhtsuriva2021-03-0211-122/+169
|
* Started README and moved the packages.Clyhtsuriva2021-02-2312-12/+12
|
* Removed the settings option in the actionbarClyhtsuriva2021-02-221-18/+0
|
* SwipeRefresh added to top anime.feature/swipe_to_refreshClyhtsuriva2021-02-221-0/+12
|
* SwipeRefresh implemented and added to mangas.Clyhtsuriva2021-02-221-0/+12
|
* Removing background because most dont seem to have one.feature/elements_detailClyhtsuriva2021-02-222-10/+0
|
* Detail is now working for animesClyhtsuriva2021-02-228-19/+225
|
* starting the anime partClyhtsuriva2021-02-222-0/+26
| | | | Reusing what I did with mangas
* Removed justification and added links.Clyhtsuriva2021-02-223-0/+9
| | | | | Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable.
* Scrollview added.Clyhtsuriva2021-02-221-7/+6
| | | | | Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue.
* Sharedpreference now working for the DetailTopMangaActivity.ktClyhtsuriva2021-02-222-4/+41
|
* Text justified and constrained better.Clyhtsuriva2021-02-221-4/+0
|
* Replacing null values by an "Unknown" string.Clyhtsuriva2021-02-222-6/+29
|
* API's now being called with an ID as a parameter.Clyhtsuriva2021-02-222-25/+27
|
* API call and display on DetailTopMangaActivity.ktClyhtsuriva2021-02-226-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.Clyhtsuriva2021-02-214-3/+25
|
* Making activity_detail_top_manga.xml beautiful!Clyhtsuriva2021-02-211-10/+17
|
* Only keeping useful infos from api responsesClyhtsuriva2021-02-215-43/+2
|
* Beginning the manga api part.Clyhtsuriva2021-02-206-7/+112
|
* "Optimizing" importsClyhtsuriva2021-02-205-7/+3
|
* Added image supportClyhtsuriva2021-02-201-0/+8
|
* Intents now working for top mangasClyhtsuriva2021-02-202-1/+57
|
* Implementation of Glide.Clyhtsuriva2021-02-203-58/+17
| | | | | Replace the current way by Glide for more stability. Also allows to keep the images with sharedpreferences.
* Minor changesfeature/data_storageClyhtsuriva2021-02-202-2/+2
|
* Cache for top animesClyhtsuriva2021-02-202-13/+45
| | | | Also cleaned TopMangaPage
* Cache works with texts for top manga.Clyhtsuriva2021-02-191-10/+47
|
* Adding scores to the recyclerview layout.Clyhtsuriva2021-02-192-0/+4
|
* Implementing TopAnimefeature/top_anime_handlingClyhtsuriva2021-02-196-0/+230
| | | | Copied the topmanga folder and transformed everything in it into top anime.
* Moving TopManga files into their own subdirClyhtsuriva2021-02-195-5/+7
|
* Cleaning.release/1.0Clyhtsuriva2021-02-197-83/+6
| | | | | | Removing some useless files. Adding comments. Updating the home page.
* Deleting useless files and adding image support.Clyhtsuriva2021-02-193-24/+39
|
* Adaptation of the adapter, the rest response and the fragment.Clyhtsuriva2021-02-193-9/+10
|
* PreparingClyhtsuriva2021-02-183-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_callClyhtsuriva2021-02-185-7/+107
| | | | | | Test and Debug with snackbar : ok Adding internet access. Removing useless News class.
* Recycler view now working in a fragment.Clyhtsuriva2021-02-171-9/+12
|
* Renaming to avoid issues with the "home" id.Clyhtsuriva2021-02-174-6/+6
|
* Trying to mimic the Flower exemple from google.Clyhtsuriva2021-02-174-48/+59
|
* Starting to work on recycler view featureClyhtsuriva2021-02-163-0/+47
|
* Adding Article and Top Manga pages.Clyhtsuriva2021-02-124-5/+65
|
* Renaming.Clyhtsuriva2021-02-123-9/+9
|
* Renaming and adding some functions for the home buttons.Clyhtsuriva2021-02-123-6/+14
|
* Messing around with some texts to learnClyhtsuriva2021-02-091-1/+1
|
* Modified News object and val industryNewsClyhtsuriva2021-02-092-2/+4
|
* Initial commitClyhtsuriva2021-02-094-0/+107