Skip to content

Commit 8f8ccbd

Browse files
authored
Merge pull request #17065 from wordpress-mobile/release/20.6
Merge release/20.6 after code freeze (20.6-rc-1)
2 parents d056c6a + 16d6c1e commit 8f8ccbd

File tree

8 files changed

+35
-17
lines changed

8 files changed

+35
-17
lines changed

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*** PLEASE FOLLOW THIS FORMAT: [<priority indicator, more stars = higher priority>] <description> [<PR URL>]
22

3+
20.7
4+
-----
5+
6+
37
20.6
48
-----
59
* [*] Login: Fix an issue preventing some users to log-in in with email addresses containing a single quote [https://github.com/wordpress-mobile/WordPress-Android/pull/15526]
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
- We added a label in App Settings to show the app’s current interface language.
2-
- We bumped up the screenshot size in the site theme picker to go with high-resolution image previews.
3-
- In the site creation process, we changed the Skip button text from blue to Jetpack green.
1+
* [*] Login: Fix an issue preventing some users to log-in in with email addresses containing a single quote [https://github.com/wordpress-mobile/WordPress-Android/pull/15526]
2+
* [*] Fix a possible crash with themes preloading at the start of Site Creation [https://github.com/wordpress-mobile/WordPress-Android/pull/17022]

WordPress/metadata/release_notes.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
- We added a new label in App Settings to show the app’s current interface language. Shiny.
2-
- Now that the app supports higher-resolution image previews, we bumped up the size of theme screenshots in the site theme picker. No more pixellation, only pixel perfection.
1+
* [*] Login: Fix an issue preventing some users to log-in in with email addresses containing a single quote [https://github.com/wordpress-mobile/WordPress-Android/pull/15526]
2+
* [*] Fix a possible crash with themes preloading at the start of Site Creation [https://github.com/wordpress-mobile/WordPress-Android/pull/17022]
3+
* [*] Show Jetpack banner in search results [https://github.com/wordpress-mobile/WordPress-Android/pull/17028]

WordPress/src/main/java/org/wordpress/android/ui/reader/ReaderPostListFragment.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -507,15 +507,15 @@ public void onCreate(Bundle savedInstanceState) {
507507
private void toggleJetpackBannerIfEnabled(final boolean showIfEnabled, boolean animateOnScroll) {
508508
if (!isAdded() || getView() == null || !isSearching()) return;
509509

510-
if (animateOnScroll) {
511-
RecyclerView scrollView = mRecyclerView.getInternalRecyclerView();
512-
mJetpackBrandingUtils.showJetpackBannerIfScrolledToTop(mJetpackBanner, scrollView);
513-
mJetpackBrandingUtils.setNavigationBarColorForBanner(requireActivity().getWindow());
514-
// Return early since the banner visibility was handled by showJetpackBannerIfScrolledToTop
515-
return;
516-
}
517-
518510
if (mJetpackBrandingUtils.shouldShowJetpackBranding()) {
511+
if (animateOnScroll) {
512+
RecyclerView scrollView = mRecyclerView.getInternalRecyclerView();
513+
mJetpackBrandingUtils.showJetpackBannerIfScrolledToTop(mJetpackBanner, scrollView);
514+
mJetpackBrandingUtils.setNavigationBarColorForBanner(requireActivity().getWindow());
515+
// Return early since the banner visibility was handled by showJetpackBannerIfScrolledToTop
516+
return;
517+
}
518+
519519
if (showIfEnabled && !mDisplayUtilsWrapper.isPhoneLandscape()) {
520520
showJetpackBanner();
521521
} else {

WordPress/src/main/res/values/strings.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4222,5 +4222,9 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
42224222
<string name="gutenberg_native_opacity" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Opacity</string>
42234223
<string name="gutenberg_native_upgrade_your_plan_to_upload_audio" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Upgrade your plan to upload audio</string>
42244224
<string name="gutenberg_native_upgrade_your_plan_to_use_video_covers" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Upgrade your plan to use video covers</string>
4225+
<string name="or_use_password" tools:ignore="UnusedResources" a8c-src-lib="login">Use password to sign in</string>
4226+
<string name="open_mail" tools:ignore="UnusedResources" a8c-src-lib="login">Open Mail</string>
4227+
<string name="login_magic_links_sent_label_short" tools:ignore="UnusedResources" a8c-src-lib="login">Check your email on this device!</string>
4228+
<string name="login_magic_links_email_sent" tools:ignore="UnusedResources" a8c-src-lib="login">We just sent a magic link to</string>
42254229

42264230
</resources>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
ext {
1111
wordPressUtilsVersion = '2.7.0'
12-
wordPressLoginVersion = 'trunk-e11535105725e02dd1e8aa8065314ceb67079278'
12+
wordPressLoginVersion = '0.18.0'
1313
gutenbergMobileVersion = 'v1.81.0'
1414
storiesVersion = '1.4.0'
1515
aboutAutomatticVersion = '0.0.6'
@@ -21,7 +21,7 @@ ext {
2121
coroutinesVersion = '1.5.2'
2222
androidxWorkVersion = "2.7.0"
2323

24-
fluxCVersion = 'trunk-eb1d39ad095c01367af03c4259ab93cda14c675e'
24+
fluxCVersion = '1.50.0'
2525

2626
appCompatVersion = '1.0.2'
2727
androidxCoreVersion = '1.3.2'

fastlane/resources/values/strings.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4205,6 +4205,12 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
42054205
<string name="wp_jetpack_powered">Jetpack powered</string>
42064206
<string name="wp_jetpack_powered_better_with_jetpack">WordPress is better with Jetpack</string>
42074207
<string name="wp_jetpack_powered_features">The new Jetpack app has Stats, Reader, Notifications, and more that make your WordPress better.</string>
4208+
<string name="wp_jetpack_powered_reader_powered_by_jetpack">Reader is powered by Jetpack</string>
4209+
<string name="wp_jetpack_powered_reader_powered_by_jetpack_caption">Find, follow, and like all your favorite sites and posts with Reader, now available in the new Jetpack app.</string>
4210+
<string name="wp_jetpack_powered_stats_powered_by_jetpack">Stats are powered by Jetpack</string>
4211+
<string name="wp_jetpack_powered_stats_powered_by_jetpack_caption">Watch your traffic grow and learn about your audience with redesigned Stats and Insights, now available in the new Jetpack app.</string>
4212+
<string name="wp_jetpack_powered_notifications_powered_by_jetpack">Notifications are powered by Jetpack</string>
4213+
<string name="wp_jetpack_powered_notifications_powered_by_jetpack_caption">Stay informed with realtime updates for new comments, site traffic, security reports and more.</string>
42084214
<string name="wp_jetpack_get_new_jetpack_app">Get the new Jetpack app</string>
42094215
<string name="wp_jetpack_continue_to_reader">Continue to Reader</string>
42104216
<string name="wp_jetpack_continue_to_stats">Continue to Stats</string>
@@ -4216,5 +4222,9 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
42164222
<string name="gutenberg_native_opacity" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Opacity</string>
42174223
<string name="gutenberg_native_upgrade_your_plan_to_upload_audio" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Upgrade your plan to upload audio</string>
42184224
<string name="gutenberg_native_upgrade_your_plan_to_use_video_covers" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Upgrade your plan to use video covers</string>
4225+
<string name="or_use_password" tools:ignore="UnusedResources" a8c-src-lib="login">Use password to sign in</string>
4226+
<string name="open_mail" tools:ignore="UnusedResources" a8c-src-lib="login">Open Mail</string>
4227+
<string name="login_magic_links_sent_label_short" tools:ignore="UnusedResources" a8c-src-lib="login">Check your email on this device!</string>
4228+
<string name="login_magic_links_email_sent" tools:ignore="UnusedResources" a8c-src-lib="login">We just sent a magic link to</string>
42194229

42204230
</resources>

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Mon, 30 Aug 2021 11:48:28 +0200
22

3-
versionName=20.5
4-
versionCode=1262
3+
versionName=20.6-rc-1
4+
versionCode=1263

0 commit comments

Comments
 (0)