Replies: 3 comments 2 replies
-
Very good my friend 😎👍 You can also add an option to automatically convert URLs to services that correct the page preview, for example, instagram.com to ddinstagram.com, twitter.com to fxtwitter.com, etc. |
Beta Was this translation helpful? Give feedback.
-
Can't wait for "Remove texts copied along with links". That change will make this hugely useful on all devices, rather than just ones that don't have native copy links. As for the regex rule changes, it'd also be nice to see a UI that'd let us add custom rules. This could expand the usage far beyond just URLs. Phone numbers, addresses, etc, the extent of custom usages is endless. Great work so far, though my phone supports copying links natively I'm very interested in the Clean URLs option and all else to come! |
Beta Was this translation helpful? Give feedback.
-
Fine, make most things |
Beta Was this translation helpful? Give feedback.
-
Support QR Code with ML Kit.
Clipboard history support.
Publish on F-Droid.
Fix copy link for magnet torrents
magnet:?xt=
.Add built-in regex rules to handle links with parameters after the
?
for correct removal without breaking the link.Monitor and correct parameter removal behavior that causes the loss of protocols in the clean URL, such as
http
orhttps
.Maybe create a utility to check and compare the source link with the result obtained from the cleanup to avoid a broken link result.
Remove texts copied along with links, such as
Check out the promotion for this product: https://market.product
.Code refactor: move regex and built-in filters to separate providers.
Add support for
android.intent.action.PROCESS_TEXT
to receive links for processing.Centralize logic to return the original URL in case of exceptions.
Code refactoring (my addiction :P).
Dropped
Possibility to resolve shortened links by retrieving the hosted link.Direct Access Not Allowed, Go to the shortened page (https://shrinke.me/alias)
.Support copying images to the clipboard.Beta Was this translation helpful? Give feedback.
All reactions