|
|
|
|
@ -83,137 +83,165 @@ |
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.session.SessionActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<!-- No screenOrientation="portrait" to fix Oreo crash --> |
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.feed.NewDataMenuActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:theme="@style/PokerAnalyticsTheme.MenuDialog" /> |
|
|
|
|
android:theme="@style/PokerAnalyticsTheme.MenuDialog" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.bankroll.BankrollActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.handhistory.HandHistoryActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:windowSoftInputMode="stateAlwaysHidden"/> |
|
|
|
|
android:windowSoftInputMode="stateAlwaysHidden" |
|
|
|
|
android:exported="true"/> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.bankroll.BankrollDetailsActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.Top10Activity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.SettingsActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.GraphActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.ProgressReportActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.ComparisonReportActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.calendar.CalendarDetailsActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.ComparisonChartActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.datalist.DataListActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.filter.FiltersListActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.data.EditableDataActivity" |
|
|
|
|
android:launchMode="standard" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.CurrenciesActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.filter.FiltersActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.GDPRActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.BillingActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.ReportCreationActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.TableReportActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.settings.DealtHandsPerHourActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.calendar.GridCalendarActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.settings.TransactionFilterActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<!-- No screenOrientation="portrait" to fix Oreo crash --> |
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.ColorPickerActivity" |
|
|
|
|
android:theme="@style/PokerAnalyticsTheme.AlertDialog" |
|
|
|
|
android:launchMode="singleTop"/> |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:exported="true"/> |
|
|
|
|
|
|
|
|
|
<activity |
|
|
|
|
android:name="net.pokeranalytics.android.ui.activity.components.CameraActivity" |
|
|
|
|
android:launchMode="singleTop" |
|
|
|
|
android:screenOrientation="portrait" /> |
|
|
|
|
android:screenOrientation="portrait" |
|
|
|
|
android:exported="true" /> |
|
|
|
|
|
|
|
|
|
<service android:name="net.pokeranalytics.android.ui.modules.handhistory.replayer.ReplayExportService" android:exported="false"/> |
|
|
|
|
<service |
|
|
|
|
android:name="net.pokeranalytics.android.ui.modules.handhistory.replayer.ReplayExportService" |
|
|
|
|
android:exported="false"/> |
|
|
|
|
|
|
|
|
|
<meta-data |
|
|
|
|
android:name="preloaded_fonts" |
|
|
|
|
|