Skip to content

Commit

Permalink
Merge pull request #20768 from wordpress-mobile/release/24.8
Browse files Browse the repository at this point in the history
Merge 24.8-rc-3 and editorialized release notes to trunk
  • Loading branch information
oguzkocer authored May 6, 2024
2 parents 951377b + a3f47f9 commit 6c79ab1
Show file tree
Hide file tree
Showing 22 changed files with 1,487 additions and 1,417 deletions.
15 changes: 7 additions & 8 deletions WordPress/jetpack_metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@ msgstr ""
"X-Generator: VsCode\n"
"Project-Id-Version: Jetpack - Apps - Android - Release Notes\n"

msgctxt "release_note_248"
msgid ""
"24.8:\n"
"On the Stats screen, percentages now appear in their correct position for right-to-left language users. Right on.\n"
"\n"
msgstr ""

msgctxt "release_note_247"
msgid ""
"24.7:\n"
"We redesigned the site picker screen. You can now pin your favorite sites, see recently accessed sites, and more. We also removed the ability to show and hide sites.\n"
"(Did we say the word “sites” enough? We think so.)\n"
msgstr ""

msgctxt "release_note_246"
msgid ""
"24.6:\n"
"- We fixed a handful of issues with highlighted text formatting.\n"
"- The app now supports text suggestions that are longer than the visible space in the editor.\n"
"- We changed the infinity symbol to “100%” on the Stats screen. And in that moment, I swear we were 100%.\n"
msgstr ""

#. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
#. translators: Title to be displayed in the Play Store. Limit to 30 characters including spaces and commas!
msgctxt "play_store_app_title"
Expand Down
2 changes: 1 addition & 1 deletion WordPress/jetpack_metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* [*] [Jetpack-only] Fixed percentage numbers direction on Stats for RTL languages [https://github.com/wordpress-mobile/WordPress-Android/pull/20656]
On the Stats screen, percentages now appear in their correct position for right-to-left language users. Right on.

13 changes: 6 additions & 7 deletions WordPress/metadata/PlayStoreStrings.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@ msgstr ""
"X-Generator: VsCode\n"
"Project-Id-Version: Release Notes & Play Store Descriptions\n"

msgctxt "release_note_248"
msgid ""
"24.8:\n"
"April showers bring May flowers, but they unfortunately don’t bring release notes. Stay Juned for the next update.\n"
msgstr ""

msgctxt "release_note_247"
msgid ""
"24.7:\n"
"We redesigned the site picker screen. You can now pin your favorite sites, see recently accessed sites, and more. We also removed the ability to show and hide sites.\n"
"(Did we say the word “sites” enough? We think so.)\n"
msgstr ""

msgctxt "release_note_246"
msgid ""
"24.6:\n"
"- We fixed a handful of issues with highlighted text formatting. We don’t know about you, but that’s the highlight of our week.\n"
"- The app now supports text suggestions that are longer than the visible space in the editor. No crashes—just predictive text, as far as the eye can see.\n"
msgstr ""

#. translators: Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
#. translators: Shorter Release notes for this version to be displayed in the Play Store. Limit to 500 characters including spaces and commas!
msgctxt "sample_post_content"
Expand Down
2 changes: 1 addition & 1 deletion WordPress/metadata/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

April showers bring May flowers, but they unfortunately don’t bring release notes. Stay Juned for the next update.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class EditPostActivity : LocaleAwareActivity(), EditorFragmentActivity, EditorIm
} else {
val title = intent.getStringExtra(Intent.EXTRA_SUBJECT)
val text = intent.getStringExtra(Intent.EXTRA_TEXT)
val content = migrateToGutenbergEditor(AutolinkUtils.autoCreateLinks(text))
val content = migrateToGutenbergEditor(AutolinkUtils.autoCreateLinks(text?:""))
newPostSetup(title, content)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,14 +290,16 @@ private static void requestPost(RestClientUtils restClientUtils, String path, fi
com.wordpress.rest.RestRequest.Listener listener = new RestRequest.Listener() {
@Override
public void onResponse(JSONObject jsonObject) {
ReaderPost post = ReaderPost.fromJson(jsonObject);
new Thread(() -> {
ReaderPost post = ReaderPost.fromJson(jsonObject);

ReaderPostTable.addPost(post);
handlePostLikes(post, jsonObject);

if (requestListener != null) {
requestListener.onSuccess(post.getBlogUrl());
}
}).start();
if (requestListener != null) {
requestListener.onSuccess(post.getBlogUrl());
}
}
};
RestRequest.ErrorListener errorListener = new RestRequest.ErrorListener() {
Expand Down
7 changes: 6 additions & 1 deletion WordPress/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Translation-Revision-Date: 2024-04-24 12:12:40+0000
Translation-Revision-Date: 2024-05-01 22:54:08+0000
Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 99) ? 4 : 5))));
Generator: GlotPress/4.0.1
Language: ar
-->
<resources>
<string name="page_upload_conflict_error">هناك نسخة مراجعة أحدث لهذه الصفحة</string>
<string name="stats_subscribers_subscribers">المشتركون</string>
<string name="stats_subscribers">المشتركون</string>
<string name="editor_updating_content">تحديث المحتوى</string>
<string name="weekly_roundup_notification_text_views_and_comment">كانت لديك الأسبوع الماضي ⁦%1$s⁩ من المشاهدات وتعليق واحد</string>
<string name="weekly_roundup_notification_text_views_and_like">كانت لديك الأسبوع الماضي ⁦%1$s⁩ من المشاهدات وإعجاب واحد</string>
<string name="weekly_roundup_notification_text_views_like_comment">كانت لديك الأسبوع الماضي ⁦%1$s⁩ من المشاهدات وإعجاب واحد وتعليق واحد.</string>
Expand Down Expand Up @@ -59,6 +63,7 @@ Language: ar
<string name="gutenberg_native_copy_error_details">نسخ تفاصيل الخطأ</string>
<string name="gutenberg_native_button_to_copy_post_text">زر نسخ نص التدوينة</string>
<string name="gutenberg_native_button_to_copy_error_details">زر نسخ تفاصيل الخطأ</string>
<string name="editor_updating_content_failed">فشل تحديث المحتوى</string>
<string name="gutenberg_native_video_caption_s_0141bd20">تسمية الفيديو. %s</string>
<string name="gutenberg_native_video_caption_empty_663aab49">تسمية الفيديو. فارغ</string>
<string name="gutenberg_native_edit_video_024aee6d">تحرير الفيديو</string>
Expand Down
Loading

0 comments on commit 6c79ab1

Please sign in to comment.