summaryrefslogtreecommitdiff
path: root/voip/java/com/android/server/sip/SipService.java
AgeCommit message (Expand)Author
2013-01-28Delete frameworks/base/voip use voip-common from frameworks/opt/net/voipWink Saville
2013-01-22Add debug and some cleanupWink Saville
2012-04-04SIP: push the logic of finding local address down to SipSessionGroup.Chia-chi Yeh
2011-12-28SipService: grab Wi-Fi lock only when necessary.Chia-chi Yeh
2011-11-18SIP: turn off verbose logs.Chia-chi Yeh
2011-09-30SipService: handle connectivity changes correctly.Chia-chi Yeh
2011-09-13SIP: fix keep-alive measurement and increase the timeout.Chia-chi Yeh
2011-07-01Keep last known keepalive interval to avoid duplicate effort.Hung-ying Tyan
2011-07-01Do not hold wifi lock when SIP is also available over mobile network.Hung-ying Tyan
2011-06-30Make NAT port timeout measurement more flexible.Hung-ying Tyan
2011-06-24Restart NAT port timeout measurement when keepalive fails and other fixesHung-ying Tyan
2011-06-23Keep the keepalive process going after NAT port is changed.Hung-ying Tyan
2011-06-23Move the keepalive process to SipSessionImpl and make it reusable.Hung-ying Tyan
2011-06-14Move WakeupTimer out of SipService.Hung-ying Tyan
2011-06-09Add KeepAlive Interval Measurement.Chung-yih Wang
2011-01-18Merge "Merge "SipService: registers broadcast receivers on demand."" into hon...Hung-ying Tyan
2011-01-18Merge "SipService: registers broadcast receivers on demand."Hung-ying Tyan
2011-01-18Merge "SipService: release wake lock for cancelled tasks."Hung-ying Tyan
2010-11-02Correct SipService.isOpened() implementation.Hung-ying Tyan
2010-10-22Clean up pending sessions on incoming call in SipServiceHung-ying Tyan
2010-10-19Periodically scan wifi when wifi is not connected and wifi lock isChung-yih Wang
2010-10-19Handle dialing a SIP call to self.Hung-ying Tyan
2010-10-19Reduce logging.Joe Onorato
2010-10-15SipService: add wake lock for incoming INVITE packets.Hung-ying Tyan
2010-10-14SipService: add wake lock for multiple components.Hung-ying Tyan
2010-10-13Make SipService listen to WIFI state change events.Hung-ying Tyan
2010-10-13SipService: mScreenOn is flipped to wrong value.Hung-ying Tyan
2010-10-12SipService: fix a missing switch-case break.Hung-ying Tyan
2010-10-09Do not release the wifi lock if the screen is off.Chung-yih Wang
2010-10-08SipService: add permission check for using APIHung-ying Tyan
2010-10-07Make SipService broadcast SIP_SERVICE_UP when it's up.Hung-ying Tyan
2010-10-07SIP: Fix busy authentication loop.Hung-ying Tyan
2010-10-05SipService: supply PendingIntent when open a profile.Hung-ying Tyan
2010-10-01SipService: turn off verbose loggingHung-ying Tyan
2010-09-30SipService: add UID check.Hung-ying Tyan
2010-09-30SIP: misc fixes.Hung-ying Tyan
2010-09-28Move SipService out of SystemServer to phone process.Hung-ying Tyan