Alexandru2909
d23837323d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27252 - Update a11y services label for private browsing myths button
2022-11-04 06:57:56 +00:00
mozilla-l10n-automation-bot
b69b261485
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27701 )
2022-11-04 00:42:32 +00:00
Gabriel Luong
1ec4cf8dad
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27667 - Remove import-ordering from the list of disabled ktlint rules
2022-11-03 23:27:03 +00:00
Noah Bond
dbd7b302d0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27469 - Update no collections button colors when a wallpaper is selected
2022-11-03 22:35:56 +00:00
Noah Bond
251a1e1e97
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27468 - Backplate homepage MessageCard
2022-11-03 22:05:47 +00:00
Alexandru2909
6c3d248341
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27691 - Replace 'Pocket' word in all strings with placeholder
2022-11-03 20:30:37 +00:00
perrymcmanis144
c29a0d7824
[fenix] Update app/metrics.yaml
...
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
2022-11-03 15:56:09 -04:00
Perry McManis
75cf880383
[fenix] added search metrics to baseline ping
2022-11-03 15:56:09 -04:00
kycn
4d56ba889d
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/7227 : Re-enable storage maintenance call.
...
Re-enable storage maintenance call by introducing WorkManager worker on A-C side and consuming it from Fenix.
The work request is periodic and the repeat interval is 24h. It requires the device to be idle and not to have
low battery. This feature is available only for Nightly for now.
2022-11-03 19:04:58 +00:00
AndiAJ
d35e32a999
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27220 disable failing manageDownloadsInDownloadsMenuTest UI test
2022-11-03 15:48:12 +00:00
t-p-white
a8e3726dce
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27472 - Added telemetry data points for the Google Play Store review prompts
2022-11-03 14:57:54 +00:00
Jonathan Almeida
2cd60894c7
[fenix] Bug 1795105: Remove usages of ContentState.thumbnail
2022-11-03 13:56:42 +00:00
Alexandru2909
e8ea437ec0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25814 - Hide "Show search engines" toggle from search settings when unified search is enabled
2022-11-03 08:36:25 +00:00
mozilla-l10n-automation-bot
fab1daaba5
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27679 )
2022-11-03 00:36:18 +00:00
Noah Bond
1791dc2ba3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27578 - Add optional color parameters to MessageCard
2022-11-02 22:16:21 +00:00
DreVla
4647e47995
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27635 - New telemetry for Save to PDF failures
2022-11-02 17:19:42 +00:00
AndiAJ
ff2f457832
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new search codes UI tests
2022-11-02 15:02:30 +00:00
oana.horvath
74c551336e
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/27522 : Search groups tests refactoring
2022-11-02 09:33:26 +00:00
Alexandru2909
4daa618db6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25813 - Use specific hint for history, bookmarks and tab unified search
2022-11-02 08:21:19 +00:00
mozilla-l10n-automation-bot
c9bfc15699
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27654 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-02 00:58:21 +00:00
Arturo Mejia
900c635754
[fenix] Bug 1796482 - Report save to PDF errors.
2022-11-02 00:10:21 +00:00
Roger Yang
fdaae59999
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023 : Add capability to override telemetry URL
2022-11-01 20:26:26 +00:00
Noah Bond
9f534dcc6c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27331 - Add migration for Turning Red wallpaper card colors
2022-11-01 19:55:20 +00:00
Noah Bond
e77c0275ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27485 - Replace Button
in CustomizeHomeButtonViewHolder
with TertiaryButton
2022-11-01 19:26:26 +00:00
Noah Bond
4c94b0dc63
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27485 - Add optional overrides for the colors in Button
Composables
2022-11-01 19:26:26 +00:00
Noah Bond
71279545a5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27579 - Fix broken previews for MessageCard
2022-11-01 18:56:58 +00:00
Alexandru2909
82701fd0f0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26911 - Allow users to enable re-supported Fennec extensions
2022-11-01 17:13:24 +00:00
Mugurell
ab2514789b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27627 - Check the TCP CFR status lazily
...
Use lazyFeatureFlagPreference as a quick small way to avoid a race between
initializing the value and the Nimbus initialization based on which the value
should be calculated.
This is the same flow that the other MR experiments use.
2022-11-01 14:13:43 +00:00
DreVla
c9eedb7965
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10344 - Enable tab reordering in beta/release
2022-11-01 12:11:42 +00:00
AndiAJ
41d160e4e8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 remove shortcutButtonTest UI test and unused SearchRobot functions
2022-11-01 11:27:31 +00:00
AndiAJ
ef5a453740
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 refactor shortcutSearchEngineSettingsTest to setDefaultSearchEngineFromShortcut
2022-11-01 11:27:31 +00:00
AndiAJ
e4cb712d11
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new toggleSearchEnginesShortcutListTest UI test
2022-11-01 11:27:31 +00:00
AndiAJ
ee0996a26a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new verifySearchEnginesWithRTLLocale UI test
2022-11-01 11:27:31 +00:00
AndiAJ
1516e79a36
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new changeSearchEnginesBasedOnTextTest UI test
2022-11-01 11:27:31 +00:00
Alexandru2909
ae6bdc265d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25811 - Add header to unified search engine menu
2022-11-01 09:20:29 +00:00
iorgamgabriel
2dca91e984
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27450 Fix Crash from Navigation action/destination org.mozilla.firefox:id/action_savedLoginsAuthFragment_to_loginsListFragment
2022-11-01 07:36:41 +00:00
AndiAJ
6ea094b8e0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26934 fix showDefaultHomeScreen screenshot test
2022-11-01 06:21:35 +00:00
mozilla-l10n-automation-bot
29d9ea6cf3
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27631 )
2022-11-01 00:44:40 +00:00
Harrison Oglesby
eb400a5243
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27459 - Add divider composable ( https://github.com/mozilla-mobile/fenix/pull/27544 )
2022-10-31 12:36:41 -07:00
AndiAJ
6d6059d3d3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new delete all search engines UI test
2022-10-31 10:03:13 +00:00
AndiAJ
61bb27f7fc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new delete default search engine UI test
2022-10-31 10:03:13 +00:00
AndiAJ
ed13e351b0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new undo delete search engine UI test
2022-10-31 10:03:13 +00:00
mozilla-l10n-automation-bot
a122d8916f
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27618 )
2022-10-31 00:36:41 +00:00
mozilla-l10n-automation-bot
50e42a890b
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27612 )
2022-10-30 00:39:19 +00:00
mozilla-l10n-automation-bot
ae82faadf2
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27606 )
2022-10-29 00:37:13 +00:00
Arturo Mejia
de9e258a4c
[fenix] Bug 1780639 - let Save as PDF ride the trains.
2022-10-28 18:19:36 +00:00
oana.horvath
e85ed0b877
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 : New search settings UI tests coverage
2022-10-28 17:43:16 +00:00
iorgamgabriel
5e2d61e5fc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27524 Set as default browser toggle get set to true after user select Fenix as default browser
2022-10-28 07:59:32 +00:00
Gabriel Luong
afa524bba3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27584 - Replace Button in RecentSyncedTab with SecondaryButton
2022-10-28 07:00:19 +00:00
mozilla-l10n-automation-bot
a99d95f334
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27581 )
2022-10-28 00:39:09 +00:00