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