mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Migrate to Tachiyomi 6.1
Rewrite batch add UI Rewrite lock UI
This commit is contained in:
		| @@ -1,5 +1,6 @@ | ||||
| <?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" /> | ||||
| @@ -106,8 +107,8 @@ | ||||
|         <!-- EH --> | ||||
|         <activity | ||||
|             android:name="exh.ui.login.LoginActivity" | ||||
|             android:label="@string/label_login" | ||||
|             android:parentActivityName=".ui.setting.SettingsActivity" > | ||||
|             android:label="@string/label_login"> | ||||
|             <!-- TODO parent activity --> | ||||
|         </activity> | ||||
|  | ||||
|         <activity | ||||
| @@ -145,17 +146,8 @@ | ||||
|                     android:scheme="https"/> | ||||
|             </intent-filter> | ||||
|         </activity> | ||||
|         <activity | ||||
|             android:name="exh.ui.migration.MigrationCompletionActivity" | ||||
|             android:label="Complete migration"> | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.SEND" /> | ||||
|                 <category android:name="android.intent.category.DEFAULT" /> | ||||
|                 <data android:mimeType="application/json"/> | ||||
|             </intent-filter> | ||||
|         </activity> | ||||
|  | ||||
|         <activity android:name="exh.ui.lock.LockActivity" | ||||
|         <activity android:name="exh.ui.lock.LockController" | ||||
|             android:label="Application locked"/> | ||||
|  | ||||
|     </application> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user