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: nathansdev/StackQuery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/QuestionsListing
Choose a base ref
...
head repository: nathansdev/StackQuery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 96 files changed
  • 2 contributors

Commits on Mar 26, 2019

  1. Merge pull request #3 from nathansdev/feature/QuestionsListing

    Questions listing in cards
    nathansdev authored Mar 26, 2019
    Configuration menu
    Copy the full SHA
    992a727 View commit details
    Browse the repository at this point in the history
  2. implementing oauth with stackexchange api

    Sabari committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    5f58b3b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Auth Fixes:

    * added config class for stack api
    * access key and access token for every request added
    * question card views issue fixed
    Sabari committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    07d5c57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from nathansdev/feature/Authentication

    Authentication to StackOverflow API through oauth2.0 implemented.
    nathansdev authored Mar 27, 2019
    Configuration menu
    Copy the full SHA
    5ec4683 View commit details
    Browse the repository at this point in the history
  3. profile page ui implemented.

    Sabari committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    de43268 View commit details
    Browse the repository at this point in the history
  4. Logout and user profile page implemented.

    Sabari committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    ae51ba4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. added app icon

    Sabari committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    9878902 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from nathansdev/feature/profile

    Profile page implemented
    nathansdev authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    f0fdd48 View commit details
    Browse the repository at this point in the history
  3. load more issue fixed

    Sabari committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    56a048a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e85faf7 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    nathansdev authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    0020b3b View commit details
    Browse the repository at this point in the history
  6. recycler items loading issue on swipe fixed.

    Sabari committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    1e78291 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from nathansdev/feature/profile

    Fix: loading on swipe tabs fixed.
    nathansdev authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    e957f51 View commit details
    Browse the repository at this point in the history
  8. added app screen shots

    Sabari committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    43ac9aa View commit details
    Browse the repository at this point in the history
  9. Merge pull request #7 from nathansdev/feature/profile

    added app screen shots
    nathansdev authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    48eee0a View commit details
    Browse the repository at this point in the history
  10. Update README.md

    nathansdev authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6add857 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    nathansdev authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    572e8fb View commit details
    Browse the repository at this point in the history
  12. cookie clear issue fixed.

    Sabari committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    00383e0 View commit details
    Browse the repository at this point in the history
Loading