Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: efeat/phaxio-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: phaxio/phaxio-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 34 files changed
  • 3 contributors

Commits on Apr 30, 2018

  1. Merge pull request phaxio#21 from efeat/master

    Add Proxy support
    jnankin authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    922a636 View commit details
    Browse the repository at this point in the history
  2. Create CHANGELOG.md

    jnankin authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    c3d5ca5 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jnankin authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    076470a View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jnankin authored Apr 30, 2018
    Configuration menu
    Copy the full SHA
    d31dcb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Update library to use Phaxio API to use v2.1

    Phaxio has released a new API, so we need to update this client library to
    support those changes. There are three major updates: a new endpoint,
    removing parameters from the fax callback, and moving to HTTP Basic
    Authorization.
    
    1) We're going to use a new endpoint for the library (a different version
    string). Only the tests needed to be rewritten for this change besides
    changing the String in the Phaxio class.
    
    2) The callback example project needed to remove `success`, `is_test`,
    and `direction` from the expected parameters.
    
    3) We needed to move to HTTP Basic Authorization. The RestClient
    accomodated this change, but called it Authentication, so I renamed
    the classes/methods from using the word authentication to authorization,
    and then changed the Phaxio class to use basic auth on the RestClient.
    This necessitated a bunch of changes to the tests that mocked the HTTP
    endpoints which is the majority of the lines in this commit.
    
    Finally, a couple of minor changes: a previous PR didn't space parameters
    in method signatures and calls, so there are a few lines that just adding
    spaces. Secondly, barcodes (an list of objects) and callerName (a String)
    were added the Fax objects in the client and the example project.
    noelherrick committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    acca6b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Merge pull request phaxio#23 from phaxio/22-update-to-api-2-1

    Update library to use Phaxio API to use v2.1
    jnankin authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    bd6d3a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Upgrade Jackson to 2.9.7

    noelherrick committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    84e924d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Correct dependency name and version in README.md

    The library dependency is named `com.phaxio:phaxio-java`, not `com.phaxio:phaxio-client`.
    chutch1122 authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    24d4355 View commit details
    Browse the repository at this point in the history
  2. Merge pull request phaxio#24 from chutch1122/master

    Correct dependency name and version in README.md
    jnankin authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    de04a31 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    78543d6 View commit details
    Browse the repository at this point in the history
  2. Bump POM version

    noelherrick committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    62bf7c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Configuration menu
    Copy the full SHA
    870c3bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request phaxio#27 from phaxio/update-jackson-security-vuln

    Update Jackson dependencies to 2.9.7 due to exploits in example
    noelherrick authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    d29fb82 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Merge pull request phaxio#26 from phaxio/fix-base64-encoding-for-andr…

    …oid-25
    
    Use Apache Commons Codec Base64 methods for Android compatibility
    noelherrick authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    b6d0fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    884f259 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Configuration menu
    Copy the full SHA
    d7710ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request phaxio#28 from phaxio/android-compat

    Updating for Android compatibility
    jnankin authored Mar 11, 2019
    Configuration menu
    Copy the full SHA
    a141a61 View commit details
    Browse the repository at this point in the history
Loading