Skip to content

feat: Add triggeredFromHomeWidget flag to updateWidget on Android #315

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 4 commits into from
May 20, 2025

Conversation

tenhobi
Copy link
Contributor

@tenhobi tenhobi commented Nov 19, 2024

Fixes #314

Adds extra parameter so we can distinguish AppWidgetManager.EXTRA_APPWIDGET_IDS from system vs manual.

Checklist

  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation and added code (documentation) comments where necessary.
  • I have updated/added relevant examples in example or documentation.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

Copy link

docs-page bot commented Nov 19, 2024

To view this pull requests documentation preview, visit the following URL:

docs.page/abausg/home_widget~315

Documentation is deployed and generated using docs.page.

@tenhobi tenhobi changed the title Add isManualUpdate flag to updateWidget feat: Add isManualUpdate flag to updateWidget Nov 19, 2024
Copy link
Owner

@ABausG ABausG left a comment

Choose a reason for hiding this comment

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

Just some minor notes.

@ABausG ABausG changed the title feat: Add isManualUpdate flag to updateWidget feat: Add triggeredFromHomeWidget flag to updateWidget on Android May 20, 2025
@ABausG ABausG merged commit dc2b930 into ABausG:main May 20, 2025
4 of 6 checks passed
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.

Distinguish manual update vs system update of home screen widget
2 participants