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
/
SipManager.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-08-01
Prevent NullPointerException cases while using SipService.
Masahiko Endo
2010-12-21
Check if VoIP API is supported in SipManager.
Hung-ying Tyan
2010-11-03
Throw proper exceptions in SipManager
Hung-ying Tyan
2010-10-28
docs: revise javadocs for sip
Scott Main
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-18
Uncomment SIP/VOIP feature check in SipManager.
Hung-ying Tyan
2010-10-08
Unhide SIP API.
Hung-ying Tyan
2010-10-07
Make SipService broadcast SIP_SERVICE_UP when it's up.
Hung-ying Tyan
2010-10-05
SipService: supply PendingIntent when open a profile.
Hung-ying Tyan
2010-10-04
SIP: minor fixes.
Hung-ying Tyan
2010-09-30
Add uri field to SipManager.ListenerRelay
Hung-ying Tyan
2010-09-30
SIP: misc fixes.
Hung-ying Tyan
2010-09-24
SipAudioCall: remove SipManager dependency.
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-20
SIP: add config flag for wifi-only configuration.
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
SIP: remove dependency on javax.sip
Hung-ying Tyan
2010-09-13
SIP: remove dependency on javax.sip.SipException.
Hung-ying Tyan
2010-09-03
SipManager: always return true for SIP API and VOIP support query.
Hung-ying Tyan
2010-09-02
SipService: reduce the usage of javax.sdp.*.
Chia-chi Yeh
2010-09-02
Add software features for SIP and VOIP
Hung-ying Tyan
2010-08-10
SIP: clean up unused class and fields.
Hung-ying Tyan
2010-08-05
Revert "Move SIP telephony related codes to framework."
Chung-yih Wang
2010-08-05
Move SIP telephony related codes to framework.
Chung-yih Wang
2010-08-05
Move the sip related codes to framework.
Chung-yih Wang