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

feat(local-notifications): add more info to pending notifications #211

Merged
merged 14 commits into from
Feb 5, 2021

Commits on Jan 21, 2021

  1. [android] add more useful info to getPending

    Joseph Pender committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    7e00d76 View commit details
    Browse the repository at this point in the history
  2. [android] set repeats for schedules set to trigger every x

    Joseph Pender committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    38a1d67 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. [iOS] add more useful info to getPending

    Joseph Pender committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    4a4b73b View commit details
    Browse the repository at this point in the history
  2. Updating LocalNotificationDescriptor interface

    Joseph Pender committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    a49a11a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b81c53 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Rolling back changes to "repeats"

    Joseph Pender committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    19ea78e View commit details
    Browse the repository at this point in the history
  2. reverting changes to LocalNotificationDescriptor, using LocalNotifica…

    …tionSchema in PendingResult
    Joseph Pender committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    a22a8f3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into local-notifications-pending-details

    # Conflicts:
    #	local-notifications/android/src/main/java/com/capacitorjs/plugins/localnotifications/LocalNotification.java
    #	local-notifications/ios/Plugin/LocalNotificationsPlugin.swift
    #	local-notifications/src/web.ts
    Joseph Pender committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    270f9ad View commit details
    Browse the repository at this point in the history
  4. Adding repeats to schedule object instead of notification

    Joseph Pender committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    b8b9703 View commit details
    Browse the repository at this point in the history
  5. [iOS] removing repeats from notification

    Joseph Pender committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    d4fe4f5 View commit details
    Browse the repository at this point in the history
  6. fmt

    Joseph Pender committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    6a0f633 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. [iOS] properly converting extras and schedule to JSObjects

    Joseph Pender committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b8ae588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da0d17c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

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