Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge fullstackreact/react-native-oauth master branch into shalin-jasani/fullstackreact/react-native-oauth master branch #1

Merged
merged 28 commits into from
Sep 10, 2018

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    6925880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c68923 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

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

Commits on Nov 24, 2017

  1. Merge PR 121, fix user agent, fix full screen webview

    Matthieu Bachelier committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    0b8b674 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

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

Commits on Apr 7, 2018

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

Commits on Apr 28, 2018

  1. Configuration menu
    Copy the full SHA
    3949c3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa32136 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

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

Commits on May 8, 2018

  1. Dispatch safariViewController on main queue

    The safariViewController dispatch was occuring on another thread.
    This sometimes caused app crashes when the view was presented,
    in particular if the keyboard had been presented via a TextInput or
    other component. The resulting crash complained about
    _cachedSystemAnimationFence and the main thread. This has been with
    other React Native apps that load a viewController.
    
    Dispatching to present the viewController on the main thread fixes this
    issue.
    stonehippo committed May 8, 2018
    Configuration menu
    Copy the full SHA
    aa31836 View commit details
    Browse the repository at this point in the history
  2. Fix build issue

    stonehippo committed May 8, 2018
    Configuration menu
    Copy the full SHA
    b311024 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Remove deprecated @OverRide

    rgabs authored May 10, 2018
    Configuration menu
    Copy the full SHA
    84517e0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2018

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

Commits on Jun 3, 2018

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

Commits on Jul 29, 2018

  1. Merge pull request #213 from DaikiInaba/master

    Fix error for redefinition of RCTMethodInfo
    auser authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    87c0fe9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from rgabs/patch-2

    Fix: Duplicate RCTMethodInfo while building iOS app
    auser authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    fbabfbb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #208 from rgabs/patch-1

    Remove deprecated @OverRide
    auser authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    786009f View commit details
    Browse the repository at this point in the history
  4. Ignored dist/

    Ari committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    92c81ee View commit details
    Browse the repository at this point in the history
  5. 2.1.16

    Ari committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    0054354 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #207 from stonehippo/master

    Dispatch safariViewController on main queue
    auser authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    ae28d03 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:fullstackreact/react-native-oauth

    * 'master' of github.com:fullstackreact/react-native-oauth:
      Fix build issue
      Dispatch safariViewController on main queue
    Ari committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    4e0f4e3 View commit details
    Browse the repository at this point in the history
  8. Updates

    Ari committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    72acd19 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #203 from Compulsor/master

    Changed if/else statement to avoid React error.
    auser authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    e7ac4a8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #182 from SailingSteve/master

    Fixes for Java/GSON syntax exception and  issue  #142
    auser authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    87786d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    897ba2e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #180 from matiere-noire/master

    Merge PR 121, fix user agent, fix full screen webview
    auser authored Jul 29, 2018
    Configuration menu
    Copy the full SHA
    f1015c2 View commit details
    Browse the repository at this point in the history
  13. 2.1.17

    Ari committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    0b6d001 View commit details
    Browse the repository at this point in the history
  14. 2.1.18

    Ari committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    afaffc9 View commit details
    Browse the repository at this point in the history