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

Supporting cordova-cli@9 or cordova-lib@9 #1034

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

Commits on Mar 27, 2019

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

Commits on Apr 3, 2019

  1. Trying to fix the build

    sagrawal31 committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    08f9b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    609211e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2c57ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    247b6a2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Fixes issues cause by Firebase SDK updates on 5 April 2019 (https://f…

    …irebase.google.com/support/release-notes/android#update_-_april_05_2019) which removed deprecated API features causing Android build failures.
    
    See arnesson#1057
    
    (cherry picked from commit 143f450)
    dpa99c authored and Ankit Kumar Singh committed May 17, 2019
    Configuration menu
    Copy the full SHA
    46a7bd1 View commit details
    Browse the repository at this point in the history
  2. Remove obsolete <service> entry for FirebasePluginInstanceIDService.

    See arnesson#1058 (review)
    
    (cherry picked from commit 25c7a50)
    dpa99c authored and Ankit Kumar Singh committed May 17, 2019
    Configuration menu
    Copy the full SHA
    eee2cfe View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary extra <config-file> block which can lead to race c…

    …ondition
    dpa99c authored and Ankit Kumar Singh committed May 17, 2019
    Configuration menu
    Copy the full SHA
    17eb7c4 View commit details
    Browse the repository at this point in the history
  4. Remove redundant build-extras.gradle

    dpa99c authored and Ankit Kumar Singh committed May 17, 2019
    Configuration menu
    Copy the full SHA
    289706f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from wizpanda/firebase-changes

    Fixes for latest firebase changes
    sagrawal31 authored May 17, 2019
    Configuration menu
    Copy the full SHA
    ad537b6 View commit details
    Browse the repository at this point in the history
  6. 3.0.0

    sagrawal31 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    878a4c5 View commit details
    Browse the repository at this point in the history
  7. Updating README.md

    sagrawal31 committed May 17, 2019
    Configuration menu
    Copy the full SHA
    2333790 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Adding npm version badge.

    sagrawal31 committed May 21, 2019
    Configuration menu
    Copy the full SHA
    385ce85 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Added ability to log js stack trace on android.

    Daniel Stone committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    ffec9e3 View commit details
    Browse the repository at this point in the history
  2. Missed adding file to plugin.xml

    Daniel Stone committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    b674176 View commit details
    Browse the repository at this point in the history
  3. Fixed error if stacktrace is missing data and js bug if stackTrace wa…

    …s undefined.
    Daniel Stone committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    42c66b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

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

Commits on Jun 14, 2019

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

Commits on Jun 17, 2019

  1. Merge pull request #9 from maximilianloy/android-createchannel

    Add createChannel function for Android 0
    sagrawal31 authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    3046ef9 View commit details
    Browse the repository at this point in the history
  2. Formatted the code

    sagrawal31 committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    1911802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8eb565 View commit details
    Browse the repository at this point in the history
  4. 3.1.0

    sagrawal31 committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    06de856 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8ec09f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Configuration menu
    Copy the full SHA
    809d7f5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from distinctdan/master

    Fixed crash logging on iOS, added ability to log JS stack traces.
    sagrawal31 authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    b50e88d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfd4bf6 View commit details
    Browse the repository at this point in the history
  4. 3.2.0

    sagrawal31 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    428f306 View commit details
    Browse the repository at this point in the history
  5. Backward compatibility fixes to support breaking changes released by …

    …Firebase on Jun 17, 2019.
    sagrawal31 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    680ac02 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #14 from wizpanda/firebase-breaking-backward

    Backward compatibility fixes to support breaking changes released by Google Firebase on Jun 17, 2019
    sagrawal31 authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    32f40c7 View commit details
    Browse the repository at this point in the history
  7. 3.3.0

    sagrawal31 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    cd3abfd View commit details
    Browse the repository at this point in the history
  8. First version of changes to make the app build after breaking changes…

    … rolled out by Google on Jun 17, 2019
    sagrawal31 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    92af2ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f72326d View commit details
    Browse the repository at this point in the history
  10. Updating README.md

    sagrawal31 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    0379213 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #13 from wizpanda/google-breaking-changes

    Fix breaking changes released by Google Firebase on Jun 17, 2019
    sagrawal31 authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    bc4cf4e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed019d1 View commit details
    Browse the repository at this point in the history
  13. 4.0.0

    sagrawal31 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    066042f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    65e6925 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5219529 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d968eb View commit details
    Browse the repository at this point in the history
  17. 4.0.1

    sagrawal31 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    688b634 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    6a965f6 View commit details
    Browse the repository at this point in the history
  2. Updating the API doc.

    sagrawal31 committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    03ee4ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d72c302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a1377 View commit details
    Browse the repository at this point in the history
  5. Updating README.

    sagrawal31 committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    70b2c6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #21 from wizpanda/android-fixes

    Merging two logError methods, documentation update and some edge case handling
    sagrawal31 authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    999f666 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from wizpanda/master

    Updating to match master
    distinctdan authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    e4d4dc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    263507e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Merge pull request #22 from distinctdan/master

    Added more docs for passing a stacktrace to logError
    sagrawal31 authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    0d798b5 View commit details
    Browse the repository at this point in the history
  2. 4.1.0

    sagrawal31 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    e60cd91 View commit details
    Browse the repository at this point in the history
  3. Updating CHANGELOG & docs.

    sagrawal31 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    b175b42 View commit details
    Browse the repository at this point in the history
  4. Breaking Change: Moving to CocoaPods to manage Firebase, Crashlytics …

    …& Fabric dependency management for iOS.
    
    This now requires cordova-lib to be minimum 9 and cordova-ios to be minimum 5.0.1.
    
    (A few changes taken from dpa99c@9ae6433#diff-91f698c29d714cf5947fe5e7ae01dbaf)
    sagrawal31 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    818f0cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d4719d View commit details
    Browse the repository at this point in the history
  6. Updating README.

    sagrawal31 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    1e8a384 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b86af91 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #23 from wizpanda/ios-pods

    Using CocoaPods for maintaining Firebase dependencies for iOS
    sagrawal31 authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    08d71bd View commit details
    Browse the repository at this point in the history
  9. 5.0.0

    sagrawal31 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    dcfd859 View commit details
    Browse the repository at this point in the history
  10. Updating README.

    sagrawal31 committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    ebf3191 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    72ee4fc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    f8bfb82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310bbf7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from wizpanda/ios-fixes

    Downgrading Fireabse iOS dependency to 5.x to keep running existing code
    sagrawal31 authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    fe059bf View commit details
    Browse the repository at this point in the history
  4. 5.1.0

    sagrawal31 committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    1a0f3e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. changed const to var

    teknepal committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    dc7f9ad View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Merge pull request #26 from teknepal/fix_ampersand_app_name

    Fix for ampersand in the app name
    sagrawal31 authored Jul 1, 2019
    Configuration menu
    Copy the full SHA
    d4fa7f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1539e4 View commit details
    Browse the repository at this point in the history
  3. Some docs improvement.

    sagrawal31 committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    487f3be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from wizpanda/js-improvement

    JavaScript code improvements & documentation
    sagrawal31 authored Jul 1, 2019
    Configuration menu
    Copy the full SHA
    5b1a526 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1c5774 View commit details
    Browse the repository at this point in the history
  6. 5.1.1

    sagrawal31 committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    19828d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Configuration menu
    Copy the full SHA
    645d5f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb15341 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

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