subsurface/mobile-widgets
Dirk Hohndel e79d177c71 Android: limit the amount of data copied to clipboard
The clipboard fails if we attempt to copy more than 1MB of data. But the
data buffer used is shared between all transactions 'in flight' and we
cannot tell what else is currently using that buffer. Limiting ourselves
to 500k of text for the logfiles seems reasonable and hopefully makes it
more likely that the transaction will succeed (sadly, Qt doesn't tell us
if it failed).

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2018-06-28 06:52:14 -07:00
..
qml QML UI: fix layout of Download page 2018-06-27 16:28:01 -07:00
qmlmanager.cpp Android: limit the amount of data copied to clipboard 2018-06-28 06:52:14 -07:00
qmlmanager.h QML UI: remove unused property 2018-06-27 16:05:36 -07:00
qmlprefs.cpp mobile: move settings from qmlmanager to qmlprefs 2018-06-15 14:12:14 -07:00
qmlprefs.h mobile: move settings from qmlmanager to qmlprefs 2018-06-15 14:12:14 -07:00