Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
6c536eac59adf6e11694ba3800222ad03fe93d1f
/
telecomm
/
java
03c527a
Merge "Add toString to CallServiceDescriptor" into master-nova
by Sailesh Nepal
· 11 years ago
5d9cb82
Add toString to CallServiceDescriptor
by Sailesh Nepal
· 11 years ago
3c7fbb2
Expose a method to cancel an outgoing call
by Evan Charlton
· 11 years ago
e9aa1aa
Expose CallState.NEW
by Evan Charlton
· 11 years ago
c1a48ef
Fix SDK build
by Sailesh Nepal
· 11 years ago
6043793
Add InCallCall class to communicate with InCallService
by Sailesh Nepal
· 11 years ago
924748f
Add lifecycle methods to telecomm services
by Evan Charlton
· 11 years ago
b632e5b
Handoff: Add APIs to allow handoff between call services
by Sailesh Nepal
· 11 years ago
a3d3aca
Add disconnect cause and message extras
by Sailesh Nepal
· 11 years ago
8111bc5
Fix build breakage due to Javadoc typo.
by Ihab Awad
· 11 years ago
8d20561
Add CallServiceSelectorAdapter
by Sailesh Nepal
· 11 years ago
466a218
Merge "Add CallCapabilities and CallNumberPresentation" into master-nova
by Sailesh Nepal
· 11 years ago
f6e9b27
Add CallCapabilities and CallNumberPresentation
by Sailesh Nepal
· 11 years ago
fd2e620
Fix the build, take #2
by Evan Charlton
· 11 years ago
8acdbb8
Fix the build
by Evan Charlton
· 11 years ago
2f23664
DTMF dialing support in frameworks/base
by Ihab Awad
· 11 years ago
20e3f02
Add disconnect cause to setDisconnected.
by Santos Cordon
· 11 years ago
1b469fec
Delete README file
by Sailesh Nepal
· 11 years ago
b84663f
Merge "Add audio mode APIs" into master-nova
by Sailesh Nepal
· 11 years ago
4cff392
Add audio mode APIs
by Sailesh Nepal
· 11 years ago
93fb1d0
Add gateway support to frameworks/base/telecomm
by Yorke Lee
· 11 years ago
ba4cc4e
Merge "frameworks/base: Use Uri for handle" into master-nova
by Sailesh Nepal
· 11 years ago
cadc1c1
frameworks/base: Use Uri for handle
by Sailesh Nepal
· 11 years ago
d885b5c
Merge "Add hold support to frameworks/base/telecomm" into master-nova
by Yorke Lee
· 11 years ago
81ccaaa
Add hold support to frameworks/base/telecomm
by Yorke Lee
· 11 years ago
9a4bf4a
Fix the SDK build
by Evan Charlton
· 11 years ago
0436d89
Fix SDK build due to missing import in TelecommConstants
by Sailesh Nepal
· 11 years ago
592bbf0
Merge "Add constant for Call Id extra" into master-nova
by Sailesh Nepal
· 11 years ago
d6c9a7f
Fix build break due to links to private APIs
by Sailesh Nepal
· 11 years ago
ab5d282
Add wrappers around telecomm interfaces
by Sailesh Nepal
· 11 years ago
e9d85a0
Add constant for Call Id extra
by Sailesh Nepal
· 11 years ago
971e9a4
Fix broken build due to ag/428341.
by Ben Gilad
· 11 years ago
45b5cf0
Merge "Add the abort API to ICallService implementations." into master-nova
by Ben Gilad
· 11 years ago
3fadaa9
Add the abort API to ICallService implementations.
by Ben Gilad
· 11 years ago
74f6bf8
Add optional data to incoming calls
by Evan Charlton
· 11 years ago
6c874e3
Adding the aborted call state.
by Ben Gilad
· 11 years ago
b340c33
Adding API support for incoming calls.
by Santos Cordon
· 11 years ago
832ddb3
Fix some javadocs
by Evan Charlton
· 11 years ago
1fe964d
Renaming intent to INCOMING_CALL.
by Santos Cordon
· 11 years ago
64a44a8
Update CallServiceSelector API
by Evan Charlton
· 11 years ago
6adbaf7
Addressing the TODO to rename CallServiceInfo.
by Ben Gilad
· 11 years ago
591ef66
Fix build.
by Santos Cordon
· 11 years ago
bd63f90
New call service methods for incoming calls.
by Santos Cordon
· 11 years ago
c3010b3
Add a CallServiceSelector base implementation
by Evan Charlton
· 11 years ago
35699a2
Following up on the TODO to rename newIncomingCall, see ag/417776 for the corresponding services/telecomm change.
by Ben Gilad
· 11 years ago
9a23a55
Add CallServiceInfo descriptor object
by Evan Charlton
· 11 years ago
222f129
Make telecomm APIs public
by Sailesh Nepal
· 11 years ago
5f66e88
Adding ACTION_INCOMING_CALL intents to new TelecommConstants.java class.
by Santos Cordon
· 11 years ago
f6d868b
Adds methods for a call service respond to a call().
by Santos Cordon
· 11 years ago
713f1d7
Change call state to enum and add it to CallInfo.
by Santos Cordon
· 11 years ago
3d3735e
Adding call state constants to Telecomm.
by Santos Cordon
· 11 years ago
805afaa
CallInfo usage everywhere; selector using call-service Id strings.
by Santos Cordon
· 11 years ago
9cf80ed
Add @hide to InCall APIs (fixes build break).
by Santos Cordon
· 11 years ago
8f3fd30
Add interfaces between Telecomm and InCall.
by Santos Cordon
· 11 years ago
658c0cf
Update the Telecomm APIs to use CallInfo.
by Santos Cordon
· 11 years ago
8986ef4
Updates CallService API.
by Santos Cordon
· 11 years ago
f042a3f
Following up on our discussion offline to introduce response objects for isSwitchable.
by Ben Gilad
· 11 years ago
2e41207
Remove unused code/comments and adding missing tags etc.
by Ben Gilad
· 11 years ago
0f7dac1
Adding the CallServiceSelector skeleton (AIDL) files.
by Ben Gilad
· 11 years ago
73e64fe
clean up javadoc.
by Santos Cordon
· 11 years ago
4939ccf
Remove CallServiceProviderAdapter and replace with CallServiceLookupResponse.
by Santos Cordon
· 11 years ago
6fee2ea
Revert "Remove CallServiceProviderAdapter and replace with CallServiceLookupResponse."
by Santos Cordon
· 11 years ago
6fbb1b7
Remove CallServiceProviderAdapter and replace with CallServiceLookupResponse.
by Santos Cordon
· 11 years ago
6734a17
Add a default CallServiceProvider implementation.
by Santos Cordon
· 11 years ago
3784133
Additional fixes to aidl files.
by Santos Cordon
· 11 years ago
b3e51b7
Fixing typos and a build break.
by Santos Cordon
· 11 years ago
e57944d
Add the CallService base class and the necessary call-service-provider
by Ben Gilad
· 11 years ago
bb69b0c
Adding the frameworks/base code from https://googleplex-android-review.git.corp.google.com/#/c/391028
by Ben Gilad
· 11 years ago
09538eb
Initial frameworks/base/telecomm check in.
by Ben Gilad
· 11 years ago