-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: efeat/phaxio-java
base: master
head repository: phaxio/phaxio-java
compare: master
- 17 commits
- 34 files changed
- 3 contributors
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 922a636 - Browse repository at this point
Copy the full SHA 922a636View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d5ca5 - Browse repository at this point
Copy the full SHA c3d5ca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 076470a - Browse repository at this point
Copy the full SHA 076470aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d31dcb3 - Browse repository at this point
Copy the full SHA d31dcb3View commit details
Commits on Aug 10, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for acca6b6 - Browse repository at this point
Copy the full SHA acca6b6View commit details
Commits on Aug 29, 2018
-
Merge pull request phaxio#23 from phaxio/22-update-to-api-2-1
Update library to use Phaxio API to use v2.1
Configuration menu - View commit details
-
Copy full SHA for bd6d3a7 - Browse repository at this point
Copy the full SHA bd6d3a7View commit details
Commits on Oct 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 84e924d - Browse repository at this point
Copy the full SHA 84e924dView commit details
Commits on Oct 23, 2018
-
Correct dependency name and version in README.md
The library dependency is named `com.phaxio:phaxio-java`, not `com.phaxio:phaxio-client`.
Configuration menu - View commit details
-
Copy full SHA for 24d4355 - Browse repository at this point
Copy the full SHA 24d4355View commit details -
Merge pull request phaxio#24 from chutch1122/master
Correct dependency name and version in README.md
Configuration menu - View commit details
-
Copy full SHA for de04a31 - Browse repository at this point
Copy the full SHA de04a31View commit details
Commits on Nov 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 78543d6 - Browse repository at this point
Copy the full SHA 78543d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bf7c5 - Browse repository at this point
Copy the full SHA 62bf7c5View commit details
Commits on Nov 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 870c3bc - Browse repository at this point
Copy the full SHA 870c3bcView commit details -
Merge pull request phaxio#27 from phaxio/update-jackson-security-vuln
Update Jackson dependencies to 2.9.7 due to exploits in example
Configuration menu - View commit details
-
Copy full SHA for d29fb82 - Browse repository at this point
Copy the full SHA d29fb82View commit details
Commits on Nov 22, 2018
-
Merge pull request phaxio#26 from phaxio/fix-base64-encoding-for-andr…
…oid-25 Use Apache Commons Codec Base64 methods for Android compatibility
Configuration menu - View commit details
-
Copy full SHA for b6d0fa3 - Browse repository at this point
Copy the full SHA b6d0fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 884f259 - Browse repository at this point
Copy the full SHA 884f259View commit details
Commits on Mar 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d7710ac - Browse repository at this point
Copy the full SHA d7710acView commit details -
Merge pull request phaxio#28 from phaxio/android-compat
Updating for Android compatibility
Configuration menu - View commit details
-
Copy full SHA for a141a61 - Browse repository at this point
Copy the full SHA a141a61View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master