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

Unsupported block fallback #2063

Merged
merged 78 commits into from
Jun 6, 2020
Merged

Unsupported block fallback #2063

merged 78 commits into from
Jun 6, 2020

Commits on Apr 22, 2020

  1. Receive unsupported block fallback message.

    This is used to display a web view rendering the unsuported block.
    
    At first we might show the full post loading gutenberg-web, but ideally we would show just the requested block.
    etoledom committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b9f4e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e19794b View commit details
    Browse the repository at this point in the history
  3. Implementing replaceBlock listener.

    To replace a single block with the given blocks in HTML code.
    etoledom committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    aee264d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75c6441 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d49be0c View commit details
    Browse the repository at this point in the history
  6. Fix lint issues

    etoledom committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b0b2aa4 View commit details
    Browse the repository at this point in the history
  7. Update gutenberg ref

    etoledom committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    7360901 View commit details
    Browse the repository at this point in the history
  8. Bundle

    etoledom committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    059425a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Update gutenberg ref

    etoledom committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    52d7f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9fea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21144c1 View commit details
    Browse the repository at this point in the history
  4. Update gutenberg ref

    etoledom committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    9a074fa View commit details
    Browse the repository at this point in the history
  5. Revert "Bundle"

    This reverts commit 059425a.
    etoledom committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    58a7a86 View commit details
    Browse the repository at this point in the history
  6. Update gutenberg ref

    etoledom committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f597aba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1444350 View commit details
    Browse the repository at this point in the history
  8. Bundle

    etoledom committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    1785364 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    d4cf849 View commit details
    Browse the repository at this point in the history
  2. Remove ios condition

    marecar3 committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9c3ce08 View commit details
    Browse the repository at this point in the history
  3. Update gutenberg ref

    etoledom committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    b4a2930 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Adding common scripts to inject in Gutenberg Web single block mode

    For unsupported block fallback Web View
    etoledom committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    9888787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af0327 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    4b11299 View commit details
    Browse the repository at this point in the history
  2. Creating GutenbergWebDelegate

    This makes a cleaner comunication with the parent class
    etoledom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    5908934 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10abccb View commit details
    Browse the repository at this point in the history
  4. Fix lint errors

    etoledom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    4ebb245 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b8d17e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5ce912 View commit details
    Browse the repository at this point in the history
  7. Revert "Bundle"

    This reverts commit 1785364.
    etoledom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    6140480 View commit details
    Browse the repository at this point in the history
  8. Bundle

    etoledom committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    40240af View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    e037023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf4e48 View commit details
    Browse the repository at this point in the history
  3. Change strategy to insert block.

    In this way the `isDirty` flag is false if the user has no made any change.
    There are also no undo levels without user changes.
    etoledom committed May 1, 2020
    Configuration menu
    Copy the full SHA
    20bc893 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    b0b8ae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0f990 View commit details
    Browse the repository at this point in the history
  3. Revert "Bundle"

    This reverts commit 40240af.
    etoledom committed May 5, 2020
    Configuration menu
    Copy the full SHA
    0c587b0 View commit details
    Browse the repository at this point in the history
  4. Update gutenberg ref

    etoledom committed May 5, 2020
    Configuration menu
    Copy the full SHA
    d4a5a1d View commit details
    Browse the repository at this point in the history
  5. Update gutenberg ref

    etoledom committed May 5, 2020
    Configuration menu
    Copy the full SHA
    60550dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79fac9e View commit details
    Browse the repository at this point in the history
  7. Update gutenberg ref

    etoledom committed May 5, 2020
    Configuration menu
    Copy the full SHA
    887981c View commit details
    Browse the repository at this point in the history
  8. Fix lint issues

    etoledom committed May 5, 2020
    Configuration menu
    Copy the full SHA
    b089e83 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. fix argument names

    marecar3 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    bdd44b3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    a03f7c8 View commit details
    Browse the repository at this point in the history
  2. Update gutenberg ref

    etoledom committed May 15, 2020
    Configuration menu
    Copy the full SHA
    fb0760a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    080c7dc View commit details
    Browse the repository at this point in the history
  4. Commit Podfile.lock diff

    etoledom committed May 15, 2020
    Configuration menu
    Copy the full SHA
    b1ad6a5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Merge branch 'develop' into unsupported-fallback-spike

    # Conflicts:
    #	gutenberg
    #	ios/Podfile.lock
    marecar3 committed May 19, 2020
    Configuration menu
    Copy the full SHA
    d7c2eeb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Update gutenberg ref

    etoledom committed May 22, 2020
    Configuration menu
    Copy the full SHA
    c8f4e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    386695e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into unsupported-fallback-spike

    # Conflicts:
    #	gutenberg
    marecar3 committed May 22, 2020
    Configuration menu
    Copy the full SHA
    4181834 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Merge branch 'develop' into unsupported-fallback-spike

    # Conflicts:
    #	gutenberg
    #	react-native-gutenberg-bridge/android/src/main/java/org/wordpress/mobile/ReactNativeGutenbergBridge/GutenbergBridgeJS2Parent.java
    #	react-native-gutenberg-bridge/android/src/main/java/org/wordpress/mobile/WPAndroidGlue/WPAndroidGlueCode.java
    marecar3 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    106302e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b2865d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d76005b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    610d818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fff0dc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ade351 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Merge branch 'develop' into unsupported-fallback-spike

    # Conflicts:
    #	gutenberg
    #	ios/Podfile.lock
    marecar3 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    1d25b15 View commit details
    Browse the repository at this point in the history
  2. small fix

    marecar3 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    63308f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66bd63d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48ed5a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e07f4a View commit details
    Browse the repository at this point in the history
  6. Fix Lint issues

    etoledom committed May 27, 2020
    Configuration menu
    Copy the full SHA
    72ac478 View commit details
    Browse the repository at this point in the history
  7. Commit diff on Podfile.lock

    etoledom committed May 27, 2020
    Configuration menu
    Copy the full SHA
    873120c View commit details
    Browse the repository at this point in the history
  8. Clean up inital HTML

    etoledom committed May 27, 2020
    Configuration menu
    Copy the full SHA
    a19b79f View commit details
    Browse the repository at this point in the history
  9. fix lint error

    marecar3 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    c7bf175 View commit details
    Browse the repository at this point in the history
  10. Removed unsupported block

    Removed ip address from config
    marecar3 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    676c970 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'unsupported-fallback-spike' of https://github.com/wordp…

    …ress-mobile/gutenberg-mobile into unsupported-fallback-spike
    
    # Conflicts:
    #	src/initial-html.js
    marecar3 committed May 27, 2020
    Configuration menu
    Copy the full SHA
    873d431 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Merge branch 'develop' into unsupported-fallback-spike

    # Conflicts:
    #	gutenberg
    marecar3 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    0e1ed18 View commit details
    Browse the repository at this point in the history
  2. Remove empty line

    marecar3 committed May 28, 2020
    Configuration menu
    Copy the full SHA
    550c643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4718779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    656c0c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ec1da9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5540ad0 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Update gb reference

    marecar3 committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    81d5293 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into unsupported-fallback-spike

    # Conflicts:
    #	ios/Podfile.lock
    marecar3 committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    f3876a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    336e61a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b27baf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1837d46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08192b7 View commit details
    Browse the repository at this point in the history