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

Android customizations #420

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

Android customizations #420

wants to merge 14 commits into from

Commits on Feb 4, 2019

  1. Add Android-specific options

    Now the app can:
    -Set the channel name and description
    -Set the notification subtext
    -Add a "Close" action to the notification, along with customizing the action text and icon
    
    Fixed bugs:
    -Icon is never used if it's in "drawable" rather than "mipmap"
    -Used "Compat" library to make backwards compatibility easier
    Nathan Kerr authored and Nathan Kerr committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    32de5cb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/katzer/cordova-plugin-bac…

    Nathan Kerr authored and Nathan Kerr committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    70495ed View commit details
    Browse the repository at this point in the history
  3. Fix from merge

    Nathan Kerr authored and Nathan Kerr committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    d43e451 View commit details
    Browse the repository at this point in the history
  4. Remove extra lines.

    Nathan Kerr authored and Nathan Kerr committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    167245b View commit details
    Browse the repository at this point in the history
  5. Option to turn off notification timer

    Android notifications have a "how long ago was this notification set" timer.
    
    Now there's an option to turn that off (the default is true, so it's shown, matching current behavior).
    Nathan Kerr authored and Nathan Kerr committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    79e8150 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. function onactivate does no longer exist

    I got the error message that "onactivate" does not exist with the latest HEAD Version. I therefore investigated and found out that since the on() function has been changed, I think this has been forgotten to also be changed in the Java file.
    christophersax-at committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    681e3ca View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

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

Commits on Mar 11, 2019

  1. Merge branch 'master' of github.com:fyayc-chrisat/cordova-plugin-back…

    …ground-mode
    Nathan Kerr authored and Nathan Kerr committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    0e9b950 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Fix to only close the correct app rather than all background-mode apps

    If you had two apps using this plugin running, clicking "Close" on a notification for one would close both.
    Nathan Kerr authored and Nathan Kerr committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    9c88bba View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Fix for iOS 12.2

    Apply fix from katzer#419 (comment)
    TheBosZ committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    c575bec View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    3694ab7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from centogram/master

    Remove Windows platcform from plugin.xml to allow install on cordova >9
    TheBosZ committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    7bef96c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Add permission for Android 28

    Nathan Kerr authored and Nathan Kerr committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    f0c2a98 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Point to new repository

    TheBosZ committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    b5c4682 View commit details
    Browse the repository at this point in the history