[fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Filter bookmarks...
commit39ce54d3451d22543a83764e26e638904a7f60a9
authorMugurell <Mugurell@users.noreply.github.com>
Wed, 9 Nov 2022 14:46:04 +0000 (9 16:46 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 31 Jan 2023 20:04:23 +0000 (31 20:04 +0000)
tree3f4d6cac9db6a93d1fa7f9df8cee8755b9472bb5
parentcba8cc7a33ef04283ab3949c892a5178c1892dfd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Filter bookmarks and tabs depending on the selected search engine

Depending on the selected search engine:
- if it is a topic specific one show bookmarks and tabs from just the it's host
domain
- if it is a general one then don't show bookmarks and tabs at all
- if it is the default search engine then show all bookmarks and tabs.
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/search/SearchFragmentStore.kt
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/search/awesomebar/AwesomeBarView.kt
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/search/SearchFragmentStoreTest.kt
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/search/awesomebar/AwesomeBarViewTest.kt
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/search/toolbar/SearchSelectorToolbarActionTest.kt
mobile/android/fenix/app/src/test/java/org/mozilla/fenix/search/toolbar/ToolbarViewTest.kt