2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-11 13:11:01 +00:00
iceraven-browser/.buildconfig.yml
Lina Butler 3ba6593f98 Bug 1851268 - Show Firefox Suggest search suggestions in Fenix.
This commit integrates the Firefox Suggest Android component added in
bug 1850296 into Fenix, and adds:

* A Nimbus feature for Firefox Suggest.
* A secret setting to enable the Firefox Suggest feature, only visible
  on the debug channel.
* Search settings for toggling sponsored and non-sponsored suggestions,
  only visible when the Firefox Suggest feature is enabled.

When the feature is enabled, Fenix will ingest new suggestions in
the background, show the new Search settings, and show matching
suggestions in the awesomebar depending on those Search settings.
2023-09-23 03:08:17 +00:00

154 lines
3.7 KiB
YAML

projects:
app:
upstream_dependencies:
- browser-domains
- browser-engine-gecko
- browser-errorpages
- browser-icons
- browser-menu
- browser-menu2
- browser-session-storage
- browser-state
- browser-storage-sync
- browser-tabstray
- browser-thumbnails
- browser-toolbar
- compose-awesomebar
- compose-cfr
- concept-awesomebar
- concept-base
- concept-engine
- concept-fetch
- concept-menu
- concept-push
- concept-storage
- concept-sync
- concept-tabstray
- concept-toolbar
- feature-accounts
- feature-accounts-push
- feature-addons
- feature-app-links
- feature-autofill
- feature-awesomebar
- feature-contextmenu
- feature-customtabs
- feature-downloads
- feature-findinpage
- feature-fxsuggest
- feature-intent
- feature-logins
- feature-media
- feature-privatemode
- feature-prompts
- feature-push
- feature-pwa
- feature-qr
- feature-readerview
- feature-recentlyclosed
- feature-search
- feature-session
- feature-share
- feature-sitepermissions
- feature-syncedtabs
- feature-tab-collections
- feature-tabs
- feature-toolbar
- feature-top-sites
- feature-webauthn
- feature-webcompat
- feature-webcompat-reporter
- feature-webnotifications
- lib-crash
- lib-crash-sentry
- lib-dataprotect
- lib-publicsuffixlist
- lib-push-firebase
- lib-state
- service-contile
- service-digitalassetlinks
- service-firefox-accounts
- service-glean
- service-location
- service-nimbus
- service-pocket
- service-sync-autofill
- service-sync-logins
- support-base
- support-images
- support-ktx
- support-locale
- support-rusterrors
- support-rusthttp
- support-rustlog
- support-test
- support-test-libstate
- support-utils
- support-webextensions
- ui-autocomplete
- ui-colors
- ui-icons
- ui-tabcounter
- ui-widgets
variants:
- apks:
- abi: arm64-v8a
fileName: app-fenix-arm64-v8a-debug.apk
- abi: armeabi-v7a
fileName: app-fenix-armeabi-v7a-debug.apk
- abi: x86
fileName: app-fenix-x86-debug.apk
- abi: x86_64
fileName: app-fenix-x86_64-debug.apk
build_type: debug
name: fenixDebug
- apks:
- abi: arm64-v8a
fileName: app-fenix-arm64-v8a-release-unsigned.apk
- abi: armeabi-v7a
fileName: app-fenix-armeabi-v7a-release-unsigned.apk
- abi: x86
fileName: app-fenix-x86-release-unsigned.apk
- abi: x86_64
fileName: app-fenix-x86_64-release-unsigned.apk
build_type: release
name: fenixRelease
- apks:
- abi: arm64-v8a
fileName: app-fenix-arm64-v8a-nightly-unsigned.apk
- abi: armeabi-v7a
fileName: app-fenix-armeabi-v7a-nightly-unsigned.apk
- abi: x86
fileName: app-fenix-x86-nightly-unsigned.apk
- abi: x86_64
fileName: app-fenix-x86_64-nightly-unsigned.apk
build_type: nightly
name: fenixNightly
- apks:
- abi: arm64-v8a
fileName: app-fenix-arm64-v8a-beta-unsigned.apk
- abi: armeabi-v7a
fileName: app-fenix-armeabi-v7a-beta-unsigned.apk
- abi: x86
fileName: app-fenix-x86-beta-unsigned.apk
- abi: x86_64
fileName: app-fenix-x86_64-beta-unsigned.apk
build_type: beta
name: fenixBeta
- apks:
- abi: arm64-v8a
fileName: app-fenix-arm64-v8a-benchmark-unsigned.apk
- abi: armeabi-v7a
fileName: app-fenix-armeabi-v7a-benchmark-unsigned.apk
- abi: x86
fileName: app-fenix-x86-benchmark-unsigned.apk
- abi: x86_64
fileName: app-fenix-x86_64-benchmark-unsigned.apk
build_type: benchmark
name: fenixBenchmark
- apks:
- abi: noarch
fileName: app-debug-androidTest.apk
build_type: androidTest
name: androidTest