Commit Graph

451 Commits (b668769eb40a4ab6dd87a285376090d8d3d8d488)

Author SHA1 Message Date
Gabriel Luong 714a443893 Bug 1853065
(cherry picked from commit c793b0e1b4ca3177b8586c65265b2802ce540cc7)

# Conflicts:
#	android-components/components/feature/tabs/src/test/java/mozilla/components/feature/tabs/TabsUseCasesTest.kt
9 months ago
iorgamgabriel 09308cb747 Bug 1851006 - SearchEngineSuggestionProvider should always be added to the provider list.
(cherry picked from commit 81d002ade2db9fac3af138754c52d04ca9dc99bd)
9 months ago
t-p-white 78984f78a8 Revert "Bug 1837325 - Use alternative ways to get backQueue elements."
This reverts commit 9313f7c23ab029b816616bb37fac337279967827.

(cherry picked from commit 41414288c044fcd879326503e642c43d5ca4f251)
9 months ago
Gabriel Luong 0d2dfcb85a Bug 1845357 - Remove the first run onboarding 10 months ago
mike a 321dd0e532 Bug 1815637 - cherry picking 548379d, the original rtl commit 10 months ago
mcarare 149c86a8cf Bug 1837325 - Use alternative ways to get backQueue elements.
backQueue is now private in NavController.
10 months ago
Arturo Mejia 2773bf7f30 Reverts "Bug 1815637 - Add rtl support." 11 months ago
Gabriel Luong b552a13cde Bug 1840210 - Rename mozac_ic_settings to mozac_ic_settings_24 11 months ago
mike a 717b999ad3 Bug 1826470 – fixed an edge case when cached values affected unified search feature 11 months ago
t-p-white 21110aef18 Bug 1841032 - Cannot un-focus the keyboard once selected in the OG onboarding without pressing back. 11 months ago
Alexandru2909 2ad016ba24 Bug 1839358 - Allow open tabs containing mobile subdomains to be displayed as suggestions in the awesome bar 11 months ago
rahulsainani 3561733a01 Bug 1837961 - Part 2:Replace usages of ifChanged to distinctUntilChanged 12 months ago
Alexandru2909 02fb6cc8da Bug 1837599 - Allow history visits containing mobile subdomains to be displayed in the awesome bar 12 months ago
mike a e73a630bd5 Bug 1826473 – add new search engine settings screens 12 months ago
Alexandru2909 76dd30c2e4 Bug 1831107 - Allow bookmarks containing mobile subdomains to be searched when the corresponding search engine is selected 1 year ago
t-p-white 507926d5ed Bug 1821716 -
URL should leave 'focus' state when keyboard is dismissed
1 year ago
DreVla 934e3371bf Bug 1831497 - [a11y] Dictate correct hint when selecting engine
In order for talkback to correctly dictate the hint for a newly
selected search engine in the search toolbar, it required setting
it when updating the content description of the toolbar.
Previously, when updating the content description, it was using
the previous search engine hint.
1 year ago
mike a d5cb470591 Bug 1831104 – keep pre-fill arrows only for search engine suggestions 1 year ago
Gabriel Luong 403322e439 Bug 1809998 - Part 5: Refactor Onboarding from HomeFragment into its own fragment 1 year ago
GitStart 9440761d4b Bug 1825851 - Enter unselected text from voice input 1 year ago
iorgamgabriel b5c68a40b0 Bug 1830398 - Clicking on empty space from awesomebar should not be dispatched to homescreen. 1 year ago
mike a 2e8080b4ff Bug 1815637 - Add rtl support 1 year ago
iorgamgabriel 990886fc6c Bug 1825429 - Tapping on empty search result should cancel search mode. 1 year ago
Roger Yang 304ff9a0b7 Bug 1827686 - Add telemetry for user updating Default Search Engine 1 year ago
mike a ade756f899 Bug 1826466 – fix unified search icons visibility 1 year ago
Gabriel Luong 044e90c678 Bug 1825576 - Refactor search selector menu handling out of SessionControlController into its own controller 1 year ago
gitstart c9eb61aeb5 Bug 1813450 - Increase tap area for autocomplete edit text in address bar 1 year ago
rahulsainani 91f5051635 Bug 1817525 - Voice input now appends query in EditToolbar 1 year ago
mike a 9a4ba51e85 Bug 1817519 – force search for not default engines 1 year ago
mike a d1f115116f Bug 1817523 – fix application search engines background 1 year ago
Alexandru2909 1dfb2bd409 Add FLAG_SECURE to SearchDialogFragment 1 year ago
mike a dcbce063d7 [fenix] Bug 1815548 – Add offset parameter to menu2 1 year ago
Mugurell 380a453830 [fenix] Bug 1814425 - Don't show a suggestions header for topic specific search engines 1 year ago
Mugurell 244dc7e2af [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Support changing autocomplete providers.
Everywhere the toolbar which needs to show autocomplete suggestions is used we
show a `ToolbarView`. So instead of having this configurable in 2 or more
places as it happened before the autocomplete functionality is configured only
from the `ToolbarView` class.
It will contain a `ToolbarAutocompleteFeature` that will be immediately updated
with the appropriate autocomplete providers or remove all such providers to
immediately update the current autocomplete or remove it entirely depending on
the new search engine selected.
1 year ago
Mugurell 556c741d4f [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.
1 year ago
Mugurell d9074aaa2c [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Ensure the "show search suggestions" user option is followed
Previously the check for the "Search -> Show search suggestions" user setting
was only used in the default SearchFragmentState but not again if users change
the current search engine as part of the unified search feature.
This comes to ensure that that check is always made when needing to configure
new search engine results.
1 year ago
Mugurell 7c033fc8cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Show past search terms from the current search engine
For all search engines minus the application added ones we will also show past
search terms used for previous searches with the currently selected search
engine.
1 year ago
Mugurell 4c76307b08 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Filter history suggestions depending on the selected search engine
If the current search engine is not one added by the application and not the
default one then:
- if it is a topic specific one show history from just the it's host domain
- if it is a general one then don't show history at all
- if it is the default search engine then show all history.
1 year ago
Roger Yang fa7e89df4f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19919: Migrate away from startActivityForResult 1 year ago
Jeff Boek 549cfb2974 [fenix] Bug 1807594 - Respect users setting when switching back to search suggestions 1 year ago
t-p-white b2bfae66da [fenix] For https://github.com/mozilla-mobile/fenix/issues/25810 - Unified search should give hint to user that there are more menu items available by scrolling (https://github.com/mozilla-mobile/fenix/pull/27895)
* For https://github.com/mozilla-mobile/fenix/issues/25810 - Unified search should give hint to user that there are more menu items available by scrolling

* For https://github.com/mozilla-mobile/fenix/issues/25810: Updated AC version

Co-authored-by: t-p-white <t-p-white>
1 year ago
Alexandru2909 03493f4eaf [fenix] Bug 1807727 - Dismiss SearchDialogFragment on editing cancelled 1 year ago
Alexandru2909 bc8c302026 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25812 - Set the cursor at the end for search terms when switching to toolbar editMode. 1 year ago
Mugurell 14875c6129 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28273 - Configure search with the selected search engine before user searching 1 year ago
Alexandru2909 acf1bf3ace [fenix] For https://github.com/mozilla-mobile/fenix/issues/26957 - Allow SearchDialogFragment to be dismissed on homescreen swipe 1 year ago
sarah541 ef7c0e0fdf [fenix] Bug 1800700 - Add default search suggest header 1 year ago
DreVla 7a421d6c05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27697 - Load icon for unified search engine immediately.
The engine icon was set after the screen was visible leading to a delay.
With this solution, the icon will be set before the screen is visible
eliminating any visible artefacts.
1 year ago
DreVla 6794095b5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/28013 - Display correct hint for topic specific search engine
Since the search engines are split into two categories, general and
topic specific, the hint for each category is different.
1 year ago
DreVla c15d2a93b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28090: Show QR scanner when general or custom search engine is selected 1 year ago
mike a 960ad784e3 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/28205: fix ripple position over unified search icon 1 year ago