Skip to content
This repository was archived by the owner on Nov 12, 2020. It is now read-only.

Sync with wpandroid #474

Open
wants to merge 1,413 commits into
base: develop
Choose a base branch
from
Open

Sync with wpandroid #474

wants to merge 1,413 commits into from

Conversation

malinajirka
Copy link

No description provided.

mkevins and others added 30 commits October 10, 2019 23:10
…ss-Android into issue/8828-Aztec-crash-Android-8

* 'develop' of https://github.com/wordpress-mobile/WordPress-Android: (29 commits)
  Make utils sinletons
  Handle case without a browser
  FluxC hash updated to 1.5.1-beta-3
  Add signup flow name parameter to signup auth email request
  Change FluxC hash to 1.5.1-beta-2
  Update gutenberg-mobile ref to v1.15.0 release
  CircleCI: Bump Orbs to use any 1.0.x version
  Update gutenberg ref
  Update gutenberg ref
  Add NEW_TASK flag to the open file intent
  Update to Aztec v1.3.33, including gutenberg's ref
  Update gutenberg ref
  Update Aztec ref to v1.3.32
  Update RELEASE-NOTES with block editor improvements
  Enable downloads from private sites
  Update gutenberg ref to release 1.15.0
  capitalizeWithLocaleWithoutLint string extension introduced
  Implement specific comparison for LocalOrRemoteId in PostListDiffItemCallback
  Fix staticFieldLeak errors in lint-baseline.xml
  Refresh data on request completed
  ...

# Conflicts:
#	libs/editor/WordPressEditor/build.gradle
#	libs/gutenberg-mobile
…h-Android-8

Disable HW acceleration on Aztec when it crashes on Android 8 - Release Gutenberg to v1.15.1
…ute image preview requests from GB editor to MediaPreviewActivity.
# Conflicts:
#	WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java
marecar3 and others added 21 commits August 25, 2020 22:40
…k-sso-enabled

# Conflicts:
#	libs/gutenberg-mobile
@jkmassel
Copy link

jkmassel commented Oct 8, 2020

Hey @malinajirka – I'm not sure how to meaningfully review this – if it's just a sync it's probably ok? Do we have a way of verifying consistency between the two repos to ensure the sync worked right?

@malinajirka
Copy link
Author

Hi @jkmassel !
I asked a very similar question some time ago - you can find Alex's answer here.

In summary

  • verify that the PR was created with git v2.19.2 or older (history is not broken)
  • if you want to be extra careful, perform the merge yourself and compare the changes - I hope it's not necessary :D

Copy link

@jkmassel jkmassel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see that the history is present, and it looks correct. However, there are files in WordPress-Editor-Android that aren't present in WPAndroid:

WordPressEditor/src/androidTest/java/org.wordpress.android.editor/EditorFragmentTest.java
WordPressEditor/src/main/java/org/wordpress/android/editor/EditorFragment.java

Apart from these two files, the trees are identical. If this seems ok, then it's ok to merge.

@malinajirka
Copy link
Author

Thanks for the review @jkmassel! Nice catch - I've removed the empty files in 4fbef0f.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.