Skip to content

Add latest changes from MaikuB repo #16

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 26 commits into from
Feb 27, 2023
Merged

Conversation

MohammedAbuissa
Copy link

I need the plugin support for android 13, in order to solve the isse that the notifications are disabled by default.

som-R91 and others added 26 commits November 13, 2022 11:34
Adds the import statement required for AppDelegate.swift and AppDelegate.m to use FlutterLocalNotificationsPlugin's setPluginRegistrantCallback function.
…1791)

* update kotlin version so example app will compile

* updates for 12.0.3+1 release
…otification actions on Android (#1798)

* fixes parsing of callback handles for notification actions on Android

* Google Java Format

Co-authored-by: github-actions <>
…ndroid build (#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 (#1811)

* re-add import of dart:typed_data needed for flutter 3

* add example app build tasks for flutter 3.0 where possible
… chronometer with chronometerCountDown (#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]>
…cribe callbacks more (#1841)

* update api docs around initialize to describe callbacks in more depth

* bump plugin for 13.0.0 release
…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
* 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]>
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>
@Yasminehassan26 Yasminehassan26 merged commit da98d39 into blink22:master Feb 27, 2023
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.