BlockchainCommons / GordianSeedTool-iOS

Cryptographic Seed Manager for iOS
Other
36 stars 8 forks source link

Reintroduce self-deleting copy to clipboard #119

Closed wolfmcnally closed 2 years ago

wolfmcnally commented 2 years ago

Earlier versions of Seed Tool used a Copy to Clipboard function that used a feature of the clipboard functionality that provided for auto-deletion of the clipboard contents after a set time interval. This was removed in the latest versions in favor of using Apple's "share sheet" for exporting data, which provides more options, but does not offer the auto-delete clipboard feature.

It would still be desirable to use the share sheet and have auto-delete. It may be possible there's a workaround for this (a "copy to clipboard" function from the share sheet that nonetheless auto-deletes itself) but it's likely to be a fair amount of work.

wolfmcnally commented 2 years ago

Fixed for iOS. Not supported on macOS.