Skip to content
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

merge to latest version & fix issues in code review #1

Open
wants to merge 61 commits into
base: windows-impl
Choose a base branch
from

Commits on Feb 11, 2022

  1. Revert "[flutter_local_notifications ] Notification actions for iOS, …

    …macOS, Android (MaikuB#880)" (MaikuB#1477)
    
    This reverts commit 8e1ad8e.
    MaikuB committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    870b8a4 View commit details
    Browse the repository at this point in the history
  2. [flutter_local_notifications] use apply() to save changes to shared p…

    …references (MaikuB#1478)
    
    * use apply to save to shared preferences
    
    * fix grammar and formatting issues in API docs for colorized property
    
    * bump plugin to 9.3.0 and update changelog
    MaikuB committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    0a02eaa View commit details
    Browse the repository at this point in the history
  3. [flutter_local_notifications] remove dart:ffi import (MaikuB#1480)

    * remove dart:ffi import
    
    * fix changelog entry for dart:ffi fix
    MaikuB committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    1feacf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    3561d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e3fe49 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Updated all dependencies in [flutter_local_notifications_linux] to th…

    …e … (MaikuB#1492)
    
    * Updated all dependencies in flutter_local_notifications_linux to the last version
    
    * Reverted back to path dependency version 1.8.0 as it is incompatible with flutter_test
    
    * bump linux plugin version
    
    Co-authored-by: Michael Bui <[email protected]>
    guyluz11 and MaikuB committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    c7428f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. [flutter_local_notifications] fix crash on calling requestPermissions…

    … with default values (MaikuB#1510)
    
    * fix crash on calling requestPermissions with default values
    
    * revert changes to example app
    MaikuB committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a5c4814 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Add ActiveNotification.tag (MaikuB#1513)

    Allows users to fetch an active notification tag.
    
    Closes: MaikuB#1512
    emersion committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    f371695 View commit details
    Browse the repository at this point in the history
  2. 9.4.0 release

    MaikuB committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    2c0b2db View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    8373b64 View commit details
    Browse the repository at this point in the history
  2. added script to run git clean

    MaikuB committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    2558b2e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. [flutter_local_notifications] Throw ArgumentError when trying to init…

    …ialize LocalNotification without per Platform settings (MaikuB#1559)
    
    * change: throw ArgumentError when trying to initialize LocalNotifications without per Platform settings
    
    add: tests
    
    * fix: typo
    
    * change: apply suggested changes
    
    add: new line in the readme
    change: the ArgumentError texts
    change: fix: capitalization of macOs
    change: apply text changes in the integration test
    change: make test case text more obvious
    
    * change: casing of macOS
    
    * formatting api docs per effective dart docs and bump plugin
    
    Co-authored-by: Michael Bui <[email protected]>
    talamaska and MaikuB committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3932f20 View commit details
    Browse the repository at this point in the history
  2. [flutter_local_notifications] DST, function typo, header and newline …

    …consistency in readme (MaikuB#1571)
    
    * DST and function typo
    
    My understanding is that the best way of referring to DST is not "daylight savingS" but "daylight saving", and I put in "time" for completeness for a readme. https://en.wikipedia.org/wiki/Daylight_saving_time
    
    * Linearly changing header levels; consistent newlines
    
    Some headers were level 4 and 5 after a level 2 header, so I bumped them up. I removed extra newlines and added missing ones since most of the doc uses the style of 2 newlines after a header.
    EnduringBeta committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    8d2b0c9 View commit details
    Browse the repository at this point in the history
  3. update api docs referencing daylight savings and include changelog en…

    …try for docs updates
    MaikuB committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    b187373 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    659508f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Add getActiveNotificationMessagingStyle (MaikuB#1541)

    This allows fetching an active notification's MessagingStyleInformation.
    A typical use-case is appending a new Message to a MessagingStyle
    when receiving a push message.
    emersion committed May 3, 2022
    Configuration menu
    Copy the full SHA
    e0fa35a View commit details
    Browse the repository at this point in the history
  2. Google Java Format

    github-actions committed May 3, 2022
    Configuration menu
    Copy the full SHA
    9987a57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9336f4 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    d84739d View commit details
    Browse the repository at this point in the history
  2. bump plugin to 9.5.1

    MaikuB committed May 5, 2022
    Configuration menu
    Copy the full SHA
    28767ed View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. [flutter_local_notifications] fix crash when push notification happen…

    …s on macOS (MaikuB#1590)
    
    * check if plugin should process notification
    
    * Swift Format
    
    * bump to 9.5.2
    
    Co-authored-by: runner <[email protected]>
    MaikuB and runner committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a19c9cd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    621e6ff View commit details
    Browse the repository at this point in the history
  2. bump plugin to 9.5.3

    MaikuB committed May 14, 2022
    Configuration menu
    Copy the full SHA
    330910b View commit details
    Browse the repository at this point in the history
  3. update proguard rules in example app and readme on proguard rules and…

    … onSelectNotification callback (MaikuB#1595)
    MaikuB committed May 14, 2022
    Configuration menu
    Copy the full SHA
    e0387e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. [flutter_local_notifications_linux] Add support for the file path ic…

    …ons (MaikuB#1602)
    
    * Fix warnings on Flutter 3.0.0, upgrade dependencies
    
    * [Linux] Add support for the file path icons
    
    * [Linux] Add the file path icon to the example
    proninyaroslav committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    5e279b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c97e797 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f07ebab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd4d5a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    987ec0c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. [flutter_local_notifications] Documentation: updated dead link (Maiku…

    …B#1641)
    
    * updated "Icon design status bar" link
    
    prev link redirects to material design > 404
    
    * added archived label
    zopagaduanjr committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0b20a45 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. [flutter_local_notifications] show number for Android (MaikuB#1637)

    * add number for Android
    
    * fix test
    
    * match variable name to iOS / macOS
    
    * update example app
    
    * Revert "match variable name to iOS / macOS"
    
    This reverts commit 48fcfc9.
    
    * Revert "update example app"
    
    This reverts commit cd14b6c.
    
    * update API doc
    
    * update sample
    
    * remove unnecessary comments
    katsuyax committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    09e7df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31d47e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    c0192bb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. [flutter_local_notifications] updates how launch intent is read for g…

    …etNotificationAppLaunchDetails (MaikuB#1672)
    
    * updates how launch intent is read for getNotificationAppLaunchDetails
    
    * Google Java Format
    
    Co-authored-by: github-actions <>
    MaikuB committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    66687fd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. [flutter_local_notifications] Add support for Android Tiramisu' `POST…

    …_NOTIFICATIONS` permission (MaikuB#1658)
    
    * implement Android side of `requestPermission`
    
    * implement Flutter side of `requestPermission` and `isPermissionGranted`
    
    * implement Android side of `isPermissionGranted`
    
    * clean up the big switch in `onMethodCall`
    
    * bump Android SDK version in example app's `build.gradle`
    
    * add `android.permission.POST_NOTIFICATIONS` to Manifest
    
    * remove `sourceCompatibility` and `targetCompatibility` which were added by mistake
    
    * remove `isPermissionGranted` – it is the same as `areNotificationsEnabled`
    
    * remove `isPermissionGranted` in Java code
    
    * return `bool` from Android's `requestPermission`
    
    debugging in progress
    
    * fighting
    
    * HAHAHAHAAHAH FIXED
    
    * cleanup
    
    * show whether notifications are enabled
    
    * add flag which prevents crashes when permissions are requested twice
    
    * remove code calling requestPermissions() twice
    
    * fail a `MethodCall` when another permission request is already in progress
    
    * fix grammar in error message when permission request is already in progress
    
    Co-authored-by: Michael Bui <[email protected]>
    bartekpacia and MaikuB committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f13b9b9 View commit details
    Browse the repository at this point in the history
  2. Google Java Format

    github-actions committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d3553c5 View commit details
    Browse the repository at this point in the history
  3. [flutter_local_notifications] add docs on request permission to show …

    …notification on Android (MaikuB#1675)
    
    * add docs on request permission to show notification on Android
    
    * Google Java Format
    
    Co-authored-by: github-actions <>
    MaikuB committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    52af054 View commit details
    Browse the repository at this point in the history
  4. [flutter_local_notifications] updated docs to mention compileSdkVersi…

    …on changes needed for 9.8.0 (MaikuB#1677)
    
    * updated docs to mention compileSdkVersion changes needed for 9.8.0
    
    * fix changelog and mention plugin's compileSdkVersion is now 33
    MaikuB committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    84766b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d795f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. [flutter_local_notifications] Add audioAttributesUsage to Notificatio…

    …nDetails (MaikuB#1649)
    
    * Add audioAttributesUsage to NotificationDetails
    
    Allows users to change  AudioAttributes (https://developer.android.com/reference/android/media/AudioAttributes) to the notification sound
    
    Closes: MaikuB#1519
    
    * Adding null check when reading audioAttributesUsage in FlutterLocalNotificationsPlugin
    
    * Adding missing enum 'notificationRingtone' in AudioAttributesUsage's property, 'values'
    bornold committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    801b6ca View commit details
    Browse the repository at this point in the history
  2. Google Java Format

    github-actions committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    bc5d6ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b707190 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Check permissionRequestInProgress in onRequestPermissionsResult (Maik…

    …uB#1686)
    
    Other flutter plugins permissions requests can end up triggering onRequestPermissionsResult, so only handle callbacks when we're expecting one to be outstanding.
    
    This fixes a `java.lang.IllegalStateException: Reply already submitted` crash.
    nvx committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    c901b4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae832a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. [flutter_local_notifications] Update pub.dev links (MaikuB#1693)

    * Update pub.dev links
    
    Co-authored-by: Daniel Flores Medina <[email protected]>
    
    * Update pubspec.yaml
    
    Co-authored-by: Daniel Flores Medina <[email protected]>
    nohli and Dev-dfm committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    0fff663 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. Implements notifications actions, reworked callbacks getActiveNotific…

    …ations on iOS and macOS, iOS and macOS refactoring and renamed Android error codes (MaikuB#1406)
    
    * Added support for active notifications on iOS (MaikuB#1391)
    
    * Added support for active notifications on iOS
    
    * bump platform interface to 6.0.0-dev.1 for prerelease
    
    Co-authored-by: Michael Bui <[email protected]>
    
    * Google Java Format
    
    * fix version of platform interface
    
    * Swift Format
    
    * update error codes for unsupported os version and existing error codes to lower case
    
    * Swift Format
    
    * update groupKey changelog details
    
    * Clang Format
    
    * bump platform interface dependency used by linux plugin
    
    * bump linux plugin for prerelease
    
    * use dependency overrides for example app
    
    * update text in example app for getActiveNotifications example around unsupported iOS version
    
    * bump main plugin for prerelease
    
    * bump cross-platform facing plugin's dependency on linux plugin
    
    * call apply method for shared preferences editor instead of committing in background via a thread
    
    * fix linux plugin pubspec
    
    * update example to use device_info_plus instead of device_info
    
    * Clang Format
    
    * address linter issues
    
    * refactored iOS and macOS classes
    
    * update readme based on iOS/macOS refactoring and tweaks to docs around actions
    
    * fix section around handling notifications when app is in the foreground for iOS
    
    * updates for pre-release
    
    * add changelog entry on breaking change for refactoring iOS and macOS classes
    
    * bump platform interface dependency
    
    * rename callback for selecting notification action
    
    * rename method invoked from macos when action is selected
    
    * bump linux dependency
    
    * [flutter_local_notifications_linux] Add actions support in Linux (MaikuB#1442)
    
    * Add actions support in Linux
    
    * Update README
    
    * bump versions and changelog for another pre-release
    
    * add git clean script
    
    * add exported flag to ActionBroadcastReceiver
    
    * add keep annotation to NotificationAction
    
    * lookup callback handler after flutter engine is initialised
    
    * fix error where plugin was lookup to the notification action callback and failed to find it as it was doing before the Flutter engine was initialised
    
    * Google Java Format
    
    * remove ActionBroadcastReceiverTest as implementation logic depends on starting Flutter engine
    
    * apply appropriate mutability flag to intents for notification actions to
    
    * Google Java Format
    
    * bump to 10.0.0-dev.8
    
    * bump linux plugin
    
    * avoid trying to process iOS notification responses for notifications not created by the plugin (MaikuB#1509)
    
    * fix completionHandler being called for notifications created outside of the plugin
    
    * Clang Format
    
    * bump to 10.0.0-dev.9
    
    Co-authored-by: runner <[email protected]>
    
    * update requestPermissions on macOS to have non-nullable parameters
    
    * fix default param values on macOS for requestPermissions
    
    * update 10.0.0-dev.9 changelog entry for macOS requestPermissions change
    
    * [flutter_local_notifications] adding ios/macos time sensitive interruption level (MaikuB#1501)
    
    * adding ios/macos time sensitive interruption level
    
    * adding ios/macos time sensitive interruption level
    
    * adding ios/macos time sensitive interruption level
    
    * darwin time sensitive notifications requested changes
    
    * darwin time sensitive notifications requested changes
    
    * fixing accidental revert of requrestPermission bool parameter defaults
    
    * fixing doc comment default value for `requestCriticalPermission`
    
    * Clang Format
    
    * change import used to get access to immutable annotation
    
    * update InterruptionLevel to use a class and be explicit on numeric values
    
    * bump to 10.0.0-dev.10
    
    * fix api docs for InterruptionLevel
    
    * update example app to display groupKey of ActiveNotification
    
    * changelog and version bumps to prep for 10.0.0-dev.11 release
    
    * Reworked callbacks have separate callbacks to deal with foreground and background interactions (MaikuB#1548)
    
    * updated notification callbacks
    
    * update ios plugin code to deal with foreground notification actions
    
    * update notification app launch to process notification responses on ios
    
    * refactor code for extracting notification response dictionary on ios
    
    * update launch notification to be saved as a dictionary
    
    * update app launch notification logic on macos
    
    * rename and refactor notification logic on macos and ios
    
    * revert making didNotificationLaunchApp parameter named
    
    * update android plugin to send foreground event for notification actions
    
    * bump plugin and update changelog
    
    * Google Java Format
    
    * Swift Format
    
    * formatted objective c with clang format
    
    Co-authored-by: github-actions <>
    Co-authored-by: runner <[email protected]>
    
    * update logic on iOS and macOS to set notification categories without querying for existing categories (MaikuB#1549)
    
    * update logic to set notification categories without querying for existing categories
    
    * Swift Format
    
    Co-authored-by: runner <[email protected]>
    
    * add changelog entry on changes to setting notification categories
    
    * clarify notification actions support on Apple's platforms
    
    * updated readme to be more explicit around how to handle when is launched by a notification
    
    * remove reference to the word foreground from notification callback to avoid confusion (MaikuB#1555)
    
    * remove reference to the word foreground from notification callback to avoid confusion
    
    * Clang Format
    
    * add changelog entry for platform interface
    
    * update changelog entries and bump linux plugin
    
    Co-authored-by: runner <[email protected]>
    
    * fix linter issues in linux test class
    
    * bump linux plugin's dependency on platform interface
    
    * bump flutter_local_notifications dependencies on linux plugin and platform interface
    
    * suppress unchecked cast warnings in plugin
    
    * Google Java Format
    
    * bump to 10.0.0-dev.13
    
    * bump to 10.0.0-dev.14
    
    * fix merge issue
    
    * bump to 10.0.0-dev.15
    
    * fix version which should be 10.0.0-dev.14
    
    * fix progress in example app (MaikuB#1600)
    
    * [flutter_local_notifications] removed dependency on ThreeTenBP and use desugaring (MaikuB#1601)
    
    * remove ThreeTenBP and use Java desugaring
    
    * update example to app to use launchUrl instead of deprecated launch method
    
    * bump plugin and update changelog and readme on Gradle setup
    
    * add changelog entry for example app fix
    
    * add gradle setup to toc
    
    * fix version to 10.0.0-dev.14
    
    * update changelog entry on version that it includes from stable release
    
    * remove extra bullet point in 10.0.0-dev.14 changelog entry
    
    * change linux plugin to now be a 1.0.0 pre-release instead
    
    * release 10.0.0-dev.15
    
    * [flutter_local_notifications] add AndroidNotificationCategory to make Android categories more accessible (MaikuB#1609)
    
    * replace Android notification category String to AndroidNotificationCategory class type
    
    * change AndroidNotificationCategory to make use of const properties instead of factory constructors
    
    * add API docs for each Android category
    
    * format categories file
    
    * changed linux notification categories to static const fields instead of factory constructors
    
    * release 10.0.0-dev.16
    
    * fix example app with using the email arrived linux notification category
    
    * release flutter_local_notifications 10.0.0-dev.17
    
    * fix show with actions unit test
    
    * [flutter_local_notifications] Fix MaikuB#1654 (MaikuB#1655)
    
    * fix MaikuB#1654
    
    * Google Java Format
    
    Co-authored-by: github-actions <>
    
    * add comment on why actionInputs has the nullable annotation
    
    * Google Java Format
    
    * release 10.0.0-dev.18
    
    * release flutter_local_notification_linux 1.0.0-dev.3
    
    * fix merge issue
    
    * bump for 10.0.0-dev.19 release
    
    * 10.0.0-dev.20 release
    
    * Google Java Format
    
    * fix unit test for notification actions to check for audioAttributesUsage
    
    * release flutter_local_notifications 10.0.0-dev.21
    
    * bump minimum flutter sdk to 2.8 and minimum dart sdk to 2.15
    
    * update changelog entry when mentioning dbus
    
    * [flutter_local_notification] update document MaikuB#1684 (MaikuB#1692)
    
    update IOS general setup document in flutter_local_notification/README.md
    
    * add annotation to solve tree-shaking issues when dealing with functions using background isolates
    
    * add more details on entry point annotation and wording tweaks to cavaets to using background isolates
    
    * update API docs for onDidReceiveBackgroundNotificationResponse to mention entry point annotation
    
    * remove references to IsolateNameServer APIs
    
    * update docs around callbacks
    
    * fix documentation on getActiveNotifications related code
    
    * update min flutter sdk version of flutter app to 2.8
    
    * clean up example app
    
    * fix issues picked up by linter
    
    * add details on caveat on null notification payload
    
    * update versions for stable release
    
    * update changelog for stable release
    
    * add missing changelog entry for iOS and macOS on request critical notification permissions and specifying interruption level
    
    * add changelog entry on changes done to example app around notification IDs
    
    * remove url_launcher dependency as it's not longer used
    
    * add steps on setting up compile SDK version
    
    * remove excess blank line from changelog
    
    Co-authored-by: morvagergely <[email protected]>
    Co-authored-by: github-actions <>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: Yaroslav Pronin <[email protected]>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: maprohu <[email protected]>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: runner <[email protected]>
    Co-authored-by: Lucas Ribolli <[email protected]>
    Co-authored-by: SungHyun <[email protected]>
    15 people committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    0144fa6 View commit details
    Browse the repository at this point in the history
  2. [flutter_local_notifications] use type safer intent APIs on Android A…

    …PI 33+ (MaikuB#1705)
    
    * fix android deprecation warnings around intent APIs
    
    * Google Java Format
    
    * add suppress warnings annotation
    
    Co-authored-by: github-actions <>
    MaikuB committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    cc9f2f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d829e3 View commit details
    Browse the repository at this point in the history
  4. [flutter_local_notifications] Update timezone (MaikuB#1706)

    * Update timezone
    
    * update changelog and pubspec to add release info
    
    Co-authored-by: Michael Bui <[email protected]>
    nohli and MaikuB committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    0e52442 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    adf9574 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Updated Readme to fix minor typo (MaikuB#1709)

    "Darwom" to "Darwin"
    CalHoll committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e291ba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Crash fix when notification actions is used for foreground service (M…

    …aikuB#1714)
    
    Making NotificationAction Serializable to support  notification actions when notification is started as foreground service
    arnoldlaishram committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    00ebd37 View commit details
    Browse the repository at this point in the history
  2. [flutter_local_notifications] update readme to include details of a F…

    …lutter issue with desugaring enabled on foldable Android devices (MaikuB#1715)
    
    * update readme to include details of a Flutter issue with desugaring and foldable Android devices
    
    * bump to 11.0.1
    
    * reword changelog entry on notification action fix with foreground service
    MaikuB committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    545f27b View commit details
    Browse the repository at this point in the history
  3. [flutter_local_notifications] remove rxDart from example app and remo…

    …ve unused dependency (MaikuB#1717)
    
    * remove unused shared_preferences dependency in example app
    
    * remove use of rxDart in example app
    
    * update changelog on cleaning up example app
    
    * reword changelog entry on example app cleanup to be more clearer
    MaikuB committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    6e342ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48b7e63 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    3fdf27c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d5035c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    168f9ba View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    d2da530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58d987d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa90cdc View commit details
    Browse the repository at this point in the history