mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 06:06:05 +03:00
[PR #1830] [MERGED] Try to find a valid URL when an app shares title+URL stuffed together #1939
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1939
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:process-amazon-share-correctly📝 Commits (1)
bd3b137Try 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 modifyingSendIntent(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:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.