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

feat: autolinking for Android with Gradle #258

Merged
merged 51 commits into from
Apr 19, 2019

Commits on Mar 20, 2019

  1. Initial commit

    grabbou committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    f5f6271 View commit details
    Browse the repository at this point in the history
  2. Clean up main entry point

    grabbou committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    9734a8f View commit details
    Browse the repository at this point in the history
  3. Fixes some typos

    orta committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    3ab1c46 View commit details
    Browse the repository at this point in the history
  4. Update configuration

    grabbou committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    703098f View commit details
    Browse the repository at this point in the history
  5. Resolve conflicts

    grabbou committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    4f17675 View commit details
    Browse the repository at this point in the history
  6. update

    grabbou committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    32da7cf View commit details
    Browse the repository at this point in the history
  7. Tweaks to types

    grabbou committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    942db96 View commit details
    Browse the repository at this point in the history
  8. types and tweaks

    grabbou committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    dcb0362 View commit details
    Browse the repository at this point in the history
  9. Save another chunk of work

    grabbou committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    93090f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    4afecc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f947ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4af1cfe View commit details
    Browse the repository at this point in the history
  4. handle null android sourceDir

    Salakar committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    830e929 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Configuration menu
    Copy the full SHA
    505e4d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64f3f5a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. WIP part 2'

    grabbou committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    933512a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9815ff2 View commit details
    Browse the repository at this point in the history
  3. Wip 3: Legacy link config

    grabbou committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    e50001a View commit details
    Browse the repository at this point in the history
  4. Updates

    grabbou committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    2b3e016 View commit details
    Browse the repository at this point in the history
  5. Update name:

    grabbou committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    bfc9ed7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2180a5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7abcaeb View commit details
    Browse the repository at this point in the history
  8. Share root

    grabbou committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    225d739 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    623b643 View commit details
    Browse the repository at this point in the history
  10. Start wrapping it up

    grabbou committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    3c7f36b View commit details
    Browse the repository at this point in the history
  11. Fix some simple flow errors

    grabbou committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    b3cbf3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    db90f50 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Override configuration

    grabbou committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    4b67b8b View commit details
    Browse the repository at this point in the history
  2. Simplify typing changes

    grabbou committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    34224eb View commit details
    Browse the repository at this point in the history
  3. Fix remaining flow errors

    grabbou committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    717687b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50674d7 View commit details
    Browse the repository at this point in the history
  5. Use Joi to validate schema

    grabbou committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    752104b View commit details
    Browse the repository at this point in the history
  6. Read Joi validated config

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

Commits on Mar 28, 2019

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

    grabbou committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    089669b View commit details
    Browse the repository at this point in the history
  3. Simplify code again

    grabbou committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c2c30e7 View commit details
    Browse the repository at this point in the history
  4. Print deprecation warning

    grabbou committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    d71658b View commit details
    Browse the repository at this point in the history
  5. Fix flow

    grabbou committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    5c13c1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a575d6c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. wip

    grabbou committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    7b67f2e View commit details
    Browse the repository at this point in the history
  2. chore: setup e2e tests (react-native-community#264)

    * chore: setup e2e tests
    
    * add flowfixmes
    
    * use test.each
    
    * add docs to install/uninstall
    
    * remove dead code
    thymikee authored and grabbou committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    6005390 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5941d8f View commit details
    Browse the repository at this point in the history
  4. Test for root too

    grabbou committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    8d08a00 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/master' into feat/config

    * origin/master:
      Refactor: Remove eject (react-native-community#275)
      chore: update deps to avoid security warnings (react-native-community#270)
      feat: upgrade envinfo for better output of info command (react-native-community#265)
      [General] [Fixed] - Fixes Xcode 10.2 simulator not found issue (react-native-community#274)
      chore: setup e2e tests (react-native-community#264)
      fix: set project directory to install packages in init command (react-native-community#262)
      fix: pass `--projectRoot` argument to Metro (react-native-community#259)
      feat: Add `eslint` to react native project template. (react-native-community#229)
      feat: Add hint for browser extensions that may break debug (react-native-community#253)
    thymikee committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    b6e97cd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    b5869f6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/react-native-community/re…

    …act-native-cli into feat/config
    
    # Conflicts:
    #	packages/cli/package.json
    #	packages/cli/src/cliEntry.js
    #	packages/cli/src/commands/config/config.js
    #	packages/cli/src/commands/index.js
    #	packages/cli/src/commands/info/__tests__/info.test.js
    #	packages/cli/src/commands/link/getDependencyConfig.js
    #	packages/cli/src/commands/link/getProjectConfig.js
    #	packages/cli/src/commands/link/linkAll.js
    #	packages/cli/src/commands/upgrade/__tests__/upgrade.test.js
    #	packages/cli/src/tools/config/findDependencies.js
    #	packages/cli/src/tools/config/index.js
    #	packages/cli/src/tools/config/readConfigFromDisk.js
    #	packages/cli/src/tools/config/resolveReactNativePath.js
    #	packages/cli/src/tools/config/schema.js
    #	packages/cli/src/tools/errors.js
    #	packages/cli/src/tools/loadMetroConfig.js
    #	packages/cli/src/tools/types.flow.js
    #	yarn.lock
    Salakar committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    6a9ecd2 View commit details
    Browse the repository at this point in the history
  3. move to platform-android

    Salakar committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    5ad00b3 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Salakar committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    a7fb13b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c3c7c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a7115f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    108b873 View commit details
    Browse the repository at this point in the history