1. 158d390 Implement contacts lookup (caller-id) for incoming SIP calls. by David Brown · 14 years ago
  2. 624d5b4 SIP: add DisconnectCause.SERVER_ERROR by Hung-ying Tyan · 14 years ago
  3. 2454759 Fix the startAudio order for 3-way calls. by Chung-yih Wang · 14 years ago
  4. 368d796 Fix build. by Hung-ying Tyan · 14 years ago
  5. 2b4f5cf Don't enter DISCONNECTING state when the call/connection is not alive by Hung-ying Tyan · 14 years ago
  6. 025a39a SIP: misc fixes by Hung-ying Tyan · 14 years ago
  7. 00a2206 SipService: handle cross-domain authentication error by Hung-ying Tyan · 14 years ago
  8. bd22942 Fix the unhold issue especially if one is behind NAT. by Chung-yih Wang · 14 years ago
  9. 8f5a121 Merge "Add debug functions." into gingerbread by John Wang · 14 years ago
  10. 55bc084 Add debug functions. by John Wang · 14 years ago
  11. 194bbcc SIP: longer timeout for making call, shorter for cancelling by Hung-ying Tyan · 14 years ago
  12. 84a357b Refactoring SIP classes to get ready for API review. by Hung-ying Tyan · 14 years ago
  13. 4c571a6 Fix the build. by Chung-yih Wang · 14 years ago
  14. 9779b71 Revert the ANSWERING state. by Chung-yih Wang · 14 years ago
  15. ee2ef32 Merge "Use PhoneBase in the phone list." into gingerbread by John Wang · 14 years ago
  16. 8544560 SipPhone: fix missing-call DisconnectCause feedback by Hung-ying Tyan · 14 years ago
  17. 9796379 SIP: convert enum to static final int. by Hung-ying Tyan · 14 years ago
  18. 0a30e45 Use PhoneBase in the phone list. by John Wang · 14 years ago
  19. bd53554 Add debug function. by John Wang · 14 years ago
  20. 1d15835 SipPhone: do not append SIP domain to PSTN number by Hung-ying Tyan · 14 years ago
  21. afa583e SipAudioCall: expose startAudio() by Hung-ying Tyan · 14 years ago
  22. 9352cf1 Add timer to SIP session creation process. by Hung-ying Tyan · 14 years ago
  23. d8f3d16 Add a new phone state ANSWERING. by Chung-yih Wang · 14 years ago
  24. 94e4983 Fixing the NPE in SipPhone bug id: http://b/2987816 by Chung-yih Wang · 14 years ago
  25. 5306e0a Merge "SIP: add PEER_NOT_REACHABLE error feedback." into gingerbread by Hung-ying Tyan · 14 years ago
  26. ae076d3 SIP: add PEER_NOT_REACHABLE error feedback. by Hung-ying Tyan · 14 years ago
  27. 59f9bae Complete event registration in CallManager. by John Wang · 14 years ago
  28. 2ec0e6f Unhide GsmCellLocation.getPsc(). by jsh · 14 years ago
  29. e7b92d7 Merge "Return immutable copies of private callList." into gingerbread by John Wang · 14 years ago
  30. 13f6270 SipAudioCall: use SipErrorCode instead of string in onError() by Hung-ying Tyan · 14 years ago
  31. bc0e400 Return immutable copies of private callList. by John Wang · 14 years ago
  32. d231aa8 SipService: deliver connectivity change to all sessions. by Hung-ying Tyan · 14 years ago
  33. 3d7606a SIP: enhance timeout and registration status feedback. by Hung-ying Tyan · 14 years ago
  34. 25b52a2 SIP: remove dependency on javax.sip.SipException. by Hung-ying Tyan · 14 years ago
  35. e442fb6 Merge "Register ServiceStateChanged to CallManager." into gingerbread by Jaikumar Ganesh · 14 years ago
  36. d028bd0 Register ServiceStateChanged to CallManager. by John Wang · 14 years ago
  37. 887f2e4 Fix bug 2972138 Lost cell data connection and didn't get it back, DO NOT MERGE. by Wink Saville · 14 years ago
  38. 903e103 SIP: add SipErrorCode for error feedback. by Hung-ying Tyan · 14 years ago
  39. a48dc39 Add hangupForegroundResumeBackground(). by John Wang · 14 years ago
  40. bb37163 Allow incoming SMS until internal storage is almost full. by Jake Hamby · 14 years ago
  41. 6f0f870 Fix the dialing from contact for internet address. by Chung-yih Wang · 14 years ago
  42. d580eee Merge "SipPhone: switch to its own phone type PHONE_TYPE_SIP." into gingerbread by Hung-ying Tyan · 14 years ago
  43. 8744f87 SipPhone: switch to its own phone type PHONE_TYPE_SIP. by Hung-ying Tyan · 14 years ago
  44. b6264a8 Fix the build. by Chung-yih Wang · 14 years ago
  45. b12baad Add equals() funcation for SipPhone. by Chung-yih Wang · 14 years ago
  46. dc24348 Merge "Add API to get all foreground calls." into gingerbread by John Wang · 14 years ago
  47. fa8e271 More SharedPreferences commit() -> apply() changes. by Brad Fitzpatrick · 14 years ago
  48. 20bb229 Add API to get all foreground calls. by John Wang · 14 years ago
  49. 0e05bd2 CallManager: remove unused Phone argument from stopDtmf() and sendBurstDtmf() by Hung-ying Tyan · 14 years ago
  50. 3294d44 Add confcall management to SIP calls by Hung-ying Tyan · 14 years ago
  51. b2cc86d am 3158cf68: Change CDMAPhone.getDeviceId to return MEID or ESN. by Wink Saville · 14 years ago
  52. 3158cf6 Change CDMAPhone.getDeviceId to return MEID or ESN. by Wink Saville · 14 years ago
  53. 4b1bdc0 Merge "DO NOT MERGE Fixing Connectivity" into gingerbread by Robert Greenwalt · 14 years ago
  54. 8afddad DO NOT MERGE Fixing Connectivity by Robert Greenwalt · 14 years ago
  55. 059fe88 Cosmetic cleanups to SMSDispatcher classes. by Jake Hamby · 14 years ago
  56. a4cb657 CallManager: add setAudioMode() by Hung-ying Tyan · 14 years ago
  57. 8eac20e SIP: implement conference call by Hung-ying Tyan · 14 years ago
  58. 912e0f7 CallManager: do not deliver ring event if fg call is live. by Hung-ying Tyan · 14 years ago
  59. 17f6168 Fix character count bug and Javadoc typos in SMS (with test cases) by Jake Hamby · 14 years ago
  60. a8f3953 Fix typo and bug in CTS test class. by Jake Hamby · 14 years ago
  61. c159c84 Update switch call and accept call. by John Wang · 14 years ago
  62. 1777a27 SIP: remove unused file. by Hung-ying Tyan · 14 years ago
  63. 2725a65 Fix a bug in unregisterPhone(). by Chung-yih Wang · 14 years ago
  64. f57324cf Add getSipUri() for identification. by Chung-yih Wang · 14 years ago
  65. 8e63ddb SIP: clean up unused class and fields. by Hung-ying Tyan · 14 years ago
  66. 8fb2e6e PhoneFactory: add makeSipPhone() by Hung-ying Tyan · 14 years ago
  67. d122805 CallManager: add getAllPhones(). by Hung-ying Tyan · 14 years ago
  68. ccd0b69 Revert "Revert "Move SIP telephony related codes to framework."" by Chung-yih Wang · 14 years ago
  69. cde66df Revert "Move SIP telephony related codes to framework." by Chung-yih Wang · 14 years ago
  70. b631dcf Move SIP telephony related codes to framework. by Chung-yih Wang · 14 years ago
  71. 62f066a Merge "Add register methods in CallManager "do not merge"" into gingerbread by John Wang · 14 years ago
  72. 05a5a88 Add support for PSC of serving cell. by jsh · 14 years ago
  73. 0b80ac9 Add register methods in CallManager "do not merge" by John Wang · 14 years ago
  74. 4de9d20 Handle call list in CallManager "do not merge". by John Wang · 14 years ago
  75. ccd88b6 Create CallManager class "do not merge" by John Wang · 14 years ago
  76. 1540a7e am c69f5be0: Add PhoneSubInfo.getCompleteVoiceMailNumber. by Wink Saville · 14 years ago
  77. c69f5be Add PhoneSubInfo.getCompleteVoiceMailNumber. by Wink Saville · 14 years ago
  78. 374fe5c Remove voice mail number verification for testing on no-sim device by Xia Wang · 14 years ago
  79. 9c4ed13 am f9610b38: Merge "Make the DUN apn data secure." into froyo by Robert Greenwalt · 14 years ago
  80. 77b32dd Make the DUN apn data secure. by Robert Greenwalt · 14 years ago
  81. 5452541 am 3aecdb9d: merge from open-source master by The Android Open Source Project · 14 years ago
  82. 3aecdb9 merge from open-source master by The Android Open Source Project · 14 years ago
  83. e25863c fix build by Jean-Baptiste Queru · 14 years ago
  84. 143c3d3 am 5ccb8b8c: merge from open-source master by The Android Open Source Project · 14 years ago
  85. 5ccb8b8 merge from open-source master by The Android Open Source Project · 14 years ago
  86. d87ed5a Merge "Fix some typos and other cosmetic cleanups in telephony framework." by Jean-Baptiste Queru · 14 years ago
  87. 9f36f51 Fix updating and deleting FDN entries with an empty alpha identifier. by Jake Hamby · 14 years ago
  88. 27b2267 Merge "Abort FDN delete when number is empty (instead of name)" by Jean-Baptiste Queru · 14 years ago
  89. 12b6f6e am 55b7d124: merge from open-source master by The Android Open Source Project · 14 years ago
  90. 55b7d12 merge from open-source master by The Android Open Source Project · 14 years ago
  91. a2adf8f Merge "SetLocaleByCarrier, only if its not an unknown carrier." by Jean-Baptiste Queru · 14 years ago
  92. 390de22 Fix some typos and other cosmetic cleanups in telephony framework. by Jake Hamby · 14 years ago
  93. e28776b am b1110149: merge from open-source master by The Android Open Source Project · 14 years ago
  94. b111014 merge from open-source master by The Android Open Source Project · 14 years ago
  95. ecfb185 Merge "Preserve '+' in phone numbers imported from SIM." by Jean-Baptiste Queru · 14 years ago
  96. 1f35de2 am 79090cb3: merge from open-source master by The Android Open Source Project · 14 years ago
  97. d6e24ca am 4adacd23: merge from open-source master by The Android Open Source Project · 14 years ago
  98. 79090cb merge from open-source master by The Android Open Source Project · 14 years ago
  99. 4adacd2 merge from open-source master by The Android Open Source Project · 14 years ago
  100. 2a2174a am ccfd99b1: merge from open-source master by The Android Open Source Project · 14 years ago