Skip to content

Commit

Permalink
Merge pull request #62 from Dark25/YugenAnime
Browse files Browse the repository at this point in the history
feat(src/en): Add New Source YugenAnime
  • Loading branch information
Dark25 authored Sep 1, 2024
2 parents 42b9312 + d8170b2 commit 067a875
Show file tree
Hide file tree
Showing 9 changed files with 450 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/en/yugenanime/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name=".en.yugenanime.YugenAnimeUrlActivity"
android:excludeFromRecents="true"
android:exported="true"
android:theme="@android:style/Theme.NoDisplay">
<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data
android:host="yugenanime.sx"
android:pathPattern="/anime/..*"
android:scheme="https" />
</intent-filter>
</activity>
</application>
</manifest>
7 changes: 7 additions & 0 deletions src/en/yugenanime/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ext {
extName = 'YugenAnime'
extClass = '.YugenAnime'
extVersionCode = 1
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/yugenanime/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/en/yugenanime/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 067a875

Please sign in to comment.