Conversation
Generated by 🚫 Danger |
|
| App Name | WordPress | |
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr22390-5f80cc5 | |
| Commit | 5f80cc5 | |
| Direct Download | wordpress-prototype-build-pr22390-5f80cc5.apk |
|
| App Name | Jetpack | |
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr22390-5f80cc5 | |
| Commit | 5f80cc5 | |
| Direct Download | jetpack-prototype-build-pr22390-5f80cc5.apk |
* 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 <tony.li@automattic.com>
* 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 <tony.li@automattic.com>
160ad80 to
0d85daa
Compare
|
This PR merges the tag |
Project manifest changes for WordPressThe following changes in the --- ./build/reports/diff_manifest/WordPress/wordpressVanillaRelease/base_manifest.txt 2025-12-04 02:52:57.385350069 +0000
+++ ./build/reports/diff_manifest/WordPress/wordpressVanillaRelease/head_manifest.txt 2025-12-04 02:53:04.825389416 +0000
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wordpress.android"
android:installLocation="auto"
- android:versionCode="1479"
- android:versionName="26.4-rc-1" >
+ android:versionCode="1481"
+ android:versionName="26.4-rc-3" >
<uses-sdk
android:minSdkVersion="26"
@@ -596,6 +596,62 @@
android:host="wordpress.com"
android:pathPattern="/site-monitoring/.*"
android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:path="/read"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:path="/read"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:path="/discover"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:path="/discover"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/read/feeds/.*"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/read/feeds/.*"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/reader/feeds/.*"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/reader/feeds/.*"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:path="/read/search"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:path="/read/search"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:path="/reader/search"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:path="/reader/search"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/tag/.*"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/tag/.*"
+ android:scheme="http" />
</intent-filter>
</activity-alias> <!-- Custom Wordpress URI Scheme Deep Linking Activity Alias -->
<activity-alias
@@ -683,6 +739,16 @@
android:scheme="http" >
</data>
<data
+ android:host="wordpress.com"
+ android:pathPattern="/reader/feeds/.*/posts/.*"
+ android:scheme="https" >
+ </data>
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/reader/feeds/.*/posts/.*"
+ android:scheme="http" >
+ </data>
+ <data
android:host="wordpress.com"
android:pathPattern="/reader/feeds/.*/posts/.*"
android:scheme="https" >Go to https://buildkite.com/automattic/wordpress-android/builds/24092/canvas?sid=019ae742-319c-4dd3-8924-ca15b4d2b273, click on the |
Project manifest changes for WordPressThe following changes in the --- ./build/reports/diff_manifest/WordPress/jetpackVanillaRelease/base_manifest.txt 2025-12-04 02:52:44.277599865 +0000
+++ ./build/reports/diff_manifest/WordPress/jetpackVanillaRelease/head_manifest.txt 2025-12-04 02:52:51.267610737 +0000
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jetpack.android"
android:installLocation="auto"
- android:versionCode="1479"
- android:versionName="26.4-rc-1" >
+ android:versionCode="1481"
+ android:versionName="26.4-rc-3" >
<uses-sdk
android:minSdkVersion="26"
@@ -233,6 +233,62 @@
android:host="wordpress.com"
android:pathPattern="/site-monitoring/.*"
android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:path="/read"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:path="/read"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:path="/discover"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:path="/discover"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/read/feeds/.*"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/read/feeds/.*"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/reader/feeds/.*"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/reader/feeds/.*"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:path="/read/search"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:path="/read/search"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:path="/reader/search"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:path="/reader/search"
+ android:scheme="http" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/tag/.*"
+ android:scheme="https" />
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/tag/.*"
+ android:scheme="http" />
</intent-filter>
</activity-alias> <!-- Custom Wordpress URI Scheme Deep Linking Activity Alias -->
<activity-alias
@@ -710,6 +766,16 @@
android:scheme="http" >
</data>
<data
+ android:host="wordpress.com"
+ android:pathPattern="/reader/feeds/.*/posts/.*"
+ android:scheme="https" >
+ </data>
+ <data
+ android:host="wordpress.com"
+ android:pathPattern="/reader/feeds/.*/posts/.*"
+ android:scheme="http" >
+ </data>
+ <data
android:host="wordpress.com"
android:pathPattern="/reader/feeds/.*/posts/.*"
android:scheme="https" >Go to https://buildkite.com/automattic/wordpress-android/builds/24092/canvas?sid=019ae742-319c-4b73-a840-d9be17a7ad0a, click on the |
0682739 to
5f80cc5
Compare
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## trunk #22390 +/- ##
==========================================
+ Coverage 39.02% 39.11% +0.08%
==========================================
Files 2203 2203
Lines 106348 106493 +145
Branches 15061 15118 +57
==========================================
+ Hits 41501 41650 +149
+ Misses 61356 61334 -22
- Partials 3491 3509 +18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|





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