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: simonjcarter/JavaSnap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: hatboysam/JavaSnap
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.
  • 10 commits
  • 4 files changed
  • 5 contributors

Commits on Nov 25, 2014

  1. Updated USER_AGENT from my OnePlus One running Android Kitkat 4.4.4.

    This might fix some stuffs but because of the Unirest bug, it wont.
    I will work on this bug later
    jamesst20 committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    3367728 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Configuration menu
    Copy the full SHA
    49f0b2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b2dc4c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

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

Commits on Dec 24, 2014

  1. Typo error in features_map

    jamesst20 committed Dec 24, 2014
    Configuration menu
    Copy the full SHA
    c3c6ece View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. Fix for HTTP 400 (bad request) - add Accept-Language and Accept-Local…

    …e headers to request.
    Oscar Berry committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    ef5f821 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hatboysam#36 from kimoi/master

    Fix for HTTP 400 (bad request) - add Accept-Language and Accept-Locale h...
    jamesst20 committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    9d868f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. Fixed Maven Build Command

    The readme was incorrectly telling people to build javasnap with:
        mvn clean compile assembly:assembly
    
    this is not only depricated (assembly:single is now the accepted), but not used after the switch to shade. 
    Added correct build command using shade:
        mvn clean compile package
    tristan-smith committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    b137adf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. Merge pull request hatboysam#47 from triple-take/master

    Fixed Maven Build Command
    jamesst20 committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    74a03c7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Update README.md

    hatboysam authored May 6, 2018
    Configuration menu
    Copy the full SHA
    d06419e View commit details
    Browse the repository at this point in the history
Loading