[PR #1494] [MERGED] feat(mobile): Add PDF support to share extension #1844

Closed
opened 2026-03-02 11:59:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1494
Author: @codelove77
Created: 5/29/2025
Status: Merged
Merged: 6/1/2025
Merged by: @MohamedBassem

Base: mainHead: pdf-share-extension-pr


📝 Commits (1)

  • e73cf7e feat(mobile): Add PDF support to share extension

📊 Changes

1 file changed (+4 additions, -2 deletions)

View changed files

📝 apps/mobile/app.json (+4 -2)

📄 Description

Summary

  • Add PDF sharing support for both iOS and Android mobile apps
  • Enable users to save PDFs from Files app and other sources directly to Karakeep
  • Maintain existing URL and text sharing functionality

Fixes #1495

Changes

  • iOS: Added kUTTypePDF to share extension supported types
  • Android: Added application/pdf MIME type to intent filters
  • Updated share handling logic to process PDF files alongside existing content types

Test plan

  • iOS: Share URL from Safari
  • iOS: Share PDF from Files app
  • iOS: Verify PDF limitation message in Safari
  • Android: Share URL from Chrome
  • Android: Share PDF from Files app
  • Existing text/image sharing continues to work

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/1494 **Author:** [@codelove77](https://github.com/codelove77) **Created:** 5/29/2025 **Status:** ✅ Merged **Merged:** 6/1/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `pdf-share-extension-pr` --- ### 📝 Commits (1) - [`e73cf7e`](https://github.com/karakeep-app/karakeep/commit/e73cf7e2f9415aeaa48cd05c5a93f461fd335aec) feat(mobile): Add PDF support to share extension ### 📊 Changes **1 file changed** (+4 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/app.json` (+4 -2) </details> ### 📄 Description ## Summary - Add PDF sharing support for both iOS and Android mobile apps - Enable users to save PDFs from Files app and other sources directly to Karakeep - Maintain existing URL and text sharing functionality Fixes #1495 ## Changes - iOS: Added kUTTypePDF to share extension supported types - Android: Added application/pdf MIME type to intent filters - Updated share handling logic to process PDF files alongside existing content types ## Test plan - [x] iOS: Share URL from Safari - [x] iOS: Share PDF from Files app - [x] iOS: Verify PDF limitation message in Safari - [x] Android: Share URL from Chrome - [x] Android: Share PDF from Files app - [x] Existing text/image sharing continues to work 🤖 Generated with [Claude Code](https://claude.ai/code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1844
No description provided.