-
Updated
Jun 28, 2021 - Swift
contacts
Here are 519 public repositories matching this topic...
-
Updated
Apr 22, 2022 - Swift
Hello Everyone,
Hello Everyone,
I am getting an empty list if contacts are greater than 500.
I have tested on multiple devices.
first phone has 200 people, this package works well.
second phone has 300 people, this package works well.
other devices have 450, 1000 peoples, this package gives an empty list.
I am sure that it does not work well if there is over 400 people in phone contacts.
Please help me.
-
Updated
Apr 25, 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
Apr 8, 2022 - C#
-
Updated
Jul 25, 2019 - Java
-
Updated
May 3, 2019 - Swift
-
Updated
Aug 29, 2017 - Java
-
Updated
Apr 3, 2021 - Dart
-
Updated
Apr 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
-
Updated
Apr 19, 2022 - Kotlin
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
runStaticAnalysis
which would run Android lint and detekt. - Document is a way (i.e. on yo
-
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.