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