mcarare
780e3362a5
For #17464 : Handle selected item background programmatically.
2021-01-27 09:14:42 -05:00
Gabriel Luong
171c466ada
For #14302 - Skip one time pages visit from frecent top sites
2021-01-26 19:06:02 -05:00
mcarare
278ed658b6
For #17635 : Check if id corresponds to a custom tab before removing it.
2021-01-26 13:10:45 -05:00
Christian Sadilek
87d6f32374
Refactor HomeFragment to use browser store
2021-01-26 10:08:02 +01:00
Elise Richards
39f79778a2
For #17084 : Use in-app browser switching dialog ( #17628 )
...
Co-authored-by: hakkikaancaliskan <caliskanhkaan@gmail.com>
2021-01-25 16:16:24 -06:00
Elise Richards
f7b7b25213
For #16485 : Tabs tray grid view telemetry ( #17442 )
...
* Tabs tray CFR telemetry interactions
* Create CFR events and implementation
* Tests for tab tray controller
2021-01-25 15:25:56 -06:00
Sebastian Kaspari
023ddcc131
Refactor ExternalAppBrowserActivity and ExternalAppBrowserFragment to not use Session(Manager).
2021-01-25 13:13:26 -05:00
Arturo Mejia
b419ff82af
Remove external download manager FeatureFlags
2021-01-25 13:00:22 -05:00
Arturo Mejia
f99c175ceb
Remove autoplay indicator FeatureFlags
2021-01-25 12:04:06 -05:00
Jonathan Almeida
65c69c6b9f
Fix breaking APIs in ActivityResultHandler
2021-01-22 16:45:35 -05:00
Christian Sadilek
7001fa1735
Closes #17473 : Intermittent failues of PwaOnboardingObserver
2021-01-22 16:44:36 -05:00
Gabriel Luong
70dc975299
For #17304 - Implement top site search engine attribution ( #17580 )
2021-01-22 14:23:46 -05:00
Sebastian Kaspari
0c41316c31
Revert "For #17044 : Explicitly set a new default engine when default is deleted."
...
This reverts commit 633bf384e2
.
2021-01-22 20:10:03 +01:00
ekager
083fe26f57
For #17542 - Removes flash on renaming top site and fixes title not being updated
2021-01-21 16:10:04 -07:00
William Durand
0537594810
Add new BuildConfig variables to support AMO non-production envs
2021-01-21 17:42:55 -05:00
Jonathan Almeida
d32b3015c4
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
c34d68d915
Closes #17548 : Remove SessionManager reference from TabTrayDialogFragment
2021-01-21 11:12:16 -05:00
Christian Sadilek
0de948e8ae
Issue #17548 : Remove SessionManager reference from TabHistoryDialog
2021-01-21 11:12:16 -05:00
Christian Sadilek
7358a313bf
Issue #17548 : Remove SessionManager reference from FenixTabsAdapter
2021-01-21 11:12:16 -05:00
Codrut Topliceanu
928ad21c51
For #17481 - Remove unused long_press_tapped metric ( #17544 )
2021-01-21 10:02:26 +02:00
mcarare
633bf384e2
For #17044 : Explicitly set a new default engine when default is deleted.
2021-01-20 17:33:35 +02:00
Codrut Topliceanu
20f2135578
For #17377 - Fix for empty awesomeBar on searchFragment open ( #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
Kate Glazko
ae528e5ab2
For #15181 : Remove All Downloads From Settings
2021-01-19 14:21:44 -08:00
Christian Sadilek
54da078bd3
Refactor QuickSettingsDialog to use browser store
2021-01-19 17:19:51 -05:00
Arturo Mejia
570383a54d
Add dot notification for autoplay blocked content
2021-01-19 15:04:58 -05:00
mcarare
af1af358a3
For #14011 : Remove new line character and spaces from string.
2021-01-19 15:41:10 +02:00
Jonathan Almeida
6dfd7ef757
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
Christian Sadilek
d8c5f8887a
Refactor OpenSpecificTabIntentProcessor to use browser store
2021-01-18 17:54:47 -05:00
Christian Sadilek
be9b478906
Remove SessionManager from TrackingProtectionPanelDialogFragment
2021-01-18 15:55:42 -05:00
Christian Sadilek
f96fdc34eb
Refactor CrashReporterFragment to use browser store
2021-01-18 15:33:57 -05:00
Christian Sadilek
810200f2ab
Switch to use case when selecting tab for extensions
2021-01-18 15:12:34 -05:00
Christian Sadilek
c03e6377ae
Remove unused NotificationsIntentProcessor
2021-01-18 15:12:34 -05:00
Christian Sadilek
eb4beb252f
Remove unused SessionManager reference from RecentlyClosedController
2021-01-18 15:12:34 -05:00
Jonathan Almeida
d3dcf69064
A-C 71.0.20210118134928: Fix breaking API in TabCounterToolbarButton
2021-01-18 13:03:21 -05:00
Sebastian Kaspari
fb64c7c076
SearchDialogController: Pass tab ID instead of Session instance.
2021-01-18 12:57:40 -05:00
MickeyMoz
d945cdc4c8
Update Android Components version to 71.0.20210117143132.
2021-01-18 13:56:48 +01:00
Michael Comella
093470a8b3
For #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
b9bdc288cb
For issue: #16846 Add ui for controlling exceptions for auto play
2021-01-15 15:51:31 -05:00
Sebastian Kaspari
0035417616
Add unit tests for FennecWebAppIntentProcessor.
2021-01-15 14:35:16 -05:00
Sebastian Kaspari
051988ecff
Migrate some "selected tab" reads from SessionManager to BrowserStore.
2021-01-15 16:52:59 +01:00
Arturo Mejia
a6495347fd
For issue #17457 : Prevent page refresh when tapping the security icon
2021-01-15 10:18:59 -05:00
codrut.topliceanu
90575e6dd7
For #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
mcarare
edcee71287
For #17400 : Select tab opened from collection.
2021-01-15 15:30:48 +02:00
Christian Sadilek
978b555387
Closes #17443 : IllegalStateException in startPostponedEnterTransition on HomeFragment
2021-01-14 12:55:00 -05:00
Christian Sadilek
53f77e422b
Closes #17441 : NPE when invalidating toolbar in response to reader changes
2021-01-13 16:52:52 -05:00
jhugman
7a3524fae5
SDK-158 Use disabled/no-op version of Nimbus object to eliminate unnecessary Rust call ( #17372 ) r=christian
2021-01-13 18:26:06 +00:00
Arturo Mejia
00d971e9d3
For #16847 : Allow autoplay to controlled via the toolbar.
2021-01-13 15:51:49 +01:00
Sebastian Kaspari
0761f391fc
Update to latest feature-intent and feature-recentlyclosed APIs (and update Android Components).
2021-01-13 15:51:49 +01:00
hakkikaancaliskan
542bc89284
For #12732 : Match notification accent color with app theme
2021-01-12 10:31:38 -05:00
Mihai Adrian Carare
3bb074b133
For #13522 : Also remove history entries from tab history. ( #17392 )
...
* For #13522 : Also remove history entries from tab history.
* For #13522 : Test that deleting history also removes it from tab history.
2021-01-12 09:13:24 -05:00