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: markdevries/sdk-core-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: markdevries/sdk-core-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: opensource-android-fix
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 31 files changed
  • 1 contributor

Commits on Jun 24, 2013

  1. Removed apache dependency and moved apache Base64 classes to core mod…

    …ule, changed servlet-api dependency to provided scope
    kumaravel-jayakumar committed Jun 24, 2013
    Configuration menu
    Copy the full SHA
    54b1b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b993c3c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2013

  1. Updated documentation comments for opensourcing.

    Fixed bug in RESTUtil.java in formatURIPath method, changed if..else ladder to if..elseif ladder
    kumaravel-jayakumar committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    fa8d6b8 View commit details
    Browse the repository at this point in the history
  2. Update document comments.

    Moved request payload of OAuthTokenCredential as protected method and added a setter for uri part
    kumaravel-jayakumar committed Jun 25, 2013
    Configuration menu
    Copy the full SHA
    1aaee59 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2013

  1. Updated developer and javadoc comments, Updated code on JSONFormatter…

    … to include setter for FieldNamingPolicy, Updated RESTUtil with new formatURIPath method
    kumaravel-jayakumar committed Jul 1, 2013
    Configuration menu
    Copy the full SHA
    072e1f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2013

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

Commits on Jul 9, 2013

  1. Update APIContext to hold custom headers, deprecated PayPalResource c…

    …onfigureAndExecute() method that takes headers argument.
    kumaravel-jayakumar committed Jul 9, 2013
    Configuration menu
    Copy the full SHA
    3a1b0a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2013

  1. Update PayPalResource by removing RESTAPICallPreHandlerFactory, Updat…

    …ed document comments
    
    Updated Tokeninfo, Userinfo to call APIContext parameterized method from the other similar method that does not take APIContext object to use headersMap inside APIContext object
    kumaravel-jayakumar committed Jul 12, 2013
    Configuration menu
    Copy the full SHA
    b0e916a View commit details
    Browse the repository at this point in the history
Loading