Skip to content

Conversation

@bornold
Copy link

@bornold bornold commented Sep 10, 2025

No description provided.

mvarendorff2 and others added 22 commits May 8, 2025 19:11
…id (MaikuB#2562)

* WIP

* cleanup

* Address review

* Fix tests and mapping mistake

* chore: fix spelling

* Address review

* chore: Clarify docs on requirement for getting access
…aikuB#2606)

* Remove redundant macos version check

* Rollback to previous dependency versions

* Remove remaining redundant macOS 10.14 checks

* Remove unused structs and method

* removed redundant NSUserNotificationCenterDelegate code

---------

Co-authored-by: blinqipa <blin.qipa@banct.com>
Co-authored-by: Michael Bui <25263378+MaikuB@users.noreply.github.com>
… with current Flutter stable version (3.32) (MaikuB#2640)

* set ndkVersion to align with Flutter's NDK version

* changed android example build task to do release build

* Revert "changed android example build task to do release build"

This reverts commit 621a6cf.

* specify target platforms for example app build

* restrict apk builds to arm64 and x64

* Revert "restrict apk builds to arm64 and x64"

This reverts commit 1161ab7.

* Revert "specify target platforms for example app build"

This reverts commit f16767e.

* updated jvm args to match defaults from Flutter 3.32 apps
…nterface] Exposes `removeAllPendingNotificationRequests` via implementing `cancelAllPendingNotifications()` (MaikuB#2639)

* feat(dart): add cancelAllPendingNotifications API to public plugin interface

* feat(android): implement cancelAllPendingNotifications via AlarmManager

* feat(dart): add cancelAllPendingNotifications API to plugin interface

* test(example): add UI to test cancelAllPendingNotifications manually

* feat(ios): implement cancelAllPendingNotifications using removeAllPendingNotificationRequests()

* feat(macos): implement cancelAllPendingNotifications using removeAllPendingNotificationRequests()

* test: add test codes for android, ios, macos

* fix: dart analyzer line length exceed issue

* fix: add missed symbol

* fix: typo

* test: github actions workflow(ios integration)

* fix: keep consistency of symbol names

* docs: update api docs

* fix: add if-statement to check supported platforms

* fix: remove unnecessary null-check statement
…atform interface release (MaikuB#2641)

* prepare for 9.1.0 platform interface release

* Google Java Format

---------

Co-authored-by: github-actions <>
…e unresolved WinRT symbols (MaikuB#2650)

Without this, Windows builds fail with unresolved external symbol errors
related to WINRT_IMPL_RoGetActivationFactory and RoOriginateLanguageException.

This links the missing `runtimeobject.lib` explicitly as required by MSVC
since newer Windows SDKs no longer link it implicitly.

Tested on:
- Windows 11 + MSVC 2022
- Flutter stable 3.32.6
…aUri for active Android messaging style notification (MaikuB#2661)

* Add dataMimeType and dataUri for Android

* updated example app to read dataMimeType and dataUri of active message style notification

* prepare for 19.4.0 release

---------

Co-authored-by: Matthew Bajorek <matthew.bajorek@matterialize.com>
…2660)

* Add Android SemanticActions

* Use enum

* Fix test

* Invisible actions

* Feedback

* Fix formatting
* cleaned up linter rules

* added changelog entry for semantic actions support
…Android notification actions (MaikuB#2676)

* added null safe handling for invisible Android notification actions

* add step to install Linux dependencies for Android integration tests

* add apt-get update to Linux dependencies installation step

* temporarily disable Android integration tests until fixed
@bornold bornold enabled auto-merge September 10, 2025 06:13
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.

10 participants