summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/sip/SipService.java
AgeCommit message (Expand)Author
2010-09-28Move SipService out of SystemServer to phone process.Hung-ying Tyan
2010-09-24Refactoring SIP classes to get ready for API review.Hung-ying Tyan
2010-09-23SipService: fix thread/socket leakHung-ying Tyan
2010-09-20SipService: move event handling out of system server's main threadHung-ying Tyan
2010-09-20SIP: convert enum to static final int.Hung-ying Tyan
2010-09-20SIP: add config flag for wifi-only configuration.Hung-ying Tyan
2010-09-16SipService: add log control, suppress ping log.Hung-ying Tyan
2010-09-15SipService: ignore connect event for non-active networks.Hung-ying Tyan
2010-09-14SipService: deliver connectivity change to all sessions.Hung-ying Tyan
2010-09-13SIP: enhance timeout and registration status feedback.Hung-ying Tyan
2010-09-09Change the keep-alive interval to 10 seconds.Chung-yih Wang
2010-09-02SipService: reduce the usage of javax.sdp.*.Chia-chi Yeh
2010-09-02Add software features for SIP and VOIPHung-ying Tyan
2010-08-26Add dynamic uid info for tracking the sip service usage.Chung-yih Wang
2010-08-06Fix the buildChung-yih Wang
2010-08-06Add SIP service into system server.Chung-yih Wang