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

Resyncs RichText mobile components with web counterparts. #17897

Merged
merged 35 commits into from
Oct 29, 2019

Commits on Oct 11, 2019

  1. Configuration menu
    Copy the full SHA
    ac7c363 View commit details
    Browse the repository at this point in the history
  2. Remove outdated test.

    SergioEstevao committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    679f006 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f52937c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe59886 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Add platform component

    SergioEstevao committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    289bdb8 View commit details
    Browse the repository at this point in the history
  2. Add components depending of platform.

    Only add specific components if we are on the web implementation.
    SergioEstevao committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    f269ea5 View commit details
    Browse the repository at this point in the history
  3. Abstract paste of files for RN and web

    Makes the code for pasting image more abstract in the paste method and
    implement specific translation to HTML depending of the platform.
    SergioEstevao committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    1fda754 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2491bee View commit details
    Browse the repository at this point in the history
  5. Remove RN index file for RichText Wrapper.

    Moved all the specific code to the standard index file, so this file
    is no longer needed.
    SergioEstevao committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    14a37cf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    b2ec21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1d308 View commit details
    Browse the repository at this point in the history
  3. Fix lint errors.

    SergioEstevao committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    cd86c9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3f71d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51dec2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8e7807 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/master' into rnmobile/rich_text_…

    …sync
    
    # Conflicts:
    #	packages/element/src/index.js
    #	packages/element/src/platform.js
    SergioEstevao committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c5167db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53194ff View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Consolidate the file paste handler in a single implementation.

    Created a stub for createBlobURL for native that simple returns the
    original URL.
    SergioEstevao committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    d03b619 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fd2d6c View commit details
    Browse the repository at this point in the history
  3. Remove duplicate files

    ellatrix committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    118d228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    540ccd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdaaff0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa4c573 View commit details
    Browse the repository at this point in the history
  7. Move logging back

    ellatrix committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    07747d6 View commit details
    Browse the repository at this point in the history
  8. Restore comment on logging

    ellatrix committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    9692574 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    345e655 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cc9dab1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b72134 View commit details
    Browse the repository at this point in the history
  12. Fix getAnchorRect call

    SergioEstevao committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    28ef938 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    ce481aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    014c931 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cc0087 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf5ee3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b31067c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

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