KaustubhPatange / XClipper

XClipper is a clipboard manager for Windows & Android which helps to track clipboard activities and makes it easier to interact with them.
https://kaustubhpatange.github.io/XClipper
Apache License 2.0
206 stars 25 forks source link

save clipboard history permanently #76

Open Ben-md5 opened 11 months ago

Ben-md5 commented 11 months ago

Is your feature request related to a problem? now xclipper can just save limited amount of clipboard history,when a new clipboard is copied, the old ones will disappear.(the clipboard history at the bottom of the app) It becames impossible to find the clipboard history several years ago which may contain important messages.

Describe the solution you'd like:

save clipboard history permanently

Describe alternatives you've considered:

save clipboard history permanently

KaustubhPatange commented 11 months ago

I think there is a limit of 100 items in history, after that it starts deleting old ones. Did you reach this limit?

Also have you enabled Synchronization between Windows & Android?

Ben-md5 commented 11 months ago

Yes, I do reach the limit. And I haven't enabled synchronization. The limitation is really annoying. Could you please remove it?🥹

KaustubhPatange commented 11 months ago

Let me check if I can remove it because the last time I did that the whole app started lagging.

RokeJulianLockhart commented 2 months ago

https://github.com/KaustubhPatange/XClipper/issues/76#issuecomment-1760742252

@KaustubhPatange, that's indicative of a more significant problem, then. Perhaps it needs to lazy-load entries, rather than instantiate all 100 entries?