profile/ivi/sockdrawer.git
12 years agoWhitespace cleanup
Rusty Lynch [Tue, 21 Aug 2012 00:41:09 +0000 (17:41 -0700)]
Whitespace cleanup

12 years agoAdding toplevel README.txt
Rusty Lynch [Mon, 20 Aug 2012 20:10:28 +0000 (13:10 -0700)]
Adding toplevel README.txt

12 years agoAdd support for a new --contentdir command line argument which allows
Rusty Lynch [Mon, 20 Aug 2012 19:51:02 +0000 (12:51 -0700)]
Add support for a new --contentdir command line argument which allows
the binary to be run from a different directory then where the HTML
content is compiled to be located

12 years agogracefully ignore exceptions caused by callers not implementing all
Rusty Lynch [Mon, 20 Aug 2012 03:35:53 +0000 (20:35 -0700)]
gracefully ignore exceptions caused by callers not implementing all
call handler callback methods

12 years agoFix left over use of old ev.ModemAdded event object structure
Rusty Lynch [Mon, 20 Aug 2012 03:26:12 +0000 (20:26 -0700)]
Fix left over use of old ev.ModemAdded event object structure

12 years agoEnsure that the callmanager is always first on the list of account
Rusty Lynch [Mon, 20 Aug 2012 02:43:17 +0000 (19:43 -0700)]
Ensure that the callmanager is always first on the list of account
listeners so that when other users start listening for accounts before
attempting to use tizen.call that the callmanager service list correctly
matches the available tizen.accounts

12 years agoConverting to explicit ws call on localhost:7681
Rusty Lynch [Mon, 20 Aug 2012 02:04:02 +0000 (19:04 -0700)]
Converting to explicit ws call on localhost:7681

12 years agoRevamp the call handling logic so it can deal with multiple calls
Rusty Lynch [Sat, 18 Aug 2012 02:37:01 +0000 (19:37 -0700)]
Revamp the call handling logic so it can deal with multiple calls

12 years agoremoving tizen.call.manager and tizen.call.getCallService since the draft spec does...
Rusty Lynch [Sat, 18 Aug 2012 00:32:06 +0000 (17:32 -0700)]
removing tizen.call.manager and tizen.call.getCallService since the draft spec does not include this

12 years agoAdd support for tizen.account which will be automotically populated
Rusty Lynch [Fri, 17 Aug 2012 01:57:22 +0000 (18:57 -0700)]
Add support for tizen.account which will be automotically populated
with a live list of enabled modems

12 years agosmall code cleanup
Rusty Lynch [Thu, 16 Aug 2012 17:41:24 +0000 (10:41 -0700)]
small code cleanup

12 years agoAdd support for making a call and hanging up
Rusty Lynch [Thu, 16 Aug 2012 02:00:54 +0000 (19:00 -0700)]
Add support for making a call and hanging up

12 years agoLanding a partial implementation of the proposed tizen.call web interface, focusing
Rusty Lynch [Thu, 16 Aug 2012 00:57:42 +0000 (17:57 -0700)]
Landing a partial implementation of the proposed tizen.call web interface, focusing
on the callhandler portion of the API

12 years agoinitial import
Rusty Lynch [Wed, 15 Aug 2012 17:36:46 +0000 (10:36 -0700)]
initial import