All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] LaunchBrowser Proactive command Support
@ 2011-01-14  9:38 Jeevaka Badrappan
  2011-01-14  9:38 ` [PATCH 1/3] stk: Handle Launch Browser proactive command Jeevaka Badrappan
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jeevaka Badrappan @ 2011-01-14  9:38 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]

Hi,

  Following set of patches adds the basic support for LaunchBrowser
proactive command to ofono.

 When a LaunchBrowser proactive command is received, oFono will inform the
agent to LaunchBrowser with the specified URL. If confirmed by user, agent
should launch the browser with the specified URL. This patch doesn't handle
the qualifier, Network Access Name, User Name, password and bearer information
which can be part of the LaunchBrowser proactive command.

Regards,
Jeevaka

Jeevaka Badrappan (3):
  stk: Handle Launch Browser proactive command
  test: Add support for launch browser command
  doc: Describe ConfirmLaunchBrowser method

 doc/stk-api.txt    |    8 +++++
 src/stk.c          |   90 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/stkagent.c     |   68 +++++++++++++++++++++++++++++++++++++++
 src/stkagent.h     |    7 ++++
 test/test-stk-menu |   13 +++++++
 5 files changed, 186 insertions(+), 0 deletions(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-19  3:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14  9:38 [PATCH 0/3] LaunchBrowser Proactive command Support Jeevaka Badrappan
2011-01-14  9:38 ` [PATCH 1/3] stk: Handle Launch Browser proactive command Jeevaka Badrappan
2011-01-19  3:54   ` Denis Kenzior
2011-01-14  9:38 ` [PATCH 2/3] test: Add support for launch browser command Jeevaka Badrappan
2011-01-19  3:55   ` Denis Kenzior
2011-01-14  9:38 ` [PATCH 3/3] doc: Describe ConfirmLaunchBrowser method Jeevaka Badrappan
2011-01-19  3:55   ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.