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
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
Merge "Add API to get all foreground calls." into gingerbread
John Wang
2010-09-03
1
-2
/
+9
|
\
|
*
Add API to get all foreground calls.
John Wang
2010-09-02
1
-2
/
+9
*
|
More SharedPreferences commit() -> apply() changes.
Brad Fitzpatrick
2010-09-03
4
-5
/
+5
|
/
*
CallManager: remove unused Phone argument from stopDtmf() and sendBurstDtmf()
Hung-ying Tyan
2010-08-25
1
-3
/
+3
*
Add confcall management to SIP calls
Hung-ying Tyan
2010-08-24
4
-76
/
+97
*
am 3158cf68: Change CDMAPhone.getDeviceId to return MEID or ESN.
Wink Saville
2010-08-20
2
-3
/
+8
|
\
|
*
Change CDMAPhone.getDeviceId to return MEID or ESN.
Wink Saville
2010-08-20
2
-3
/
+8
*
|
Merge "DO NOT MERGE Fixing Connectivity" into gingerbread
Robert Greenwalt
2010-08-20
4
-3
/
+7
|
\
\
|
*
|
DO NOT MERGE Fixing Connectivity
Robert Greenwalt
2010-08-20
4
-3
/
+7
*
|
|
Cosmetic cleanups to SMSDispatcher classes.
Jake Hamby
2010-08-19
3
-62
/
+45
|
/
/
*
|
CallManager: add setAudioMode()
Hung-ying Tyan
2010-08-18
1
-4
/
+29
*
|
SIP: implement conference call
Hung-ying Tyan
2010-08-18
2
-5
/
+51
*
|
CallManager: do not deliver ring event if fg call is live.
Hung-ying Tyan
2010-08-17
1
-1
/
+4
*
|
Fix character count bug and Javadoc typos in SMS (with test cases)
Jake Hamby
2010-08-13
5
-23
/
+26
*
|
Fix typo and bug in CTS test class.
Jake Hamby
2010-08-13
2
-2
/
+1
*
|
Update switch call and accept call.
John Wang
2010-08-12
4
-8
/
+122
*
|
SIP: remove unused file.
Hung-ying Tyan
2010-08-11
2
-750
/
+1
*
|
Fix a bug in unregisterPhone().
Chung-yih Wang
2010-08-11
1
-1
/
+1
*
|
Add getSipUri() for identification.
Chung-yih Wang
2010-08-11
1
-0
/
+4
*
|
SIP: clean up unused class and fields.
Hung-ying Tyan
2010-08-10
1
-2
/
+0
*
|
PhoneFactory: add makeSipPhone()
Hung-ying Tyan
2010-08-09
2
-32
/
+25
*
|
CallManager: add getAllPhones().
Hung-ying Tyan
2010-08-09
1
-0
/
+9
*
|
Revert "Revert "Move SIP telephony related codes to framework.""
Chung-yih Wang
2010-08-05
10
-0
/
+3256
[next]