Commit Graph

9564 Commits (d6330b6dacc405cfd57618648537e44fb1b37ce0)
 

Author SHA1 Message Date
Mugurell d6330b6dac [fenix] For https://github.com/mozilla-mobile/fenix/issues/26511: Parallelize work for setting the wallpaper
Split loading the bitmap from storage and actually setting it in two operations
with one that can run in parallel with onCreateView for HomeFragment and one
that can be used serially on the main thread to actually set the wallpaper.

This seems like the best compromise to ensure that everytime the homescreen is
shown it will have the wallpaper set but does affect the performance - there is
a delay in showing HomeFragment to account for waiting for the wallpaper to be
set.
In testing the new delay seems close to the one from the initial wallpapers
implementation. See more in https://github.com/mozilla-mobile/fenix/pull/26794.
2 years ago
Julien Cristau 62ca4f4ca7 [fenix] Bug 1781051 - simplify setting ownerEmail in .taskcluster.yml
Remove special cases for bors and github-actions:
- bors is no longer used for this, as far as I know
- the github-actions special case breaks chain-of-trust's ability to
  rebuild the decision task definition: because we don't leave a
  breadcrumb to record event.sender.login, it has to guess, and if it
  gets it wrong, chain of trust verification fails
2 years ago
Mozilla L10n Automation Bot a9091f86fa [fenix] Import l10n. 2 years ago
MickeyMoz 41c84be090 [fenix] Update to Android-Components 106.0.20220908190311. 2 years ago
Charlie Humphreys 4f61bfdd1e [fenix] remove qa experiment 2 years ago
MickeyMoz 5e64bdf16d [fenix] Update to Android-Components 106.0.20220908143131. 2 years ago
Roger Yang 6d330a9d58 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26502: Add time group and private extras in history telemetry 2 years ago
Gregory Mierzwinski 7794b7a354 [fenix] Bug 1788643 - Enable nightly-test cron on fenix. 2 years ago
Arturo Mejia 0bde4cc6ea [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26858: Remove unused nimbus engine-settings tabs-prioritization-enabled feature. 2 years ago
Arturo Mejia a31c5edce0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26858: Remove unused nimbus engine-settings tabs-prioritization-enabled feature. 2 years ago
Arturo Mejia 6db2c727ec [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26858: Remove unused nimbus engine-settings total-cookie-protection-enabled feature. 2 years ago
Mugurell 20e15ac7f3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26869 - Enable TCP by default starting with v. 106
This change should not be uplifted.
2 years ago
mcarare ea60358a9e [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Ensure consistent usage of a newline at the end of each file.
This automatically adds a new line at EOF when there is none.
2 years ago
mcarare 5203a4d5ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Add ktlint baseline. 2 years ago
mcarare e96a2995ad [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Rename CFRPopupFullscreenLayout class to conform to filename rule. 2 years ago
mcarare c0cf56c823 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Enable trailing commas rules. 2 years ago
mcarare 97d6054e63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Replace deprecated disabled_rules with ktlint_disabled_rules. 2 years ago
mcarare 181af7cf4d [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Update ktlint to 0.47.0. 2 years ago
Mozilla L10n Automation Bot 1ae8af45f1 [fenix] Import l10n. 2 years ago
mergify 51d79f289d [fenix] update initial_experiments.json based on the current first-run experiments in experimenter 2 years ago
Gabriel Luong 4a46d19da0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26777 - Part 2: Refactor the Jump Back In onboarding CFR to use the CFRPopup 2 years ago
Gabriel Luong 13e8bf7c45 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26777 - Part 1: Rename SyncCFRPresenter to HomeCFRPresenter 2 years ago
MickeyMoz 9772d5ea60 [fenix] Update to Android-Components 106.0.20220907220702. 2 years ago
MatthewTighe 731e0411d0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/26870: remove layer behind wallpaper thumbnails 2 years ago
sarah541 46536b7264 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26731 - First run onboarding updates 2 years ago
sarah541 ff73cb6a4d [fenix] For https://github.com/mozilla-mobile/fenix/issues/26867 - Remove feature flag for first run onboarding updates 2 years ago
Noah Bond f83f448128 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26796 - Fix PocketStoriesComposablesPreview 2 years ago
mozilla-l10n-automation-bot 88546d80f7 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26849) 2 years ago
Noah Bond d25f8c6c43 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26797 - Add optional parameter to customize the background color of ListItemTabLarge 2 years ago
MickeyMoz ebc84bc040 [fenix] Update to Android-Components 106.0.20220906143158. 2 years ago
Noah Bond 2e7664a4f9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/26606 - Add backplating to Top Sites 2 years ago
mcarare 13fc8469f3 [fenix] For https://github.com/mozilla-mobile/fenix/pull/12725: Suppress UnusedMaterial3ScaffoldPaddingParameter warning.
Padding value is not used for placing content.
2 years ago
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
MickeyMoz c0f0292c7c [fenix] Update to Android-Components 106.0.20220905190143. 2 years ago
MickeyMoz 547e4d9e97 [fenix] Update to Android-Components 106.0.20220905143151. 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
MickeyMoz 2762aeb68e [fenix] Update to Android-Components 106.0.20220904143128. 2 years ago
mozilla-l10n-automation-bot d4b6d9f2bc [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/26806) 2 years ago
MickeyMoz effdeb82ad [fenix] Update to Android-Components 106.0.20220903143150. 2 years ago
MickeyMoz 1766ec26db [fenix] Update to Android-Components 106.0.20220903000045. 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
MickeyMoz 975dbe9012 [fenix] Update to Android-Components 106.0.20220902143238. 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