Jonathan Almeida
c143f95819
Issue #11333 : Set ContentBlocking settings directly on GeckoRuntime
...
We set the ContentBlockingSettings directly on the GeckoRuntime now to
improve the startup of the engine.
This change has requirements from Android Components and GeckoView, so
we would only see the full perf benefits in Nightly as the changes ride
the train, although we might start to see some of them as we're updating
the GeckoProvider for the `geckoBeta` variant as well.
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2020-07-22 16:28:18 -04:00
Kainalu Hagiwara
b26e39906d
No issue - Fix compilation error caused by removed extension function.
2020-07-22 13:00:07 -07:00
Kainalu Hagiwara
58ccc64386
Fix UI tests.
...
We need to pass a CoordinatorLayout instead of a SwipeGestureLayout to
FenixSnackbar.make() in BaseBrowserFragment to prevent UI tests from
breaking. We also need to remove a few view IDs from the tab preview.
2020-07-22 11:26:15 -07:00
Kainalu Hagiwara
e7dc5580b2
For #3481 - Implement swipe on toolbar to switch tabs.
2020-07-22 11:26:15 -07:00
Mozilla L10n Automation Bot
9a2da5bb0f
Import l10n.
2020-07-22 11:25:16 -07:00
Kainalu Hagiwara
921b16233b
For #1048 - Add ability to view tab history by long-pressing the back or forward button.
2020-07-22 11:20:47 -07:00
Hakkı Kaan Çalışkan
2a0a11f740
For #12571 : Rename 'Shortcuts' to 'Search engines'
...
Co-Authored-By: Khushraj Rathod <khushrajrathod@gmail.com>
2020-07-22 11:05:04 -07:00
Tiger Oakes
c2d940cf06
Use AC RunWhenReadyQueue ( #12800 )
2020-07-22 09:48:36 -07:00
Tiger Oakes
d9357f1e32
For #12801 - Extra debug menu trigger, disable if already triggered
2020-07-22 19:28:48 +03:00
Jonathan Almeida
d5fbc17ccf
Update to Android Components 52.0.20200722023149
...
Fixes breaking APIs in SyncedTabsFeature and
BookmarksStorageSuggestionProvider
2020-07-22 10:52:14 -04:00
Michael Comella
2ae88aec81
No issue: add missing newline.
2020-07-21 15:52:34 -07:00
Michael Comella
6e06c7fda1
No issue: clean up initVisualCompletenessQueue... method.
...
A no-op clean up.
2020-07-21 15:52:34 -07:00
Michael Comella
633bc4f2f2
No issue: extract initVisualCompletenessQueueAndQueueTasks.
...
This refactor, done entirely by IDE, is a no-op cleanup.
2020-07-21 15:52:34 -07:00
Michael Comella
169071ac61
No issue: extract startMetricsIfEnabled function.
...
This refactor, done entirely by IDE, is a no-op clean-up of this file.
2020-07-21 15:52:34 -07:00
Jeff Boek
11e2137fab
For #12806 - Adds unit tests to cover ToolbarView.update()
( #12807 )
2020-07-21 14:34:07 -07:00
Jonathan Almeida
99354174a9
For #12797 : Use measured height/width for loading a thumbnail
...
Using `onNextLayout` has the side-effect of showing the thumbnail with
the tab.id from a recycled view.
The root cause of needing that call is to retrieve the measured
height/width from the view first before requesting. A simpler solution
to avoid the complexity is to retrieve these values from the dimen
resources.
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2020-07-21 16:38:49 -04:00
Sawyer Blatz
b483067bd9
For #12461 : Update content description for tabs tray open tab count
2020-07-21 15:48:38 -04:00
Sebastian Kaspari
96121a79fa
Issue #7877 : Add SearchActionProvider for faster responses that mirror entered text.
2020-07-21 14:41:00 -04:00
Tiger Oakes
c08d375c18
Move settings in components ( #12675 )
2020-07-21 10:47:10 -07:00
Mihai Eduard Badea
c3041bcb64
For issue #12387 - Display tab tray using .show
...
Replaced the global navigation action used for displaying the tab tray with the .show() function.
2020-07-21 10:31:24 -07:00
mcarare
8826f99ef7
For #9722 : Refactor onboarding buttons with text.
...
Add title and description to button text, remove extra Textviews.
2020-07-21 10:28:45 -07:00
Tiger Oakes
0abb2c4f8b
Add tests for web push integration
2020-07-21 10:12:06 -07:00
mcarare
9a7154e95e
For android-l10n #241 : Mark a11y link type as not translatable.
2020-07-21 17:59:17 +03:00
Johan Lorenzo
7e7d69cb8e
Bug 1652979 - Stop producing fennecNightly, fenixNightly and fenixBeta ( #12225 )
2020-07-21 16:42:08 +02:00
Tiger Oakes
e809df0858
Pass settings and metrics to CFR
2020-07-21 09:01:09 +03:00
mozilla-l10n-automation-bot
80b3b2dd82
Import l10n. ( #12766 )
2020-07-20 18:26:00 -07:00
Kainalu Hagiwara
02a929a926
No issue - Suppress new warnings from detekt update
2020-07-20 17:01:50 -07:00
Sawyer Blatz
284ec7b58f
For #12461 : Add tab count to tab tray
2020-07-20 19:16:47 -04:00
Tiger Oakes
f73411b924
For #5499 - Unify CFR drawables and dimens ( #12749 )
2020-07-20 16:00:57 -07:00
Hakkı Kaan Çalışkan
aeabd3e91b
For #12532 : Quick fix for radio button alignment ( #12691 )
2020-07-20 15:33:32 -07:00
Kainalu Hagiwara
cd2532349d
For #12551 - Implement swipe to delete for bookmarks.
2020-07-20 14:54:20 -07:00
Kainalu Hagiwara
313e5abf6a
Rename tab_tray_background.xml
2020-07-20 14:54:20 -07:00
Michael Comella
fcb84d940a
No issue: correct position of StartupTimeline; add warning.
2020-07-20 14:27:41 -07:00
Sawyer Blatz
445593b719
For #10466 : Add search privately to top of list ( #12744 )
2020-07-20 13:25:36 -07:00
Tiger Oakes
51937e73fc
Closes #10924 - Cleanup SavedLoginsAuthFragment ( #10930 )
2020-07-20 13:25:24 -07:00
Kainalu Hagiwara
1121d844e6
For #12730 - Fix ripple for font size setting.
2020-07-20 13:00:59 -07:00
Sawyer Blatz
afbb039a08
For #11851 : Close tab tray when last tab closed ( #12615 )
2020-07-20 11:05:32 -07:00
ekager
1dc0ad39f4
For #10784 - Fixes memory leak in BrowserAnimator
2020-07-20 13:50:18 -04:00
Sawyer Blatz
f0c6bc0226
For #12735 : Fixes issue with tab deletion undo ( #12737 )
2020-07-20 10:48:16 -07:00
Hakkı Kaan Çalışkan
3f25a28cf7
For #12554 : Helper class for password reveal on logins
2020-07-20 13:45:46 -04:00
mozilla-l10n-automation-bot
c66480d6dd
Import l10n. ( #12687 )
2020-07-19 21:30:11 -07:00
Christian Sadilek
16b6776938
Update Android Components to 51.0.20200717190031
2020-07-17 19:32:02 -04:00
Tiger Oakes
499f185fc0
Fix lint issues ( #12683 )
2020-07-17 16:20:08 -07:00
Tiger Oakes
13949d6968
Test migration classes ( #12677 )
2020-07-17 14:35:13 -07:00
Tiger Oakes
67fda80453
Add tests for login exceptions ( #12681 )
2020-07-17 14:25:45 -07:00
Mihai Adrian Carare
9c1b586e45
For #7966 : Update toolbar content description. ( #12667 )
2020-07-17 16:22:13 -05:00
Elise Richards
37af9df3ad
For #12532 : Align Settings -> Site permissions -> Sub-pages to 72dp keyline ( #12680 )
...
Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
2020-07-17 15:54:57 -05:00
Mihai-Eduard Badea
1823fdb66d
For issue #9949 - Bookmarks/History deletion inconsistencies ( #12630 )
...
- Added the undo action for deleting individual history items by creating a new field to the history state containing the id's of the history items that are pending for deletion; This field is used inside the update function from the view to show/hide the items.
- Added a new check inside the "deleteMulti" method from BookmarkFragment that calls the showRemoveFoldersDialog to prevent the user from being able to delete one or more bookmark folders without being asked for confirmation, as in #8648 .
Co-authored-by: Mihai Eduard Badea <mihai.badea@softvision.ro>
2020-07-17 15:13:18 -05:00
Tiger Oakes
eed20b43b9
Test session control controller ( #12652 )
2020-07-17 13:07:01 -07:00
Hakkı Kaan Çalışkan
aa7655f4d6
For #12509 : Set height of remove add on button to 36dp
2020-07-17 12:55:36 -07:00