profile/ivi/sockdrawer.git
11 years agoCut a release to delay phonestack initialization till it is needed 56/1756/1 1.0 1.0_branch accepted/trunk/20120917.231240 submit/trunk/20120917.212149
Rusty Lynch [Mon, 17 Sep 2012 21:19:15 +0000 (14:19 -0700)]
Cut a release to delay phonestack initialization till it is needed

11 years agoCut new release which fixes issue where modems are not correctly
Rusty Lynch [Thu, 13 Sep 2012 16:45:21 +0000 (09:45 -0700)]
Cut new release which fixes issue where modems are not correctly
setup when discovered some time after initial daemon setup

11 years agoCorrectly install the Tizen.Device.js file and also add a new
Rusty Lynch [Wed, 12 Sep 2012 21:10:59 +0000 (14:10 -0700)]
Correctly install the Tizen.Device.js file and also add a new
systemd configuration causing sockdrawer to be automatically started

11 years agoAdding Tizen packaging
Rusty Lynch [Wed, 22 Aug 2012 23:00:38 +0000 (16:00 -0700)]
Adding Tizen packaging

11 years agoDelay initializing the phone stack till the first request comes upstream
Rusty Lynch [Mon, 17 Sep 2012 21:14:53 +0000 (14:14 -0700)]
Delay initializing the phone stack till the first request comes
in for the dialer protocol

11 years agoCorrectly handle modem insertions via the modem_added_cb
Rusty Lynch [Thu, 13 Sep 2012 16:39:10 +0000 (09:39 -0700)]
Correctly handle modem insertions via the modem_added_cb

11 years agoStart installing Tizen.Device.js 97/1697/1
Rusty Lynch [Wed, 12 Sep 2012 17:57:25 +0000 (10:57 -0700)]
Start installing Tizen.Device.js

11 years agoAdd support accepting incoming call
Rusty Lynch [Thu, 23 Aug 2012 00:56:31 +0000 (17:56 -0700)]
Add support accepting incoming call

11 years agoAdd simple install target
Rusty Lynch [Wed, 22 Aug 2012 23:08:36 +0000 (16:08 -0700)]
Add simple install target

11 years agoAdd support for recovering websocket connections
Rusty Lynch [Tue, 21 Aug 2012 20:55:12 +0000 (13:55 -0700)]
Add support for recovering websocket connections

11 years agoremoving strace print statement that was inadvertantly committed
Rusty Lynch [Tue, 21 Aug 2012 17:37:30 +0000 (10:37 -0700)]
removing strace print statement that was inadvertantly committed

11 years agoAdd support for automatically sending modem power on request
Rusty Lynch [Tue, 21 Aug 2012 16:46:35 +0000 (09:46 -0700)]
Add support for automatically sending modem power on request

11 years agoWhitespace cleanup
Rusty Lynch [Tue, 21 Aug 2012 00:41:09 +0000 (17:41 -0700)]
Whitespace cleanup

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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

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

11 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

11 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

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