From 7c8476a2128f6c4494eaa2d0a363d8cbe3261ba6 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sat, 20 Feb 2021 18:56:42 +0100 Subject: Beginning the manga api part. --- app/src/main/java/xyz/adjutor/aniki/topanime/TopAnime.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/java/xyz/adjutor/aniki/topanime') diff --git a/app/src/main/java/xyz/adjutor/aniki/topanime/TopAnime.kt b/app/src/main/java/xyz/adjutor/aniki/topanime/TopAnime.kt index a428841..3576e7b 100644 --- a/app/src/main/java/xyz/adjutor/aniki/topanime/TopAnime.kt +++ b/app/src/main/java/xyz/adjutor/aniki/topanime/TopAnime.kt @@ -2,7 +2,7 @@ package xyz.adjutor.aniki.topanime import com.google.gson.annotations.SerializedName -//Content of the top field from the api of top manga +//Content of the top field from the api of top anime class TopAnime{ @SerializedName("mal_id") -- cgit v1.2.3 itch'/> Music app in Java
aboutsummaryrefslogtreecommitdiffstats
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-26Delete spoteezer.imlClyhtsuriva1-11/+0
2021-06-26Updated javadoc, added jacoco and the necessary JUnit for this feature.Clyhtsuriva128-78/+3725
2021-06-26Applying the latest package architecture.Clyhtsuriva9-3/+47
2021-06-26Modified compile.bat and run.bat to use maven.Clyhtsuriva2-2/+2
2021-06-26Delete out/production/spoteezer/musichub directoryClyhtsuriva17-0/+0
2021-06-26Removed reduced pom and added the content of STZ-0001 with a switch modif.Clyhtsuriva65-149/+208
2021-06-26Delete .classpathClyhtsuriva1-6/+0
2021-06-26Delete .projectClyhtsuriva1-17/+0
2021-06-26Delete .idea directoryClyhtsuriva4-28/+0
2021-06-26UpdateClyhtsuriva50-84/+84
2021-06-26Changed the architecture to respect maven and generated an empty javadocClyhtsuriva129-23/+7829
2021-06-26Add reset, pause, quit functionalitysaid belhadj46-18/+100
2021-06-26Adding the pom.xml and target folder created from mvn package.Clyhtsuriva6-0/+164
2021-06-26Add the possibility to listen a song thanks to Audio System librarysaid belhadj7-4/+55
2021-06-25Fixing STZ-0004 issue.Clyhtsuriva1-1/+3
2021-06-17Delete initial_class_diagram.pngClyhtsuriva1-0/+0