Fran Pregernik

Results 8 comments of Fran Pregernik

I did some digging and maybe TenantAwareAcquireAsyncJobsDueRunnable.offerJobs should filter by tenant? ```java @Override protected List offerJobs(AcquiredJobEntities acquiredJobs) { List rejected = new ArrayList(); for (JobInfoEntity job : acquiredJobs.getJobs()) { //...

Same here. Android/Davx5

From the related bug report ... And I gave it another shot and caught it. I did not modify the `TraceRunnable.run` method in any way (like before) and I just...

Hi @jcchavezs, @anuraaga! Any update on this?

I'll give it a go, no promises though. Never worked with carddav so I don't know what is considered the unique identify. I'm sure I'll find in somewhere... On Sun,...

Small update... Test case: Add simple contact via web UI (first name, last name, gender only). Sync via carddav. Edit contact and add email (important! will explain later) and save....

@wilkinsona I am sorry, I should have checked the libraries of the classes I mentioned. My bad. @jimbogithub Thank you for stepping in. That is it exactly. However, one small...

I'm having the same issue. I found the same happening to people in issue #6175.