Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
wordpress-mobile
/
WordPress-Android
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
3.2k
Code
Issues
771
Pull requests
19
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: process GutenbergKit media uploads per the app's media settings
- #23142
#23142
Open
dcalhoun
wants to merge 29 commits into
trunk
wordpress-mobile/WordPress-Android:trunk
from
feat/process-gutenberg-kit-media-uploads
wordpress-mobile/WordPress-Android:feat/process-gutenberg-kit-media-uploads
Copy head branch name to clipboard
Conversation
Commits
29
(29)
Checks
Files changed
Open
feat: process GutenbergKit media uploads per the app's media settings
#23142
dcalhoun
wants to merge 29 commits into
trunk
wordpress-mobile/WordPress-Android:trunk
from
feat/process-gutenberg-kit-media-uploads
wordpress-mobile/WordPress-Android:feat/process-gutenberg-kit-media-uploads
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2026
build: bump GutenbergKit to PR 357 media-upload-delegate snapshot
Show description for 872880b
dcalhoun
and
claude
committed
872880b
View commit details
Copy full SHA for 872880b
Browse repository at this point
feat: expose media optimization prefs and EXIF strip via wrappers
Show description for 663c101
dcalhoun
and
claude
committed
663c101
View commit details
Copy full SHA for 663c101
Browse repository at this point
feat: add GBKMediaUploadProcessor for GutenbergKit media uploads
Show description for b07bf23
dcalhoun
and
claude
committed
b07bf23
View commit details
Copy full SHA for b07bf23
Browse repository at this point
test: cover GBKMediaUploadProcessor decision table
Show description for adca47a
dcalhoun
and
claude
committed
adca47a
View commit details
Copy full SHA for adca47a
Browse repository at this point
feat: wire GBKMediaUploadProcessor into the GutenbergKit editor
Show description for efce127
dcalhoun
and
claude
committed
efce127
View commit details
Copy full SHA for efce127
Browse repository at this point
build: bump WordPress-Utils to the orientation-fix snapshot
Show description for 887c544
dcalhoun
and
claude
committed
887c544
View commit details
Copy full SHA for 887c544
Browse repository at this point
style: suppress ReturnCount on the processor's decision-table methods
Show description for b7ad60e
dcalhoun
and
claude
committed
b7ad60e
View commit details
Copy full SHA for b7ad60e
Browse repository at this point
fix: strip location only from ExifInterface-writable image formats
Show description for bafe277
dcalhoun
and
claude
committed
bafe277
View commit details
Copy full SHA for bafe277
Browse repository at this point
style: drop stale SwallowedException suppression on transcodeVideo
Show description for 149d909
dcalhoun
and
claude
committed
149d909
View commit details
Copy full SHA for 149d909
Browse repository at this point
docs: clarify the processFile plan check is a cache-aware fallback
Show description for b486aa7
dcalhoun
and
claude
committed
b486aa7
View commit details
Copy full SHA for b486aa7
Browse repository at this point
build: bump GutenbergKit to the trunk media-upload snapshot
Show description for f649477
dcalhoun
and
claude
committed
f649477
View commit details
Copy full SHA for f649477
Browse repository at this point
fix: set the media upload delegate before the editor loads
Show description for 5e3ad0f
dcalhoun
and
claude
committed
5e3ad0f
View commit details
Copy full SHA for 5e3ad0f
Browse repository at this point
perf: skip the upload temp copy for files we pass through
Show description for 2a9c583
dcalhoun
and
claude
committed
2a9c583
View commit details
Copy full SHA for 2a9c583
Browse repository at this point
test: cover the handlesFile decision table
Show description for d6db8eb
dcalhoun
and
claude
committed
d6db8eb
View commit details
Copy full SHA for d6db8eb
Browse repository at this point
fix: normalize the upload mime type before the plan check
Show description for 43334af
dcalhoun
and
claude
committed
43334af
View commit details
Copy full SHA for 43334af
Browse repository at this point
fix: fall back to the original video when the transcode cannot start
Show description for 2480d43
dcalhoun
and
claude
committed
2480d43
View commit details
Copy full SHA for 2480d43
Browse repository at this point
fix: label a processed image from its encoded output, not its declared type
Show description for a3aa9ea
dcalhoun
and
claude
committed
a3aa9ea
View commit details
Copy full SHA for a3aa9ea
Browse repository at this point
Commits on Aug 18, 2026
fix: key the video duration limit off the resolved mime type
Show description for bce749e
dcalhoun
and
claude
committed
bce749e
View commit details
Copy full SHA for bce749e
Browse repository at this point
build: pin GutenbergKit to the v0.20.0-alpha.0 release
Show description for fb5f492
dcalhoun
and
claude
committed
fb5f492
View commit details
Copy full SHA for fb5f492
Browse repository at this point
Commits on Aug 19, 2026
fix: scope the upload plan check to free WordPress.com plans
Show description for 383be17
dcalhoun
and
claude
committed
383be17
View commit details
Copy full SHA for 383be17
Browse repository at this point
perf: claim uploads only when processing would read the file
Show description for 7f3da1f
dcalhoun
and
claude
committed
7f3da1f
View commit details
Copy full SHA for 7f3da1f
Browse repository at this point
fix: warn when the media upload delegate arrives after the view
Show description for 78b0577
dcalhoun
and
claude
committed
78b0577
View commit details
Copy full SHA for 78b0577
Browse repository at this point
feat: track video optimization analytics for GutenbergKit transcodes
Show description for b10438d
dcalhoun
and
claude
committed
b10438d
View commit details
Copy full SHA for b10438d
Browse repository at this point
fix: delete the strip-location temp file when the copy fails
Show description for 3e64468
dcalhoun
and
claude
committed
3e64468
View commit details
Copy full SHA for 3e64468
Browse repository at this point
fix: build media URIs from files instead of parsing them as strings
Show description for 08602b5
dcalhoun
and
claude
committed
08602b5
View commit details
Copy full SHA for 08602b5
Browse repository at this point
build: pin wordpress-utils to the PR build with the path decode fix
Show description for 5294b19
dcalhoun
and
claude
committed
5294b19
View commit details
Copy full SHA for 5294b19
Browse repository at this point
fix: satisfy detekt in GBKMediaUploadProcessor
Show description for 3ab55ca
dcalhoun
and
claude
committed
3ab55ca
View commit details
Copy full SHA for 3ab55ca
Browse repository at this point
Commits on Aug 25, 2026
Merge branch 'trunk' into feat/process-gutenberg-kit-media-uploads
dcalhoun
authored
f247250
View commit details
Copy full SHA for f247250
Browse repository at this point
Commits on Aug 26, 2026
docs: correct the upload validation claims in the GBK processor
Show description for 4fade1d
dcalhoun
committed
4fade1d
View commit details
Copy full SHA for 4fade1d
Browse repository at this point
You can’t perform that action at this time.