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

Notification channel capability so sounds will play in android oreo + #1026

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 23, 2018

  1. Merge pull request #1 from arnesson/master

    update to master fork
    markterrill committed May 23, 2018
    Configuration menu
    Copy the full SHA
    517ef7d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    b312b3f View commit details
    Browse the repository at this point in the history
  2. Oreo sound compatibility

    Took a while to figure out an update. Need to use notificationChannel
    for a sound. Have created an app specific notification channel ID as
    well as a sound specific channel name. You apparently can’t update a
    notification channel after its created, using default channel etc just
    meant you used the system default and couldn’t change it.
    markterrill committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    25b1620 View commit details
    Browse the repository at this point in the history
  3. Add Oreo sound notification channel builder

    Oreo requires use of a notification channel. Once a channel is created,
    it can’t be modified (could be deleted but that’s unverified as a good
    idea).
    Consequently you need to create a channel for your app plus sound
    combination and then use that.
    markterrill committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    a3581ac View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

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