This repository was archived by the owner on Feb 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Move pixel sender logic into the main view controller #1528
Merged
samsymons
merged 3 commits into
develop
from
sam/move-pixel-tester-logic-out-of-app-delegate
Aug 22, 2023
Merged
Move pixel sender logic into the main view controller #1528
samsymons
merged 3 commits into
develop
from
sam/move-pixel-tester-logic-out-of-app-delegate
Aug 22, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diegoreymendez
approved these changes
Aug 22, 2023
Contributor
diegoreymendez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works perfectly.
samsymons
added a commit
that referenced
this pull request
Aug 22, 2023
Task/Issue URL: https://app.asana.com/0/1199230911884351/1205327173741897/f Tech Design URL: CC: @diegoreymendez Description: This PR fixes a crash on launch that can occur when the app launches outside of the Applications directory.
samsymons
added a commit
that referenced
this pull request
Aug 23, 2023
# By Diego Rey Mendez (7) and others # Via Sam Symons (2) and others * develop: (26 commits) Improve Sync-related database cleaning logic (#1529) Update onboarding-related error states (#1504) Prevents launching our menu agent without an auth code. (#1516) Autofill UI letter icons (#1535) Cleans up some code (#1517) Revert "Autofill Letter Icons" (#1534) Adds remote pre-commit installer, which includes automatic fix for linter (#1369) Autofill Letter Icons (#1475) change context menu for mailto links (#1513) Updates the version to 1.53.1 Updated the embedded files for 1.53.1 Update the phased rollout tester to avoid caching the config (#1520) Require Duck Player scheme URL to be passed from YouTube Overlay User Script (#1519) Add pixels related to Duck Player usage (#1515) only allow error reloads on http(s) urls (#1523) Standardize TDS Loading Error handling (#1524) Move pixel sender logic into the main view controller (#1528) Update the phased rollout tester to avoid caching the config (#1520) Set version to 1.52.3. Move pixel sender logic into the main view controller (#1528) ... # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # DuckDuckGo/AppDelegate/AppDelegate.swift # DuckDuckGo/Common/Localizables/UserText.swift # DuckDuckGo/Common/Utilities/UserDefaultsWrapper.swift
diegoreymendez
pushed a commit
that referenced
this pull request
Aug 24, 2023
Task/Issue URL: https://app.asana.com/0/1199230911884351/1205327173741897/f Tech Design URL: CC: @diegoreymendez Description: This PR fixes a crash on launch that can occur when the app launches outside of the Applications directory.
samsymons
added a commit
that referenced
this pull request
Aug 25, 2023
# By Alexey Martemyanov (2) and others # Via Diego Rey Mendez (1) and GitHub (1) * develop: Update DBP BSK version (#1548) Add DBP package (#1482) disable 2 flaky tests (#1543) Update BSK with autofill 8.2.0 (#1536) iOS InContext Email Protection Signup support (#1419) fix windows repositioned on sleep/display on-off (#1533) Move pixel sender logic into the main view controller (#1528) Updated metadata and rules for 1.53.2 fix saved popup frame applied to new window (#1530) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # DuckDuckGo/Common/Localizables/UserText.swift
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/0/1199230911884351/1205327173741897/f
Tech Design URL:
CC: @diegoreymendez
Description:
This PR fixes a crash on launch that can occur when the app launches outside of the Applications directory.
Steps to test this PR:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation