Skip to content

Conversation

@wpmobilebot
Copy link
Contributor

Merging release/26.4 into trunk.

Via intermediate branch merge/release-26.4-into-trunk, to help fix conflicts if any:

                            release/26.4  ----o-- - - -
                                               \
           merge/release-26.4-into-trunk        `---.
                                                     \
                                   trunk  ------------x- - -

wpmobilebot and others added 14 commits November 23, 2025 16:59
* Add editorialized release notes for 26.4

* Update WordPress `PlayStoreStrings.po` for version 26.4

* Update Jetpack `PlayStoreStrings.po` for version 26.4

---------

Co-authored-by: Tony Li <[email protected]>
* Adding a loading spinner to the recommended blogs subscribe button

* Fixing the loading wrong state

* Fixing it for the post details screen

* Fixing blog screen subscription as well

* detekt

* lint fix

* Using suspend function to iterate over cards

* Removing the withContext, but keeping the scope usage

* Some refactoring

* Adding tests

* Update WordPress/src/main/java/org/wordpress/android/ui/reader/views/ReaderSiteHeaderView.java

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>

* Compile fix

* chore: trigger CI

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
* Supporting read and discovery deeplinks

* Fixing discovery issue

* Handling feed links

* Handling search and tags

* Some improvements

* Re-adding deleted code

* Lint fixes

* Adding tests for ReaderActivityLauncher

* Update WordPress/src/main/java/org/wordpress/android/ui/ActivityLauncher.java

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>

* chore: trigger CI

* Supporting the new Calypso banner specs

* Adding some tests

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
* Update editorial release notes

* Update WordPress `PlayStoreStrings.po` for version 26.4

* Update Jetpack `PlayStoreStrings.po` for version 26.4

---------

Co-authored-by: Tony Li <[email protected]>
@wpmobilebot wpmobilebot added the Releases Label related to managing releases label Dec 2, 2025
@wpmobilebot wpmobilebot added this to the 26.5 milestone Dec 2, 2025
@dangermattic
Copy link
Collaborator

1 Message
📖 This PR has the Releases label: some checks will be skipped.

Generated by 🚫 Danger

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 2, 2025

@wpmobilebot
Copy link
Contributor Author

App Icon📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack
FlavorJalapeno
Build TypeDebug
Versionpr22388-451d107
Commit451d107
Direct Downloadjetpack-prototype-build-pr22388-451d107.apk
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor Author

App Icon📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress
FlavorJalapeno
Build TypeDebug
Versionpr22388-451d107
Commit451d107
Direct Downloadwordpress-prototype-build-pr22388-451d107.apk
Note: Google Login is not supported on these builds.

<string name="he_support_new_conversation_content_description">Conversație nouă</string>
<string name="he_support_conversations_title">Conversații cu suportul</string>
<string name="ai_bot_time_weeks_ago">Acum %1$d săptămâni</string>
<string name="ai_bot_time_week_ago">Acum o săptămână</string>

Check failure

Code scanning / Android Lint

Formatting argument types incomplete or inconsistent Error

Inconsistent number of arguments in formatting string ai_bot_time_week_ago; found both 0 here and 1 in values/strings.xml
<string name="ai_bot_time_weeks_ago">Acum %1$d săptămâni</string>
<string name="ai_bot_time_week_ago">Acum o săptămână</string>
<string name="ai_bot_time_days_ago">Acum %1$d zile</string>
<string name="ai_bot_time_day_ago">Acum o zi</string>

Check failure

Code scanning / Android Lint

Formatting argument types incomplete or inconsistent Error

Inconsistent number of arguments in formatting string ai_bot_time_day_ago; found both 0 here and 1 in values/strings.xml
<string name="ai_bot_time_days_ago">Acum %1$d zile</string>
<string name="ai_bot_time_day_ago">Acum o zi</string>
<string name="ai_bot_time_hours_ago">Acum %1$d ore</string>
<string name="ai_bot_time_hour_ago">Acum o oră</string>

Check failure

Code scanning / Android Lint

Formatting argument types incomplete or inconsistent Error

Inconsistent number of arguments in formatting string ai_bot_time_hour_ago; found both 0 here and 1 in values/strings.xml
context.startActivity(intent);
}

public static void viewReaderDiscoverInNewStack(Context context) {

Check notice

Code scanning / Android Lint

Nullable/NonNull annotation missing on method parameter Note

Missing null annotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Releases Label related to managing releases

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants