|
@@ -9,17 +9,19 @@
|
|
|
<application
|
|
<application
|
|
|
android:name=".App"
|
|
android:name=".App"
|
|
|
android:allowBackup="false"
|
|
android:allowBackup="false"
|
|
|
|
|
+ android:dataExtractionRules="@xml/data_extraction_rules"
|
|
|
|
|
+ android:fullBackupContent="false"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:label="@string/common.title.app"
|
|
android:label="@string/common.title.app"
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
android:supportsRtl="true"
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/Theme.Knigopis"
|
|
android:theme="@style/Theme.Knigopis"
|
|
|
- tools:ignore="GoogleAppIndexingWarning">
|
|
|
|
|
|
|
+ tools:ignore="GoogleAppIndexingWarning"
|
|
|
|
|
+ tools:targetApi="31">
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".feature.MainActivity"
|
|
android:name=".feature.MainActivity"
|
|
|
android:exported="true"
|
|
android:exported="true"
|
|
|
- android:label="@string/common.title.app"
|
|
|
|
|
android:launchMode="singleTop"
|
|
android:launchMode="singleTop"
|
|
|
android:theme="@style/Theme.Knigopis.Splash">
|
|
android:theme="@style/Theme.Knigopis.Splash">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
@@ -32,18 +34,10 @@
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
|
|
|
|
- <data
|
|
|
|
|
- android:host="www.knigopis.com"
|
|
|
|
|
- android:scheme="http" />
|
|
|
|
|
- <data
|
|
|
|
|
- android:host="www.knigopis.com"
|
|
|
|
|
- android:scheme="https" />
|
|
|
|
|
- <data
|
|
|
|
|
- android:host="knigopis.com"
|
|
|
|
|
- android:scheme="http" />
|
|
|
|
|
- <data
|
|
|
|
|
- android:host="knigopis.com"
|
|
|
|
|
- android:scheme="https" />
|
|
|
|
|
|
|
+ <data android:scheme="http" />
|
|
|
|
|
+ <data android:scheme="https" />
|
|
|
|
|
+ <data android:host="knigopis.com" />
|
|
|
|
|
+ <data android:host="www.knigopis.com" />
|
|
|
</intent-filter>
|
|
</intent-filter>
|
|
|
</activity>
|
|
</activity>
|
|
|
|
|
|
|
@@ -56,7 +50,8 @@
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".feature.profile.ProfileActivity"
|
|
android:name=".feature.profile.ProfileActivity"
|
|
|
android:screenOrientation="portrait"
|
|
android:screenOrientation="portrait"
|
|
|
- android:theme="@style/Theme.Knigopis.Profile" />
|
|
|
|
|
|
|
+ android:theme="@style/Theme.Knigopis.Profile"
|
|
|
|
|
+ tools:ignore="LockedOrientationActivity" />
|
|
|
|
|
|
|
|
<activity
|
|
<activity
|
|
|
android:name=".feature.login.LoginActivity"
|
|
android:name=".feature.login.LoginActivity"
|