forked from MaikuB/flutter_local_notifications
-
Notifications
You must be signed in to change notification settings - Fork 1
Pulling latest changes #19
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
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
Adds the import statement required for AppDelegate.swift and AppDelegate.m to use FlutterLocalNotificationsPlugin's setPluginRegistrantCallback function.
…aikuB#1791) * update kotlin version so example app will compile * updates for 12.0.3+1 release
…otification actions on Android (MaikuB#1798) * fixes parsing of callback handles for notification actions on Android * Google Java Format Co-authored-by: github-actions <>
…ndroid build (MaikuB#1781) * Upgraded AGP * Moved comment * Fixed example build issues and analysis issues * Updated flutter version constraint * Use a fork of the timezone package * Reverted timezone plugin change * Revert "Reverted timezone plugin change" This reverts commit e876192.
…nd add build tasks that use Flutter 3.0 (MaikuB#1811) * re-add import of dart:typed_data needed for flutter 3 * add example app build tasks for flutter 3.0 where possible
…icit ffi dependency (MaikuB#1812)
…t down chronometer with chronometerCountDown (MaikuB#1778) * Adds ability to count down chronometer with chronometerCountDown * Fix: Api doc correction for chronometerCountDown * Fix: Added 'chronometerCountDown' for unit tests * fix casing used for chronometerCountDown api doc Co-authored-by: Edgars Belevics <> Co-authored-by: Michael Bui <[email protected]>
…oudflare blocking requests (MaikuB#1821)
…cribe callbacks more (MaikuB#1841) * update api docs around initialize to describe callbacks in more depth * bump plugin for 13.0.0 release
…aikuB#1815) * Adapt code to allow inexact notifications on Android * Google Java Format * Change default setting of useInexactMode * Fix unit tests and periodicallyShow options * Change boolean flags to AndroidScheduleType parameter * Add check for exact alarm support in Dart * Export ScheduleType on putlie dart interface * Use specific type adapter for ScheduleType * Rename ScheduleType to ScheduleMode * Add permission exception * Handle permission exception in notification receivers * Fix tests * Google Java Format * Fix fallback schedule mode handling in deserializer Co-authored-by: github-actions <>
* updated cirrus.yml to use m1 macos vms * update iOS runtime used for iOS integration tests * update macos image tags from latest to 14.2 so it is more pinned
…ations (MaikuB#1815)" (MaikuB#1868) This reverts commit 7d4f073.
) * Adapt code to allow inexact notifications on Android * Google Java Format * Change default setting of useInexactMode * Fix unit tests and periodicallyShow options * Change boolean flags to AndroidScheduleType parameter * Add check for exact alarm support in Dart * Export ScheduleType on putlie dart interface * Use specific type adapter for ScheduleType * Rename ScheduleType to ScheduleMode * Add permission exception * Handle permission exception in notification receivers * Fix tests * Google Java Format * Fix fallback schedule mode handling in deserializer * add guard around schedule mode to fix instant notifications not working whe * Google Java Format --------- Co-authored-by: github-actions <> Co-authored-by: Michael Bui <[email protected]>
Co-authored-by: Guy Luz <[email protected]>
…unchDetails variable (MaikuB#1891)
Bumps [xdg_directories](https://github.com/flutter/packages/tree/main/packages) from 0.2.0+3 to 1.0.0. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/xdg_directories-v1.0.0/packages) --- updated-dependencies: - dependency-name: xdg_directories dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As this repository hosts two packages, please ensure the PR title starts with the name of the package that it relates to using square brackets (e.g. [flutter_local_notifications]). The contribution guidelines can be found at https://github.com/MaikuB/flutter_local_notifications/blob/master/CONTRIBUTING.md. Please review this as it contains details on what to follow when submitting a PR.