Arturo Mejia
ca851a38be
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19922 Fix the default autoplay setting to be block audio only
2021-06-23 09:02:04 -04:00
Mozilla L10n Automation Bot
16b1b94fbe
[fenix] Import l10n.
2021-06-23 00:28:26 +00:00
Mugurell
f9c1338826
[fenix] For https://github.com/mozilla-mobile/fenix/issues/20046 - Show the last accessed tab in Jump back in
2021-06-22 22:03:33 +00:00
jhugman
fad92d06fa
[fenix] Add error reporting via sentry to Nimbus caught exceptions ( https://github.com/mozilla-mobile/fenix/pull/20049 )
2021-06-22 13:27:32 +00:00
Roger Yang
2ef093a35e
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/19182 : Close Tabs Tray when sharing completes
2021-06-22 02:53:02 +00:00
Roger Yang
63775af142
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/19921 : Update appcompat and fragment dependencies to 1.3.x
2021-06-22 01:39:52 +00:00
Mozilla L10n Automation Bot
ee875b2474
[fenix] Import l10n.
2021-06-22 00:29:33 +00:00
Arturo Mejia
51f0ba6668
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19922 Update the default autoplay setting to be block audio only
2021-06-21 16:46:54 -04:00
Jonathan Almeida
3e2f501795
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/20054 : Update recent tab on title or icon changes
2021-06-21 18:27:33 +00:00
Arturo Mejia
10e4bf1d7f
[fenix] Improvements to site permissions
2021-06-21 17:21:16 +00:00
codrut.topliceanu
b511e4a8b7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19739 - Adds start tabsTray with multiSelect support
2021-06-21 16:17:09 +00:00
codrut.topliceanu
33eaa6f12d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16330 - Replaces Sentry.capture with submitCaughtException
2021-06-21 09:05:33 +00:00
Mozilla L10n Automation Bot
a75b7c0202
[fenix] Import l10n.
2021-06-21 00:59:30 +00:00
Mozilla L10n Automation Bot
5e75d4852a
[fenix] Import l10n.
2021-06-20 00:29:50 +00:00
Mozilla L10n Automation Bot
67f595df8c
[fenix] Import l10n.
2021-06-19 00:31:15 +00:00
Mugurell
08222b299a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Remove FenixAccountManager#authenticatedAccount
...
This api had a bug stemming from the property name - authenticatedAccount which
may return even an unauthenticated account.
After the recent refactorings it was left unused so best to remove it to
prevent from future misuses.
2021-06-18 17:09:25 +03:00
Mugurell
c2b11553f1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Use the FXA email only if the account is authenticated
...
An account may exist but it may need to be re-authenticated.
In this case also the email should not be exposed to the app.
2021-06-18 17:09:25 +03:00
Mugurell
60725fc1f9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Remove FenixAccountManager#signedInToFxa
...
After the changes from this patch this api is not used anymore so to prevent
future misuses of it this is removed in favor of the new "accountState".
2021-06-18 17:09:25 +03:00
Mugurell
00e54ff915
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Home menu: go to problems page if account exists but not signed in
2021-06-18 17:09:25 +03:00
Mugurell
4873b79123
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - Browser menu: go to problems page if account exists but not signed in
2021-06-18 17:09:25 +03:00
Mugurell
efebcc2bc8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/19797 - New FenixAccountManager#getAccountState()
...
This new method allows a single source of truth for getting the up-to-date
account status without clients interesting in this needing to know what to
check for.
2021-06-18 17:09:25 +03:00
Elise Richards
db5fa44113
[fenix] Define the width/height for homescreen empty collections button ( https://github.com/mozilla-mobile/fenix/pull/20082 )
2021-06-17 17:57:21 -05:00
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