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

Push Notification - iOS & Android Updates! (Now includes FCM - Fuse 1.10+) #1220

Merged
merged 10 commits into from
Jul 30, 2019

Commits on Sep 30, 2018

  1. Updated Push Notifications

    27 Sep - iOS & Android: Push Notification Fixes + Features
    Android
    Fixes
    
    - Added default Notification Channel, so won't have to compile for API 25 to get push notifications working.
    - Can configure the default channel name via unoconfig
    Features
    
    - Added setting of icon color / app name
    - Can set color via unoconfig & notification payload
    - Added the ability to hide the title via unoconfig
    
    iOS
    Fixes
    
    - Explicitly ask for permission so notifications won't be silent
    - Updated version check
    
    Feature
    
    - Added function to get whether or not the user has push notifications turned on or off
    
    28 Sep - Added Push Notification Features
    
    Android
    - Notification Category
    - Notification Color
    - Notification Lockscreen Visibility
    - Notification Priority
    - Notification Sound
    - No Title Style
    
    Android 8+
    - Notification Channel
    - Nofitication Channel Group
    - Notification Channel Importance
    - Notification Channel Lockscreen Visibility
    - Notification Channel Light Color
    - Notification Channel Sound
    - Notification Channel Show Badge
    - Notification Channel Vibration
    - Notification Badge Number
    - Notification Badge Icon Type
    
    1 Oct - Added documentation for how to implement the new android push notification features in fuse
    AndrewEQ committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    d5aad62 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

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

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    8a3f4df View commit details
    Browse the repository at this point in the history
  2. Updated Android from GCM to FCM!

    - updated android gcm components with fcm components
    - added function to update token if refreshed
    - updated play services detection
    - updated MapView dependency (its too old)
    - updated color & lightcolor to allow for with or without #
    AndrewEQ committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    1c3d522 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Fixed Rename Typo

    AndrewEQ committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    2ae287e View commit details
    Browse the repository at this point in the history
  2. Part2 of Rename typo

    AndrewEQ committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    cab42eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49e1868 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Fixes

    API Compatibility and auto included file for android to find.
    AndrewEQ committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    1792c48 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Push Notifications Registration Fix for iOS 8-9

    Fix for iOS 8-9 push notifications
    AndrewEQ committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    92bfbaa View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

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