|
|
|
@ -14,6 +14,10 @@ |
|
|
|
android:supportsRtl="true" |
|
|
|
android:supportsRtl="true" |
|
|
|
android:theme="@style/PokerAnalyticsTheme"> |
|
|
|
android:theme="@style/PokerAnalyticsTheme"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta-data |
|
|
|
|
|
|
|
android:name="firebase_crashlytics_collection_enabled" |
|
|
|
|
|
|
|
android:value="false" /> |
|
|
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.activity.HomeActivity" |
|
|
|
android:name=".ui.activity.HomeActivity" |
|
|
|
android:label="@string/app_name"> |
|
|
|
android:label="@string/app_name"> |
|
|
|
@ -26,39 +30,39 @@ |
|
|
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.activity.SessionActivity" |
|
|
|
android:name=".ui.activity.SessionActivity" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" |
|
|
|
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:windowSoftInputMode="adjustNothing" /> |
|
|
|
android:windowSoftInputMode="adjustNothing" /> |
|
|
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.activity.DataListActivity" |
|
|
|
android:name=".ui.activity.DataListActivity" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.activity.EditableDataActivity" |
|
|
|
android:name=".ui.activity.EditableDataActivity" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.activity.CurrenciesActivity" |
|
|
|
android:name=".ui.activity.CurrenciesActivity" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.activity.FiltersActivity" |
|
|
|
android:name=".ui.activity.FiltersActivity" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.activity.FilterDetailsActivity" |
|
|
|
android:name=".ui.activity.FilterDetailsActivity" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name=".ui.activity.GDPRActivity" |
|
|
|
android:name=".ui.activity.GDPRActivity" |
|
|
|
android:screenOrientation="portrait" |
|
|
|
android:launchMode="singleTop" |
|
|
|
android:launchMode="singleTop" /> |
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
|
|
|
|
|
|
|
<meta-data |
|
|
|
<meta-data |
|
|
|
android:name="preloaded_fonts" |
|
|
|
android:name="preloaded_fonts" |
|
|
|
|