summaryrefslogtreecommitdiffstats
path: root/telecomm
Commit message (Expand)AuthorAgeFilesLines
...
* Migrate TelecommConstants to TelecommManagerEvan Charlton2014-07-194-225/+199
* Add a notion of the subscription numberEvan Charlton2014-07-193-8/+23
* InCallService to inherit directly from Service. (1/2)Santos Cordon2014-07-191-17/+17
* Fixing ADD_CALL (1/3)Santos Cordon2014-07-191-0/+6
* Fix incomplete move of flags from PhoneAccount to PhoneAccountMetadataIhab Awad2014-07-182-8/+7
* Add Connection.startActivityFromInCallSailesh Nepal2014-07-1811-7/+127
* Use main thread for RemoteConnection callbacksSailesh Nepal2014-07-181-66/+229
* Merge "Add comments for RemoteCallVideoClient and RemoteCallVideoProvider." i...Andrew Lee2014-07-172-0/+124
|\
| * Add comments for RemoteCallVideoClient and RemoteCallVideoProvider.Andrew Lee2014-07-182-0/+124
* | Wire up multi-SIM experience (1/4)Ihab Awad2014-07-185-85/+127
* | Wiring video state through from ConnectionTyler Gunn2014-07-187-4/+100
|/
* Merge "Pass through video state when answering a call." into lmp-devAndrew Lee2014-07-177-15/+30
|\
| * Pass through video state when answering a call.Andrew Lee2014-07-177-15/+30
* | Plumb through StatusHints change notificationsEvan Charlton2014-07-173-5/+28
|/
* API changes to enable account selection for a callNancy Chen2014-07-174-0/+40
* Add toString & equals helper methods to PhoneAccount.javaSantos Cordon2014-07-171-0/+22
* TTY: frameworks/base changesSailesh Nepal2014-07-165-24/+136
* Adding getVideoState method to Telecomm Call's details.Andrew Lee2014-07-161-0/+7
* Add VideoState member variable to InCallCall.Andrew Lee2014-07-152-6/+26
* Add support for remote incoming callsSailesh Nepal2014-07-148-205/+134
* Merge "Remove CallServiceProvider and CallServiceDescriptor do not merge" int...Sailesh Nepal2014-07-148-500/+13
|\
| * Remove CallServiceProvider and CallServiceDescriptor do not mergeSailesh Nepal2014-07-148-500/+13
* | Merge "Implement multi-SIM capabilities (1/6) [DO NOT MERGE]" into lmp-devSantos Cordon2014-07-146-131/+338
|\ \
| * | Implement multi-SIM capabilities (1/6) [DO NOT MERGE]Ihab Awad2014-07-146-131/+338
* | | Introduce new In-Call Service interfaceIhab Awad2014-07-147-127/+1058
| |/ |/|
* | Add Intent to configure ConnectionServiceEvan Charlton2014-07-141-0/+6
|/
* Misc Telecomm API changesSailesh Nepal2014-07-1215-218/+287
* Fix exception in ConnectionServiceAdapter.binderDiedSailesh Nepal2014-07-111-2/+6
* Adding call capabilities to indicate whether call supports VT.Tyler Gunn2014-07-101-0/+12
* Set the call video provider again after listeners are added.Andrew Lee2014-07-102-0/+13
* Add Connection.setCallCapabilitiesSailesh Nepal2014-07-096-24/+38
* Move showCallScreen & isInAPhoneCall to PhoneManager.Santos Cordon2014-07-091-0/+5
* Add Connection.setStatusHintsSailesh Nepal2014-07-0810-3/+224
* Merge "Add Connection.setAudioModeIsVoip"Sailesh Nepal2014-07-086-0/+69
|\
| * Add Connection.setAudioModeIsVoipSailesh Nepal2014-07-096-0/+69
* | Fix short description and name values for PhoneAccount.Ihab Awad2014-07-081-51/+31
|/
* Adding "start call with video" extra for ACTION_CALL intent.Tyler Gunn2014-07-083-10/+33
* Remove unused ConnectionRequest constructorSailesh Nepal2014-07-081-4/+0
* Move ICallService.aidl to IConnectionService.aidlSailesh Nepal2014-07-0814-1072/+484
* Remove handoff APIsSailesh Nepal2014-07-0212-224/+101
* Move cancelMissedCallsNotification to PhoneManager.Santos Cordon2014-07-021-0/+5
* Adding "start call with video" extra for ACTION_CALL intent.Tyler Gunn2014-07-021-0/+7
* Merge "Rename Telecomm "Subscription" to "Account" (1/7)"Ihab Awad2014-07-029-112/+105
|\
| * Rename Telecomm "Subscription" to "Account" (1/7)Ihab Awad2014-07-029-112/+105
* | Add PhoneManager to expose functionality to phone/dialer apps.Santos Cordon2014-07-021-0/+2
|/
* Make RemoteConnection.getState publicSailesh Nepal2014-07-021-1/+5
* Use proper name for method for setting paused image.Andrew Lee2014-07-011-1/+1
* Merge "API support for reporting of changes to call features. (eg VoLTE, VoWI...Tyler Gunn2014-07-018-2/+134
|\
| * API support for reporting of changes to call features.Tyler Gunn2014-07-018-2/+134
* | Add function set CallVideoClient on the CallVideoProvider.Andrew Lee2014-07-016-85/+216