Aditya Vaidyam

Results 82 comments of Aditya Vaidyam

Why would that not be ideal? It doesn't seem too difficult. More than that, I think the issue is matching the window's shape.

I was working on it, but the border is still goofy, it's not "ignoring" the transparent pixels. Gotta figure that out.

I'd like to update this with the fact that Google does indeed use a private People v2 API to lookup metadata matching the phone number to a name -- typically...

@dlenski [Here's my implementation.](https://github.com/avaidyam/Parrot/blob/master/Hangouts/PeopleAPI.swift)

@tdryer @EionRobb Any idea what the semantic difference is between `conversations/markeventobserved` and `conversations/updatewatermark`?

What's the drawback of just ignoring `markeventobserved` though? Isn't the app supposed to manage and sync state without the server getting involved?

Looks like there are additional ones used in the Android app. ``` hangouts/add hangout_invitations/ack handoffnumbers/update hangout_participants/search handoffnumbers/add hangouts/resolve ```

It looks like my earlier forecast about moving to the People v2 API was correct - we'll need to migrate to that API now.

@tdryer If you're interested, I managed to get 3 of the People API to work (`get`, `lookup`, and `autocomplete`) as well as the Drive API for uploading a file and...

This is already possible: `conversation.read_states` has the information you want. `UserReadState` has both the `participant_id` and `latest_read_timestamp` and I can confirm this works perfectly for me. You just need to...