summaryrefslogtreecommitdiffstats
path: root/voip/java/android/net/sip/SipManager.java
Commit message (Expand)AuthorAgeFilesLines
* docs: revise javadocs for sipScott Main2010-10-281-29/+28
* Add permission requirements to SipAudioCall and SipManager javadoc.Hung-ying Tyan2010-10-211-0/+3
* Remove ringtone API from SipAudioCall.Hung-ying Tyan2010-10-201-14/+1
* Uncomment SIP/VOIP feature check in SipManager.Hung-ying Tyan2010-10-181-6/+0
* Unhide SIP API.Hung-ying Tyan2010-10-081-11/+29
* Make SipService broadcast SIP_SERVICE_UP when it's up.Hung-ying Tyan2010-10-071-0/+7
* SipService: supply PendingIntent when open a profile.Hung-ying Tyan2010-10-051-19/+43
* SIP: minor fixes.Hung-ying Tyan2010-10-041-2/+7
* Add uri field to SipManager.ListenerRelayHung-ying Tyan2010-09-301-10/+12
* SIP: misc fixes.Hung-ying Tyan2010-09-301-1/+3
* SipAudioCall: remove SipManager dependency.Hung-ying Tyan2010-09-241-1/+6
* Refactoring SIP classes to get ready for API review.Hung-ying Tyan2010-09-241-73/+96
* SIP: convert enum to static final int.Hung-ying Tyan2010-09-201-3/+2
* SIP: add config flag for wifi-only configuration.Hung-ying Tyan2010-09-201-0/+8
* Add timer to SIP session creation process.Hung-ying Tyan2010-09-171-6/+17
* Fix links in SIP API javadoc.Hung-ying Tyan2010-09-161-27/+19
* SIP: remove dependency on javax.sipHung-ying Tyan2010-09-141-2/+3
* SIP: remove dependency on javax.sip.SipException.Hung-ying Tyan2010-09-131-4/+3
* SipManager: always return true for SIP API and VOIP support query.Hung-ying Tyan2010-09-031-0/+6
* SipService: reduce the usage of javax.sdp.*.Chia-chi Yeh2010-09-021-8/+6
* Add software features for SIP and VOIPHung-ying Tyan2010-09-021-9/+24
* SIP: clean up unused class and fields.Hung-ying Tyan2010-08-101-3/+0
* Revert "Move SIP telephony related codes to framework."Chung-yih Wang2010-08-051-2/+1
* Move SIP telephony related codes to framework.Chung-yih Wang2010-08-051-1/+2
* Move the sip related codes to framework.Chung-yih Wang2010-08-051-0/+499