aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/androidTest/java/xyz/adjutor/aniki
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2021-02-22 20:06:03 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2021-02-22 20:06:03 +0100
commita11219745fd6ddf8796682f7ab433c1a1d0402f5 (patch)
treeae8521428bdde7750294d25c8e49a93df9e95f26 /app/src/androidTest/java/xyz/adjutor/aniki
parente41b93327626afba5427454dc2868cedf3f01972 (diff)
parent4012256bf91ccf02eb1871229f755beb26dad3de (diff)
downloadAniki-a11219745fd6ddf8796682f7ab433c1a1d0402f5.tar.gz
Aniki-a11219745fd6ddf8796682f7ab433c1a1d0402f5.tar.bz2
Aniki-a11219745fd6ddf8796682f7ab433c1a1d0402f5.zip
Merge branch 'release/2.0'v2.0.0
Diffstat (limited to 'app/src/androidTest/java/xyz/adjutor/aniki')
-rw-r--r--app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt b/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt
index 517647e..9100bf0 100644
--- a/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt
+++ b/app/src/androidTest/java/xyz/adjutor/aniki/ExampleInstrumentedTest.kt
@@ -1,13 +1,11 @@
package xyz.adjutor.aniki
-import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
-
+import androidx.test.platform.app.InstrumentationRegistry
+import org.junit.Assert.assertEquals
import org.junit.Test
import org.junit.runner.RunWith
-import org.junit.Assert.*
-
/**
* Instrumented test, which will execute on an Android device.
*
uriva3-17/+155 Adding list, extract and save support to albums as well as addAlbum for the albums. Starting the method to add songs to an album as well. 2020-12-22SimplifyingClyhtsuriva2-129/+81 I'm creating methods in jMusicHub to simplify the work I'l will be doing to add Albums and Playlists commands such as list, extract and save. 2020-12-19Adding AudioBooksClyhtsuriva7-48/+225 Finishing AudioBook class, adding list and save for the audiobooks. Adding extract method for both audiobooks and songs. Resolving the id incremention issue. 2020-12-11(De)Serialization of the songsClyhtsuriva2-42/+63 Serialization and Deser now work fine for the songs. We're able to store arrays. 2020-12-11Getting serialization working with a songClyhtsuriva3-7/+36 2020-12-11adding Serialization interface and methodsClyhtsuriva6-59/+63 2020-12-07Big updateMasfehico6-16/+99 Implementing the function to add songs. Cleaning a bit everywhere as well. 2020-12-07cleaning and adding stuff in playlistMasfehico3-2/+20 2020-12-07Updating song and audiobook accordingly to the last commitMasfehico2-8/+8 2020-12-07Adding the enum classesMasfehico3-0/+9 2020-12-07Updating song, audiobook and musical elements's sets and getsMasfehico3-5/+23 2020-12-07Finishing MusicalElement.javaMasfehico1-6/+11 2020-11-23Cleaning upMasfehico2-30/+0 2020-11-23Deleting the CSVSMasfehico5-3669/+0 2020-11-23Minor testing changesMasfehico7-43/+63 2020-11-23Musical elements updated and jMusicHub basic creationMasfehico2-0/+0 2020-11-23Musical elements updated and jMusicHub basic creationMasfehico4-3/+74 2020-11-21README.md updatedMasfehico1-3/+1 2020-11-19Started Song and MusicalElementMasfehico5-0/+190 2020-11-18Added CSVsMasfehico9-102/+3756 I added some csvs by exracting my ampache mysql DB. Also started to write on the README file already. 2020-11-18Firs filesMasfehico8-0/+103 Pushing the empty java files I'll be using with some csvs. 2020-11-17LICENSE updatedMasfehico1-68/+81