07ce90ab8c
# Conflicts: # .github/readme-images/app-icon.png # .github/readme-images/screens.png # .travis.yml # README.md # app/build.gradle # app/src/main/java/eu/kanade/tachiyomi/data/preference/PreferencesHelper.kt # app/src/main/java/eu/kanade/tachiyomi/source/SourceManager.kt # app/src/main/java/eu/kanade/tachiyomi/source/online/YamlHttpSource.kt # app/src/main/java/eu/kanade/tachiyomi/source/online/YamlHttpSourceMappings.kt # app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryController.kt # app/src/main/java/eu/kanade/tachiyomi/ui/main/MainActivity.kt # app/src/main/java/eu/kanade/tachiyomi/util/DynamicConcurrentMergeOperator.java
187 lines
7.3 KiB
XML
Executable File
187 lines
7.3 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="eu.kanade.tachiyomi">
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
|
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
|
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
|
|
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
|
|
<uses-permission android:name="android.permission.GET_TASKS"/>
|
|
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"
|
|
tools:ignore="ProtectedPermissions" />
|
|
|
|
<application
|
|
android:name=".App"
|
|
android:allowBackup="true"
|
|
android:hardwareAccelerated="true"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
android:label="@string/app_name"
|
|
android:largeHeap="true"
|
|
android:theme="@style/Theme.Tachiyomi">
|
|
<activity
|
|
android:name=".ui.main.MainActivity"
|
|
android:launchMode="singleTop">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
</intent-filter>
|
|
|
|
<!--suppress AndroidDomInspection -->
|
|
<meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
|
|
</activity>
|
|
<activity
|
|
android:name=".ui.reader.ReaderActivity"
|
|
android:theme="@style/Theme.Reader" />
|
|
<activity
|
|
android:name=".widget.CustomLayoutPickerActivity"
|
|
android:label="@string/app_name"
|
|
android:theme="@style/FilePickerTheme" />
|
|
<activity
|
|
android:name=".ui.setting.AnilistLoginActivity"
|
|
android:label="Anilist">
|
|
<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="anilist-auth"
|
|
android:scheme="tachiyomi" />
|
|
</intent-filter>
|
|
</activity>
|
|
|
|
<provider
|
|
android:name="android.support.v4.content.FileProvider"
|
|
android:authorities="${applicationId}.provider"
|
|
android:exported="false"
|
|
android:grantUriPermissions="true">
|
|
<meta-data
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
android:resource="@xml/provider_paths" />
|
|
</provider>
|
|
|
|
<provider
|
|
android:name="eu.kanade.tachiyomi.util.ZipContentProvider"
|
|
android:authorities="${applicationId}.zip-provider"
|
|
android:exported="false" />
|
|
|
|
<provider
|
|
android:name="eu.kanade.tachiyomi.util.RarContentProvider"
|
|
android:authorities="${applicationId}.rar-provider"
|
|
android:exported="false" />
|
|
|
|
<receiver
|
|
android:name=".data.notification.NotificationReceiver"
|
|
android:exported="false" />
|
|
|
|
<service
|
|
android:name=".data.library.LibraryUpdateService"
|
|
android:exported="false" />
|
|
|
|
<service
|
|
android:name=".data.download.DownloadService"
|
|
android:exported="false" />
|
|
|
|
<service
|
|
android:name=".data.updater.UpdaterService"
|
|
android:exported="false" />
|
|
|
|
<service
|
|
android:name=".data.backup.BackupCreateService"
|
|
android:exported="false"/>
|
|
|
|
<service
|
|
android:name=".data.backup.BackupRestoreService"
|
|
android:exported="false"/>
|
|
|
|
<!-- EH -->
|
|
<activity
|
|
android:name="exh.ui.intercept.InterceptActivity"
|
|
android:excludeFromRecents="true"
|
|
android:label="TachiyomiEH">
|
|
<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="g.e-hentai.org"
|
|
android:pathPrefix="/g/"
|
|
android:scheme="http"/>
|
|
<data
|
|
android:host="g.e-hentai.org"
|
|
android:pathPrefix="/g/"
|
|
android:scheme="https"/>
|
|
<data
|
|
android:host="e-hentai.org"
|
|
android:pathPrefix="/g/"
|
|
android:scheme="http"/>
|
|
<data
|
|
android:host="e-hentai.org"
|
|
android:pathPrefix="/g/"
|
|
android:scheme="https"/>
|
|
<data
|
|
android:host="exhentai.org"
|
|
android:pathPrefix="/g/"
|
|
android:scheme="http"/>
|
|
<data
|
|
android:host="exhentai.org"
|
|
android:pathPrefix="/g/"
|
|
android:scheme="https"/>
|
|
<data
|
|
android:host="nhentai.net"
|
|
android:pathPrefix="/g/"
|
|
android:scheme="http"/>
|
|
<data
|
|
android:host="nhentai.net"
|
|
android:pathPrefix="/g/"
|
|
android:scheme="https"/>
|
|
<data
|
|
android:host="www.perveden.com"
|
|
android:pathPattern="/.*/.*-manga/.*"
|
|
android:scheme="http"/>
|
|
<data
|
|
android:host="www.perveden.com"
|
|
android:pathPattern="/.*/.*-manga/.*"
|
|
android:scheme="https"/>
|
|
<data
|
|
android:host="hentai.cafe"
|
|
android:pathPattern="/.*/.*"
|
|
android:scheme="http"/>
|
|
<data
|
|
android:host="hentai.cafe"
|
|
android:pathPattern="/.*/.*"
|
|
android:scheme="https"/>
|
|
<data
|
|
android:host="www.tsumino.com"
|
|
android:pathPrefix="/Book/Info/"
|
|
android:scheme="http"/>
|
|
<data
|
|
android:host="www.tsumino.com"
|
|
android:pathPrefix="/Book/Info/"
|
|
android:scheme="https"/>
|
|
<data
|
|
android:host="www.tsumino.com"
|
|
android:pathPrefix="/Read/View/"
|
|
android:scheme="http"/>
|
|
<data
|
|
android:host="www.tsumino.com"
|
|
android:pathPrefix="/Read/View/"
|
|
android:scheme="https"/>
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:name="exh.captcha.SolveCaptchaActivity" />
|
|
|
|
</application>
|
|
|
|
</manifest>
|