-
Updated
Jun 28, 2021 - Swift
contacts
Here are 431 public repositories matching this topic...
-
Updated
Jun 21, 2021 - Swift
For Android, company can be string | null, but the type definition just has string. If we assume it exists as the type definition states, we can cause an app crash. For example:
null is not an object (evaluating 't.company.substring')
export interface Contact {
recordID: string;
backTitle: string;
company: string;
emailAddresses: EmailAddress[];
dis
-
Updated
Jul 6, 2021 - 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
Jun 5, 2021 - Dart
-
Updated
Jun 16, 2021 - C#
-
Updated
Jul 25, 2019 - Java
-
Updated
May 3, 2019 - Swift
-
Updated
Aug 29, 2017 - Java
-
Updated
Apr 3, 2021 - Dart
-
Updated
Apr 21, 2021 - Java
Steps to reproduce
- Check out nextcloud/server#25658
- Disallow sharing with groups in the sharing settings
- Open the share section on an address book
Expected behaviour
No mention of "groups" in the placeholder.
Actual behaviour
Mention of "groups" in the placeholder.
-
Updated
Jun 22, 2021 - Kotlin
-
Updated
Jan 10, 2021 - Java
-
Updated
Feb 25, 2021 - 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
Apr 17, 2021 - Java
-
Updated
Jun 6, 2020 - HTML
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.