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

6847 Commits

Author SHA1 Message Date
MickeyMoz
264505809d [fenix] Update Android Components version to 90.0.20210510143050. 2021-05-10 16:35:56 +00:00
mcarare
3f404375d3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19357: Remove bookmarks experiment and keep star-with-line icon. 2021-05-10 15:38:52 +03:00
Mozilla L10n Automation Bot
88a894ed3a [fenix] Import l10n. 2021-05-10 00:43:35 +00:00
MickeyMoz
27850a067d [fenix] Update Android Components version to 90.0.20210509143123. 2021-05-09 16:31:12 +00:00
Mozilla L10n Automation Bot
0acc879521 [fenix] Import l10n. 2021-05-09 00:35:54 +00:00
William Lachance
adb10fab4e [fenix] No issue - Stop generating metrics.md and direct to Glean Dictionary instead (https://github.com/mozilla-mobile/fenix/pull/19411)
Now that the Glean Dictionary (https://dictionary.telemetry.mozilla.org)
has hit production, our guidance is to move away from generating
metrics.md files. The Glean Dictionary is a better solution for this task
for a couple of reasons:

1. The Glean Dictionary contains a complete reference of all metrics
and pings sent by an application (not just those defined in the
application itself, as is the case with the markdown documentation)
2. The Glean Dictionary provides additional context and links beyond
what is provided by the documentation (for example, information on
how to access metric information via BigQuery or GLAM) as well as
annotations provided by data scientists in the course of analyzing data
(see, for example, the commentary section for:
https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/metrics_search_count).

This should also reduce some of the churn/burden on people when
they submit PRs, as there is no longer any need to update metrics.md
as a part of them.
2021-05-07 20:52:01 -04:00
Mozilla L10n Automation Bot
dc73ae411d [fenix] Import l10n. 2021-05-08 00:33:33 +00:00
Neha Binwal
8e0c0c905c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8984: Added color for "Share" menu's "Recently Used" in Dark theme (https://github.com/mozilla-mobile/fenix/pull/18839)
* Added color for "Share" menu's "Recently Used" in Dark theme

- Changed HEX code for inset_dark_theme in values/colors.xml

* Replaced #52525E in values/colors.xml with @color/photonDarkGrey10

* Added color for "Share" menu's "Recently Used" in Dark theme

- Created a separate attribute recentlyUsedSharedMenu to be used by 'recently used' panel of tab share menu
- It specifies colors to be used for Light and Dark theme
2021-05-07 14:48:35 -05:00
Neha Binwal
a235c00112 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18226: Fixed display of tabs for when text size is set to largest (https://github.com/mozilla-mobile/fenix/pull/19046)
- Made website titles clearly visible in Grid view of tab tray
- Made website URLs clearly visible in List view of tab tray
2021-05-07 14:45:09 -05:00
Elise Richards
50e5ebebd2 [fenix] Move locale restoration on startup to the visual completeness queue to prevent perf impact (https://github.com/mozilla-mobile/fenix/pull/19315) 2021-05-07 14:12:40 -05:00
Dharan Aditya
9b8e77e372 [fenix] Fixed mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/18641: [Bug] Fill link from clipboard overlaps search engines (https://github.com/mozilla-mobile/fenix/pull/18657) 2021-05-07 14:25:41 -04:00
Gabriel Luong
744e447c64 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18993 - Nimbus: Allow internal tooling to opt into specific branches of an experiment (https://github.com/mozilla-mobile/fenix/pull/19333) 2021-05-07 14:21:03 -04:00
AndiAJ
9855b1d05a [fenix] Fix flaky UI Tests https://github.com/mozilla-mobile/fenix/issues/19306 https://github.com/mozilla-mobile/fenix/issues/19160 https://github.com/mozilla-mobile/fenix/issues/19404 https://github.com/mozilla-mobile/fenix/issues/19373 2021-05-07 17:14:23 +03:00
Roger Yang
f9477db816 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/3728: Add secret menu switch for allowing third party root certificates (https://github.com/mozilla-mobile/fenix/pull/19398) 2021-05-06 21:52:55 -04:00
Arturo Mejia
99d5305709 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/19290 update to proton icons second batch 2021-05-06 10:35:39 -04:00
mcarare
3681f15501 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18266: Validate credit card entry info. 2021-05-06 17:06:33 +03:00
mcarare
8155ca4c64 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18266: Refactor fragment and view to remove duplicate code. 2021-05-06 17:06:33 +03:00
Codrut Topliceanu
744357e211 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18262 - [Credit cards] Turn the "Sync cards across devices" button into a "Sync cards" toggle (https://github.com/mozilla-mobile/fenix/pull/19207)
* For https://github.com/mozilla-mobile/fenix/issues/18262 - Turns "Sync cards/logins" into toggle
2021-05-06 14:43:27 +03:00
mcarare
52d3f0813b [fenix] For https://github.com/mozilla-mobile/fenix/issues/19281: Add border radius for top sites favicons. 2021-05-06 13:56:24 +03:00
kglazko
646a12f318 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19055 - Add a ScrollView to the Credit Card Editor Fragment (https://github.com/mozilla-mobile/fenix/pull/19117) 2021-05-05 15:43:09 -04:00
MickeyMoz
91499f28aa [fenix] Update Android Components version to 90.0.20210504190127. 2021-05-05 17:19:12 +00:00
Mozilla L10n Automation Bot
9b1c91315e [fenix] Import l10n. 2021-05-05 15:33:22 +00:00
Roger Yang
2d709b67a7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/19147: Move startup metrics to right after Glean initialization (https://github.com/mozilla-mobile/fenix/pull/19252) 2021-05-05 11:11:02 -04:00
MickeyMoz
d2db77b61d [fenix] Update Android Components version to 90.0.20210504143147. 2021-05-05 06:51:24 +00:00
codrut.topliceanu
47327e0100 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19132 - Fix navigation on disconnect started from tabsTray
- Added checks to popBackStack from the Disconnect Logged-in User Dialog, either back to settings, browserFragment or homeFragment.
2021-05-05 09:55:10 +04:00
Jonathan Almeida
964b03a65f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19259: Pass CoroutineContext to nav interactor constructor 2021-05-04 20:13:10 +04:00
Mozilla L10n Automation Bot
0425ceb59f [fenix] Import l10n. 2021-05-04 00:31:21 +00:00
Roger Yang
0884711ab1 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18253: Bookmark and History open new tabs in the background (https://github.com/mozilla-mobile/fenix/pull/19275) 2021-05-03 17:27:19 -04:00
MickeyMoz
77a0d7df2b [fenix] Update Android Components version to 90.0.20210503143138. 2021-05-03 16:36:16 +00:00
Mozilla L10n Automation Bot
f1899ec400 [fenix] Import l10n. 2021-05-03 00:28:38 +00:00
MickeyMoz
42320ecb35 [fenix] Update Android Components version to 90.0.20210502143118. 2021-05-02 16:41:41 +00:00
Mozilla L10n Automation Bot
0eab51db90 [fenix] Import l10n. 2021-05-02 00:32:00 +00:00
MickeyMoz
a3c5cd0ff0 [fenix] Update Android Components version to 90.0.20210501143136. 2021-05-01 16:37:56 +00:00
Mozilla L10n Automation Bot
29211178e8 [fenix] Import l10n. 2021-05-01 00:27:28 +00:00
Gregory Mierzwinski
e98d6c7b29 [fenix] Bug 1708631 - Update visual metrics script to the latest. (https://github.com/mozilla-mobile/fenix/pull/19332) 2021-04-30 14:22:44 -04:00
MickeyMoz
500429a56f [fenix] Update Android Components version to 90.0.20210430143137. 2021-04-30 16:40:29 +00:00
Sebastian Kaspari
cf11703649 [fenix] Unit tests: Bump max heap size to 3072m. 2021-04-30 16:40:42 +02:00
Mozilla L10n Automation Bot
bd5c0d95cf [fenix] Import l10n. 2021-04-30 00:30:50 +00:00
Priyanka
97f25e8f8d [fenix] For https://github.com/mozilla-mobile/fenix/issues/19273 - Ensure a new line at the EOF is available in all xml files (https://github.com/mozilla-mobile/fenix/pull/19295) 2021-04-29 15:06:46 -04:00
Elise Richards
4565b0f1ea [fenix] Turn on feature flag for three-dot menu redesign for beta. (https://github.com/mozilla-mobile/fenix/pull/19111) 2021-04-29 11:34:57 -05:00
MickeyMoz
7df01dc67f [fenix] Update Android Components version to 90.0.20210429143130. 2021-04-29 16:33:48 +00:00
Sebastian Kaspari
3da6fe471e [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19040 - Fix UI test: settingsPrivacyItemsTest 2021-04-29 19:13:33 +04:00
Sebastian Kaspari
1d8ff55891 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19040 - Update marketing data setting description 2021-04-29 19:13:33 +04:00
Sebastian Kaspari
c1e6f6c9e6 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/10941: Align Nightly version with Gecko/A-C version.
Instead of using a timestamp this will synchronize the Nightly version with the version
of Gecko / A-C. So when using 90.0.20210426143115 then the Nightly version will be
90.0a1 - similar to what Firefox desktop uses.
2021-04-29 09:50:07 +02:00
Mozilla L10n Automation Bot
ff7194591e [fenix] Import l10n. 2021-04-29 00:31:49 +00:00
MickeyMoz
e69170ba09 [fenix] Update Android Components version to 90.0.20210428143111. 2021-04-28 17:27:02 +00:00
Roger Yang
9f608d6b0a [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18253: Remove spaces from Addons telemetry comma-separated list (https://github.com/mozilla-mobile/fenix/pull/19292) 2021-04-28 12:09:27 -04:00
Codrut Topliceanu
676a1298a2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/19113 - Change top site corner radius to 8dp (https://github.com/mozilla-mobile/fenix/pull/19262) 2021-04-27 18:42:40 -04:00
Mihai Adrian Carare
0e15a9668b [fenix] For https://github.com/mozilla-mobile/fenix/pull/19243 - Update metrics documentation. (https://github.com/mozilla-mobile/fenix/pull/19269) 2021-04-27 16:04:40 -04:00
Arturo Mejia
cb4c6b2132 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/18132 update to proton icons first batch 2021-04-27 15:42:15 -04:00