paintedbicycle

Results 37 comments of paintedbicycle

I've heard a bit about this in the issues of other contacts modules. Basically Android runs out of memory. One solution is to return a smaller range of contacts (like...

This is my vote for the next more important feature. Here is an image from my app: What's happening here, is that there is a mismatch between iOS and Android...

I've kept researching this and it almost appears as if the structured postal address fields should indeed output without having to do anything too crazy, but perhaps we're not referencing...

Yeah! Hopefully that makes it a lot easier. Just have to re-implement structuredPostal in whatever way is required, rather than implementing a whole new set of APIs.

Hey! Yes, here is what I know: 1. There seems to have been a UI change for entering contacts with Android 8 to a single line 2. There also seems...

Yes, I'll investigate that. Does either of these look fit for purpose? https://developer.android.com/reference/android/location/Address https://developer.android.com/reference/android/location/Geocoder#getfromlocationname

There are other people doing this: https://stackoverflow.com/questions/32914662/how-to-format-an-address-for-multiline-display Also: Quick update - Wix does not return multiline, only single line. Will try next one out.

Haha, yes it's literally been 3 months of me trying to get this to work! "Use react native they said. It'll save time, they said"

Looks like React Native Contacts only returns a flat string as well

Can we set up a few test cases? - Address API - Geocoder API - https://stackoverflow.com/questions/32914662/how-to-format-an-address-for-multiline-display - Maybe: https://stackoverflow.com/questions/3609700/get-postal-address-from-a-contact-using-contactscontract-api-on-android If you can set up a test getting those APIs at...