summaryrefslogtreecommitdiff
path: root/voip/java/android/net/sip/SipAudioCall.java
AgeCommit message (Expand)Author
2013-01-28Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville
2013-01-22Add debug and some cleanupWink Saville
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
2011-07-13Add REFER handling.repo sync
2011-06-28Support INVITE w/o SDP.repo sync
2011-06-27Support Invite w/ Replaces request.repo sync
2011-02-25Activate the wifi high perf. for sip calls.Chung-yih Wang
2011-01-06Do not set back to AudioManager.MODE_NORMAL in SipAudioCall.Chia-chi Yeh
2010-12-22am aec9a33f: am e0bd2688: Merge "Check if VoIP API is supported in SipManager...Hung-ying Tyan
2010-12-21Check if VoIP API is supported in SipManager.Hung-ying Tyan
2010-12-02am 7da1ffc9: am e2abd103: Merge "Set AudioGroup mode according to audio setti...Hung-ying Tyan
2010-11-30Set AudioGroup mode according to audio settingsHung-ying Tyan
2010-10-29am 9a8df805: am 1112632a: Merge "docs: revise javadocs for sip add a package ...Scott Main
2010-10-28docs: revise javadocs for sipScott Main
2010-10-21am bdc15d8b: am 4056ab97: Merge "Add permission requirements to SipAudioCall ...Hung-ying Tyan
2010-10-21am 51028569: am 1180f2a0: Merge "Remove ringtone API from SipAudioCall." into...Hung-ying Tyan
2010-10-21Add permission requirements to SipAudioCall and SipManager javadoc.Hung-ying Tyan
2010-10-20Remove ringtone API from SipAudioCall.Hung-ying Tyan
2010-10-10am ea445758: am 08faac3c: Unhide SIP API.Hung-ying Tyan
2010-10-08Unhide SIP API.Hung-ying Tyan
2010-09-27am 44669d31: am fd144d76: Merge "SipAudioCall: remove SipManager dependency."...Hung-ying Tyan
2010-09-24SipAudioCall: remove SipManager dependency.Hung-ying Tyan
2010-09-24fix buildHung-ying Tyan
2010-09-24Refactoring SIP classes to get ready for API review.Hung-ying Tyan
2010-09-20SIP: convert enum to static final int.Hung-ying Tyan
2010-09-17SipAudioCall: expose startAudio()Hung-ying Tyan
2010-09-17Add timer to SIP session creation process.Hung-ying Tyan
2010-09-16Fix links in SIP API javadoc.Hung-ying Tyan
2010-09-14SipAudioCall: use SipErrorCode instead of string in onError()Hung-ying Tyan
2010-09-13SIP: remove dependency on javax.sip.SipException.Hung-ying Tyan
2010-09-10SIP: add SipErrorCode for error feedback.Hung-ying Tyan
2010-09-02SipService: reduce the usage of javax.sdp.*.Chia-chi Yeh
2010-08-24Add confcall management to SIP callsHung-ying Tyan
2010-08-16Fix the IN_CALL mode issue.Chung-yih Wang
2010-08-05Move the sip related codes to framework.Chung-yih Wang