-
Notifications
You must be signed in to change notification settings - Fork 726
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iOS): Store all known UTIs to clipboard
Previously we only stored a couple of mime-types to the clipboard, but this misses out copying images/etc. to the clipboard in a format understandable to other applications. To improve this, we can copy every UTI we know about to the clipboard. We'll always know about HTML and Text since as these are defined by Apple, so this will work fine with our previous code. Signed-off-by: Skyler Grey <skyler.grey@collabora.com> Change-Id: Ifb13fd910d63a985ad015335658815af3bd69f6b
- Loading branch information
1 parent
81d5137
commit 31c7c6c
Showing
1 changed file
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters