Chris Pinola

Results 15 comments of Chris Pinola

I've started working on an implementation for this, I'll finish it up and send a pull request tomorrow/Wednesday.

That's basically what I was thinking! - Done, just need to locate a better icon - Already implemented your second and third points - Post-checkin alert: in progress

Yes, either allow the user to select 5 friends, or just show the 5 friends that they've checked-in the most with in the last 30 days (or something to that...

Ah, more importantly, it doesn't seem like the Foursquare API supports the 'with' field yet https://developer.foursquare.com/docs/checkins/add

This support page seems to confirm that mentioning a user will trigger a delegated checkin for the mentioned friend(s), which is exactly what I'm aiming to do: http://support.foursquare.com/entries/23278742-Mentioning-friends Well, now...

Proof-of-concept works!!! https://github.com/chrnola/glasquare/commit/f7205a4a7f7a27777c273670c2ef7b155347396a I want to clean that up a bit before I submit the pull request, I'm just pretty excited as this is my first venture in Android development...

Also, how do you feel about creating another voice action for "check me in with" (or something similar)? I want to try to keep the the "check me in" flow...

Oh cool! I'll check that out tonight. I'm still struggling to find an elegant way to present the user with a curated list of friends though. I would love to...

Alright, I've implemented this (including multiple friend mentions). Just need to handle the case in which a user search returns no results and get a nice "friend" icon for the...

After testing, it doesn't appear that mentioning a user via the API triggers a check-in on their behalf, they just get a notification that you mentioned them in your check-in....