Skip to content

Commit

Permalink
Add Gallery Block (#1498)
Browse files Browse the repository at this point in the history
* WIP - initial-html.js for gallery testing

* Add parent app media mock for Android

* Update gutenberg reference

* Update gutenberg reference

* Comment out line setting mPendingMediaUploadCallback to null

* Update gutenberg reference

* Generate bundles

* Update gutenberg ref

* Generate bundles

* Generate bundles

* Add some color-studio colors for gallery

* Update gutenberg reference

* Generate bundle

* WIP update ref

* Update gutenberg reference

* Update gutenberg submodule

* Generate bundles

* Add $gray-40 color

* Update gutenberg reference

* Generate bundles

* Update gutenberg reference

* Generate bundles

* Update gutenberg reference

* Generate bundles

* Update gutenberg reference

* Generate bundles

* Update gutenberg reference

* Update gutenberg reference

* Update gutenberg reference

* Update gutenberg reference

* Update gutenberg reference

* Update gutenberg reference

* Update gutenberg reference

* Update gutenberg reference

* Restore demo content

* Restore anonymous implementation of GutenbergBridgeJS2Parent

* Update gutenberg reference

* Generate bundles

* Bump up Aztec version on iOS Example app

* Update gb ref

* Generate bundles

* Update gutenberg ref
  • Loading branch information
mkevins authored and pinarol committed Dec 6, 2019
1 parent 000a15c commit 6573570
Show file tree
Hide file tree
Showing 7 changed files with 1,851 additions and 1,764 deletions.
1,792 changes: 917 additions & 875 deletions bundle/android/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/android/App.js.map

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions bundle/android/strings.xml
Expand Up @@ -33,8 +33,8 @@
<string name="gutenberg_native_double_tap_to_undo_last_change" tools:ignore="UnusedResources">"Double tap to undo last change"</string>
<string name="gutenberg_native_empty" tools:ignore="UnusedResources">"Empty"</string>
<string name="gutenberg_native_failed_to_insert_media_please_tap_for_options" tools:ignore="UnusedResources">"Failed to insert media.\nPlease tap for options."</string>
<string name="gutenberg_native_feature_activated" tools:ignore="UnusedResources">"Feature activated"</string>
<string name="gutenberg_native_feature_deactivated" tools:ignore="UnusedResources">"Feature deactivated"</string>
<!-- translators: accessibility text. %s: gallery caption. -->
<string name="gutenberg_native_gallery_caption_s" tools:ignore="UnusedResources">"Gallery caption. %s"</string>
<string name="gutenberg_native_help_icon" tools:ignore="UnusedResources">"Help icon"</string>
<string name="gutenberg_native_here_is_the_panel_content" tools:ignore="UnusedResources">"Here is the panel content!"</string>
<string name="gutenberg_native_hide_keyboard" tools:ignore="UnusedResources">"Hide keyboard"</string>
Expand All @@ -52,6 +52,8 @@
<string name="gutenberg_native_move_block_up" tools:ignore="UnusedResources">"Move block up"</string>
<!-- translators: accessibility text. %1: current block position (number). %2: next block position (number) -->
<string name="gutenberg_native_move_block_up_from_row_1_s_to_row_2_s" tools:ignore="UnusedResources">"Move block up from row %1$s to row %2$s"</string>
<string name="gutenberg_native_move_image_backward" tools:ignore="UnusedResources">"Move Image Backward"</string>
<string name="gutenberg_native_move_image_forward" tools:ignore="UnusedResources">"Move Image Forward"</string>
<string name="gutenberg_native_my_document_setting_panel" tools:ignore="UnusedResources">"My Document Setting Panel"</string>
<string name="gutenberg_native_my_post_publish_panel" tools:ignore="UnusedResources">"My post publish panel"</string>
<string name="gutenberg_native_my_post_status_info" tools:ignore="UnusedResources">"My post status info"</string>
Expand Down

0 comments on commit 6573570

Please sign in to comment.