-
Updated
Jun 28, 2021 - Swift
contacts
Here are 508 public repositories matching this topic...
-
Updated
Mar 13, 2022 - Swift
-
Updated
Mar 8, 2022 - Java
-
Updated
Mar 20, 2022 - PHP
Hello, lately I can't successfully vdirsyncer sync my calendars because of a
database is locked error. Synchronization works fine with android's davdroid which talks with the same server.
Your vdirsyncer version: 0.16.4
If applicable, which server software (and which version) you're using: Nextcloud 13
Your Python version: 3.6.4
Your operating system: Arch linux
Relevant debug outpu
-
Updated
Apr 16, 2021 - Objective-C
-
Updated
Feb 21, 2022 - Dart
-
Updated
Mar 6, 2022 - C#
-
Updated
Jul 25, 2019 - Java
-
Updated
May 3, 2019 - Swift
-
Updated
Aug 29, 2017 - Java
-
Updated
Apr 3, 2021 - Dart
-
Updated
Mar 17, 2022 - Kotlin
Rename the groups inside contacts to "Contact groups" as to not cause confusion with the other concept of Groups that exists within Nextcloud.
-
Updated
Apr 21, 2021 - Java
There are more people contributing to the project lately, and it would be nice to have less moderation required on each PR.
This issue is about creating a gradle task to run static analysis in the project.
Requirements:
- Introduce detekt in the project (link to Detekt)
- Create a gradle task called
runStaticAnalysiswhich would run Android lint and detekt. - Document is a way (i.e. on yo
-
Updated
Mar 14, 2022 - Kotlin
-
Updated
Jan 10, 2021 - Java
-
Updated
Jan 12, 2022 - Swift
Hey folks,
When someone has added a contact in iOS (and I assume the same in Android) without adding any phone numbers for them, the return value from the getContacts call is a little weird.
In this case, I expected the getContacts call to return an empty list:
{
contacts: [{
phoneNumbers: []
}]
}But, at least as of 0a67cdb, it omits the field entirely
-
Updated
May 31, 2020 - Dart
-
Updated
Feb 7, 2022 - Java
Improve this page
Add a description, image, and links to the contacts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the contacts topic, visit your repo's landing page and select "manage topics."


Hey everyone, I hope y'all enjoyed your holidays.
I want to create SuiteCRM users via the V8 api, but the response is invalid json and contains some generic validation error message.
I'm not sure whether my request is actually malformed or the error message just shouldn't appear.