Skip to content

Commit ba982f2

Browse files
authored
Merge pull request #20887 from wordpress-mobile/merge/25.0-code-freeze-into-trunk
Merge 25.0 code freeze into trunk
2 parents 8705c78 + 43d3963 commit ba982f2

File tree

6 files changed

+52
-10
lines changed

6 files changed

+52
-10
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+
25.1
4+
-----
5+
6+
37
25.0
48
-----
59
* [*] Fixed a rare crash on Posts List screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20813]
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
- We reorganized the Stats screen to show data about traffic and insights.
2-
- We added a Subscribers tab to show data about site subscribers.
3-
- We removed social subscribers from the Total Followers card.
4-
- Site names and URLs are properly positioned for right-to-left language users.
1+
* [*] Fixed a rare crash on Posts List screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20813]
2+
* [*] Fixed a rare crash on the Login screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20821]
3+
* [*] Fix a crash that occurs when remove a user [https://github.com/wordpress-mobile/WordPress-Android/pull/20837]
4+
* [*] Fixed a rare crash on the featured image confirmation dialog [https://github.com/wordpress-mobile/WordPress-Android/pull/20836]
5+
* [*] Fixed an ANR issue on the Post List screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20833]
6+
* [*] Fixed a crash that occurs with Blogging Reminders [https://github.com/wordpress-mobile/WordPress-Android/pull/20845]
7+
* [*] [internal] Block Editor: Upgrade target sdk version to Android API 34 [https://github.com/wordpress-mobile/WordPress-Android/pull/20841]
8+
* [*] [internal] In-app updates feature [https://github.com/wordpress-mobile/WordPress-Android/pull/20822]
9+
* [**] [Jetpack-only] Reader: Add a new feed dedicated to tags [https://github.com/wordpress-mobile/WordPress-Android/pull/20812]
10+
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
Site names and URLs are now properly positioned for right-to-left language users. Right on.
1+
* [*] Fixed a rare crash on Posts List screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20813]
2+
* [*] Fixed a rare crash on the Login screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20821]
3+
* [*] Fix a crash that occurs when remove a user [https://github.com/wordpress-mobile/WordPress-Android/pull/20837]
4+
* [*] Fixed a rare crash on the featured image confirmation dialog [https://github.com/wordpress-mobile/WordPress-Android/pull/20836]
5+
* [*] Fixed an ANR issue on the Post List screen [https://github.com/wordpress-mobile/WordPress-Android/pull/20833]
6+
* [*] Fixed a crash that occurs with Blogging Reminders [https://github.com/wordpress-mobile/WordPress-Android/pull/20845]
7+
* [*] [internal] Block Editor: Upgrade target sdk version to Android API 34 [https://github.com/wordpress-mobile/WordPress-Android/pull/20841]
8+
* [*] [internal] In-app updates feature [https://github.com/wordpress-mobile/WordPress-Android/pull/20822]
9+

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext {
2525
automatticTracksVersion = '5.0.0'
2626
gutenbergMobileVersion = 'v1.119.0'
2727
wordPressAztecVersion = 'v2.1.3'
28-
wordPressFluxCVersion = 'trunk-e73de8183e0fb435ad2dd01f92ae1063d87601e2'
28+
wordPressFluxCVersion = '2.81.0'
2929
wordPressLoginVersion = '1.15.0'
3030
wordPressPersistentEditTextVersion = '1.0.2'
3131
wordPressUtilsVersion = '3.14.0'

fastlane/resources/values/strings.xml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122

123123
<string name="experimental_badge">&lt;Experimental&gt;</string>
124124

125+
<string name="no_connection_error_title">Unable to load this content right now</string>
126+
<string name="no_connection_error_description">Check your network connection and try again.</string>
127+
125128
<!-- CAB -->
126129
<string name="cab_selected">%d selected</string>
127130

@@ -1710,13 +1713,19 @@
17101713
<string name="reader_dropdown_menu_saved">Saved</string>
17111714
<string name="reader_dropdown_menu_liked">Liked</string>
17121715
<string name="reader_dropdown_menu_automattic">Automattic</string>
1716+
<string name="reader_dropdown_menu_tags">Your Tags</string>
17131717
<string name="reader_dropdown_menu_lists">Lists</string>
17141718
<string name="reader_filter_chip_blog_zero">0 Blogs</string>
17151719
<string name="reader_filter_chip_blog_one">1 Blog</string>
17161720
<string name="reader_filter_chip_blog_other">%d Blogs</string>
17171721
<string name="reader_filter_chip_tag_zero">0 Tags</string>
17181722
<string name="reader_filter_chip_tag_one">1 Tag</string>
17191723
<string name="reader_filter_chip_tag_other">%d Tags</string>
1724+
<string name="reader_announcement_card_title">New in Reader</string>
1725+
<string name="reader_announcement_card_tags_stream_title">Tags stream</string>
1726+
<string name="reader_announcement_card_tags_stream_description">Tap the dropdown at the top and select Tags to access streams from your followed tags.</string>
1727+
<string name="reader_announcement_card_reading_preferences_title">Reading Preferences</string>
1728+
<string name="reader_announcement_card_reading_preferences_description">Choose colors and fonts that suit you. When you’re reading a post tap the AA icon at the top of the screen.</string>
17201729

17211730
<string name="reader_preferences_screen_preview_title">Reading Preferences</string>
17221731
<string name="reader_preferences_screen_preview_tags" translatable="false">reading,colors,fonts</string>
@@ -2139,6 +2148,7 @@
21392148
<string name="reader_discover_display_name">Discover</string>
21402149
<string name="reader_my_likes_display_name">Likes</string>
21412150
<string name="reader_subscribed_display_name">Subscribed</string>
2151+
<string name="reader_tags_display_name">Tags</string>
21422152

21432153
<!-- timespan shown for posts/comments published within the past 60 seconds -->
21442154
<string name="timespan_now" tools:ignore="UnusedResources">now</string>
@@ -2336,6 +2346,18 @@
23362346
<string name="reader_save_posts_locally_dialog_title">Save Posts for Later</string>
23372347
<string name="reader_save_posts_locally_dialog_message">Save this post, and come back to read it whenever you\'d like. It will only be available on this device — saved posts don\'t sync to your other devices.</string>
23382348

2349+
<!-- Reader tags feed -->
2350+
<string name="reader_tags_feed_see_more_from_tag">More from %s</string>
2351+
<string name="reader_tags_feed_error_title">No posts found for %s</string>
2352+
<string name="reader_tags_feed_loading_error_description">We couldn\'t load posts from this tag right now</string>
2353+
<string name="reader_tags_feed_no_content_error_description">We couldn\'t find any posts tagged %s right now</string>
2354+
<string name="reader_tags_feed_error_retry">Retry</string>
2355+
<string name="reader_tags_feed_action_label_open_post">open post</string>
2356+
<string name="reader_tags_feed_action_label_open_blog">open blog</string>
2357+
<string name="reader_tags_feed_action_label_like_post">like post</string>
2358+
<string name="reader_tags_feed_action_label_unlike_post">remove post like</string>
2359+
<string name="reader_tags_feed_action_label_open_menu">open menu</string>
2360+
23392361
<!-- connection bar which appears on main activity when there's no connection -->
23402362
<string name="connectionbar_no_connection">No connection</string>
23412363

@@ -2443,6 +2465,7 @@
24432465
<string name="my_site_bottom_sheet_add_page">Site page</string>
24442466
<string name="my_site_bottom_sheet_add_story">Story post</string>
24452467
<string name="my_site_quick_actions_title">Quick Links</string>
2468+
<string name="my_site_bottom_sheet_add_post_from_audio">Post from audio</string>
24462469

24472470
<string name="jetpack_feature_card_more_menu_item_hide_this" translatable="false">@string/my_site_dashboard_card_more_menu_hide_card</string>
24482471

@@ -4308,8 +4331,6 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
43084331
<string name="blogging_prompts_list_no_prompts">No prompts yet</string>
43094332
<string name="blogging_prompts_list_error_fetch_title">Oops</string>
43104333
<string name="blogging_prompts_list_error_fetch_subtitle">There was an error loading prompts.</string>
4311-
<string name="blogging_prompts_list_error_network_title">Unable to load this content right now</string>
4312-
<string name="blogging_prompts_list_error_network_subtitle">Check your network connection and try again.</string>
43134334

43144335
<!-- Editor module -->
43154336
<string name="post_content" tools:ignore="UnusedResources" a8c-src-lib="module:editor">Content</string>
@@ -4819,6 +4840,9 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
48194840
<string name="login_error_security_key" tools:ignore="UnusedResources" a8c-src-lib="login">There was some trouble with the Security key login</string>
48204841
<string name="notification_security_key_needed" tools:ignore="UnusedResources" a8c-src-lib="login">Please provide your security key to continue.</string>
48214842

4843+
<string name="in_app_update_available">Update downloaded. Restart to apply.</string>
4844+
<string name="in_app_update_restart">Restart</string>
4845+
48224846
<string name="gutenberg_native_alternatively_you_can_flatten_the_content_by_ungrouping_the_block" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Alternatively, you can flatten the content by ungrouping the block.</string>
48234847
<string name="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_the_web_edit" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">For this reason, we recommend editing the block using the web editor.</string>
48244848
<string name="gutenberg_native_for_this_reason_we_recommend_editing_the_block_using_your_web_bro" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">For this reason, we recommend editing the block using your web browser.</string>

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
versionName=24.9
2-
versionCode=1433
1+
versionName=25.0-rc-1
2+
versionCode=1434

0 commit comments

Comments
 (0)