-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Merge 15.4 release notes to master #12568
Conversation
…ified-login-interaction-tracking
…arted-flow Rename get started flow
…-for-wordpress-com-login Change source for wordpress_com login
…n-failure-tracking
…ified-login-interaction-tracking
…-failure-tracking Unified login failure tracking
…-interaction-tracking Add click tracking to unified login and signup flow
Merge develop into branch
…mation-screen-tracking Unified Login & Sign-Up: Add tracking to Signup Confirmation screen
…low-tracking-source Unified Login & Sign-Up: Fix tracking source for default login flow
# Conflicts: # WordPress/build.gradle # WordPress/src/main/java/org/wordpress/android/modules/AppComponent.java # WordPress/src/main/java/org/wordpress/android/ui/ActivityLauncher.java # WordPress/src/main/java/org/wordpress/android/ui/accounts/signup/SignupEpilogueFragment.java # WordPress/src/main/java/org/wordpress/android/ui/main/MeFragment.java # WordPress/src/main/java/org/wordpress/android/ui/main/SitePickerAdapter.java # WordPress/src/main/java/org/wordpress/android/util/image/ImageManager.kt # WordPress/src/main/java/org/wordpress/android/util/image/ImagePlaceholderManager.kt # WordPress/src/main/java/org/wordpress/android/util/image/ImageType.kt # WordPress/src/main/res/layout/login_epilogue_sites_listitem.xml # WordPress/src/main/res/layout/site_picker_listitem.xml # WordPress/src/main/res/values-es/strings.xml # build.gradle # libs/utils/WordPressUtils/build.gradle
…ck-event Remove unnecessary click event
…-created-event Signup: Add source property to account creation event
…ed-layout-params-in-aev Updated layout params logic in AEV
…api-results-from-repo RI: Fetch "Interests" tags from ReaderTagRepository
…po-refresh-posts Add fun to support refresh requests
…buttons-issues Prevent LoginEmailFragment from trying to disable nonexistent button when using old layout
…ttom_sheet_x Prepublishing Nudges : Remove the close button from the bottom sheet
…cy-detected-issue Turn off predictive item animations for WrappingLinearLayoutManager
…lls-in-upload-completion-processors Guard for json nulls in upload completion processors
Merge Release/15.3 into develop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just checked the release notes here – I trust everything else is good!! 😄
Generated by 🚫 dangerJS |
Now that we are reading the strings from
develop
, we don't need to merge code freeze tomaster
anymore. However, I don't know if we still need to do it for release notes. I am creating this PR just to be on the safe side.@loremattei could you please confirm that we don't need to do this anymore so I can remove this step from the release scenario?