-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the length of texts copying from devices to PC is limited to 4093. #1117
Comments
4093 is even unable to copy an Adaway host/DNS plain text file from devices to PC. |
If you want to copy a file, you should use
At the default bitrate (8Mbits/s, ie 1Mbyte/s), this would be the same size as 32 or 64 seconds of video in the clipboard. That seems huge to me. Anyway, I guess the Android clipboard has a lower limit anyway: https://stackoverflow.com/questions/28100218/is-there-any-characters-bytes-limit-in-the-android-clipboard-android-developme
I am not aware of any solution for this. |
I feel the windows clipboard can handle big MBs plain text. Then what about incresing it to 1M or 4M? |
so it's able to copy some big logs from devices to PC |
Files can be easily copied via |
This is done by #1465. Please test it and provide feedback :)
I increased the clipboard size form 4k to 256k: After all previous commits for making it possible, the increase is done by 913a9f3. On my computer, beyond 256k, I implemented these changes above #1465, so shortcuts have changed! (TL;DR: just use Feedback welcome :) Binaries for testingFor windows users, take both For other platforms, take
|
I rebased the increase from 4k to 256k on |
#145 (comment)
nowadays, the big file is not unusual.
what about increasing it to 32M or 64M? or even a whole binary data file like some .so or game data?
could it even detect clipboard changes automatically to avoid to let users need to find out they have to press c-c one time separately?
thanks!
The text was updated successfully, but these errors were encountered: