sateeshcsse / chrometophone

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

RFE: Allow all URLs, not just HTTP #314

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the application shows notifications only for URLs starting with http 
as per:
http://code.google.com/p/chrometophone/source/browse/trunk/android/src/com/googl
e/android/apps/chrometophone/C2DMReceiver.java#83

Could this check be removed completely? LauncherUtils.getLaunchIntent() should 
already take care of finding a correct app to launch the url with. In 
particular, I'd like to see ssh:// URLs allowed.

What steps will reproduce the problem?
1. Send C2DM message with ssh://test as the URL 
2. Receive OK from appengine
3. Wait for notification

What is the expected output? What do you see instead?
Notification should appear and open whatever app has registered SSH scheme. 
Instead there's no notification at all.

Original issue reported on code.google.com by ma...@hiljanen.com on 19 May 2011 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by aml...@gmail.com on 5 Jul 2011 at 8:52