honoru88 / google-glass-api

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

Customize REPLY action text hint #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using the REPLY action, there doesn't appear to be a way to customize the 
text "Speak your Message". It would be useful if developers could specify their 
own hint text here.

Original issue reported on code.google.com by d...@bricksimple.com on 8 May 2013 at 2:17

GoogleCodeExporter commented 9 years ago
This is the same as issue #45:

You can already override built-in menuItem's icons and display name by setting 
them in the "value" array:

{
  "menuItems": [
    {
      "action": "REPLY",
      "values": [
        "displayName": "Comment",
        "iconUrl": "<LINK_TO_CUSTOM_ICONS>"
       ]
    }
  ]
}

Setting this issue as "duplicate".

Original comment by ala...@google.com on 8 May 2013 at 3:47

GoogleCodeExporter commented 9 years ago
This isn't the same issue. 
I actually want to be able to change the text that is displayed at the top of 
screen when the microphone is shown. 

It currently shows...

Speak your message

(pulsating microphone icon)

Original comment by d...@bricksimple.com on 8 May 2013 at 4:01

GoogleCodeExporter commented 9 years ago
Just curious, what kind of use-cases are you thinking of?

Original comment by ala...@google.com on 8 May 2013 at 4:03

GoogleCodeExporter commented 9 years ago
My Mirror API application uses REPLY actions in two places where this would be 
helpful. It's an app that allows users to search addresses and view information 
about registered voters at a given address.

USE CASE 1: Address search
1. Users selects the timeline item for the application
2. User taps the REPLY action to speak an address
3. Application responds with a list of voters at that address

In this case it would be nice to replace the "Speak your message" with "Say an 
address". It makes it clearer to the user what they're doing.

USE CASE 2: Log/record a note
1. User wants to record a note for a particular (ie. Strong supporter, wants 
yard sign, etc)
2. User taps a REPLY action to record a note
3. Note gets added to the voter's database record

For this case, text like "Note for John Doe" would be more helpful than "Speak 
your message".

Original comment by d...@bricksimple.com on 8 May 2013 at 4:21

GoogleCodeExporter commented 9 years ago

Original comment by ala...@google.com on 8 May 2013 at 4:24

GoogleCodeExporter commented 9 years ago

Original comment by mimm...@google.com on 22 Jul 2013 at 10:01