Grisha Kruglov
5ec85f2f4b
[fenix] Obtain searchTerms from previous page in tab's history
...
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2021-06-17 18:02:36 -04:00
Elise Richards
f974ca8aac
[fenix] Define the width/height for sync sign in button on tabs tray ( https://github.com/mozilla-mobile/fenix/pull/20080 )
2021-06-17 16:49:03 -05:00
bharat0to
60c2d848e9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/18581 ETP Standard option is truncated ( https://github.com/mozilla-mobile/fenix/pull/18586 )
2021-06-17 16:42:08 -05:00
Elise Richards
62ee6d6b34
[fenix] Update glean notification emails to new email group ( https://github.com/mozilla-mobile/fenix/pull/20070 )
2021-06-17 14:48:34 -05:00
Arturo Mejia
5ad8dd91e0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19881 add telemetry for start on Home.
2021-06-17 13:09:28 -04:00
Jonathan Almeida
8764e7dcec
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/19950 : Fix intermittent failure in SearchDialogControllerTest
2021-06-17 11:37:05 -04:00
Mihai Adrian Carare
f20c7ed527
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19813 : Invalidate tab tray adapter structure on screen rotation. ( https://github.com/mozilla-mobile/fenix/pull/20044 )
2021-06-17 13:57:50 +03:00
Jonathan Almeida
3eb90af822
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/20053 : Disabling collection smoke tests temporarily
...
The changes from https://github.com/mozilla-mobile/fenix/issues/19090 did not fix the issue consistently, and are
causing failures intermittently on-unrelated PRs.
Disabling these tests again until we have another fix for https://github.com/mozilla-mobile/fenix/issues/19090 .
2021-06-17 10:25:08 +03:00
Christian Sadilek
efc698e115
[fenix] HistoryMetadataMiddleware: Use state ext. functions from A-C
2021-06-16 19:22:56 -07:00
Mozilla L10n Automation Bot
1a0f47040d
[fenix] Import l10n.
2021-06-17 00:28:28 +00:00
mcarare
f82b0342c6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20024 : Visit FAB after synced tabs in a11y traversal.
...
This helps focus on FAB without going through whole tab lists.
2021-06-16 19:01:24 -04:00
Jonathan Almeida
d4369c6adf
[fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/19739 - Adds start tabsTray with multiSelect support"
...
This reverts commit 9f105db9e11dac7b481c889bc64fb3f911eeb9fd.
2021-06-16 16:57:59 -04:00
Jonathan Almeida
241f32d1e4
[fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/19739 - Moves argument to initial state init"
...
This reverts commit e8948798bff353fcd55ff2df45a651f77790880e.
2021-06-16 16:57:59 -04:00
codrut.topliceanu
94311316ed
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19739 - Moves argument to initial state init
2021-06-16 13:16:18 -04:00
codrut.topliceanu
d746c0849c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19739 - Adds start tabsTray with multiSelect support
2021-06-16 13:16:18 -04:00
Mihai Adrian Carare
8af5109268
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20007 : Multiselect title is important for a11y just in select mode. ( https://github.com/mozilla-mobile/fenix/pull/20008 )
2021-06-16 13:13:42 +03:00
mcarare
65dc1122b4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19820 : Specify usage of labels for a11y services.
2021-06-16 08:49:12 +03:00
Mozilla L10n Automation Bot
0d1e98e2a3
[fenix] Import l10n.
2021-06-16 00:43:59 +00:00
Elise Richards
c2926b84c1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19923 : renew telemetry probes ( https://github.com/mozilla-mobile/fenix/pull/19924 )
2021-06-15 18:08:01 -05:00
Gabriel Luong
756e54a037
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19988 - Part 2: Load tab icon from BrowserIcons cache if needed for the recent tab
...
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2021-06-15 18:33:20 -04:00
Gabriel Luong
71ca6f7f5d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19988 - Part 1: Move RecentTabsListFeature into recenttabs package
...
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2021-06-15 18:33:20 -04:00
AndiAJ
b2195ea4ba
[fenix] Text selection tests
2021-06-15 17:07:13 +03:00
Mugurell
31707aa40d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19135 - Offer more context for why STATE_HALF_EXPANDED is not used
2021-06-15 10:01:49 +03:00
Mugurell
65f75412cd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19135 - Set different offsets for expanded trays
...
As in the previous version of tabs tray when tray is expanded while in portrait
it should have a 40dp offset and when the tray is expanded while in landscape
it should have a 0dp offset - effectively making it fullscreen.
These values were set in code, always overriding the xml set value so I
removed that xml declaration.
2021-06-15 10:01:49 +03:00
Mugurell
74a14fe91c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19135 - Expand the tabs tray in landscape
...
Track the current orientation and collapse / expand it the tabs tray depending
on the orientation and the number of opened tabs.
2021-06-15 10:01:49 +03:00
Mugurell
515ae82e9b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19135 - Refactor the behavior code to support more functionality later
...
Setup a new TabSheetBehaviorManager with all the dependencies it needs to
set the initial tray's behavior.
This same manager will later be called to update behavior's properties.
2021-06-15 10:01:49 +03:00
Sammy Khamis
8192f53f08
[fenix] changes required for uniffi-ing logins component=
2021-06-14 23:54:29 -07:00
Christian Sadilek
0913ebfe40
[fenix] Issue FNX-22435: Introduce History metadata
...
Co-authored-by: Grisha Kruglov <gkruglov@mozilla.com>
2021-06-14 16:30:00 -04:00
mcarare
7675e4e8c0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19938 : Remove a11y workaround for tab tray new tab button.
...
Historically, button was introduced in a3dc565c10
,
because FAB was not selectable by a11y in previous implementation of tab tray.
2021-06-14 22:34:58 +04:00
Jan-Erik Rediger
80133db1ce
[fenix] Suppress deprecation warnings for now-deprecated Glean APIs
...
Glean v39 allows to specify types for event extra keys.
The old API is therefore deprecated.
To avoid to much churn right now and keep the build going let's suppress
the deprecation warnings.
2021-06-14 13:32:46 -04:00
mcarare
3f213a1f9c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19915 : Add telemetry for the toolbar Home screen button.
2021-06-14 19:23:24 +03:00
Mozilla L10n Automation Bot
64f7fed778
[fenix] Import l10n.
2021-06-14 00:25:37 +00:00
Mozilla L10n Automation Bot
e394ab7492
[fenix] Import l10n.
2021-06-12 00:29:54 +00:00
Elise Richards
79a22ba92e
[fenix] For FNX-22339: UI components for recently added bookmarks ( https://github.com/mozilla-mobile/fenix/pull/19953 )
...
* Top level layout with recyclerview for recent bookmarks
* Add layout for recent bookmarked item, including strings and styles.
* Header layout for recently saved bookmarks
* Address review comments
* Include the header for recent bookmarks in the component layout
* Add dark theme colors for button and title styles
* Recent bookmark card title text color for dark mode/light mode
2021-06-11 15:03:58 -05:00
Oana Horvath
deeca45cff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19090 : Re-enable createFirstCollectionTest, shareCollectionTest, deleteCollectionTest
2021-06-11 15:25:40 +03:00
Oana Horvath
76e4acdb54
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10587 : Fix and re-enable old CollectionTest.kt
2021-06-11 15:25:40 +03:00
AndiAJ
d819ebc81d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19585 : disables failing restoreTabCrashedReporterTest UI test
2021-06-11 12:20:38 +03:00
Gabriel Luong
e8352f7d63
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19916 - Add last viewed tab to home screen
...
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2021-06-10 16:22:57 -04:00
Sebastian Kaspari
da19e6bc59
[fenix] Update Android Components to 91.0.20210610143711. ( https://github.com/mozilla-mobile/fenix/pull/19946 )
2021-06-10 15:36:44 -04:00
Christian Sadilek
1b6aa1dfff
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17800 : Cleanup and fix request desktop site from home
2021-06-10 12:49:13 -04:00
Arturo Mejia
80fb799bb7
[fenix] Fix site permissions breaking changes
2021-06-09 16:34:42 -04:00
Sebastian Kaspari
e25cfcdc48
[fenix] Complete browser-state migration and remove browser-session dependency.
...
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2021-06-09 18:30:21 +02:00
Oana Horvath
3646becb54
[fenix] For https://github.com/mozilla-mobile/fenix/issues/18986 : re-enable changeAccessibiltySettings UI test, not failing anymore
2021-06-09 13:52:47 +03:00
Mozilla L10n Automation Bot
2abb02d374
[fenix] Import l10n.
2021-06-09 07:56:14 +00:00
Codrut Topliceanu
fcd7414d62
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19815 - Keeps tabTray FAB from obstructing last tab ( https://github.com/mozilla-mobile/fenix/pull/19891 )
...
* For https://github.com/mozilla-mobile/fenix/issues/19815 - Keeps tabTray FAB from obstructing last tab
2021-06-09 10:16:47 +03:00
Gabriel Luong
5c4a9f964c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19876 - Part 3: Add a FeatureFlag to keep the Home screen button in Nightly
2021-06-08 18:05:14 -04:00
Gabriel Luong
155c119513
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19876 - Part 2: Add a Home screen button to the browser toolbar
2021-06-08 18:05:14 -04:00
Gabriel Luong
0e5e244e45
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19876 - Part 1: Refactor BrowserToolbarInteractor
...
- Renames `BrowserInteractor` to `DefaultBrowserTolbarInteractor`
- Renames `BrowserTooolbarViewInteractor` to `BrowserToolbarInteractor`
- Refactors `BrowserToolbarViewInteractor` interface from `BrowserToolbarView.kt` to `BrowserToolbarInteractor` as `BrowserToolbarInteractor`
2021-06-08 18:05:14 -04:00
Arturo Mejia
891acbfb74
[fenix] Address typos on start on home strings ( https://github.com/mozilla-mobile/fenix/pull/19903 )
2021-06-08 18:04:54 -04:00
rxumoz
04e9da4065
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10300 - Fix Baidu search telemetry ( https://github.com/mozilla-mobile/fenix/pull/19127 )
2021-06-08 17:59:14 -04:00