MickeyMoz
b4b7f47c23
[fenix] Update Android Components version to 72.0.20210122143147.
2021-01-22 16:24:20 +00:00
Oana Horvath
d193e6a919
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16615 : UI smoke test mainMenuInstallPWATest
2021-01-22 10:25:03 +02:00
Mozilla L10n Automation Bot
675ac17056
[fenix] Import l10n.
2021-01-22 00:28:04 +00:00
Michael Comella
dc4c091f2c
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17451 : remove verbose logs with proguard.
2021-01-21 18:31:25 -05:00
ekager
42c74bcd44
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17542 - Removes flash on renaming top site and fixes title not being updated
2021-01-21 16:10:04 -07:00
William Durand
cd40b8510e
[fenix] Add new BuildConfig variables to support AMO non-production envs
2021-01-21 17:42:55 -05:00
fevziomurtekin
60586d8c37
[fenix] For issue: https://github.com/mozilla-mobile/fenix/issues/16394 Fix UI for consider increasing some elements from ETP-Exceptions page
2021-01-21 16:59:42 -05:00
Jonathan Almeida
c7483a0edb
[fenix] Use a smaller request code for WebAuthnFeature
...
We can't see the private API that we interact with on the OS, but after
some internal investigation it appears that there might be an upper
limit to the request code we can use.
For now, let's try a value similar to that use in the GVE code to see
our requests are failing because of that.
2021-01-21 11:37:18 -05:00
Christian Sadilek
73abe98ba7
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17548 : Remove SessionManager reference from TabTrayDialogFragment
2021-01-21 11:12:16 -05:00
Christian Sadilek
525bf428b4
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17548 : Remove SessionManager reference from TabHistoryDialog
2021-01-21 11:12:16 -05:00
Christian Sadilek
98865d66b0
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17548 : Remove SessionManager reference from FenixTabsAdapter
2021-01-21 11:12:16 -05:00
Christian Sadilek
d99a2e52f8
[fenix] Update Android Components to 71.0.20210120190424
2021-01-21 11:12:16 -05:00
Oana Horvath
3f211fe90b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17309 , https://github.com/mozilla-mobile/fenix/issues/13447 , https://github.com/mozilla-mobile/fenix/issues/14534 UI tests: changed the way page Url is verified
2021-01-21 10:07:13 +02:00
Codrut Topliceanu
2f57dcfdac
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17481 - Remove unused long_press_tapped metric ( https://github.com/mozilla-mobile/fenix/pull/17544 )
2021-01-21 10:02:26 +02:00
Mozilla L10n Automation Bot
4c29292d49
[fenix] Import l10n.
2021-01-21 00:31:24 +00:00
MickeyMoz
3df2509ff8
[fenix] Update Android Components version to 71.0.20210120143040.
2021-01-20 19:48:29 +00:00
AndiAJ
b6a6e4ae41
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16615 : UI Smoke Tests for No history in PB and Add to home screen
2021-01-20 18:08:43 +02:00
mcarare
2042857a3c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17044 : Explicitly set a new default engine when default is deleted.
2021-01-20 17:33:35 +02:00
Codrut Topliceanu
b309321f54
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17377 - Fix for empty awesomeBar on searchFragment open ( https://github.com/mozilla-mobile/fenix/pull/17435 )
...
The awesomeBar was set to stay hidden for the first consumeFrom(store) if the SearchDialogFragment.kt. However, recent changes send an additional store update when the view is created. To work around it we can take a look at AwesomeBarView.update(), we see that the awesomeBar suggestions get provided only if the query != url. So we can use the same method to keep the awesomeBar hidden until the user changes anything in the url.
2021-01-20 14:18:59 +02:00
Mozilla L10n Automation Bot
92c425a71c
[fenix] Import l10n.
2021-01-20 00:36:23 +00:00
Kate Glazko
e511381cf3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/15181 : Remove All Downloads From Settings
2021-01-19 14:21:44 -08:00
Christian Sadilek
23496ce12b
[fenix] Refactor QuickSettingsDialog to use browser store
2021-01-19 17:19:51 -05:00
Arturo Mejia
d150b21329
[fenix] Update Android Components version
2021-01-19 15:04:58 -05:00
Arturo Mejia
f42b3c2e14
[fenix] Add dot notification for autoplay blocked content
2021-01-19 15:04:58 -05:00
mcarare
2614789acf
[fenix] For https://github.com/mozilla-mobile/fenix/issues/14011 : Remove new line character and spaces from string.
2021-01-19 15:41:10 +02:00
Jonathan Almeida
1017c1b136
[fenix] Add experimental WebAuthn support for Nightly only
...
When testing out WebAuthn support with the privileged API,
we need our app to be signed by an allowed signing key.
We're seeing our tests fail with this error when testing locally:
```
[FidoApiImpl] updateTransaction is called for stop
[FidoApiImpl] finishSecurityKeyRequestController should not be called when SecurityKeyRequestController is null.
```
Our theory is that if we try this code on our signed APK, we should see
it work.
2021-01-19 07:54:58 -05:00
AndiAJ
297dbc109e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16615 : UI Smoke Tests for Tabs Tray
2021-01-19 11:38:18 +02:00
Christian Sadilek
5964b07cca
[fenix] Refactor OpenSpecificTabIntentProcessor to use browser store
2021-01-18 17:54:47 -05:00
Christian Sadilek
4e51c77671
[fenix] Remove SessionManager from TrackingProtectionPanelDialogFragment
2021-01-18 15:55:42 -05:00
Christian Sadilek
5e4d04bc5e
[fenix] Refactor CrashReporterFragment to use browser store
2021-01-18 15:33:57 -05:00
Christian Sadilek
0580d3a540
[fenix] Switch to use case when selecting tab for extensions
2021-01-18 15:12:34 -05:00
Christian Sadilek
483d03a98b
[fenix] Remove unused NotificationsIntentProcessor
2021-01-18 15:12:34 -05:00
Christian Sadilek
f2dd0f0a18
[fenix] Remove unused SessionManager reference from RecentlyClosedController
2021-01-18 15:12:34 -05:00
Jonathan Almeida
e76960b389
[fenix] A-C 71.0.20210118134928: Fix breaking API in TabCounterToolbarButton
2021-01-18 13:03:21 -05:00
Sebastian Kaspari
4e676267b7
[fenix] SearchDialogController: Pass tab ID instead of Session instance.
2021-01-18 12:57:40 -05:00
MickeyMoz
0dc93ba95f
[fenix] Update Android Components version to 71.0.20210117143132.
2021-01-18 13:56:48 +01:00
AndiAJ
f14cc65106
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16615 : UI Smoke Tests for Bookmarks
...
For https://github.com/mozilla-mobile/fenix/issues/16615 : UI Smoke Tests for Bookmarks
2021-01-18 14:55:05 +02:00
Oana Horvath
bb689c53d5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16615 : Collections UI smoke tests
2021-01-18 10:08:43 +02:00
Michael Comella
0c54ed58ab
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17447 : add intentional delay to cold start up in debug and nightly.
...
I validated:
- that the log statement appeared in Nightly but not in Beta.
- that the local runtimes of our perftest increased (the median diff is 124ms)
2021-01-17 18:38:12 -08:00
Arturo Mejia
905f243ceb
[fenix] For issue: https://github.com/mozilla-mobile/fenix/issues/16846 Add ui for controlling exceptions for auto play
2021-01-15 15:51:31 -05:00
Sebastian Kaspari
8bc1202159
[fenix] Add unit tests for FennecWebAppIntentProcessor.
2021-01-15 14:35:16 -05:00
Mugurell
426ed78138
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16519 : Add space above Delete History button ( https://github.com/mozilla-mobile/fenix/pull/17492 )
...
add space above Delete History button
Co-authored-by: Jocelyne Abi Haidar <jocelyne.ah1@gmail.com>
2021-01-15 11:20:49 -05:00
Sebastian Kaspari
8a7505843a
[fenix] Migrate some "selected tab" reads from SessionManager to BrowserStore.
2021-01-15 16:52:59 +01:00
Arturo Mejia
82847b2b61
[fenix] For issue https://github.com/mozilla-mobile/fenix/issues/17457 : Prevent page refresh when tapping the security icon
2021-01-15 10:18:59 -05:00
codrut.topliceanu
df625cd8b9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16238 - Back button now dismisses Suggested Logins
...
By using PromptFeature's onBackPressed the user can now press back to dismiss the Suggested Logins prompt without inadvertently navigating back
2021-01-15 10:17:05 -05:00
Mozilla L10n Automation Bot
556fac6f3a
[fenix] Import l10n.
2021-01-15 14:33:24 +00:00
mcarare
c86f6fdbb5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10417 : Improve reload collection tab testing.
2021-01-15 15:30:48 +02:00
mcarare
997f1f9454
[fenix] For https://github.com/mozilla-mobile/fenix/issues/17400 : Select tab opened from collection.
2021-01-15 15:30:48 +02:00
mcarare
34413d3dc8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16393 : Don't show divider above general category when not signed in
2021-01-15 15:28:58 +02:00
Michael Comella
d7d87963ec
[fenix] No issue: switch subcommand names to deactivate/activate.
...
These make more sense than push/remove if you don't understand the
underlying mechanism.
2021-01-14 10:25:28 -08:00