ninenizil / android2cloud

Automatically exported from code.google.com/p/android2cloud
0 stars 0 forks source link

Send to More Than One Instance of Chrome #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What I'd like to see: Pre 2.0, a2c would push out a request to all the versions 
of Chrome that I had set up.  That was fantastic.  Now, each instance of Chrome 
seems to need its own unique identifier, which is great if you want to push 
things to one particular instance, but not if you want to broadcast.  I'd 
really like to see a way to push to all registered instances of Chrome at once. 
 I'd note that setting all of them to the same ID does not work; only the most 
recently-registered one does.

What platforms (Android/Chrome/Firefox/etc.) I'd like to see it most on: Chrome

Original issue reported on code.google.com by dhai...@gmail.com on 3 Jan 2011 at 11:46

GoogleCodeExporter commented 8 years ago
Thanks for the suggestion. I'll implement it after I get version 2.0 working 
consistently for everyone. :)

Original comment by foran.pa...@gmail.com on 3 Jan 2011 at 6:13

GoogleCodeExporter commented 8 years ago
I think what would be pretty cool is to be able to send to more than one chrome 
by giving two chromes the same device name.  Basically it would allow chrome 
groupings. 

When you click Menu-Share-android2cloud it would bring you to a list picker of 
all device/group names you have setup in the preferences of the android app.  
There could also be an ALL list item for more flexibility.  If only 1 item is 
configured in the app, it does a silent send and bypasses list picker.

Great job!

Original comment by matt.ale...@gmail.com on 12 Jan 2011 at 7:00

GoogleCodeExporter commented 8 years ago
Device groups are an interesting idea, and something I'd like to consider in 
the future, but I have a hard time seeing the use case for them currently. 
Also, App Engine's Channel API makes using the same identifier for two or more 
devices prohibitively complex.

I like the ideas, but at this time, they're not practical or possible.

Original comment by foran.pa...@gmail.com on 18 Jan 2011 at 7:14

GoogleCodeExporter commented 8 years ago
My use case is that I want to send it to all my chrome's.  Sometimes when I 
find some interesting content on my phone but want to read it later.  So I send 
it to the cloud and the next time I am logged into any of my chrome instances 
(group), a tab will open reminding me to read it.  Just a thought.

Original comment by matt.ale...@gmail.com on 18 Jan 2011 at 4:36

GoogleCodeExporter commented 8 years ago
As the app expands to more systems and browsers, I can see the need for 
something like this. I'll have to look into doing it in a later release of the 
software, but for now it kind of takes back-burner priority. Sorry.

Thanks for your patience, and the ideas.

Original comment by foran.pa...@gmail.com on 23 Jan 2011 at 2:16

GoogleCodeExporter commented 8 years ago
This has been migrated to Github: https://github.com/2cloud/Android/issues/3

Original comment by foran.pa...@gmail.com on 6 Aug 2011 at 9:43