diff --git a/README.md b/README.md index 82e6d22..ff4f864 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,18 @@ A unoffical App for Anime-on-Demand. This App is licensed under the terms and conditions of GPL 3. This Project is not associated with Anime-on-Demand in any way. ### Used Libraries -* gson: https://github.com/google/gson -* exoplayer: https://github.com/google/ExoPlayer -* jsoup: https://jsoup.org/ -* material-dialogs: https://github.com/afollestad/material-dialogs -* kotlin.coroutines: https://github.com/Kotlin/kotlinx.coroutines +* AndroidX: https://developer.android.com/jetpack/androidx +* Material Components for Android: https://github.com/material-components/material-components-android +* ExoPlayer: https://github.com/google/ExoPlayer +* Gson: https://github.com/google/gson * Material design icons: https://github.com/google/material-design-icons -* androidx libraries +* Material Dialogs: https://github.com/afollestad/material-dialogs +* Jsoup: https://jsoup.org +* kotlinx.coroutines: https://github.com/Kotlin/kotlinx.coroutines +* Glide: https://github.com/bumptech/glide +* Glide Transformations: https://github.com/wasabeef/glide-transformations #### Why is it called Teapod? Teapod is a Acronym for "The ultimate anime app on demand", hence this project is called Teapod and not Teapot. -Teapod © 2020 [@Seil0](https://git.mosad.xyz/Seil0) \ No newline at end of file +Teapod © 2020 [@Seil0](https://git.mosad.xyz/Seil0) diff --git a/app/src/main/java/org/mosad/teapod/MainActivity.kt b/app/src/main/java/org/mosad/teapod/MainActivity.kt index 2190538..d14c577 100644 --- a/app/src/main/java/org/mosad/teapod/MainActivity.kt +++ b/app/src/main/java/org/mosad/teapod/MainActivity.kt @@ -32,7 +32,6 @@ import androidx.fragment.app.Fragment import androidx.fragment.app.commit import kotlinx.android.synthetic.main.activity_main.* import kotlinx.coroutines.GlobalScope -import kotlinx.coroutines.async import kotlinx.coroutines.launch import org.mosad.teapod.parser.AoDParser import org.mosad.teapod.preferences.EncryptedPreferences diff --git a/app/src/main/java/org/mosad/teapod/ui/MediaFragment.kt b/app/src/main/java/org/mosad/teapod/ui/MediaFragment.kt index 46d0d3e..6bcba4d 100644 --- a/app/src/main/java/org/mosad/teapod/ui/MediaFragment.kt +++ b/app/src/main/java/org/mosad/teapod/ui/MediaFragment.kt @@ -13,7 +13,6 @@ import androidx.recyclerview.widget.RecyclerView import com.bumptech.glide.Glide import com.bumptech.glide.request.RequestOptions import jp.wasabeef.glide.transformations.BlurTransformation -import jp.wasabeef.glide.transformations.RoundedCornersTransformation import kotlinx.android.synthetic.main.fragment_media.* import org.mosad.teapod.MainActivity import org.mosad.teapod.R diff --git a/app/src/main/res/raw/notices.xml b/app/src/main/res/raw/notices.xml index 633e7ff..bf21093 100644 --- a/app/src/main/res/raw/notices.xml +++ b/app/src/main/res/raw/notices.xml @@ -14,7 +14,7 @@ ExoPlayer - https://github.com/material-components/material-components-android + https://github.com/google/ExoPlayer Copyright The Android Open Source Project Apache Software License 2.0