nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

Use of “creator” property in timetime insert requires "REPLY" menu item #83

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Create a timeline card that uses the "creator" property. The last template in 
the Mirror API Playground that reads "Hello Explorers, Welcome to Glass! 
+Project Glass" is one such example:
{
  "text": "Hello Explorers,\n\nWelcome to Glass!\n\n+Project Glass\n",
  "creator": {
    "displayName": "Project Glass",
    "imageUrls": [
      "https://lh3.googleusercontent.com/-quy9Ox8dQJI/T3xUHhub6PI/AAAAAAAAHAQ/YvjqA3Pw1sM/glass_photos.jpg?sz=360"
    ]
  },
  "notification": {
    "level": "DEFAULT"
  }
}

What is the expected output? What do you see instead?
Although it appears correct in the playground (image on left, text on right), 
when it arrives on Glass it is missing the image.

What version of the product are you using? On what operating system?
XE5

Please provide any additional information below.
See 
http://stackoverflow.com/questions/16754889/use-of-creator-property-in-timetime-
insert-doesnt-seem-to-work for details and discussion

Original issue reported on code.google.com by Prison4...@gmail.com on 28 May 2013 at 8:41

GoogleCodeExporter commented 8 years ago
See also issue 89: 
https://code.google.com/p/google-glass-api/issues/detail?id=89

Original comment by Prison4...@gmail.com on 30 May 2013 at 9:20

GoogleCodeExporter commented 8 years ago

Original comment by mimm...@google.com on 23 Jul 2013 at 1:14