aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/2.0'v2.0.0Clyhtsuriva2021-02-2226-136/+1119
|\
| * Merge branch 'feature/elements_detail' into developrelease/2.0Clyhtsuriva2021-02-2226-136/+1119
| |\
| | * Removing background because most dont seem to have one.feature/elements_detailClyhtsuriva2021-02-223-45/+0
| | |
| | * Detail is now working for animesClyhtsuriva2021-02-2211-19/+518
| | |
| | * starting the anime partClyhtsuriva2021-02-222-0/+26
| | | | | | | | | | | | Reusing what I did with mangas
| | * Removed justification and added links.Clyhtsuriva2021-02-225-5/+50
| | | | | | | | | | | | | | | Justification cropped the text, decided to get rid of it. Added a url to MAL, it's clickable.
| | * Added selectable attribute to titlesClyhtsuriva2021-02-221-26/+26
| | |
| | * Made some texviews selectable.Clyhtsuriva2021-02-221-3/+6
| | |
| | * Scrollview added.Clyhtsuriva2021-02-222-13/+15
| | | | | | | | | | | | | | | Some mangas had too long background ans synopsis to fit. Scrollview resolve the issue.
| | * Sharedpreference now working for the DetailTopMangaActivity.ktClyhtsuriva2021-02-223-5/+41
| | |
| | * Text justified and constrained better.Clyhtsuriva2021-02-223-13/+11
| | |
| | * 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-228-85/+107
| | | | | | | | | | | | | | | 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-213-35/+221
| | |
| | * Only keeping useful infos from api responsesClyhtsuriva2021-02-215-43/+2
| | |
| | * Beginning the manga api part.Clyhtsuriva2021-02-208-7/+136
| | |
| | * "Optimizing" importsClyhtsuriva2021-02-207-13/+6
| | |
| | * Added image supportClyhtsuriva2021-02-201-0/+8
| | |
| | * Intents now working for top mangasClyhtsuriva2021-02-207-12/+129
| | |
| | * Implementation of Glide.Clyhtsuriva2021-02-205-77/+35
| |/ | | | | | | | | Replace the current way by Glide for more stability. Also allows to keep the images with sharedpreferences.
* | Merge branch 'release/1.2'v1.2.0Clyhtsuriva2021-02-206-41/+107
|\|
| * Merge branch 'feature/data_storage' into developrelease/1.2Clyhtsuriva2021-02-202-21/+90
| |\
| | * 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
| |/
| * Removing useless strings in strings.xmlClyhtsuriva2021-02-191-4/+0
| |
| * Adding scores to the recyclerview layout.Clyhtsuriva2021-02-194-16/+17
| |
* | Merge branch 'release/1.1'v1.1.0Clyhtsuriva2021-02-1916-33/+295
|\|
| * Merge branch 'top_anime_feature' into developrelease/1.1Clyhtsuriva2021-02-1910-0/+288
| |\
| | * Implementing TopAnimefeature/top_anime_handlingClyhtsuriva2021-02-1910-0/+288
| |/ | | | | | | Copied the topmanga folder and transformed everything in it into top anime.
| * Moving TopManga files into their own subdirClyhtsuriva2021-02-197-35/+9
| |
| * Merge branch 'release/1.0' into developClyhtsuriva2021-02-1912-174/+16
| |\
* | \ Merge branch 'release/1.0'v1.0.0Clyhtsuriva2021-02-1945-326/+503
|\ \ \ | | |/ | |/|
| * | Cleaning.release/1.0Clyhtsuriva2021-02-1912-174/+16
| |/ | | | | | | | | | | Removing some useless files. Adding comments. Updating the home page.
| * Deleting useless files and adding image support.Clyhtsuriva2021-02-194-25/+40
| |
| * Modifying, a bit, the layout.Clyhtsuriva2021-02-191-8/+12
| |
| * Adaptation of the adapter, the rest response and the fragment.Clyhtsuriva2021-02-193-9/+10
| |
| * PreparingClyhtsuriva2021-02-185-32/+48
| | | | | | | | 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-186-7/+109
| | | | | | | | | | | | Test and Debug with snackbar : ok Adding internet access. Removing useless News class.
| * Adding the implementations of retrofit to gradle.Clyhtsuriva2021-02-181-0/+3
| |
| * Commenting gradle for recyclerviewClyhtsuriva2021-02-181-0/+1
| |
| * Modifying manga stringsfeature/recyclerviewClyhtsuriva2021-02-171-4/+0
| |
| * Recycler view now working in a fragment.Clyhtsuriva2021-02-173-10/+14
| |
| * Renaming to avoid issues with the "home" id.Clyhtsuriva2021-02-179-35/+24
| |
| * Trying to mimic the Flower exemple from google.Clyhtsuriva2021-02-178-120/+98
| |
| * Starting to work on recycler view featureClyhtsuriva2021-02-1610-15/+180
| |
| * Adding Article and Top Manga pages.Clyhtsuriva2021-02-128-7/+157
| |
| * Renaming.Clyhtsuriva2021-02-127-27/+26
| |