HeliBoard icon indicating copy to clipboard operation
HeliBoard copied to clipboard

Clipboard Retention After Shutdown / Restart

Open mitchwalton opened this issue 1 year ago • 7 comments

Is your feature request related to a problem? Please describe.

No. However, it makes way more since for the clipboard history to retain after a restart / shutdown.

Describe the solution you'd like

Clipboard always retains it's history.

Use case

When phone shuts down / restarts the clipboard history still retains. I know you designed it this way to erase after such things but it's very annoying to have to pin to retain.

Describe alternatives you've considered

None.

Additional context

None.

mitchwalton avatar Apr 22 '24 17:04 mitchwalton

+1 this erase is annoying

DivannKokos avatar Apr 25 '24 07:04 DivannKokos

Perhaps if this is implemented, I think this should be toggle-able.

I believe it would be a good idea to implement some kind of encryption, should the history be placed into a file, to protect privacy. (Could be some mix of device-specific identifiers, or something permanent perhaps, though that would be intruding permissions... - brainstorming)

Panak252 avatar May 05 '24 14:05 Panak252

How is the history retrieved, anyway? Is it from the Android system or stored in the app storage? If the latter, I'm curious how it ensures that it always fetches copied text (or does it?)

I honestly think wiping it on reboot makes more sense than by "timeout," but I agree this should be disable-able.

devycarol avatar Jun 15 '24 17:06 devycarol

The history is not really retrieved anywhere. Every text copied while the app is running is put to history.

Since the history is in memory (except for the pinned entries), they are removed on app restart.

I don't want any weird semi-duplications of existing mechanism in the app. So most I'm willing to do is automatically pinning new entries when some setting is enabled.

Helium314 avatar Jun 29 '24 19:06 Helium314

Thanks for the response and that idea you mentioned works. I'll be waiting:)

mitchwalton avatar Jun 29 '24 20:06 mitchwalton

This should be optional. I don't want my keyboard to remember my clipboard after I'm done.

herrbrixter avatar Sep 19 '24 07:09 herrbrixter

This should be optional. I don't want my keyboard to remember my clipboard after I'm done.

Clipboard history is already optional.

Helium314 avatar Sep 28 '24 20:09 Helium314