-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question about google oauth client_id #50
base: master
Are you sure you want to change the base?
Commits on Feb 17, 2016
-
Updated schema to support parsing phone number when participant type …
…is Google Voice, and the delivery medium data for self state.
Configuration menu - View commit details
-
Copy full SHA for 56ae457 - Browse repository at this point
Copy the full SHA 56ae457View commit details -
Added invitation status and updated test JSON file accordingly. Proto…
…buf explaining link http://hangups.readthedocs.org/en/stable/protobuf.html#conversationparticipantdata is missing field 4, the phone number, though.
Configuration menu - View commit details
-
Copy full SHA for 062eced - Browse repository at this point
Copy the full SHA 062ecedView commit details -
Add delivery medium information to be sent with message when replying…
… back. In this way the lib user can reply back to SMS.
Configuration menu - View commit details
-
Copy full SHA for 71f7761 - Browse repository at this point
Copy the full SHA 71f7761View commit details
Commits on Feb 19, 2016
-
Introduced a new field BooleanField in pblite.coffee and used in new …
…supported fields to parse boolean values directly. Also made the i18n_data field able to be parsed along with e164. The e164 is good enough to send SMS or make call, but the i18n is good for any phone number formatted display. Also updated the README.md file to reflect my changes.
Configuration menu - View commit details
-
Copy full SHA for 330a844 - Browse repository at this point
Copy the full SHA 330a844View commit details
Commits on Feb 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 29fc9b3 - Browse repository at this point
Copy the full SHA 29fc9b3View commit details
Commits on Feb 26, 2016
-
Added a new method to get entity by phone number in e164. It could be…
… used to send SMS to such phone number. Accordingly, there is new field introduced to CLIENT_GET_ENTITY_BY_ID_RESPONSE. The logic should work like this: 1) Call getentitybyphonenumber and wait for response; 2) Parse the response to try read the entity from result.unknown.entities prior to the one from result.entities. If there are duplicated ones existing in both entities, use the one that unique in result.unknown.entieies. The logic behind should be the one from result.entities are Google account chat id but the differnt one from unknown should be the account's phone number. 3) Call createconversation with such chat_id, and then just sendchatmessage to the new conversation, with delivery medium as Google Voice.
Configuration menu - View commit details
-
Copy full SHA for ac646dd - Browse repository at this point
Copy the full SHA ac646ddView commit details
Commits on Apr 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ec0dc83 - Browse repository at this point
Copy the full SHA ec0dc83View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3bb30b - Browse repository at this point
Copy the full SHA c3bb30bView commit details
Commits on Apr 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0e0b15c - Browse repository at this point
Copy the full SHA 0e0b15cView commit details -
Added the necessary schema objects and the DictField class to be able…
… to parse objects coming from hangout
nave7693 committedApr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 96c4f40 - Browse repository at this point
Copy the full SHA 96c4f40View commit details
Commits on Apr 18, 2016
-
nave7693 committed
Apr 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 8649cb4 - Browse repository at this point
Copy the full SHA 8649cb4View commit details
Commits on Apr 19, 2016
-
nave7693 committed
Apr 19, 2016 Configuration menu - View commit details
-
Copy full SHA for 9b53287 - Browse repository at this point
Copy the full SHA 9b53287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95cf4c6 - Browse repository at this point
Copy the full SHA 95cf4c6View commit details -
Get rid of example of attachment as comment in code. The coffee-scrip…
…t engine has problem to parse them when executing npm test.
Configuration menu - View commit details
-
Copy full SHA for d976367 - Browse repository at this point
Copy the full SHA d976367View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb265dc - Browse repository at this point
Copy the full SHA bb265dcView commit details
Commits on May 27, 2016
-
Added a new method that takes file buffer as paramter directly to upl…
…oad image. I highly suspect the uploadimage would work though from what I have experienced.
Configuration menu - View commit details
-
Copy full SHA for d2aa2c0 - Browse repository at this point
Copy the full SHA d2aa2c0View commit details
Commits on Nov 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 37f6d3d - Browse repository at this point
Copy the full SHA 37f6d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 647e942 - Browse repository at this point
Copy the full SHA 647e942View commit details