@cal said in "Manual sync" automatically triggered by calendar apps:
BTW, one can’t select and copy text from the debug info, and using the share button “copy to clipboard” action only copies a content URL.
DAVdroid generates a debug.txt which is accessible over a content URI (using FileProvider). Debug info is often too large for a simple string.
If you want your “Copy to clipboard” app to read this URI and copy its content, this would have to be done in “Copy to clipboard”.
Yes, I realize I want something that DAVdroid wasn’t intended to do. The question is if you would accept a patch that either
- adds a new “manual only” setting (ignore app sync requests)
- or changes behaviour to make “sync interval = manual only” to imply “ignore app sync requests”
The latter is what I originally expected, and what I assume normal users who don’t know anything about how Android sync internally works would expect.
Thanks for the offer! Currently, I’m not sure about this, because it’s another setting, which means even more complexity and maintenance and testing work.
If other people need this feature, too, we will think about it. In the meanwhile, I suggest to … (see above).