Prevent truncation of large clipboard entries
Some text files I copy to my PC clipboard are obviously too big to sync with my phone clipboard, which is understandable. However the problem I have is that as soon as Join tries to sync it then my PC clipboard is truncated so it no longer contains the whole text file, so I have a window of about 3 seconds to do a copy and paste before Join modifies the PC clipboard and deletes everything beyond the first 5000 characters.
I never need to copy such large amounts of text between devices, so a simple "if clipboard contents < 5000 chars sync between devices, else do nothing" logic would be a perfect fix for me.