How to know if a document is synchonized with a remote server

Hello guys,

I am developing an android application using couchbase lite v1.1 with a push and pull replication.

I would like to know if there is a way to know if a document has been pushed on a remote server database or not without communicating with the server. Only by asking to the local mobile database.

Thanks,

Looks like this has been implemented – see https://github.com/couchbase/couchbase-lite-java-core/issues/696

Thanks, but according to this issue, it as only implemented on iOS. I can not find the equivalent for Android.

It was implemented for java-core, which couchbase-lite-android uses as the core library:

However, I don’t think it ever made it into the documentation.

Thanks a lot for your answer !
I can see that there is no build with this functionality. The last one was in august. Do you know if they plan to make one soon ? Im actually using Maven to use couchbase-lite so that would be really useful.