summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | SIP: fixing SipServiceImplHung-ying Tyan2010-06-082-99/+167
* | SIP: WakeupTimer: fix timeout executionHung-ying Tyan2010-06-071-7/+1
* | SIP: fix bugs in SipAudioCallImplHung-ying Tyan2010-06-071-4/+2
* | SIP: SipCallUi: synchronized on callbacks to prevent deadlock.Hung-ying Tyan2010-06-071-61/+68
* | SIP: WakeupTimer: check if the event queue is empty before retrieving first e...Hung-ying Tyan2010-06-071-1/+1
* | SIP: stop keepalive process when registration goes wrongHung-ying Tyan2010-06-041-7/+20
* | SIP: fix bugs in WakeupTimerHung-ying Tyan2010-06-041-26/+29
* | Add the call record for incoming call.Chung-yih Wang2010-06-041-8/+17
* | Fix the build break caused by the mutex initilization.Chung-yih Wang2010-06-022-5/+15
* | Switch to pthread_mutex since the atomic framework is not finalized yet.Chung-yih Wang2010-06-021-5/+11
* | SIP: acquire wifi lock when wifi is onHung-ying Tyan2010-05-311-1/+25
* | SIP: fix connectivity change handling when switching from a WIFI AP to anotherHung-ying Tyan2010-05-311-5/+1
* | SIP: use listener proxy to safely call back in AutoRegistrationProcess.Hung-ying Tyan2010-05-312-35/+34
* | SIP: redesign WakeupTimer to align events betterHung-ying Tyan2010-05-293-109/+182
* | Merge "SIP: remove WakeupTimer interface as it is used by SipServiceImpl with...Hung-ying Tyan2010-05-282-213/+185
|\ \
| * | SIP: remove WakeupTimer interface as it is used by SipServiceImpl with servic...Hung-ying Tyan2010-05-282-213/+185
* | | Fix dtmf event bug.Chung-yih Wang2010-05-281-1/+1
|/ /
* | Fix the outbound proxy bug for sending keep-alive messages.Chung-yih Wang2010-05-273-15/+4
* | Add 'send keep-alive' feature in SipProfile.Chung-yih Wang2010-05-275-9/+64
* | SIP: finish call UI when a call ends.Hung-ying Tyan2010-05-261-0/+1
* | SIP: add FLogHung-ying Tyan2010-05-262-20/+109
* | SIP: fix SipServiceImpl.createGroup(profile)Hung-ying Tyan2010-05-261-1/+7
* | SIP: remove sendKeepAlive from ISipSessionHung-ying Tyan2010-05-263-30/+8
* | Merge "Send keepalive message periodically if the device is behind NAT."Chung-yih Wang2010-05-254-0/+109
|\ \
| * | Send keepalive message periodically if the device is behind NAT.Chung-yih Wang2010-05-254-0/+109
* | | SIP: fix speaker mode in SipAudioCallImpl and use toggle buttons in demo app ...Hung-ying Tyan2010-05-253-27/+31
|/ /
* | SipProfile: throw nullpointerexception earlyHung-ying Tyan2010-05-251-0/+10
* | Fix the exception in adding call log for an incoming call.Chung-yih Wang2010-05-241-1/+1
* | Add outgoing call receiver.Chung-yih Wang2010-05-247-8/+167
* | SIP: change copyright year from 2009 to 2010Hung-ying Tyan2010-05-2133-37/+39
* | Merge "SIP demo app: add proximity sensoring in call UI"Hung-ying Tyan2010-05-212-2/+40
|\ \
| * | SIP demo app: add proximity sensoring in call UIHung-ying Tyan2010-05-212-2/+40
* | | Merge "SIP demo app: add caller selection listener"Hung-ying Tyan2010-05-211-17/+52
|\| |
| * | SIP demo app: add caller selection listenerHung-ying Tyan2010-05-211-17/+52
* | | Add mic. gain for amplifying the outgoing voice stream.Chung-yih Wang2010-05-211-0/+21
|/ /
* | SIP: add demo call setup UIHung-ying Tyan2010-05-2110-56/+615
* | SIP: add demo in-call UIHung-ying Tyan2010-05-194-7/+575
* | SIP: minor cleanup in SipAudioCallImplHung-ying Tyan2010-05-191-3/+2
* | Merge "Fix the invite ok issue for incoming call in sip channel with tcp tran...Hung-ying Tyan2010-05-182-12/+15
|\ \
| * | Fix the invite ok issue for incoming call in sip channel with tcp transport.Chung-yih Wang2010-05-182-12/+15
* | | SipSettings: check isOpened() instead of isRegistered when creating menuHung-ying Tyan2010-05-182-10/+8
|/ /
* | SipService: remove SipStack when closeHung-ying Tyan2010-05-181-1/+1
* | SIP: add transport to SIP URIHung-ying Tyan2010-05-181-3/+5
* | SIP: add javadoc to android.net.sip classesHung-ying Tyan2010-05-1812-68/+673
* | Merge "Enable the TCP transport for SIP channel."Chung-yih Wang2010-05-171-1/+1
|\ \
| * | Enable the TCP transport for SIP channel.Chung-yih Wang2010-05-171-1/+1
* | | SIP: fix a time conversion bug in SipServiceImplHung-ying Tyan2010-05-171-2/+3
|/ /
* | SIP: add space between entry name and warning messageHung-ying Tyan2010-05-171-2/+2
* | SIP: make SipManager non-static to be consistent with other system services a...Hung-ying Tyan2010-05-174-64/+222
* | SIP: fix nullpointerexception in AutoRegistrationProcess.stop()Hung-ying Tyan2010-05-141-0/+1