forked from MaikuB/flutter_local_notifications
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 2
 
Flutter local notifications v19.4.1 fork 4 #31
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
          
     Open
      
      
            bornold
  wants to merge
  22
  commits into
  master
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
flutter_local_notifications-v19.4.1-fork-4
  
      
      
   
  
    
  
  
  
 
  
      
    base: master
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          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
    
  
  
    
    …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
…tifications-v19.4.1-fork-4
  
    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.
  
    
  
    
No description provided.