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: udacity/Advanced_Android_Development
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: udacity/Advanced_Android_Development
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gh-pages
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 3 files changed
  • 2 contributors

Commits on May 27, 2015

  1. Configuration menu
    Copy the full SHA
    99343e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48fffd View commit details
    Browse the repository at this point in the history
  3. Updating page title

    joannasmith committed May 27, 2015
    Configuration menu
    Copy the full SHA
    8d5e374 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6639042 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

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

Commits on Sep 26, 2015

  1. Update to use own simple-push-demo server.

    udacity-simple-push-demo properly handles the JSON data that we pass to
    the server.
    
    simple-push-demo accepts form input, but the I don't think the server
    correctly generates the "data.<key>" payload items that GCM expects. The
    "data.<key>" format for plain-text messages is noted in the GCM
    documentation here:
    https://developers.google.com/cloud-messaging/http-server-ref#downstream-http-messages-plain-text
    Daniel Mai committed Sep 26, 2015
    Configuration menu
    Copy the full SHA
    4af1f1d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2015

  1. Use jQuery for AJAX call.

    The fetch method is experimental and currently only works with Chrome
    and Firefox. Using jQuery for the POST request makes the fake server
    usable on other browsers as well.
    Daniel Mai committed Oct 20, 2015
    Configuration menu
    Copy the full SHA
    d621b54 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2015

  1. Add error check to avoid project numbers.

    Daniel Mai committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    a963cb5 View commit details
    Browse the repository at this point in the history
  2. Add help icons with tooltip text.

    Daniel Mai committed Dec 31, 2015
    Configuration menu
    Copy the full SHA
    48d6484 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2016

  1. Correct pattern error handling regex.

    Matches all strings except those with only digits.
    Daniel Mai committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    46c12b7 View commit details
    Browse the repository at this point in the history
  2. Display server response to page.

    Daniel Mai committed Jan 1, 2016
    Configuration menu
    Copy the full SHA
    950790b View commit details
    Browse the repository at this point in the history
Loading