2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-07 15:20:38 +00:00
Commit Graph

10523 Commits

Author SHA1 Message Date
Roger Yang
1fba6136a0 [fenix] Bug 1814258 - Enable notification pre permission prompt feature in release 2023-02-01 19:17:56 +00:00
Mugurell
f7175f5479 [fenix] Bug 1812580 - Re-enable collections related ui tests 2023-02-01 17:38:21 +00:00
Mugurell
5ca40120f0 [fenix] Bug 1812580 - Wait for the layout cycle to complete before changing anchors
This comes to solve the issue seen in the error logs by adding the anchor
change done for the snackbar to the operation queue on thread Main thread.
Should allow to avoid chaning the snackbar's anchor in between onMeasure and
onLayout.
2023-02-01 17:38:21 +00:00
MickeyMoz
18e026ba28 [fenix] Update to Android-Components 111.0.20230201143406. 2023-02-01 16:42:27 +00:00
mergify
cf5ded78fe [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2023-02-01 15:47:01 +00:00
Aaron Train
46b94acfb9 [fenix] Bug 1812075: Disable useAppWhileTabIsCrashedTest for recent failure 2023-02-01 15:17:38 +00:00
mozilla-l10n-automation-bot
4fe19afa22 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28728) 2023-02-01 07:14:17 +00:00
mozilla-l10n-automation-bot
df91cf5b46 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28725)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-02-01 01:48:44 +00:00
Roger Yang
64dc7f4e12 [fenix] Update to Android-Components 111.0.20230131190137. 2023-02-01 01:18:02 +00:00
Jeff Boek
71349f9688 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25588, hide password in android 13 clipboard preview (https://github.com/mozilla-mobile/fenix/pull/28719)
* For https://github.com/mozilla-mobile/fenix/issues/25588, hide password in android 13 clipboard preview

This patch hide passwords copied from "Saved logins" in android 13 clipboard preview

Closes https://github.com/mozilla-mobile/fenix/issues/25588

* fix: show a toast for android 12 and lower

* For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/25588, hide password in android 13 clipboard preview

* fix: move metrics to new listeners

* fix: actually move metrics to new listeners

---------

Co-authored-by: cschanaj <cschanaj@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-02-01 00:42:45 +00:00
mergify
30ee8f1f81 [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2023-01-31 23:25:50 +00:00
Noah Bond
71e79fa494 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28265 - Refactor InactiveTabs interactor/controller into TabsTray 2023-01-31 22:51:12 +00:00
James Hugman
638d8e03b5 [fenix] NoBug - Remove deprecated appContext from Nimbus feature .value() call 2023-01-31 22:20:09 +00:00
Cathy Lu
82595cecd4 [fenix] Bug 1813596 - Resolve CheckForFormDataException RuntimeException and add Crash Reporting 2023-01-31 21:21:22 +00:00
Mugurell
ad658efd6d [fenix] Update to Android-Components 111.0.20230131143107 2023-01-31 20:04:23 +00:00
Mugurell
244dc7e2af [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Support changing autocomplete providers.
Everywhere the toolbar which needs to show autocomplete suggestions is used we
show a `ToolbarView`. So instead of having this configurable in 2 or more
places as it happened before the autocomplete functionality is configured only
from the `ToolbarView` class.
It will contain a `ToolbarAutocompleteFeature` that will be immediately updated
with the appropriate autocomplete providers or remove all such providers to
immediately update the current autocomplete or remove it entirely depending on
the new search engine selected.
2023-01-31 20:04:23 +00:00
Mugurell
12c8d94eeb [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Have the previous autocomplete functionality work with the new API
The new API allows us to move from having just two autocomplete providers:
a shipped list of domains and history result to any autocomplete providers.
2023-01-31 20:04:23 +00:00
Mugurell
556c741d4f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Filter bookmarks and tabs depending on the selected search engine
Depending on the selected search engine:
- if it is a topic specific one show bookmarks and tabs from just the it's host
domain
- if it is a general one then don't show bookmarks and tabs at all
- if it is the default search engine then show all bookmarks and tabs.
2023-01-31 20:04:23 +00:00
Mugurell
d9074aaa2c [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Ensure the "show search suggestions" user option is followed
Previously the check for the "Search -> Show search suggestions" user setting
was only used in the default SearchFragmentState but not again if users change
the current search engine as part of the unified search feature.
This comes to ensure that that check is always made when needing to configure
new search engine results.
2023-01-31 20:04:23 +00:00
Mugurell
7c033fc8cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Show past search terms from the current search engine
For all search engines minus the application added ones we will also show past
search terms used for previous searches with the currently selected search
engine.
2023-01-31 20:04:23 +00:00
Mugurell
4c76307b08 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Filter history suggestions depending on the selected search engine
If the current search engine is not one added by the application and not the
default one then:
- if it is a topic specific one show history from just the it's host domain
- if it is a general one then don't show history at all
- if it is the default search engine then show all history.
2023-01-31 20:04:23 +00:00
kycn
d7dd3a587a [fenix] Bug 1812188 - Renew/remove telemetry probes expiring in 112. 2023-01-31 19:02:02 +00:00
AndiAJ
e7d3dc475a [fenix] Bug 1807272 - fix flaky dismissOnboardingWithPageLoadTest UI test 2023-01-31 17:51:51 +00:00
Jeff Boek
2685dc12fb [fenix] For https://github.com/mozilla-mobile/fenix/issues/25608 - Adds foregroundServiceType to MediaSessionService 2023-01-31 17:16:44 +00:00
mcarare
f762fc6a87 [fenix] Bug 1812605 - Continue to handle activity results from AC startActivityForResult calls. 2023-01-31 16:15:21 +00:00
mcarare
6fedd6780d [fenix] Bug 1806798 - Add toString() conversion to text from file name in tests. 2023-01-31 15:40:55 +00:00
mcarare
0a843871b5 [fenix] Bug 1806798 - Make download filename scrollable.
Also add a max height for the file name, so the download button is always visible.
2023-01-31 15:40:55 +00:00
AndiAJ
da3e20d039 [fenix] Bug 1814008 - remove cookie banner dialog disabling directly in test class 2023-01-31 15:12:20 +00:00
Aaron Train
b9e1ecc33d [fenix] Bug 1813628 - Adjust shard count for debug UI tests 2023-01-31 14:43:10 +00:00
AndiAJ
1e4b9190a4 [fenix] Bug 1807298 - re-enable deleteAllSearchEnginesTest UI test 2023-01-31 10:36:03 +00:00
mozilla-l10n-automation-bot
b202aaf17c [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28702) 2023-01-31 00:57:54 +00:00
gitstart
d58ee114a0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28420:Fix 'Customise homepage' title truncate issue 2023-01-30 22:19:33 +00:00
MickeyMoz
fb8dfb9c24 [fenix] Update to Android-Components 111.0.20230130190138. 2023-01-30 21:17:53 +00:00
mergify
beeeb4b7ba [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2023-01-30 20:40:51 +00:00
mozilla-l10n-automation-bot
f068f7b63a [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28695)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-01-30 20:09:44 +00:00
sarah541
f346ccc74f [fenix] For https://github.com/mozilla-mobile/fenix/issues/28510 - Keep experimental messages in the correct order 2023-01-30 19:30:13 +00:00
MickeyMoz
472ad33fd1 [fenix] Update to Android-Components 111.0.20230130143907. 2023-01-30 18:54:53 +00:00
Gabriel Luong
2dd3bfbebb [fenix] Bug 1812298 - Rename doc files to avoid special characters 2023-01-30 18:18:41 +00:00
oana.horvath
51110c84a3 [fenix] Bug 1813018 - Adding GV channel compliance to UI test execution 2023-01-30 17:43:07 +00:00
Arturo Mejia
74a05c221e [fenix] Bug 1810745 - Re-enable UI test for cookie banner handling. 2023-01-30 16:44:45 +00:00
AndiAJ
6f8dfac15c [fenix] Bug 1813058 - Disable openAllTabsInCollectionTest UI test 2023-01-30 16:06:08 +00:00
AndiAJ
44f14e8f62 [fenix] Bug 1812279 - Re-enable mainMenuOpenInAppTest UI test 2023-01-30 16:06:08 +00:00
AndiAJ
898ea4b6f8 [fenix] Bug 1812618 - Add cookie reduction banner dialog variable to FeatureSettingsHelper and other refactoring work 2023-01-30 16:06:08 +00:00
oana.horvath
7a3d0f3543 [fenix] Bug 1807293 - Remove SDK suppression on audioVideoPermissionChoiceOnEachRequestTest 2023-01-30 15:18:12 +00:00
DreVla
adf083cd03 [fenix] Bug 1802619: Disable delete browsing data button when deletion in progress 2023-01-30 13:18:59 +00:00
mozilla-l10n-automation-bot
138b3ce6f4 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28686) 2023-01-30 00:39:11 +00:00
MickeyMoz
f06c077dee [fenix] Update to Android-Components 111.0.20230129143258. 2023-01-29 16:43:06 +00:00
mozilla-l10n-automation-bot
f8f3735aef [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28683) 2023-01-29 00:40:37 +00:00
MickeyMoz
0805b09227 [fenix] Update to Android-Components 111.0.20230128143315. 2023-01-28 16:17:33 +00:00
mozilla-l10n-automation-bot
a729a4d939 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/28680) 2023-01-28 00:39:59 +00:00