index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
telephony
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Rub in a little 'ol log-b-gone." into gingerbread
Dianne Hackborn
2010-09-30
1
-1
/
+1
|
\
|
*
Rub in a little 'ol log-b-gone.
Dianne Hackborn
2010-09-30
1
-1
/
+1
*
|
Typo fixes in comments and minor code cleanups.
Jake Hamby
2010-09-30
3
-7
/
+7
|
/
*
Catch exceptions in SipPhone.canTake().
Hung-ying Tyan
2010-09-30
1
-8
/
+26
*
SipPhone: revise hangup() in SipCall and SipConnection.
Hung-ying Tyan
2010-09-30
1
-11
/
+21
*
Implement contacts lookup (caller-id) for incoming SIP calls.
David Brown
2010-09-28
1
-14
/
+80
*
SIP: add DisconnectCause.SERVER_ERROR
Hung-ying Tyan
2010-09-28
2
-1
/
+4
*
Fix the startAudio order for 3-way calls.
Chung-yih Wang
2010-09-28
1
-2
/
+2
*
Fix build.
Hung-ying Tyan
2010-09-28
1
-1
/
+1
*
Don't enter DISCONNECTING state when the call/connection is not alive
Hung-ying Tyan
2010-09-28
1
-14
/
+21
*
SIP: misc fixes
Hung-ying Tyan
2010-09-28
1
-0
/
+3
*
SipService: handle cross-domain authentication error
Hung-ying Tyan
2010-09-27
2
-0
/
+4
*
Fix the unhold issue especially if one is behind NAT.
Chung-yih Wang
2010-09-27
1
-1
/
+12
*
Merge "Add debug functions." into gingerbread
John Wang
2010-09-26
1
-23
/
+167
|
\
|
*
Add debug functions.
John Wang
2010-09-26
1
-23
/
+167
*
|
SIP: longer timeout for making call, shorter for cancelling
Hung-ying Tyan
2010-09-25
1
-5
/
+7
|
/
*
Refactoring SIP classes to get ready for API review.
Hung-ying Tyan
2010-09-24
1
-12
/
+12
*
Fix the build.
Chung-yih Wang
2010-09-21
1
-21
/
+0
*
Revert the ANSWERING state.
Chung-yih Wang
2010-09-21
4
-30
/
+35
*
Merge "Use PhoneBase in the phone list." into gingerbread
John Wang
2010-09-20
1
-34
/
+81
|
\
|
*
Use PhoneBase in the phone list.
John Wang
2010-09-17
1
-34
/
+81
*
|
SipPhone: fix missing-call DisconnectCause feedback
Hung-ying Tyan
2010-09-20
1
-1
/
+3
*
|
SIP: convert enum to static final int.
Hung-ying Tyan
2010-09-20
1
-19
/
+20
|
/
*
Add debug function.
John Wang
2010-09-17
1
-5
/
+56
*
SipPhone: do not append SIP domain to PSTN number
Hung-ying Tyan
2010-09-17
1
-19
/
+28
*
SipAudioCall: expose startAudio()
Hung-ying Tyan
2010-09-17
1
-0
/
+1
*
Add timer to SIP session creation process.
Hung-ying Tyan
2010-09-17
1
-4
/
+5
*
Add a new phone state ANSWERING.
Chung-yih Wang
2010-09-16
4
-4
/
+23
*
Fixing the NPE in SipPhone
Chung-yih Wang
2010-09-15
1
-1
/
+1
*
Merge "SIP: add PEER_NOT_REACHABLE error feedback." into gingerbread
Hung-ying Tyan
2010-09-14
2
-0
/
+6
|
\
|
*
SIP: add PEER_NOT_REACHABLE error feedback.
Hung-ying Tyan
2010-09-15
2
-0
/
+6
*
|
Complete event registration in CallManager.
John Wang
2010-09-14
1
-8
/
+87
*
|
Unhide GsmCellLocation.getPsc().
jsh
2010-09-14
1
-1
/
+3
*
|
Merge "Return immutable copies of private callList." into gingerbread
John Wang
2010-09-14
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
Return immutable copies of private callList.
John Wang
2010-09-13
1
-7
/
+7
*
|
SipAudioCall: use SipErrorCode instead of string in onError()
Hung-ying Tyan
2010-09-14
1
-2
/
+2
*
|
SipService: deliver connectivity change to all sessions.
Hung-ying Tyan
2010-09-14
1
-3
/
+6
|
/
*
SIP: enhance timeout and registration status feedback.
Hung-ying Tyan
2010-09-13
2
-1
/
+3
*
SIP: remove dependency on javax.sip.SipException.
Hung-ying Tyan
2010-09-13
2
-3
/
+1
*
Merge "Register ServiceStateChanged to CallManager." into gingerbread
Jaikumar Ganesh
2010-09-10
1
-5
/
+14
|
\
|
*
Register ServiceStateChanged to CallManager.
John Wang
2010-09-10
1
-5
/
+14
*
|
Fix bug 2972138 Lost cell data connection and didn't get it back, DO NOT MERGE.
Wink Saville
2010-09-10
1
-4
/
+2
*
|
SIP: add SipErrorCode for error feedback.
Hung-ying Tyan
2010-09-10
2
-7
/
+24
|
/
*
Add hangupForegroundResumeBackground().
John Wang
2010-09-08
1
-0
/
+27
*
Allow incoming SMS until internal storage is almost full.
Jake Hamby
2010-09-08
6
-25
/
+22
*
Fix the dialing from contact for internet address.
Chung-yih Wang
2010-09-08
1
-1
/
+1
*
Merge "SipPhone: switch to its own phone type PHONE_TYPE_SIP." into gingerbread
Hung-ying Tyan
2010-09-07
1
-2
/
+1
|
\
|
*
SipPhone: switch to its own phone type PHONE_TYPE_SIP.
Hung-ying Tyan
2010-09-07
1
-2
/
+1
*
|
Fix the build.
Chung-yih Wang
2010-09-06
1
-1
/
+1
*
|
Add equals() funcation for SipPhone.
Chung-yih Wang
2010-09-06
1
-0
/
+4
|
/
[next]