Skip to content

Commit

Permalink
upadate code
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIkso committed Jun 16, 2024
1 parent aa2e00b commit 30feafc
Show file tree
Hide file tree
Showing 16 changed files with 175 additions and 230 deletions.
70 changes: 66 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,67 @@
# KodikDownloader
Simple app for search and download content from Kodik
<div align="center">

# Screenshots
<img src="https://github.com/MrIkso/KodikDownloader/raw/main/screenshots/Screenshot_KodikDownloader_1.jpg" width="33%"/> <img src="https://github.com/MrIkso/KodikDownloader/raw/main/screenshots/Screenshot_KodikDownloader_2.jpg" width="33%"/><img src="https://github.com/MrIkso/KodikDownloader/raw/main/screenshots/Screenshot_KodikDownloader_3.jpg" width="33%"/><img src="https://github.com/MrIkso/KodikDownloader/raw/main/screenshots/Screenshot_KodikDownloader_4.jpg" width="33%"/>
<img width="" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp" width=100 height=100 align="center">

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/MrIkso/AnitubeApp?color=black&label=Stable&logo=github)](https://github.com/MrIkso/AnitubeApp/releases/latest/)
[![GitHub all releases](https://img.shields.io/github/downloads/MrIkso/AnitubeApp/total?label=Downloads&logo=github)](https://github.com/MrIKso/AnitubeApp/releases/)
[![Telegram Channel](https://img.shields.io/badge/Telegram-AnitubeApp-blue?style=flat&logo=telegram)](https://t.me/anitube_app)

</div>

**Anitube App** is a simple [Open Source](https://m.wikipedia.org/wiki/Free_and_open-source_software) android client for [anitube.in.ua](https://anitube.in.ua) to help you watch anime in your phone.

### Screenshots

<div align="center">
<div>
<img src="images/screenshots/1.jpg" width="30%" />
<img src="images/screenshots/2.jpg" width="30%" />
<img src="images/screenshots/3.jpg" width="30%" />
<img src="images/screenshots/4.jpg" width="30%" />
<img src="images/screenshots/5.jpg" width="30%" />
<img src="images/screenshots/6.jpg" width="30%" />

</div>
</div>

<br>

### Features
- Compatible with Android 8.0 and above (API 28+)
- Comes in both light and dark mode.
- Supports dynamic colors on A12+.
- Supports downloads content
- Login in your account
- Watch history
- Supports Picture-in-Picture mode.
- [Material Design 3](https://m3.material.io/) Theme.

### Downloads
[<img src="https://img.shields.io/badge/github--blue?logo=github" alt="Get it on GitHub" height="30">](https://github.com/MrIkso/AnitubeApp/releases/latest)

### Built with
- [Kotlin](https://kotlinlang.org/)
- [Java](https://dev.java/)
- [Coroutines](https://kotlinlang.org/docs/reference/coroutines-overview.html)
- [Android Architecture Components](https://developer.android.com/topic/libraries/architecture)
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata)
- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel)
- [ViewBinding](https://developer.android.com/topic/libraries/view-binding)
- [Paging3](https://developer.android.com/topic/libraries/architecture/paging/v3-overview)
- [Room database](https://developer.android.com/jetpack/androidx/releases/room)
- [Material Components for Android](https://github.com/material-components/material-components-android)
- [Jsoup](https://jsoup.org/)
- [Glide](https://github.com/bumptech/glide)
- [Retrofit](https://github.com/square/retrofit)
- [Gson](https://github.com/google/gson)
- [Swiperefreshlayout](https://developer.android.com/jetpack/androidx/releases/swiperefreshlayout)
- [Media3](https://github.com/androidx/media)
- [Dagger-Hilt](https://dagger.dev/hilt/)

### NOTE
THE CONTENT ON THIS APP IS NOT MINE NOR IS IT HOSTED BY ME OR THE APP. THESE BELONG TO THEIR RESPECTIVE OWNERS. This app just demostrates on how it is possible to build a app that can scrape websites and use their content.

### License
AnitubeApp is licensed under the [GNU Affero General Public License v3.0](LICENSE).

Have any suggestions? found a bug? Feel free to create an [issue](https://github.com/MrIKso/AnitubeApp/issues/new) with detailed description.
6 changes: 2 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ android {

buildTypes {
debug {
applicationIdSuffix = ".debug"
versionNameSuffix = "-DEBUG"
if (keystorePropertiesFile.exists()) {
signingConfig = signingConfigs.getByName("release")
Expand Down Expand Up @@ -86,9 +85,7 @@ android {
buildConfig = true
viewBinding = true
}
lint {
abortOnError = false
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand All @@ -101,6 +98,7 @@ android {
}*/
lint {
disable += "ContentDescription"
abortOnError = false
}
packaging {
resources {
Expand Down
71 changes: 0 additions & 71 deletions app/exo_player_view1.xml

This file was deleted.

71 changes: 0 additions & 71 deletions app/exo_player_view2.xml

This file was deleted.

8 changes: 7 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@
#-renamesourcefileattribute SourceFile
-dontobfuscate
-keep class com.mrikso.** { *; }
# For TagSoup
-keep class org.ccil.cowan.tagsoup.** { *; }

# For Jsoup
-keep class org.jsoup.** { *; }
-dontwarn org.immutables.value.Value$Default
-dontwarn org.immutables.value.Value$Immutable
-dontwarn org.immutables.value.Value$Immutable
-dontwarn org.jspecify.annotations.NullMarked
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="@string/app_name_title"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:name=".App"
Expand Down
Loading

0 comments on commit 30feafc

Please sign in to comment.