summaryrefslogtreecommitdiffstats
path: root/voip/java/android
Commit message (Expand)AuthorAgeFilesLines
* am 9a8df805: am 1112632a: Merge "docs: revise javadocs for sip add a package ...Scott Main2010-10-298-69/+118
|\
| * docs: revise javadocs for sipScott Main2010-10-288-69/+118
* | am bdc15d8b: am 4056ab97: Merge "Add permission requirements to SipAudioCall ...Hung-ying Tyan2010-10-212-1/+22
|\ \ | |/
| * Add permission requirements to SipAudioCall and SipManager javadoc.Hung-ying Tyan2010-10-212-1/+22
* | am 51028569: am 1180f2a0: Merge "Remove ringtone API from SipAudioCall." into...Hung-ying Tyan2010-10-212-99/+1
|\ \ | |/
| * Remove ringtone API from SipAudioCall.Hung-ying Tyan2010-10-202-99/+1
* | am 085996c4: am 45bd8303: Merge "Uncomment SIP/VOIP feature check in SipManag...John Huang2010-10-191-6/+0
|\ \ | |/
| * Uncomment SIP/VOIP feature check in SipManager.Hung-ying Tyan2010-10-181-6/+0
* | am ea445758: am 08faac3c: Unhide SIP API.Hung-ying Tyan2010-10-107-144/+208
|\ \ | |/
| * Unhide SIP API.Hung-ying Tyan2010-10-087-144/+208
* | am 841d6ff9: am 62ec9834: Merge "Make SipService broadcast SIP_SERVICE_UP whe...Hung-ying Tyan2010-10-081-0/+7
|\ \ | |/
| * Make SipService broadcast SIP_SERVICE_UP when it's up.Hung-ying Tyan2010-10-071-0/+7
* | am a785a59c: am 718e0033: Merge "SIP: add SERVER_UNREACHABLE error code." int...Hung-ying Tyan2010-10-061-0/+5
|\ \ | |/
| * Merge "SIP: add SERVER_UNREACHABLE error code." into gingerbreadHung-ying Tyan2010-10-041-0/+5
| |\
| | * SIP: add SERVER_UNREACHABLE error code.Hung-ying Tyan2010-10-051-0/+5
* | | am 3cb2d3be: am 1862af57: Merge "SipService: supply PendingIntent when open a...Hung-ying Tyan2010-10-062-20/+45
|\ \ \ | |/ /
| * | SipService: supply PendingIntent when open a profile.Hung-ying Tyan2010-10-052-20/+45
| |/
* | am 1f34ffd7: am 5cab38ba: Merge "SIP: minor fixes." into gingerbreadHung-ying Tyan2010-10-031-2/+7
|\ \ | |/
| * SIP: minor fixes.Hung-ying Tyan2010-10-041-2/+7
* | am c79e74ec: am d29e0754: Merge "Add uri field to SipManager.ListenerRelay" i...Hung-ying Tyan2010-09-301-10/+12
|\ \ | |/
| * Add uri field to SipManager.ListenerRelayHung-ying Tyan2010-09-301-10/+12
* | am cbee6229: am 0a537b78: Merge "RTP: Enable AMR codec." into gingerbreadChia-chi Yeh2010-09-301-2/+1
|\ \ | |/
| * Merge "RTP: Enable AMR codec." into gingerbreadChia-chi Yeh2010-09-291-2/+1
| |\
| | * RTP: Enable AMR codec.Chia-chi Yeh2010-09-301-2/+1
* | | am 947d2abd: am 2365b78e: Merge "SIP: misc fixes." into gingerbreadHung-ying Tyan2010-09-301-1/+3
|\ \ \ | |/ /
| * | Merge "SIP: misc fixes." into gingerbreadHung-ying Tyan2010-09-291-1/+3
| |\ \ | | |/ | |/|
| | * SIP: misc fixes.Hung-ying Tyan2010-09-301-1/+3
* | | am 1c2eab2d: am 955ab37c: Merge "RTP: Enable GSM-EFR codec." into gingerbreadChia-chi Yeh2010-09-301-1/+1
|\ \ \ | |/ /
| * | RTP: Enable GSM-EFR codec.Chia-chi Yeh2010-09-301-1/+1
* | | am ebfe5632: am e006e4d2: Merge changes Iae1913fb,I38dbefef into gingerbreadChia-chi Yeh2010-09-281-1/+1
|\ \ \ | |/ /
| * | RTP: Enable GSM codec.Chia-chi Yeh2010-09-291-1/+1
| |/
* | am 44669d31: am fd144d76: Merge "SipAudioCall: remove SipManager dependency."...Hung-ying Tyan2010-09-272-11/+12
|\ \ | |/
| * Merge "SipAudioCall: remove SipManager dependency." into gingerbreadHung-ying Tyan2010-09-272-11/+12
| |\
| | * SipAudioCall: remove SipManager dependency.Hung-ying Tyan2010-09-242-11/+12
* | | am fe2d279c: am 00a22064: SipService: handle cross-domain authentication errorHung-ying Tyan2010-09-271-0/+5
|\ \ \ | |/ /
| * | SipService: handle cross-domain authentication errorHung-ying Tyan2010-09-271-0/+5
| |/
* | Merge "fix build"Hung-ying Tyan2010-09-231-0/+2
|\ \ | |/ |/|
| * fix buildHung-ying Tyan2010-09-241-0/+2
* | SDP: remove dead code.Chia-chi Yeh2010-09-243-530/+0
|/
* Refactoring SIP classes to get ready for API review.Hung-ying Tyan2010-09-246-1061/+1459
* Fix the build.repo sync2010-09-231-1/+1
* SIP: Make SipAudioCallImpl use SimpleSessionDescription instead of javax.sdp.repo sync2010-09-231-196/+185
* SDP: Add a simple class to help manipulate session descriptions.Chia-chi Yeh2010-09-231-0/+612
* RTP: Add two getters to retrieve the current configuration from AudioStream.Chia-chi Yeh2010-09-231-1/+20
* RTP: Extend codec capability and update the APIs.Chia-chi Yeh2010-09-234-62/+244
* SipPhone: fix missing-call DisconnectCause feedbackHung-ying Tyan2010-09-201-8/+8
* SIP: convert enum to static final int.Hung-ying Tyan2010-09-209-71/+127
* SIP: add config flag for wifi-only configuration.Hung-ying Tyan2010-09-201-0/+8
* SipAudioCall: expose startAudio()Hung-ying Tyan2010-09-172-61/+72
* Add timer to SIP session creation process.Hung-ying Tyan2010-09-174-27/+81