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