summaryrefslogtreecommitdiff
path: root/voip/java/android/net/sip/SipProfile.java
AgeCommit message (Collapse)Author
2013-01-28Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville
Change-Id: Ieaba759a0f69b45c4b8839cbed1fe757cdf190c5
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
Change-Id: I1b43414aaec8ea217b39a0d780c80a25409d0991
2011-02-17Make SIP AuthName APIs public.Chung-yih Wang
bug:3326867 Change-Id: I766e6e28f6ad3e84de2c9e24850d472ad00271cc
2011-01-12Merge "Add auth. username in SipProfile." from gingerbread.Chung-yih Wang
bug:3326867 Change-Id: Ic67dd7d4858f28224e4f01ad8b65bcd3a3c15f10
2010-12-16Check port in create peer's SIP profile.Hung-ying Tyan
SipURI returns port -1 when port is not present in the URI. Don't call SipProfile.Builder.setPort() when that happens. Change-Id: Ic5fe7301195705a77010038cae20d6629b33135e
2010-12-07Fix SIP bug of different transport/port used for requests.Chung-yih Wang
bug: http://b/3156148 Change-Id: I4fa5b274d2e90ebde12d9e99822dc193a65bad32
2010-10-28docs: revise javadocs for sipScott Main
add a package description, revise class descriptions and edit some method docs Change-Id: Ice969a99c830349674c65d99e4b7a6f1d2f24a7e
2010-10-08Unhide SIP API.Hung-ying Tyan
Change-Id: I09468e3149a242a3b1e085ad220eb74f84ac6c68
2010-09-24Refactoring SIP classes to get ready for API review.Hung-ying Tyan
+ replace SipAudioCall and its Listener interfaces with real implementations, + remove SipAudioCallImpl.java, most of it is has become part of SipAudioCall, + add SipSession and its Listener classes to wrap ISipSession and ISipSessionListener, + move SipSessionState to SipSession.State, + make SipManager keep context and remove the context argument from many methods of its, + rename SipManager.getInstance() to newInstance(), + rename constant names for action strings and extra keys to follow conventions, + set thread names for debugging purpose. Change-Id: Ie1790dc0e8f49c06c7fc80d33fec0f673a9c3044
2010-09-16Fix links in SIP API javadoc.Hung-ying Tyan
Change-Id: I839280fe18502bb576f6e9c9a7948077c02fa570
2010-09-14SIP: remove dependency on javax.sipHung-ying Tyan
and change errorCodeString to errorCode in SipRegistrationListener.onRegistrationFailed(). Change-Id: Id9618f5a4b0effaed04f8b0dc60347499d9e4501
2010-09-02SipProfile: remove outgoingCallAllowed flag.Hung-ying Tyan
Change-Id: I37a215bafce57adf6911c81fd38db324bac686ec
2010-08-26Add dynamic uid info for tracking the sip service usage.Chung-yih Wang
Change-Id: Ibc340401b63799326b08aee6eba602a3e753b13f
2010-08-24SipProfile: add isOutgoingCallAllowed() and new builder constructorHung-ying Tyan
Change-Id: I7ced47079fd2b00c7160b152eb4c1d34399e39dc
2010-08-05Move the sip related codes to framework.Chung-yih Wang
Change-Id: Ib81dadc39b73325c8438f078c7251857a83834fe