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

FCM support - v1.1 #660

Merged
merged 25 commits into from
Jun 22, 2024
Merged

FCM support - v1.1 #660

merged 25 commits into from
Jun 22, 2024

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    74b4258 View commit details
    Browse the repository at this point in the history
  2. Fix logger error

    mirkode committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    509dae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8559d6 View commit details
    Browse the repository at this point in the history
  4. Remove notification node from message payload for FCM notifications

    There is a type mismatch between message.notification and message.android.notification. The message.notification only accepts the attributes title, body, and image, whereas message.android.notification holds all the rest of the configuration. So in order to use message.notification along with message.android.notification there would be the need for an additional database field called something like android_configuration
    mirkode committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    8f3cacf View commit details
    Browse the repository at this point in the history
  5. Fix notification handling in fcm/notification.rb

    See rpush#620 for further information
    mirkode committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0279be2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e083a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge branch 'master' into fcm-support-v2

    * master:
      Bump rails-html-sanitizer from 1.4.2 to 1.4.3 (rpush#642)
      Bump rack from 2.2.3 to 2.2.3.1 (rpush#638)
      Stop auto-closing issues
    AnilRh committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b3cb24b View commit details
    Browse the repository at this point in the history
  2. Fix - missing gcm interface

    AnilRh committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    20a3fe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f467bd View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Payload Data Size is now calculated based off the message data attribute

    Priority value is now using 'normal' or 'high' instead of numeric values
    Dry Run option is not implemented so throws an exception
    Mutable Content is not implemented so throws an exception
    AnilRh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    8f662c2 View commit details
    Browse the repository at this point in the history
  2. Adding tests

    AnilRh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3043dd7 View commit details
    Browse the repository at this point in the history
  3. Removing debug line

    AnilRh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0b18e5b View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Adding debug line requested in PR rpush#620

    Get tests working without all the ENV variables
    AnilRh committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fb5d567 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    39040cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from nigimaxx/fcm-support-v2

    Add properties to FCM App to allow operation without env vars
    AnilRh committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6a9e199 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    576b336 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 30, 2024

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

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    a5eccd6 View commit details
    Browse the repository at this point in the history
  2. As the FCM code moves around notification keys, it would be good to h…

    …andle both stirng and symbol keys.
    AnilRh committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4429f85 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. - Calling hook fcm_invalid_device_token if we get an invalid token re…

    …sponse from FCM
    
    - Adding specs for FCM daemon
    - Clarifying error message
    AnilRh committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fd260e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    3fdf3ca View commit details
    Browse the repository at this point in the history
  2. Fixing Logging

    AnilRh committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    06aa50e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Apr 11, 2024

  1. Remove content_available from FCM implementation. It doesn't appear t…

    …o be suported in Android
    AnilRh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4ab0185 View commit details
    Browse the repository at this point in the history