covidsafe / App-Android

Doctors and researchers at the University of Washington with Microsoft volunteers have built a tool to alert you about highly relevant public health announcements, potential exposure to COVID-19, and to assist public health officials and contact tracing teams without compromising your personal privacy.
http://covidsafe.cs.washington.edu/
MIT License
65 stars 20 forks source link

Add multiple phone contacts at once #47

Closed justinklchan closed 4 years ago

justinklchan commented 4 years ago

Currently you can only add phone contacts one at a time.

Allow user to add multiple contacts at once.

Best way to do this is to create an empty project of your own with code to do this. Then integrate that code into this project. Then make the pull request.

You should be able to log the contact's name, phone number, and URI to their avatar.

bananateg commented 4 years ago

@chanjustin i send a email please check

justinklchan commented 4 years ago

@bananateg didn't get an email, what did it say? I merged your feature where you used a third party library into the main branch for now. But if you found a way to do this with native library, we can replace the code.

bananateg commented 4 years ago

@justinklchan plaese check this
MyContacts.zip

justinklchan commented 4 years ago

@bananateg thanks for doing this, I tried out the app. However I think your solution using the third party library is better, and I have merged that into the main repository.