Commit Graph

9581 Commits

Author SHA1 Message Date
mcarare ffcef5ff2e For #26844: Fix ktlint issues and remove them from baseline. 2022-09-09 16:52:09 +00:00
Julien Cristau ba611e848e
mergify: allow complete-push check as an alternative to complete-pr in queue conditions (#26902)
PRs created by github actions don't get a pull-request taskcluster graph
scheduled (because that is only done for PRs created by collaborators).
However, if the PR is created in the main fenix repo, typically because
it comes from one of our internal github workflows, then we get a push
graph, which is sufficient to run the required checks.

This change lets mergify consider a green `complete-push` task as
sufficient to queue a PR (in addition to all the other conditions, e.g.
wrt review), which will allow PRs created by the
update-nimbus-experiments workflow to be queued by mergify instead of
having to be merged by a repo admin.
2022-09-09 18:08:56 +02:00
Mugurell 48f7803918 For #26511: Temporarily suppress ktlint issues
Instead of modifying the affecting files. While we set on a strategy on how to
approach this situations.
2022-09-09 13:36:09 +00:00
Mugurell 4a88dbf1f1 For #26511: Avoid waiting to set no wallpaper
This should squeeze the most performance for users who haven't set a wallpaper.
2022-09-09 13:36:09 +00:00
Mugurell ce3a7152f9 For #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.
2022-09-09 13:36:09 +00:00
Julien Cristau 32a4be11d0 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
2022-09-09 12:05:15 +00:00
Mozilla L10n Automation Bot 72227cb6a3 Import l10n. 2022-09-08 21:19:59 -04:00
MickeyMoz dbae86ffd0 Update to Android-Components 106.0.20220908190311. 2022-09-09 01:03:35 +00:00
Charlie Humphreys 13808e4535 remove qa experiment 2022-09-08 18:13:58 +00:00
MickeyMoz 10eb949ca1 Update to Android-Components 106.0.20220908143131. 2022-09-08 17:36:58 +00:00
Roger Yang 30814884b5 For #26502: Add time group and private extras in history telemetry 2022-09-08 16:12:20 +00:00
Gregory Mierzwinski 9ed3e8e138 Bug 1788643 - Enable nightly-test cron on fenix. 2022-09-08 11:12:13 -04:00
Arturo Mejia fd96263345 Closes #26858: Remove unused nimbus engine-settings tabs-prioritization-enabled feature. 2022-09-08 10:41:18 -04:00
Arturo Mejia 5358e9b878 Closes #26858: Remove unused nimbus engine-settings tabs-prioritization-enabled feature. 2022-09-08 10:41:18 -04:00
Arturo Mejia 49bef5d309 Closes #26858: Remove unused nimbus engine-settings total-cookie-protection-enabled feature. 2022-09-08 10:41:18 -04:00
Mugurell de38ada14e For #26869 - Enable TCP by default starting with v. 106
This change should not be uplifted.
2022-09-08 13:52:10 +00:00
mcarare ca88c8c1bb For #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.
2022-09-08 12:15:01 +00:00
mcarare 481b3655ac For #26844: Add ktlint baseline. 2022-09-08 12:15:01 +00:00
mcarare 9490fdff71 For #26844: Rename CFRPopupFullscreenLayout class to conform to filename rule. 2022-09-08 12:15:01 +00:00
mcarare 0f908db985 For #26844: Enable trailing commas rules. 2022-09-08 12:15:01 +00:00
mcarare 6b4d6363db For #26844: Replace deprecated disabled_rules with ktlint_disabled_rules. 2022-09-08 12:15:01 +00:00
mcarare 231ef74ff1 For #26844: Update ktlint to 0.47.0. 2022-09-08 12:15:01 +00:00
Mozilla L10n Automation Bot 316e495f22 Import l10n. 2022-09-08 00:01:32 -04:00
mergify dedc7704e3 update initial_experiments.json based on the current first-run experiments in experimenter 2022-09-08 00:00:48 -04:00
Gabriel Luong 812f073e39 For #26777 - Part 2: Refactor the Jump Back In onboarding CFR to use the CFRPopup 2022-09-08 01:30:16 +00:00
Gabriel Luong 86b62af556 For #26777 - Part 1: Rename SyncCFRPresenter to HomeCFRPresenter 2022-09-08 01:30:16 +00:00
MickeyMoz b7317d75a3 Update to Android-Components 106.0.20220907220702. 2022-09-08 00:21:35 +00:00
MatthewTighe 1eba8059f2 Closes #26870: remove layer behind wallpaper thumbnails 2022-09-07 23:20:20 +00:00
sarah541 adb7f7d48a For #26731 - First run onboarding updates 2022-09-07 22:36:25 +00:00
sarah541 bd06b626bf For #26867 - Remove feature flag for first run onboarding updates 2022-09-07 21:44:33 +00:00
Noah Bond 0ed40f239a For #26796 - Fix PocketStoriesComposablesPreview 2022-09-07 21:10:50 +00:00
mozilla-l10n-automation-bot 7c1aa011a9
Import l10n. (#26849) 2022-09-07 00:46:52 +00:00
Noah Bond f9380ebaa1 For #26797 - Add optional parameter to customize the background color of ListItemTabLarge 2022-09-06 22:32:44 +00:00
MickeyMoz 509c86b019 Update to Android-Components 106.0.20220906143158. 2022-09-06 18:42:14 +00:00
Noah Bond b1369a5de8 For #26606 - Add backplating to Top Sites 2022-09-06 17:48:02 +00:00
mcarare d4b6babdb0 For #12725: Suppress UnusedMaterial3ScaffoldPaddingParameter warning.
Padding value is not used for placing content.
2022-09-06 16:23:52 +00:00
mcarare bd354385d7 For #12725: Replace removed static "set", "get" methods of ViewTreeSavedStateRegistryOwner.
ViewTreeSavedStateRegistryOwner is retrieved/set with new extension methods.
2022-09-06 16:23:52 +00:00
mcarare bcfd0eb125 For #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.
2022-09-06 16:23:52 +00:00
Mugurell e51ec147c5 For #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.
2022-09-06 12:33:18 +00:00
mozilla-l10n-automation-bot 92f68301bb
Import l10n. (#26828) 2022-09-06 00:39:00 +00:00
MickeyMoz 602910b096 Update to Android-Components 106.0.20220905190143. 2022-09-05 20:41:03 +00:00
MickeyMoz 2399f22303 Update to Android-Components 106.0.20220905143151. 2022-09-05 16:14:02 +00:00
AndiAJ 26a8f02233 For #26286 new home screen UI tests 2022-09-05 10:10:27 +00:00
mozilla-l10n-automation-bot 3d1924eb93
Import l10n. (#26814) 2022-09-05 00:39:53 +00:00
MickeyMoz c7a856240a Update to Android-Components 106.0.20220904143128. 2022-09-04 17:57:11 +00:00
mozilla-l10n-automation-bot 1aa59661b3
Import l10n. (#26806) 2022-09-04 00:34:03 +00:00
MickeyMoz 395ebab7a6 Update to Android-Components 106.0.20220903143150. 2022-09-03 15:34:25 +00:00
MickeyMoz 12b4197b8f Update to Android-Components 106.0.20220903000045. 2022-09-03 01:46:24 +00:00
mozilla-l10n-automation-bot 25fb180af4
Import l10n. (#26799) 2022-09-03 00:58:22 +00:00
Ben Dean-Kawamura fb0ebe4eec Added secret debug menu to override the push server URL (#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.
2022-09-02 18:46:58 +00:00