Commit Graph

5016 Commits

Author SHA1 Message Date
Elise Richards
e96eb25682 Allow play store in app review to be shown to users 2020-08-26 21:02:02 -07:00
Jeff Boek
4b997c1334 No Issue - Fixes UI Tests with new search experience 2020-08-26 18:00:47 -07:00
Jeff Boek
f734509ac4 No Issue - Removes pref, toggles new search based on feature flag only 2020-08-26 18:00:47 -07:00
ekager
179a86ce64 Puts login selection behind a nightly feature flag 2020-08-26 20:07:56 -04:00
ekager
53eebd681b For #5551 - Adds select login prompts 2020-08-26 20:07:56 -04:00
Michael Comella
88a539ee5a No issue: monitor performance via CODEOWNERS. 2020-08-26 15:48:54 -07:00
Jonathan Almeida
5f92de58ae Disabling StrictMode policy for Top Sites changes 2020-08-26 18:39:05 -04:00
Christian Sadilek
8b9c3e0108 Fixes for A-C 57.0.20200826190111: Move EngineSession to BrowserState 2020-08-26 18:39:05 -04:00
MickeyMoz
df01d2e80f Update Android Components version to 57.0.20200826130107. 2020-08-26 18:39:05 -04:00
Tiger Oakes
0b333fe48a For #9056: Search from custom tab 2020-08-26 18:39:05 -04:00
Gabriel Luong
0cc1d32e56 For #10342 - Part 7: Fix TopSiteViewHolderTest and TopSiteItemViewHolderTest 2020-08-26 18:39:05 -04:00
Gabriel Luong
4f76699ab7 For #10342 - Part 6: Show "Delete from history" instead of "Remove" for top frecent sites in the top site menu 2020-08-26 18:39:05 -04:00
Gabriel Luong
40120ac98f For #10342 - Part 5: Fix DefaultSessionControlControllerTest and DefaultBrowserToolbarControllerTest 2020-08-26 18:39:05 -04:00
Gabriel Luong
1f564c10ce For #10342 - Part 4: Use the TopSitesFeature in the HomeFragment for displaying top sites 2020-08-26 18:39:05 -04:00
Gabriel Luong
46aa6a003e For #10342 - Part 3: Use the TopSitesUseCase in the BrowserToolbarController and SessionControlController
Use the provided `addPinnedSites` and `removeTopSites` use cases in `BrowserToolbarController` and `SessionControlController`.
2020-08-26 18:39:05 -04:00
Gabriel Luong
d824dd1e35 For #10342 - Part 2: Replace the local TopSiteStorage with the A-C DefaultTopSiteStorage 2020-08-26 18:39:05 -04:00
Gabriel Luong
7d9274e990 For #10342 - Part 1: Remove top sites prefetch and observation of live data 2020-08-26 18:39:05 -04:00
Christian Sadilek
0162fd68a9 Revert "For 11660: fixing nits for previous #11668 (#11821)"
This reverts commit bd7a5375f2.
2020-08-26 18:39:05 -04:00
ekager
edd0ea4e6b Pre-land strings For #14243 For #14239 2020-08-26 18:18:43 -04:00
Jeff Boek
c58fa028bf For #13368 - Ignores strict mode for LeanplumMetricsService 2020-08-26 17:21:23 -04:00
mcarare
c8e97546b2 For #9506: Pre-land strings for open in app cfr message. 2020-08-26 16:51:46 -04:00
MarcLeclair
bd7a5375f2
For 11660: fixing nits for previous #11668 (#11821) 2020-08-26 16:11:46 -04:00
Oana Horvath
92886121fe Closes #13877: shortens closeTabTest to avoid flakiness 2020-08-26 18:44:54 +03:00
Sebastian Kaspari
4782705af9 Add diagnostic breadcrumbs for debugging "Display already aquired" crashes.
For:
https://github.com/mozilla-mobile/android-components/issues/7960
2020-08-26 16:59:01 +02:00
Grisha Kruglov
f694861f1f Pass along crash reporter instance to PlacesHistoryStorage 2020-08-26 10:33:07 -04:00
Mugurell
75c496f237 For #13037 - Cleanup - have the camera check in just one place
This patch reverts a previous commit for the issue which added the camera check
in two places.
With a new solution to check if the device has camera only in
TurnOnSyncFragment we need to cleanup the previous checks.
2020-08-26 10:32:29 -04:00
Mugurell
84976f308a For #13037 - Use email to sign in to fxa if device has no camera
App can be installed on devices with no camera modules. Like Android TV boxes.
Will skip presenting the option to sign in by scanning a qr code in this case
and default to login with email and password.
2020-08-26 10:32:29 -04:00
Jeff Boek
f763a50384 No Issue - Enables new search for all channels. Brings over missing metric 2020-08-25 21:18:01 -07:00
Jonathan Almeida
f638935241
Remove milestone from pull request template (#14198)
We don't use milestones in Fenix, so let's remove it from the PR template.
2020-08-25 18:12:59 -07:00
mozilla-l10n-automation-bot
b85e1ef1ec
Import l10n. (#14200) 2020-08-25 17:53:19 -07:00
Tiger Oakes
bb3fd4eb16
For #8765: Use shared list widget in exceptions (#14113)
* For #8765: Add resource for shared list widget

* For #8765: Use shared list widget in exceptions
2020-08-25 14:48:47 -07:00
Tiger Oakes
ac2d65cc5e
Replace setPadding with updatePadding (#14137) 2020-08-25 11:04:51 -07:00
liuche
b01dbeeebf
For #12046 - Renew telemetry probes before migration completion (#13958)
* For #12046 - Renew telemetry probes before migration completion
* Delay remaining probes renewal for one more month.
2020-08-25 10:45:02 -07:00
mcarare
294a187ba8 For #14157: Pass correct anchor for context menu popup. 2020-08-25 20:30:59 +03:00
Tiger Oakes
a48c05a359 Fix breaking AC change to support monochrome icons 2020-08-25 13:06:33 -04:00
ekager
c0c288382a No issue: Restore two deprecated deleted strings 2020-08-25 13:00:07 -04:00
Jeff Boek
9a56dcd786 For #13784 - Addresses nits 2020-08-25 09:25:18 -07:00
Jeff Boek
f173c81b03 No Issue - Ports over accessabiltiy fixes to new search experience 2020-08-25 09:25:18 -07:00
Jeff Boek
e92cf50a1c No Issue - Adds the fill with clipboard button 2020-08-25 09:25:18 -07:00
Jeff Boek
8f25c984a8 No Issue - Moves over functionality from the old SearchFragment 2020-08-25 09:25:18 -07:00
Jeff Boek
73321eb2bb No Issue - Hide keyboard when navigating or scrolling 2020-08-25 09:25:18 -07:00
Jeff Boek
5f56e02ac3 For #13766 - Adds voice search 2020-08-25 09:25:18 -07:00
Jeff Boek
12d8d17116 For #13784 - Fixes search colors in PBM 2020-08-25 09:25:18 -07:00
Jeff Boek
dedbd28550 For #13845 - Add search suggestion hint 2020-08-25 09:25:18 -07:00
codrut.topliceanu
1e5aa40452 For #11180 - Fix for tab tray FAB spot 2020-08-25 12:07:32 -04:00
Jonathan Almeida
37f2cb1697 For #14168: Fix click listener on migration button 2020-08-25 08:41:07 -07:00
Michael Comella
78a823da87 For #14133: warn opened_link telemetry may be wrong. 2020-08-25 08:39:42 -07:00
ekager
a8508de037 No issue: Restore deleted deprecated string for uplifts 2020-08-25 10:40:14 +03:00
Mozilla L10n Automation Bot
d862f3cd8f Import l10n. 2020-08-25 10:39:50 +03:00
Gabriel Luong
04dcfa5cab
For #8312 - Show Top Sites in a ViewPager (#14116) 2020-08-24 19:52:33 -04:00