Skip to content

Bugix [Content Sharing opt] fix home page activity and File copy to clipboard message #26167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 24, 2025

Conversation

FilippoZazzeroni
Copy link
Collaborator

📜 Tickets

File copied to clipboard

Jira ticket
Github issue

Home page activity with localhost when reader mode active

Jira ticket
Github issue

💡 Description

Bugfix Home page activity showing localhost when sharing a tab in reader mode. Add correct label when copying a pdf to clipboard.

📝 Checklist

You have to check all boxes before merging

  • Filled in the above information (tickets numbers and description of your work)
  • Updated the PR name to follow our PR naming guidelines
  • Wrote unit tests and/or ensured the tests suite is passing
  • When working on UI, I checked and implemented accessibility (minimum Dynamic Text and VoiceOver)
  • If needed, I updated documentation / comments for complex code and public methods
  • If needed, added a backport comment (example @Mergifyio backport release/v120)

@FilippoZazzeroni FilippoZazzeroni requested a review from a team as a code owner April 17, 2025 10:50
@mobiletest-ci-bot
Copy link

mobiletest-ci-bot commented Apr 17, 2025

Messages
📖 Project coverage: 35.95%
📖 Edited 5 files
📖 Created 2 files

Client.app: Coverage: 35.01

File Coverage
ShareManager.swift 83.45%
ShareSheetCoordinator.swift 28.42% ⚠️
HomePageActivity.swift 78.95%

Generated by 🚫 Danger Swift against f5bc62c


private func createSubject(url: URL? = nil,
title: String? = nil) -> HomePageActivity {
return HomePageActivity(url: url, title: title)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trackForMemoryLeaks maybe? Since HomePageActivity is a class

@FilippoZazzeroni FilippoZazzeroni merged commit d1683e3 into main Apr 24, 2025
11 checks passed
@FilippoZazzeroni FilippoZazzeroni deleted the zazz/fix-first-bugs-content-sharing-pt2 branch April 24, 2025 07:14
clarmso pushed a commit that referenced this pull request Apr 24, 2025
…lipboard message (#26167)

* Fix home page activity and add correct label when copying pdf to clipboard

* Fixed tests and removed unused import

---------

Co-authored-by: Filippo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants