Commit Graph

7979 Commits (29dc3bd4d1e7fb389b0b73bffb69ea1bb1703ee7)

Author SHA1 Message Date
mcarare 2bc319e63f [fenix] For https://github.com/mozilla-mobile/fenix/pull/12725: Replace removed static "set", "get" methods of ViewTreeSavedStateRegistryOwner.
ViewTreeSavedStateRegistryOwner is retrieved/set with new extension methods.
2 years ago
mcarare 614073fe24 [fenix] For https://github.com/mozilla-mobile/fenix/pull/12725: Upgrade compose to 1.2.1 version.
Split versioning of compose compiler.
Enable Xjvm-default to allow inheriting from interfaces with '@JvmDefault' members
like AbstractComposeView, NestedScrollConnection.
2 years ago
Mugurell 58e6ebb9b8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26830 - Allow the Pocket stories to scroll to the edges of the screen
Restore using LazyRow's "contentPadding" property to add padding to just the
items while the entire section is allowed to extend to the edges of the screen
and so have enough room to draw items shadows without them being clipped.
2 years ago
mozilla-l10n-automation-bot 9b0b3b7581 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26828) 2 years ago
AndiAJ c2f3cf0a74 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new home screen UI tests 2 years ago
mozilla-l10n-automation-bot c96bf1ecd0 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26814) 2 years ago
mozilla-l10n-automation-bot d4b6d9f2bc [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26806) 2 years ago
mozilla-l10n-automation-bot d80d6a4de3 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26799) 2 years ago
Ben Dean-Kawamura 45aa64d39c [fenix] Added secret debug menu to override the push server URL (https://github.com/mozilla-mobile/fenix/issues/24170)
- Created a new "sync debug" pref screen to hold the Fxa, Sync, and Push
  server override prefs.  They were taking a lot of screen space on the
  top-level settings menu as individual items
- Added button on that screen to quit FF which is needed to apply the
  changes.
    - This is definitely not the nicest UI, but hopefully QA can just
      override the prefs once save them in an emulator and never have to
      go back to this screen.
    - I do think this is a nicer UI than before, where FF would quit
      after a change to any of the prefs.  That forces you to restart FF
      3 times if you wanted to override all 3 server URLs.
2 years ago
sv-ohorvath 44affea646 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/26711: Disable verifyPageMainMenuItemsTest UI test 2 years ago
sv-ohorvath b355f6d21c [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/26286: adds UI test for the Language menu 2 years ago
Gabriel Luong ec82eb969f [fenix] For https://github.com/mozilla-mobile/fenix/issues/26776 - Don't dim the window when the Jump back in CFR is shown 2 years ago
Alexandru2909 51b6ea8ea6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26191 - Add telemetry for jump back in onboarding message 2 years ago
sarah541 6e42dd5236 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26759 - Crash fix for UnsupportedOperationException 2 years ago
Gabriel Luong d2f7a63214 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26774 - Attempt to show the Synced Tab CFR before the Jump Back In CFR 2 years ago
mozilla-l10n-automation-bot ea07a6dc2b [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26779) 2 years ago
Gabriel Luong bdb4bffa35 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26738 - Update MR onboarding with the latest illustrations 2 years ago
Gabriel Luong 6cfe8c9008 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26739 - Display MR onboarding dialog to existing users as soon as the app is opened 2 years ago
Noah Bond 87a8175c83 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26609 - Update favicon dark mode background color for recent bookmarks and recent tabs 2 years ago
Gabriel Luong 980594f218 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26756 - Don't show Jump Back In CFR if the synced tab CFR is shown 2 years ago
Gabriel Luong a5e3c1ab73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26754 - Avoid showing CFR if the MR onboarding is being displayed 2 years ago
mergify 96b591b0f4 [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Mugurell 263149bab8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26723 - Fix WallpapersObserver leaking a view from HomeFragment
The observer initialized with a fragment View would outlive the fragment and in
that allow for leaking the entire fragment layout.
2 years ago
Mugurell 4662dbd8ab [fenix] For https://github.com/mozilla-mobile/fenix/issues/26723 - Ensure wallpapers are set on the main thread
Using Dispatchers.IO allowed the observer to react faster to wallpaper state
updates but caused issues with updating the wallpaper in fragment layout.

Using Dispatchers.Main.immediate gives us a bit slower reaction time but still
faster than Dispatchers.Main and allows us to still execute before the fragment
is visible.
2 years ago
mozilla-l10n-automation-bot aa0ed7ad4a [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26749) 2 years ago
Gabriel Luong 87469071cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/26717 - Only show the MR onboarding dialog for existing users 2 years ago
MatthewTighe e70f6d19af [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26211: Download wallpapers when thumbnails clicked 2 years ago
MatthewTighe a3f055a36e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26213: Add wallpaper use case to load thumbnails. 2 years ago
MatthewTighe 3dbb42988f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26214: Download wallpaper thumbnails at app startup 2 years ago
Noah Bond 5ba048f43b [fenix] For https://github.com/mozilla-mobile/fenix/issues/26607 - Update back plating for recent Bookmarks 2 years ago
mergify 858d4f6c22 [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
mcarare 05df6af0b4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26444: Adapt Pocket 'powered by' text to wallpaper. 2 years ago
mcarare 49e8207a93 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26444: Adapt HomeSectionHeader text colors to wallpaper. 2 years ago
mcarare 8e99bc1852 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26444: Replace SectionHeader with HomeSectionHeader for home sections. 2 years ago
mcarare e0ec0fdb87 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26444: Refactor HomeSectionHeader to have optional show all text. 2 years ago
Mugurell 451cb2338c [fenix] For https://github.com/mozilla-mobile/fenix/issues/26450: Remove the star icon from Pocket sponsored stories 2 years ago
Alexandru2909 69688b8b9c [fenix] For https://github.com/mozilla-mobile/fenix/issues/26706 - Add sponsored urls filter in BlocklistHandler 2 years ago
Alexandru2909 ed16051b4f [fenix] For https://github.com/mozilla-mobile/fenix/issues/26706 - Change TopSite.containsQueryParameters as Uri extension function 2 years ago
mergify 3640cf1021 [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
mozilla-l10n-automation-bot d0176b3833 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26720) 2 years ago
Aaron Train 5eed29db0d [fenix] No issue: Add is Test Lab helper 2 years ago
Perry McManis 0d8ace8423 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26700 - URI counts will now additionally be sent in baseline 2 years ago
Lucius b3f23608da [fenix] For https://github.com/mozilla-mobile/fenix/issues/26093: Use `ic_menu` instead of `ic_close`
An override for History already exists in `HistoryListItemViewHolder`, so no global override for this icon is needed.
2 years ago
Alexandru2909 a33ab6b463 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26551 - Add telemetry for MR Onboarding welcome and sync dialogs. 2 years ago
mozilla-l10n-automation-bot 92729cce2b [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26703) 2 years ago
Gabriel Luong 7827fda4a4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26696 - Enable showSynCFR for Nightly 2 years ago
Jonathan Almeida c909aaea13 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/25919: Move UpdateFirstFrameDrawn to RecyclerView.onLayoutCompleted
As part of a preventitive measure for home page regression loading, we
fixed the UpdateFirstFrameDrawn call to happen after the first layout in
the main RecyclerView is completed. In addition, we also make pocket
aware of this flag so that it renders itself after the first layout.

This helps prioritize current & future features that are visible first
to render before those that are off screen.

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2 years ago
Mugurell 085a3e4af1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26555 - Observe and update the wallpaper before HomeScreen is visible.
By using Store.observeManually in a standalone coroutine we can observe the
store and update the wallpapers even before onStart (in manual tests is right
around onStart, certainly before the other widgets shown on homescreen).

Created a new WallpapersObserver to have the functionality easier to reason
about and be easier to test.
2 years ago
Gabriel Luong 73e0b0332c [fenix] For https://github.com/mozilla-mobile/fenix/issues/26693 - Use a new ID for onboarding_home_sync_title 2 years ago
MatthewTighe a1a75ee8d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26511: load homescreen wallpaper in blocking coroutine 2 years ago
sv-ohorvath 757d5fe8b6 [fenix] No issue: disable TCP CFR in screenshots tests 2 years ago
sarah541 963c40184a [fenix] For https://github.com/mozilla-mobile/fenix/issues/26489 - Add synced tab pickup onboarding message 2 years ago
sv-ohorvath 3e48b3d55e [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/26286: adds delete browsing data UI tests 2 years ago
mozilla-l10n-automation-bot ea25f98488 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26681) 2 years ago
Gabriel Luong d7f4ee23f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26668 - Use the correct string for onboarding_home_sync_title 2 years ago
Roger Yang fe2b4659c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26227: Clean up double exclamation operator in BrowserState 2 years ago
Roger Yang 1b01210e75 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26666: Use correct content scale when displaying recent tab thumbnail and icon 2 years ago
Roger Yang 0bda21b782 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/21702: Update host name check in add login
Co-Authored-By: joaopmatos <89925580+joaopmatos@users.noreply.github.com>
2 years ago
Alexandru2909 ce51ec73f8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26190 - Update jump back in cfr logic and message 2 years ago
Gabriel Luong a00a8511c5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26656 - Use the correct string for onboarding_home_welcome_description (https://github.com/mozilla-mobile/fenix/pull/26657)
* For https://github.com/mozilla-mobile/fenix/issues/26656 - Use the correct string for onboarding_home_welcome_description

* Update app/src/main/res/values/strings.xml

Co-authored-by: Sarah541 <sarahkhan1107@hotmail.com>

Co-authored-by: Sarah541 <sarahkhan1107@hotmail.com>
2 years ago
mozilla-l10n-automation-bot 91f75ac08b [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26654) 2 years ago
Noah Bond 9dd3c5d4c5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26608 - Update recent bookmarks homepage title 2 years ago
Mugurell 7b356006b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26646 - Use unescaped typographic apostrophes instead of escaped quotes 2 years ago
Gabriel Luong ca9d35f3f7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26169 - MR Home Onboarding Dialog for upgrading users 2 years ago
Mugurell 5df8ef2da6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26224 - Disable the TCP CFR in failing UI tests 2 years ago
Mugurell 69ca45a5c1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26224 - metrics.yaml cleanup of unneeded newlines 2 years ago
Mugurell 2cfbe09dbf [fenix] For https://github.com/mozilla-mobile/fenix/issues/26224 - TCP CFR telemetry 2 years ago
Mugurell 8a60292015 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26224 - Use the mr2022.sectionsEnabled.tcp-cfr Nimbus feature to display the cfr 2 years ago
Mugurell d6967d5ef7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26224 - New TCP CFR popup
If Total Cookie Protection is enabled when first accessing a normal tab
(not a custom tab) a new Contextual Feature Recommendation popup will be shown
informing about the added protection and allowing the user to open a support
page with more data about the new option for privacy protection.
2 years ago
Mugurell 38d0eb7a9a [fenix] For https://github.com/mozilla-mobile/fenix/issues/18175 - Add telemetry for cookies option in custom ETP. 2 years ago
Mugurell 733dce16d6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/18175 - Add a new total protection ETP cookies policy
This should only add the new option in settings based on a Nimbus experiment.
2 years ago
mozilla-l10n-automation-bot 19bcd56a09 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26636) 2 years ago
mergify 2a62e594d1 [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Gabriel Luong 43b99bb586 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26620 - Replace the onboarding nimbus feature with MR2022 nimbus feature 2 years ago
Noah Bond aa78456c88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26604 - Add missing preview to RecentTabs 2 years ago
Bryan Olsson ba5f96e680 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26556 - Add skr and tok native/English display names 2 years ago
Mugurell 32710f8101 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26584 - Add vertical offset support to the CFR composable. 2 years ago
Mugurell 262a2128f3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26584 - Add support to align the CFR composable inside a wider anchor
Supported anchorings will now be:
- INDICATOR_CENTERED_IN_ANCHOR - previous functionality - allows to have the
indicator point to exactly the middle of a smaller anchor.
- BODY_TO_ANCHOR_CENTER - new default - allows to align the popup inside a
wider anchor
- BODY_TO_ANCHOR_START - new anchoring - allows to align the popup flushed to
it's anchor's start.
2 years ago
Noah Bond 35e715b06b [fenix] For https://github.com/mozilla-mobile/fenix/issues/26605 - Clean up RecentTabViewHolder 2 years ago
AndiAJ 513932391a [fenix] For https://github.com/mozilla-mobile/fenix/issues/26144 new credit card autofill UI smoke tests 2 years ago
AndiAJ e52c7a0ed3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26144 new address autofill UI smoke tests 2 years ago
Alexandru2909 541a48765b [fenix] For https://github.com/mozilla-mobile/fenix/issues/26400 - Add long-press option to remove tab pickup on homescreen 2 years ago
mcarare 1c2b3fdf7a [fenix] For https://github.com/mozilla-mobile/fenix/issues/26401: Remove unused wallpaper metrics.
Remove wallpaper_switched and change_wallpaper_logo_toggled.
Add lint ignore for common prefix in wallpaper metrics.
2 years ago
mozilla-l10n-automation-bot ea84a3cfdb [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26619)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Alexandru2909 d14f0e2b6e [fenix] For https://github.com/mozilla-mobile/fenix/issues/26398 - Filter recent synced tabs using the homescreen blocklist 2 years ago
mozilla-l10n-automation-bot 2f04119580 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26592) 2 years ago
MatthewTighe f98b9275da [fenix] Add updated wallpaper use cases and activate them with feature flag. 2 years ago
MatthewTighe 0b1667df4b [fenix] Add updated downloader and file manager 2 years ago
Roger Yang af25894e05 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26072: Don't show sync menu item until account manager is available 2 years ago
Noah Bond 4daac14987 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26587 - Replace the color in DefaultImagePlaceholder with FirefoxTheme layer2 2 years ago
Noah Bond d808fc60d8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26587 - Fix broken previews using Fenix Image composable 2 years ago
Gabriel Luong f542acfabe [fenix] For https://github.com/mozilla-mobile/fenix/issues/26579 - Remove all unused strings marked moz:removedIn <= 103 2 years ago
Alexandru2909 f3f2fadd82 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26399 - Use a list of tabs for recent synced tabs success state 2 years ago
Mozilla L10n Automation Bot faf7c9d701 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 09b48f762d [fenix] Import l10n. 2 years ago
mike a 2f6c7c49cf [fenix] Closes https://github.com/mozilla-mobile/fenix/pull/26530: add top spacing to header in history list 2 years ago
Gabriel Luong 0cf87d567f [fenix] For https://github.com/mozilla-mobile/fenix/issues/26549 - Add Nimbus feature flag for first run onboarding page updates and Jump back in CFR 2 years ago
Mugurell 133599cbd0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26545 - Update the indicator and the close button of the CFR composable. 2 years ago
Mugurell 622084bad1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26380 - Wait in tests until telemetry is recorded. 2 years ago
sv-ohorvath ea946d8b84 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/26127, https://github.com/mozilla-mobile/fenix/issues/26092: Ads RetryTestRule to TopSitesTest class, other small refactors 2 years ago
mike a b8ee63d226 [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/25967: add classes to support multiple viewHolders"
This reverts commit 88f0b1962495247959a687f6c403e1e54b4946db.
2 years ago
Mozilla L10n Automation Bot 97b5c4cfc0 [fenix] Import l10n. 2 years ago
mike a 8e05fb3d63 [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/24307: add synced history empty fragment, feature flag and history screen showing only local files 2 years ago
Gabriel Luong dbb01910ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/26528 - Add a nimbus feature flag for MR Home Onboarding Dialog 2 years ago
mike a 5c597031e3 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26502: add isLocal parameter for history openItem telemetry event 2 years ago
Noah Bond 0f62f360ed [fenix] For https://github.com/mozilla-mobile/fenix/issues/26517 - Create wallpaper v2 feature flag 2 years ago
AndiAJ 13fa8ea4c2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26074 fix failing settingsTest screen shot UI test 2 years ago
MatthewTighe 278a5bbf30 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26423: add wallpaper metadata fetcher 2 years ago
AndiAJ eddd74eaa7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26144 new verifySponsoredShortcutsListTest UI test 2 years ago
Noah Bond 7e3ede1d3f [fenix] No issue: Remove code to generate tab group size metrics 2 years ago
Mugurell a327a1d7de [fenix] For https://github.com/mozilla-mobile/fenix/issues/26335: Disable tests for the number of inflations.
These fail in Firebase with different values making the test intermittent.
2 years ago
Mugurell ae9af452ce [fenix] For https://github.com/mozilla-mobile/fenix/issues/26335: Allow for more inflations in performance tests
The first patch for this enabled the contile feature by default which based on
the automated tests increased the number of inflations done in HomeActivity.
This patch comes to address that by allowing for up to 6 inflations as seen
reported as the actual count in tests.
2 years ago
mergify 87ccc0558b [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Mozilla L10n Automation Bot 844517a439 [fenix] Import l10n. 2 years ago
Alexandru2909 adbce1a881 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26335: Enable sponsored shortcuts by default 2 years ago
Jonathan Almeida c1700709e3 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26495: Move Huawei checks to ManufacturerCodes 2 years ago
Mozilla L10n Automation Bot 9a86122ddb [fenix] Import l10n. 2 years ago
MatthewTighe 702aeda47b [fenix] For https://github.com/mozilla-mobile/fenix/issues/26423: simplify wallpaper types to single data class 2 years ago
MatthewTighe c6a17a7883 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/26124: recent synced tab will use preview image URLs from history 2 years ago
sunilk9211 d609299323 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25985: Remove ability to click the logo to change the wallpaper 2 years ago
mavduevskiy 5819e532a9 [fenix] Revert "Closes https://github.com/mozilla-mobile/fenix/issues/25942: use HistoryFragment to show synced history"
This reverts commit 4fe9e31ee83b9aa1469fca38459f725971aa92d4.
2 years ago
Mugurell 37acc283c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26414 - Have the Pocket spocs feature as part of the homescreen sections experiments 2 years ago
sarah541 7d6c0d1eaf [fenix] For https://github.com/mozilla-mobile/fenix/issues/26421 - Extract synced tabs into it's own viewholder 2 years ago
indu f6fc1a45d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26037: Open shared FireFox tab from another device in Firefox browser
This fix will allow the tab that's being shared from a device to open in FireFox browser in the device  that receives the tab, even if another browser is set as default in the destination device.

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>
2 years ago
Mozilla L10n Automation Bot 877f170557 [fenix] Import l10n. 2 years ago
Roger Yang d6a0336b23 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26150: Do not show sync tabs in home when sync open tabs setting is disabled 2 years ago
mike a 5bceed7dbd [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26446: add wallpaper oboarding Nimbus flag 2 years ago
Mozilla L10n Automation Bot 40e0d31d30 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 4a4a5e95c7 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot f2d4bef51f [fenix] Import l10n. 2 years ago
Gabriel Luong 2e5537d9a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26412 - Remove try catch for NimbusFeatureException from FxNimbus value() getter 2 years ago
sarah541 dcfcb4dcf5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26308 - Add feature flag for MR onboarding 2 years ago
sv-ohorvath 1868d8c41d [fenix] Issue #https://github.com/mozilla-mobile/fenix/issues/26361: randomize shortcut titles to avoid data overlapping 2 years ago
AndiAJ a6790fe073 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26144 new cancelDeleteAllHistoryTest UI test 2 years ago
AndiAJ 2fb0021b62 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26144 refactor deleteAllHistoryTest UI test 2 years ago
Mugurell d0e5ddc6bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/25602: Lowercase search engine id when recording telemetry 2 years ago
Alexandru2909 40155f3557 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26115 - Change homescreen Show all button color according to wallpaper 2 years ago
Charlie Humphreys 367678cad4 [fenix] change name for isFirstRun to isFirstNimbusRun and move setter to after experiments are set 2 years ago
Charlie Humphreys 028c519532 [fenix] update isFirstRun to be manually set and set experiments locally on first run 2 years ago
isabelrios 4c04956c5b [fenix] use python 3.10 2 years ago
isabelrios d7a448da29 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26390 Upgrade to Python3 2 years ago
MatthewTighe 346427f73a [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/26245: refactor the WallpaperManager as several WallpaperUseCases 2 years ago
Jonathan Almeida 4ee1f0ea64 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26041: Remove un-needed Nimbus workaround
This workaround was temporary and is not needed with the Nimbus groovy
plugin updates in Android Components.
2 years ago
Roger Yang 40509a528e [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26198: Add debounce to account manager syncs 2 years ago
Mozilla L10n Automation Bot ac86fcc99b [fenix] Import l10n. 2 years ago
rxu 6e6d1a658b [fenix] Add "manage account and devices" button to home menu in mozillaonline builds 2 years ago
Noah Bond 33b3f324ac [fenix] For https://github.com/mozilla-mobile/fenix/issues/22558 - Fix private theme bug in Tabs Tray 2 years ago
Jonathan Almeida 85578e498c [fenix] Close https://github.com/mozilla-mobile/fenix/issues/26041: Re-set TrackingProtectionPolicy after Nimbus SDK is initialized
There are three issues here that we have uncovered while investigating
this bug:

 1. Settings.kt has a lazy block around `enabledTotalCookieProtection`
    which ends up caching the first result it evaluates.
 3. The `FeatureHolder` within FxNimbus caches the incorrectly
    evaluated value and returns this value hence forth.
 4. Nimbus is not ready to return a result for an engine experiment
    when we need it early on in the dependency tree initialization.

There are multiple systems that require engine to be initialized for
 them to work (e.g. Glean, Profiler, concept-fetch). In our TCP,
 experiment, we need to apply these engine settings during the engine
 initialization. So when we try and evaluate Nimbus that early on, it
 has not had time to initialize itself correctly or even use the
 engine's concept-fetch client to return the correct experiment result.
 This bug is made worse because of the first two caching bugs where we
 are always holding onto a cached value of the wrong result.

Our temporary solution is to:

 1. Remove the `lazy` around `Settings.enabledTotalCookieProtection`.
 2. Set the `FxNimbus.api` value right after we are done initializing
    `FxNimbus` and `NimbusApi` so that all future queries to FxNimbus
    will be made against a real instance of `NimbusApi`. This is a
    short-term fix for the `FeatureHolder` caching bug.
 3. Set a new TrackingProtectionPolicy that will evaluate Nimbus now
    that it is in the correct state when receive the
    `NimbusInterface.Observer.onUpdatesApplied`.

Co-authored-by: jhugman <jhugman@users.noreply.github.com>
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2 years ago
MatthewTighe 4bc96a5e10 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/26377: re-open already opened recent synced tabs 2 years ago
Mozilla L10n Automation Bot 96294c1448 [fenix] Import l10n. 2 years ago
Noah Bond 9968708352 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26289 - Remove search term tab groups metrics and setting 2 years ago
rudmannn 22faa40f9e [fenix] Fix https://github.com/mozilla-mobile/fenix/issues/26362: Use app:lineHeight to support API Level <= 27 (https://github.com/mozilla-mobile/fenix/pull/26364)
* Fix android:lineHeight

Change android:lineHeight to app:lineHeight for incompatibilities at API Level <= 27

* Fix android:lineHeight (Part 2)

Change android:lineHeight to app:lineHeight for fixing incompatibilities in custom_search_engine

* Change android:lineHeight (Part 3)

Change android:lineHeight to app:lineHeight in settings_https_only for incompatibilities at API Level <= 27

* cleanup lint-baseline.xml

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Jan-Erik Rediger b03ec61ff5 [fenix] Move startup perf measurements to a background thread
This is required to avoid loading the Glean core library (provided by libxul) early on.
Fenix needs to do the time measurement itself for now.
2 years ago
Alexandru2909 c089186e14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26302 - Change header text height to wrap_content for autofill add/edit screens 2 years ago
Mozilla L10n Automation Bot cd069fc5d1 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot a33e886637 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 3c9ab295e4 [fenix] Import l10n. 2 years ago
indu 26a8f7a155 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26236: Fix breaking change from AC regarding exitImmersiveModeIfNeeded
This will allow Fenix to use the refactored method name 'exitImmersiveMode' in Activity from Android Components library

Co-Authored-By: Mugurell <Mugurell@users.noreply.github.com>
2 years ago
Mozilla L10n Automation Bot f033fe75b4 [fenix] Import l10n. 2 years ago
AndiAJ 14580e22ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/26144 new App-like experience in PWAs UI test 2 years ago
AndiAJ 354d88c22c [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new verifyRemoveTopSiteFromMainMenu UI test 2 years ago
AndiAJ 528e7298a7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25926 disable failing mainMenuOpenInAppTest UI test 2 years ago
Mozilla L10n Automation Bot ed56bd2308 [fenix] Import l10n. 2 years ago
Noah Bond f55ce61747 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26227 - Remove search term tab groups from Jump Back In 2 years ago
Mugurell 848b8b583d [fenix] For https://github.com/mozilla-mobile/fenix/issues/26172 - New CFR popup composable
This will allow for pinpoint accuracy when anchoring and resolve any color
disparities between the popup body and the indicator arrow by having everything
drawn programmatically as one shape.

Because of the async nature of the values for insets and screen rotation
immediately after an orientation change the popup will automatically get
dismissed to prevent any anchoring issues.
While not ideal the effect of this is better than accepting layout issues after
orientation changes and is the same approach used for other of our popups.
2 years ago
Alexandru2909 c763a8a42e [fenix] For https://github.com/mozilla-mobile/fenix/issues/26239 - Avoid displaying multiple download items for the same file 2 years ago
AndiAJ c741f9fb2c [fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new undoDeleteHistoryItemTest UI test 2 years ago
Christian Sadilek 82e302717e [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/26227 - Remove search term tab groups from Jump Back In"
This reverts commit f4e09ba3f2d6a530e8a39a0e18d15fefceb6ee6a.
2 years ago
Christian Sadilek aed096a6a0 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/26227 - Remove search term tab groups from Recently Visited"
This reverts commit e0617080ec0e28b74a2cd8ca1f9b94a521ba17ac.
2 years ago
Arturo Mejia 17d8116525 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26283: Use message buttonLabel in MessageCard. 2 years ago
Mozilla L10n Automation Bot 8e22e7e682 [fenix] Import l10n. 2 years ago
Noah Bond 35b2c39f0e [fenix] For https://github.com/mozilla-mobile/fenix/issues/26227 - Remove search term tab groups from Recently Visited 2 years ago
Noah Bond c98cdcf0b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26227 - Remove search term tab groups from Jump Back In 2 years ago
MatthewTighe 35093573e5 [fenix] Fixes: https://github.com/mozilla-mobile/fenix/issues/26052 remove WallpaperManager::updateWallpaper 2 years ago
Alexandru2909 a3008766c0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25837 - Invalidate cached nimbusValidation values when changing locale settings 2 years ago
Mozilla L10n Automation Bot 6c8eff4767 [fenix] Import l10n. 2 years ago
AndiAJ 279782aa40 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25926 disable failing testDownloadPrompt UI test 2 years ago
Mozilla L10n Automation Bot 21ede9d93d [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 97e43e1460 [fenix] Import l10n. 2 years ago
Mozilla L10n Automation Bot 15cef94448 [fenix] Import l10n. 2 years ago
MatthewTighe c854e54f03 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/26029: Add wallpaper state to AppStore 2 years ago
Alexandru2909 d2ac452fa4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26221 - Use favicon instead of ic_globe for composed tab grid item 2 years ago
Mozilla L10n Automation Bot 9e1c5eb832 [fenix] Import l10n. 2 years ago
mike a 6b6223fbd7 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25942: use HistoryFragment to show synced history 2 years ago
Mozilla L10n Automation Bot dab8e5155c [fenix] Import l10n. 2 years ago
Roger Yang fe505d58ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/26061: Make sure favicons are cropped correctly 2 years ago
mcarare faef97dad4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26197: Cancel history list update on fragment destroyed. 2 years ago
Mozilla L10n Automation Bot 1457773d69 [fenix] Import l10n. 2 years ago
mike a 739a23b889 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/26101: add telementry for deleting history time range 2 years ago
mcarare 122fdb6118 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22692: Remove Metropolis font file issues from baseline lint. 2 years ago
mcarare 34b70ffc9a [fenix] For https://github.com/mozilla-mobile/fenix/issues/22692: Remove Metropolis font. 2 years ago
Gabriel Luong cd6c8d69cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/26180 - Renew telemetry expiring in 106 2 years ago
Alexandru2909 76fe8e2d4f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25891 - Move GridViewHolder to compose 2 years ago
sv-ohorvath d1d14d5966 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/25970: wait for homescreen to exist before scrolling 2 years ago
Gabriel Luong 21f190b965 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26026 - Refactor the FenixTabCounterMenu creation from HomeFragment to TabCounterBuilder 2 years ago
Gabriel Luong 632d77f499 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26182 - Remove all unused strings marked moz:removedIn <= 102 2 years ago
Mozilla L10n Automation Bot 7fb8280aa5 [fenix] Import l10n. 2 years ago
mike a 24ce18998e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26174: remove escapes from the typographic quotes 2 years ago
mike a 09568d737f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26174: fix delete time range prompt text punctuation 2 years ago
Mozilla L10n Automation Bot b89d399680 [fenix] Import l10n. 2 years ago