1. 9c0e76b RTP: remove dead code. Now we are officially in the frameworks. by Chia-chi Yeh · 14 years ago
  2. 29c26d0 RTP: prepare for moving into frameworks. by Chia-chi Yeh · 14 years ago
  3. 7ade193 SIP: the low volume problem when setting IN_CALL mode. by Alan Huang · 14 years ago
  4. 485d613 Add the missing functions for compatibility. by Chung-yih Wang · 14 years ago
  5. 6b2fd7f SIP: fix WakeupTimer.recalculatePeriods(). by Hung-ying Tyan · 14 years ago
  6. 3a9c017 SipService: fix NAT binding lifetime measurement. by Hung-ying Tyan · 14 years ago
  7. dda33c2 SIP: fix a bug in WakeupTimer.cancel() by Hung-ying Tyan · 14 years ago
  8. 7dd8659 SipSessionGroup: generating 32-bit random number for tag. by Hung-ying Tyan · 14 years ago
  9. 83dc899 SipSessionImpl: add MinExpiresHeader check. by Hung-ying Tyan · 14 years ago
  10. 8e188c7 SipSessionImpl: don't end call when an error occurs during a call. by Hung-ying Tyan · 14 years ago
  11. b6f7820 Merge "SipAudioCallImpl: deliver call change failure and don't end call when getting an error in a call." by Hung-ying Tyan · 14 years ago
  12. 558dbba Use SIP OPTIONS instead of EMPTY message for keep-alive. by Chung-yih Wang · 14 years ago
  13. 880d1e3 SipAudioCallImpl: deliver call change failure and don't end call when getting an error in a call. by Hung-ying Tyan · 14 years ago
  14. e5545a6 Merge changes I9adc67d2,I32dd22af by Chung-yih Wang · 14 years ago
  15. 5854d60 SIP: fix a recursion bug when local IP becomes invalid (network disconnected). by Hung-ying Tyan · 14 years ago
  16. 4b7ae88 SIP telephony: integrate with new RTP stack and other fixes. by Hung-ying Tyan · 14 years ago
  17. 9e08977 RTP: use safer frame count to create AudioTrack and AudioRecord. by Chia-chi Yeh · 14 years ago
  18. 6045bde RTP: drain DeviceSocket before starting DeviceThread. by Chia-chi Yeh · 14 years ago
  19. 22d37ac RTP: temporarily make it froyo compatible to ease the development. by Chia-chi Yeh · 14 years ago
  20. 8092de3 RTP: tweak the lower bound of buffer size. by Chia-chi Yeh · 14 years ago
  21. de6a4ad RTP: add missing string.h to RtpStream.cpp. by Chia-chi Yeh · 14 years ago
  22. 92074f8 RTP: remove trailing spaces and add few logs. by Chia-chi Yeh · 14 years ago
  23. 6f70982 RTP: add the missing file for librtp_jni. by Chia-chi Yeh · 14 years ago
  24. 3e79283 RTP: add Java AudioGroup. by Chia-chi Yeh · 14 years ago
  25. 76e4dcf RTP: move AudioCodec to android.net.rtp. by Chia-chi Yeh · 14 years ago
  26. b02696a RTP: refactor out the network part from AudioStream to RtpStream. by Chia-chi Yeh · 14 years ago
  27. 7be5d9a RTP: add glue code for jni part. by Chia-chi Yeh · 14 years ago
  28. edf4a81 RTP: add AudioGroup which handles conference call, jitter buffer, and more. by Chia-chi Yeh · 14 years ago
  29. e5f71c2 RTP: abstract the network part from AudioStream to RtpStream. by Chia-chi Yeh · 14 years ago
  30. 3837b66 RTP: refactor native audio codec. by Chia-chi Yeh · 14 years ago
  31. ce350b8 SIP: cross out password when a profile is added to SipService by Hung-ying Tyan · 14 years ago
  32. 3732300 SipAudioCallImpl: revert the changes to hold/unhold implementation. by Hung-ying Tyan · 14 years ago
  33. 599057e SipAudioCall: re-implemented holding/unholding a call. by Hung-ying Tyan · 14 years ago
  34. d74c043 SipAudioCall: add new setListener() to explicitly specify immediate callback by Hung-ying Tyan · 14 years ago
  35. e6a9cc5 SIP: fix two bugs. by Hung-ying Tyan · 14 years ago
  36. 4aa0cef SIP telephony: add receiving call support (roughly) by Hung-ying Tyan · 14 years ago
  37. 5870f8d ISipService: add new open(), open3(), getListOfProfiles() by Hung-ying Tyan · 14 years ago
  38. 01d6af3 SIP: add sendDtmf() with callback by Hung-ying Tyan · 14 years ago
  39. 9562310 Add the missing resource file. by Chung-yih Wang · 14 years ago
  40. 8d001cf SIP: rearrange src files to separate settings and demo from framework code by Hung-ying Tyan · 14 years ago
  41. 729ff6b Some sip setting changes and registration fix. by Chung-yih Wang · 14 years ago
  42. aeeac7a SipCallUi: enable speaker and end-call buttons when making call by Hung-ying Tyan · 14 years ago
  43. 1c82627 SIP: SipAudioCallImpl: make ringback tone STREAM_VOICE_CALL by Hung-ying Tyan · 14 years ago
  44. 03f09c9 SIP: fixing SipServiceImpl by Hung-ying Tyan · 14 years ago
  45. b8ee2b9 SIP: WakeupTimer: fix timeout execution by Hung-ying Tyan · 14 years ago
  46. 13b3993 SIP: fix bugs in SipAudioCallImpl by Hung-ying Tyan · 14 years ago
  47. 3569d33 SIP: SipCallUi: synchronized on callbacks to prevent deadlock. by Hung-ying Tyan · 14 years ago
  48. d512aa6 SIP: WakeupTimer: check if the event queue is empty before retrieving first event by Hung-ying Tyan · 14 years ago
  49. 786d577 SIP: stop keepalive process when registration goes wrong by Hung-ying Tyan · 14 years ago
  50. 61d63bd SIP: fix bugs in WakeupTimer by Hung-ying Tyan · 14 years ago
  51. cb94c79 Add the call record for incoming call. by Chung-yih Wang · 14 years ago
  52. e505fe5 Fix the build break caused by the mutex initilization. by Chung-yih Wang · 14 years ago
  53. f0e64d1 Switch to pthread_mutex since the atomic framework is not finalized yet. by Chung-yih Wang · 14 years ago
  54. c4ccf8f SIP: acquire wifi lock when wifi is on by Hung-ying Tyan · 14 years ago
  55. 6b7f3df SIP: fix connectivity change handling when switching from a WIFI AP to another by Hung-ying Tyan · 14 years ago
  56. 0e9dd3d SIP: use listener proxy to safely call back in AutoRegistrationProcess. by Hung-ying Tyan · 14 years ago
  57. 23f4252 SIP: redesign WakeupTimer to align events better by Hung-ying Tyan · 14 years ago
  58. 5956418 Merge "SIP: remove WakeupTimer interface as it is used by SipServiceImpl with service context" by Hung-ying Tyan · 14 years ago
  59. 2c0c45f SIP: remove WakeupTimer interface as it is used by SipServiceImpl with service context by Hung-ying Tyan · 14 years ago
  60. a441001 Fix dtmf event bug. by Chung-yih Wang · 14 years ago
  61. 371e7e2 Fix the outbound proxy bug for sending keep-alive messages. by Chung-yih Wang · 14 years ago
  62. 74c6bab Add 'send keep-alive' feature in SipProfile. by Chung-yih Wang · 14 years ago
  63. cdf4554 SIP: finish call UI when a call ends. by Hung-ying Tyan · 14 years ago
  64. 6648c71 SIP: add FLog by Hung-ying Tyan · 14 years ago
  65. 169efa5 SIP: fix SipServiceImpl.createGroup(profile) by Hung-ying Tyan · 14 years ago
  66. 2c919db SIP: remove sendKeepAlive from ISipSession by Hung-ying Tyan · 14 years ago
  67. 13fb0d0 Merge "Send keepalive message periodically if the device is behind NAT." by Chung-yih Wang · 14 years ago
  68. 849a35a Send keepalive message periodically if the device is behind NAT. by Chung-yih Wang · 14 years ago
  69. 8ebabd1 SIP: fix speaker mode in SipAudioCallImpl and use toggle buttons in demo app for mute, hold and speaker mode. by Hung-ying Tyan · 14 years ago
  70. ce829d1 SipProfile: throw nullpointerexception early by Hung-ying Tyan · 14 years ago
  71. 6eb5145 Fix the exception in adding call log for an incoming call. by Chung-yih Wang · 14 years ago
  72. 38f0537 Add outgoing call receiver. by Chung-yih Wang · 14 years ago
  73. 7b8a6ad SIP: change copyright year from 2009 to 2010 by Hung-ying Tyan · 14 years ago
  74. 28a2484 Merge "SIP demo app: add proximity sensoring in call UI" by Hung-ying Tyan · 14 years ago
  75. 4a7dbf0 Merge "SIP demo app: add caller selection listener" by Hung-ying Tyan · 14 years ago
  76. 7728ba0 SIP demo app: add proximity sensoring in call UI by Hung-ying Tyan · 14 years ago
  77. d6c4c44 Add mic. gain for amplifying the outgoing voice stream. by Chung-yih Wang · 14 years ago
  78. c56d6f5 SIP demo app: add caller selection listener by Hung-ying Tyan · 14 years ago
  79. 0abc033 SIP: add demo call setup UI by Hung-ying Tyan · 14 years ago
  80. f22ce54 SIP: add demo in-call UI by Hung-ying Tyan · 14 years ago
  81. cacda01 SIP: minor cleanup in SipAudioCallImpl by Hung-ying Tyan · 14 years ago
  82. eadf8c3 Merge "Fix the invite ok issue for incoming call in sip channel with tcp transport." by Hung-ying Tyan · 14 years ago
  83. f7a6c82 Fix the invite ok issue for incoming call in sip channel with tcp transport. by Chung-yih Wang · 14 years ago
  84. 81d867c SipSettings: check isOpened() instead of isRegistered when creating menu by Hung-ying Tyan · 14 years ago
  85. ed85948 SipService: remove SipStack when close by Hung-ying Tyan · 14 years ago
  86. b10d267 SIP: add transport to SIP URI by Hung-ying Tyan · 14 years ago
  87. fc11383 SIP: add javadoc to android.net.sip classes by Hung-ying Tyan · 14 years ago
  88. 0f398eb Merge "Enable the TCP transport for SIP channel." by Chung-yih Wang · 14 years ago
  89. 0c5bdd9 Enable the TCP transport for SIP channel. by Chung-yih Wang · 14 years ago
  90. ebbf6da SIP: fix a time conversion bug in SipServiceImpl by Hung-ying Tyan · 14 years ago
  91. cff6f9c SIP: add space between entry name and warning message by Hung-ying Tyan · 14 years ago
  92. b52f45e SIP: make SipManager non-static to be consistent with other system services and add javadoc by Hung-ying Tyan · 14 years ago
  93. 7a4d031 SIP: fix nullpointerexception in AutoRegistrationProcess.stop() by Hung-ying Tyan · 14 years ago
  94. 1f56884 Merge "SIP: fix SipServiceImpl.isRegistered()" by Hung-ying Tyan · 14 years ago
  95. 1fb7697 SIP: fix SipServiceImpl.isRegistered() by Hung-ying Tyan · 14 years ago
  96. c465341 Disable the unregister item in the submenu if the profile is not registered. by Chung-yih Wang · 14 years ago
  97. 4151484 SIP: make SipService foreground by Hung-ying Tyan · 14 years ago
  98. a090065 SIP: fix a nullpointerexception in SipSettings by Hung-ying Tyan · 14 years ago
  99. c4c83e0 SIP: fix synchronization in SipSessionGroup by Hung-ying Tyan · 14 years ago
  100. 85c2aa0 SIP: start auto-reg when SipService is up by Hung-ying Tyan · 14 years ago