sakethpathike / Linkora

the only link utility app you need for Android
MIT License
318 stars 11 forks source link

Auto-saving from copying clipboard #20

Closed AdityaMH closed 3 weeks ago

AdityaMH commented 1 month ago

Add feature that can automatically saving the link when copying. Then stored to default that can moved to folder.

turmoil-preshow commented 1 month ago

Even better would be a button to quickly paste without adding any other option/confirmation (and removing the - button that shows the panels, that should be an option under settings)

sakethpathike commented 1 month ago

Hello, @AdityaMH, I'm going to work on this now. If I understood correctly, whenever you copy a link outside Linkora, it should be auto-saved without manual input. Is that what you're saying?

AdityaMH commented 1 month ago

Hello, @AdityaMH, I'm going to work on this now. If I understood correctly, whenever you copy a link outside Linkora, it should be auto-saved without manual input. Is that what you're saying?

Yeah

sakethpathike commented 3 weeks ago

Hello, @AdityaMH, this cannot be implemented as Android restricts access to the clipboard.

Unless your app is the default input method editor (IME) or is the app that currently has focus, your app cannot access clipboard data on Android 10 or higher.

https://developer.android.com/about/versions/10/privacy/changes#clipboard-data