Skip to content
#

contacts

Here are 519 public repositories matching this topic...

SuiteCRM
peterkappelt
peterkappelt commented Dec 29, 2020

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.

Type:Suggestion Priority:Moderate Area: Module Help Wanted
micha1333
micha1333 commented Mar 25, 2022

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.

aleprovencio
aleprovencio commented Feb 19, 2018

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

🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)

  • Updated Apr 16, 2021
  • Objective-C
contactstore
alexstyl
alexstyl commented Jan 6, 2022

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
good first issue
react-native-unified-contacts
jimmythompson
jimmythompson commented Jun 21, 2018

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

Improve this page

Add a description, image, and links to the contacts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the contacts topic, visit your repo's landing page and select "manage topics."

Learn more