summaryrefslogtreecommitdiffstats
path: root/voip/java/android/net/sip/SipAudioCall.java
Commit message (Expand)AuthorAgeFilesLines
* docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-221-1/+8
* Add REFER handling.repo sync2011-07-131-3/+8
* Support INVITE w/o SDP.repo sync2011-06-281-0/+3
* Support Invite w/ Replaces request.repo sync2011-06-271-1/+56
* Activate the wifi high perf. for sip calls.Chung-yih Wang2011-02-251-2/+0
* Do not set back to AudioManager.MODE_NORMAL in SipAudioCall.Chia-chi Yeh2011-01-061-10/+0
* am aec9a33f: am e0bd2688: Merge "Check if VoIP API is supported in SipManager...Hung-ying Tyan2010-12-221-2/+18
|\
| * Check if VoIP API is supported in SipManager.Hung-ying Tyan2010-12-211-2/+18
* | am 7da1ffc9: am e2abd103: Merge "Set AudioGroup mode according to audio setti...Hung-ying Tyan2010-12-021-18/+31
|\ \ | |/
| * Set AudioGroup mode according to audio settingsHung-ying Tyan2010-11-301-18/+31
* | am 9a8df805: am 1112632a: Merge "docs: revise javadocs for sip add a package ...Scott Main2010-10-291-28/+31
|\ \ | |/
| * docs: revise javadocs for sipScott Main2010-10-281-28/+31
* | am bdc15d8b: am 4056ab97: Merge "Add permission requirements to SipAudioCall ...Hung-ying Tyan2010-10-211-1/+19
|\ \ | |/
| * Add permission requirements to SipAudioCall and SipManager javadoc.Hung-ying Tyan2010-10-211-1/+19
* | am 51028569: am 1180f2a0: Merge "Remove ringtone API from SipAudioCall." into...Hung-ying Tyan2010-10-211-85/+0
|\ \ | |/
| * Remove ringtone API from SipAudioCall.Hung-ying Tyan2010-10-201-85/+0
* | am ea445758: am 08faac3c: Unhide SIP API.Hung-ying Tyan2010-10-101-113/+166
|\ \ | |/
| * Unhide SIP API.Hung-ying Tyan2010-10-081-113/+166
* | am 44669d31: am fd144d76: Merge "SipAudioCall: remove SipManager dependency."...Hung-ying Tyan2010-09-271-10/+6
|\ \ | |/
| * SipAudioCall: remove SipManager dependency.Hung-ying Tyan2010-09-241-10/+6
* | fix buildHung-ying Tyan2010-09-241-0/+2
|/
* Refactoring SIP classes to get ready for API review.Hung-ying Tyan2010-09-241-125/+830
* SIP: convert enum to static final int.Hung-ying Tyan2010-09-201-4/+5
* SipAudioCall: expose startAudio()Hung-ying Tyan2010-09-171-1/+7
* Add timer to SIP session creation process.Hung-ying Tyan2010-09-171-8/+34
* Fix links in SIP API javadoc.Hung-ying Tyan2010-09-161-6/+6
* SipAudioCall: use SipErrorCode instead of string in onError()Hung-ying Tyan2010-09-141-3/+4
* SIP: remove dependency on javax.sip.SipException.Hung-ying Tyan2010-09-131-2/+0
* SIP: add SipErrorCode for error feedback.Hung-ying Tyan2010-09-101-2/+4
* SipService: reduce the usage of javax.sdp.*.Chia-chi Yeh2010-09-021-2/+2
* Add confcall management to SIP callsHung-ying Tyan2010-08-241-1/+11
* Fix the IN_CALL mode issue.Chung-yih Wang2010-08-161-4/+1
* Move the sip related codes to framework.Chung-yih Wang2010-08-051-0/+306