Skip to content

fix: allow sharing bug-report logs via non-email apps [WPB-20336]#4641

Merged
Garzas merged 1 commit intodevelopfrom
kubaz/fix/report-bug-share-via-wire
Mar 11, 2026
Merged

fix: allow sharing bug-report logs via non-email apps [WPB-20336]#4641
Garzas merged 1 commit intodevelopfrom
kubaz/fix/report-bug-share-via-wire

Conversation

@Garzas
Copy link
Copy Markdown
Contributor

@Garzas Garzas commented Mar 10, 2026

https://wearezeta.atlassian.net/browse/WPB-20336


PR Submission Checklist for internal contributors

  • The PR Title

    • conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow²
    • contains a reference JIRA issue number like SQPIT-764
    • answers the question: If merged, this PR will: ... ³
  • The PR Description

    • is free of optional paragraphs and you have filled the relevant parts to the best of your ability

What's new in this PR?

Issues

When using Preferences → Fehler melden (Report issue) on Android, logs could not be shared via Wire because Wire was missing from the system share targets.

Causes (Optional)

The bug-report share intent used MIME type message/rfc822, which narrows available targets mostly to email clients.

Solutions

Updated ReportBugDestination to use a generic share MIME type:

  • changed intent type from message/rfc822 to */*
  • added Intent.EXTRA_MIME_TYPES based on actual log file MIME types

This restores visibility of non-email targets (including Wire) in the share chooser.

@Garzas Garzas requested review from saleniuk and sbakhtiarov March 10, 2026 21:00
@Garzas Garzas self-assigned this Mar 10, 2026
@sonarqubecloud
Copy link
Copy Markdown

@Garzas Garzas added this pull request to the merge queue Mar 11, 2026
Merged via the queue into develop with commit acde380 Mar 11, 2026
15 of 16 checks passed
@Garzas Garzas deleted the kubaz/fix/report-bug-share-via-wire branch March 11, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants