when the text in the description field is larger than 500 kB, DAVx5 stops the synchronization process #1117
Replies: 2 comments
-
Of course, feel free to open a PR if desired, however, some things to consider:
In any case, feel free to discuss any of the points above. |
Beta Was this translation helpful? Give feedback.
-
For reference: see also #1126 |
Beta Was this translation helpful? Give feedback.
-
When the text in the description field is larger than 500 kB, DAVx5 stops the synchronization process.
Older versions of DAVx5 threw an exception (see logcat_davx.txt), but the new version (4.4.3.2) silently stops the synchronization on the current event, and consequently all the events past the current doesn't get to the device. The synchronization stop was noticed, when DAVx5 processed letters containing a mix of simple and base64 text in the description field.
I have made a patch (davx.patch), which does the following:
May I propose this to be pushed into the master?
Beta Was this translation helpful? Give feedback.
All reactions