From 76abca6af0907609b23c33651a9fb14185f53745 Mon Sep 17 00:00:00 2001 From: Yuriy Liskov Date: Fri, 20 Feb 2026 13:17:33 +0200 Subject: [PATCH] fdroid flavor: add suffix to search provider; add more configs to crashlytics --- .../src/stfdroid/AndroidManifest.xml | 2 +- .../src/stfdroid/res/values/strings.xml | 4 +-- .../src/stfdroid/res/xml/searchable.xml | 4 +-- smarttubetv/google-services.json | 32 +++++++++++++++++++ 4 files changed, 37 insertions(+), 5 deletions(-) diff --git a/leanbackassistant/src/stfdroid/AndroidManifest.xml b/leanbackassistant/src/stfdroid/AndroidManifest.xml index ed07aab34..646469fc3 100644 --- a/leanbackassistant/src/stfdroid/AndroidManifest.xml +++ b/leanbackassistant/src/stfdroid/AndroidManifest.xml @@ -11,7 +11,7 @@ + SmartTube SmartTube Videos - app.smarttube.fdroid + app.smarttube.fdroid.search_provider diff --git a/leanbackassistant/src/stfdroid/res/xml/searchable.xml b/leanbackassistant/src/stfdroid/res/xml/searchable.xml index 1991a887a..f66374d2f 100644 --- a/leanbackassistant/src/stfdroid/res/xml/searchable.xml +++ b/leanbackassistant/src/stfdroid/res/xml/searchable.xml @@ -18,9 +18,9 @@ android:label="@string/search_label" android:icon="@drawable/lb_ic_in_app_search" android:searchSettingsDescription="@string/settings_description" - android:searchSuggestAuthority="app.smarttube.fdroid" + android:searchSuggestAuthority="app.smarttube.fdroid.search_provider" android:searchSuggestIntentAction="android.intent.action.VIEW" - android:searchSuggestIntentData="content://app.smarttube.fdroid/video" + android:searchSuggestIntentData="content://app.smarttube.fdroid.search_provider/video" android:queryAfterZeroResults="true" android:searchSuggestPath="search" android:searchSuggestThreshold="0" /> \ No newline at end of file diff --git a/smarttubetv/google-services.json b/smarttubetv/google-services.json index c5492562a..bb9ee6420 100644 --- a/smarttubetv/google-services.json +++ b/smarttubetv/google-services.json @@ -6,6 +6,38 @@ "storage_bucket": "smarttube-tv.firebasestorage.app" }, "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:431299132531:android:142c1f934017b678cd7e06", + "android_client_info": { + "package_name": "app.smarttube.stable" + } + }, + "oauth_client": [ + { + "client_id": "431299132531-hfd0kvpr6nkeuvkbr37kf1sbau626mr1.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyCNXymxUj6ZzmY7WtuhPsWreRHmvMGCVSM" + }, + { + "current_key": "AIzaSyDGtSwgX8rNR8wpQXRRCTDUs4kehsRvfEg" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "431299132531-hfd0kvpr6nkeuvkbr37kf1sbau626mr1.apps.googleusercontent.com", + "client_type": 3 + } + ] + } + } + }, { "client_info": { "mobilesdk_app_id": "1:431299132531:android:0c0bc4ac02047b30cd7e06",