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

Two ReactART TODOs implemented on Android #9486

Closed
wants to merge 34 commits into from

Commits on Aug 5, 2016

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

Commits on Aug 17, 2016

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

Commits on Aug 18, 2016

  1. Merge pull request #1 from facebook/master

    Update from original
    tepamid committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    0ecb47a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Configuration menu
    Copy the full SHA
    9d73091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4733329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    163dcaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b368f4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97dfe1b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2016

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

Commits on Aug 21, 2016

  1. Should be R.string, not R.strings

    Summary:
    Fix regression of rnpm/rnpm-plugin-link#88.
    Closes facebook#9252
    
    Differential Revision: D3680785
    
    fbshipit-source-id: a6ea63295ae8f61b17c0a1b2ca5e6a5f5da7437a
    geof90 authored and grabbou committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    a76dbc5 View commit details
    Browse the repository at this point in the history
  2. Fix params patch

    Summary:
    `this` is a `ReactNativeHost` post RN 0.29, so the current patch doesn't compile. Simply `getResources()` will work for all versions - Post RN 0.29, it will be the method in the outer `MainApplication`, Pre RN 0.29, it will be the method on the `MainActivity`.
    
    grabbou Kureev
    Closes facebook#9381
    
    Differential Revision: D3744162
    
    fbshipit-source-id: 1fa270bb3268b7b40c6160da948d99ff993c83b1
    geof90 authored and grabbou committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    c732ca4 View commit details
    Browse the repository at this point in the history
  3. Use React 15.3.0 instead of 15.3.0-rc.2

    Summary:
    React 15.3.0 was officially released. We especially should try not depend on RCs in RN releases and npm doesn't handle RC versions well.
    Closes facebook#9279
    
    Differential Revision: D3683587
    
    fbshipit-source-id: fc4f8a030769232b7697434a419e1e07e482e308
    ide authored and grabbou committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    be92179 View commit details
    Browse the repository at this point in the history
  4. Unbreak upgrade to React 15.3.0

    fbshipit-source-id: 0373b4dd11895f3b1c76a904a0a59b70aaa845f9
    javache authored and grabbou committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    01c78be View commit details
    Browse the repository at this point in the history
  5. Specify React dependency correctly

    fbshipit-source-id: c25ad1b942e75d9a631134fc277306931c7bc859
    javache authored and grabbou committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    0d5fa74 View commit details
    Browse the repository at this point in the history
  6. Have React only as a peer dependency

    Reviewed By: davidaurelio
    
    Differential Revision: D3683793
    
    fbshipit-source-id: 6ffb8c24e81cfb33b11b9f99d440220287161fb6
    javache authored and grabbou committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    4f5fe81 View commit details
    Browse the repository at this point in the history
  7. [0.32.0] Bump version numbers

    grabbou committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    ff1c6f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2016

  1. Configuration menu
    Copy the full SHA
    ac9622f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dad980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a1de61 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

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

Commits on Aug 25, 2016

  1. Don't clear queue in ProxyExecutor

    Reviewed By: mhorowitz
    
    Differential Revision: D3757216
    
    fbshipit-source-id: 5adda2dcdfb438b65fe668c52e0d2e35705eed9f
    lexs authored and grabbou committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    2a5c9a1 View commit details
    Browse the repository at this point in the history
  2. Bring back missing android command

    Summary:
    Fixes facebook#9312
    
    (Sorry for inconvenience, could've been removed by mistake!)
    
    Bonus: projectName can be configured rather than always defaulting to package.json name, not sure if helpful, but just added it since we have a `default` function that makes sense in this case.
    Closes facebook#9525
    
    Differential Revision: D3753610
    
    Pulled By: bestander
    
    fbshipit-source-id: 641872855b9865502f4055910262686edc4b504e
    grabbou committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    37a05ed View commit details
    Browse the repository at this point in the history
  3. Revert "[0.32.0] Bump version numbers"

    This reverts commit ff1c6f9.
    grabbou committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    fa660c6 View commit details
    Browse the repository at this point in the history
  4. [0.32.0] Bump version numbers

    grabbou committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    96877a0 View commit details
    Browse the repository at this point in the history
  5. Fixes paths to robolectric when they are downloaded from maven into b…

    …uck-out
    
    Reviewed By: mmmulani
    
    Differential Revision: D3751888
    
    fbshipit-source-id: 2a70e8655f3c6e6dcc2de17e85289d9db18a2699
    bestander committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    e721814 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Make sure layout happens after setFrame:forView:

    Reviewed By: majak
    
    Differential Revision: D3682745
    
    fbshipit-source-id: 108ff292aa79765d8e5bb7fc364717eba662c0ea
    javache authored and bestander committed Sep 7, 2016
    3 Configuration menu
    Copy the full SHA
    3a3ecc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a1410a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. Configuration menu
    Copy the full SHA
    1311c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b80730 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

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

Commits on Sep 21, 2016

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

Commits on Oct 12, 2016

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

Commits on Oct 13, 2016

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