Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MaikuB/flutter_local_notifications
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: flutter_local_notifications-v17.1.2
Choose a base ref
...
head repository: MaikuB/flutter_local_notifications
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: flutter_local_notifications-v17.2.2
Choose a head ref
  • 16 commits
  • 25 files changed
  • 8 contributors

Commits on Jun 28, 2024

  1. [flutter_local_notifications] Add custom repeat interval - periodical…

    …lyShowWithDuration method (#2197)
    
    * Add interface method with option to pass repeat duration interval
    
    * Add periodicallyShowWithDuration tests
    
    * Implement android logic
    
    * Add logic for iOS devices
    
    * Add logic for macOS devices
    
    * Add doc for method
    
    * addressed linter issues
    
    * removed androidAllowWhileIdle from periodicallyShowWithDuration() and made schedule mode to default to exact
    
    * fixed api docs in platform interface
    
    * updated platform interface with method to validate duration and updated api docs accordingly
    
    * updated periodicallyShowWithDuration to validate duration
    
    * fixed periodicallyShowWithDuration tests after adding duration validation
    
    * fixed macos test
    
    * updated changelog and pubspec of plugin for release
    
    ---------
    
    Co-authored-by: Michael Bui <25263378+MaikuB@users.noreply.github.com>
    mateuszluczak1996 and MaikuB authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    bbf120e View commit details
    Browse the repository at this point in the history
  2. Google Java Format

    github-actions committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0f49b98 View commit details
    Browse the repository at this point in the history
  3. [flutter_local_notifications] added requestFullScreenIntentPermission…

    …() method (#2351)
    
    * added requestFullScreenIntentPermission() method
    
    * Google Java Format
    
    * updated api docs for fullScreenIntent
    
    * updated changelog entry
    
    * Clang Format
    
    ---------
    
    Co-authored-by: github-actions <>
    Co-authored-by: Anka <runner@Mac-1719542533108.local>
    MaikuB and Anka authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    10449eb View commit details
    Browse the repository at this point in the history
  4. Swift Format

    Anka authored and Anka committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fb301c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eae39e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. [various] moved formatting jobs to validate workflow (#2356)

    * updated format workflow to trigger on PRs
    
    * moved format jobs to validate workflow
    MaikuB authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    27e3191 View commit details
    Browse the repository at this point in the history
  2. [flutter_local_notifications] Fix crash on latest Flutter master due …

    …to ambiguous method call (#2355)
    
    * fix crash on latest flutter master
    
    * fix whitespace (I think)
    
    ---------
    
    Co-authored-by: Gray Mackall <mackall@google.com>
    gmackall and Gray Mackall authored Jun 29, 2024
    Configuration menu
    Copy the full SHA
    053ee0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7de98e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    659fddd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 14, 2024

  1. [flutter_local_notification_linux] fixed definition and registration …

    …of Linux implementation (#2371)
    
    * fixed Linux pubspec to specify Linux platform implementation details
    
    * added missing registerWith method
    
    * updated changelog
    MaikuB authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    639a109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    036277c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    ad7f5c3 View commit details
    Browse the repository at this point in the history
  2. [flutter_local_notifications_android] Fix cancel notification with ta…

    …g in action receiver (#2378)
    
    * Cancel notification with tag in action
    
    * Google Java Format
    
    ---------
    
    Co-authored-by: Michael Bui <25263378+MaikuB@users.noreply.github.com>
    Co-authored-by: github-actions <>
    remcoanker and MaikuB committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d83727e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e76dd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c682828 View commit details
    Browse the repository at this point in the history
Loading