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
Gilbert Gilb's
9430546d12
for #7584 - fix about libraries toolbar theme
...
fixes #7584 #13970
2020-08-24 15:31:19 -07:00
Elise Richards
433a20db50
Update string for FxA signin onboarding header ( #14132 )
2020-08-24 17:00:19 -05:00
sraturi
5ccbca25c0
for #13479 , added a VisualCompletenessQueue.kt class to handle all the functionality related to visual completeness
2020-08-24 14:08:37 -07:00
ekager
655d2b8a88
For #12377 - Choice to hide no collections placeholder from homescreen
2020-08-24 16:48:50 -04:00
bawyap
a1a211d6e4
FNX2-15608:Removes unused feature flag import
2020-08-24 11:53:37 -07:00
bawyap
22cf64eeb0
FNX2-15608:Removes unused xml
2020-08-24 11:53:37 -07:00
bawyap
83f6e2ae41
FNX2-15608:Removes unused feature flag
2020-08-24 11:53:37 -07:00
Asif Youssuff
9407841c78
Update crash reporting doc to refer to deprecate "preview"
2020-08-24 11:53:22 -07:00
Asif Youssuff
329fc4c88f
Update telemetry doc to refer to depecate "preview"
2020-08-24 11:53:10 -07:00
Mozilla L10n Automation Bot
4a5ddee646
Import l10n.
2020-08-24 11:53:01 -07:00
sraturi
c73baae4e9
for #13478 , letting go of the fragment resource inside onDestroyView of AddonsManagementFragment to avoid memory leak
2020-08-24 14:51:50 -04:00
mcarare
c31d740adc
For #13315 : Fix text direction and alignment for RTL languages.
2020-08-24 12:41:19 +03:00