[PR #1830] [MERGED] Try to find a valid URL when an app shares title+URL stuffed together #1939

Closed
opened 2026-02-25 23:31:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1830
Author: @andybalaam
Created: 1/15/2025
Status: Merged
Merged: 1/15/2025
Merged by: @marcelklehr

Base: developHead: process-amazon-share-correctly


📝 Commits (1)

  • bd3b137 Try to find a valid URL when an app shares title+URL stuffed together

📊 Changes

1 file changed (+27 additions, -1 deletions)

View changed files

📝 src/ui/views/native/Home.vue (+27 -1)

📄 Description

Fixes #1826 .

Look for a URL at the end of a long string of title+URL passed to us from SendIntent. It's possible a better fix might be available by modifying SendIntent (or even by asking for a fix to the Amazon Shopping app?) but this makes things work as they should, and doesn't do anything if we are given a valid URL, so hopefully can't do much harm even if this is later fixed upstream.

Before:

amazon-share-before

After:

amazon-share-after


🔄 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/floccusaddon/floccus/pull/1830 **Author:** [@andybalaam](https://github.com/andybalaam) **Created:** 1/15/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `process-amazon-share-correctly` --- ### 📝 Commits (1) - [`bd3b137`](https://github.com/floccusaddon/floccus/commit/bd3b1371a6bf3329e960b4b91bddc676ee4e4efa) Try to find a valid URL when an app shares title+URL stuffed together ### 📊 Changes **1 file changed** (+27 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/ui/views/native/Home.vue` (+27 -1) </details> ### 📄 Description Fixes #1826 . Look for a URL at the end of a long string of title+URL passed to us from `SendIntent`. It's possible a better fix might be available by modifying `SendIntent` (or even by asking for a fix to the Amazon Shopping app?) but this makes things work as they should, and doesn't do anything if we are given a valid URL, so hopefully can't do much harm even if this is later fixed upstream. Before: ![amazon-share-before](https://github.com/user-attachments/assets/18ae7738-0a70-4e79-9fa7-0413dc81c99c) After: ![amazon-share-after](https://github.com/user-attachments/assets/80a87318-44ec-4ba4-ae72-f11f78abd8d0) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:17 +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/floccus#1939
No description provided.