| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Wiring video state through from Connection | Tyler Gunn | 2014-07-18 | 7 | -4/+100 |
|/ |
|
* | Merge "Pass through video state when answering a call." into lmp-dev | Andrew Lee | 2014-07-17 | 7 | -15/+30 |
|\ |
|
| * | Pass through video state when answering a call. | Andrew Lee | 2014-07-17 | 7 | -15/+30 |
* | | Plumb through StatusHints change notifications | Evan Charlton | 2014-07-17 | 3 | -5/+28 |
|/ |
|
* | API changes to enable account selection for a call | Nancy Chen | 2014-07-17 | 4 | -0/+40 |
* | Add toString & equals helper methods to PhoneAccount.java | Santos Cordon | 2014-07-17 | 1 | -0/+22 |
* | TTY: frameworks/base changes | Sailesh Nepal | 2014-07-16 | 5 | -24/+136 |
* | Adding getVideoState method to Telecomm Call's details. | Andrew Lee | 2014-07-16 | 1 | -0/+7 |
* | Add VideoState member variable to InCallCall. | Andrew Lee | 2014-07-15 | 2 | -6/+26 |
* | Add support for remote incoming calls | Sailesh Nepal | 2014-07-14 | 8 | -205/+134 |
* | Merge "Remove CallServiceProvider and CallServiceDescriptor do not merge" int... | Sailesh Nepal | 2014-07-14 | 8 | -500/+13 |
|\ |
|
| * | Remove CallServiceProvider and CallServiceDescriptor do not merge | Sailesh Nepal | 2014-07-14 | 8 | -500/+13 |
* | | Merge "Implement multi-SIM capabilities (1/6) [DO NOT MERGE]" into lmp-dev | Santos Cordon | 2014-07-14 | 6 | -131/+338 |
|\ \ |
|
| * | | Implement multi-SIM capabilities (1/6) [DO NOT MERGE] | Ihab Awad | 2014-07-14 | 6 | -131/+338 |
* | | | Introduce new In-Call Service interface | Ihab Awad | 2014-07-14 | 7 | -127/+1058 |
| |/
|/| |
|
* | | Add Intent to configure ConnectionService | Evan Charlton | 2014-07-14 | 1 | -0/+6 |
|/ |
|
* | Misc Telecomm API changes | Sailesh Nepal | 2014-07-12 | 15 | -218/+287 |
* | Fix exception in ConnectionServiceAdapter.binderDied | Sailesh Nepal | 2014-07-11 | 1 | -2/+6 |
* | Adding call capabilities to indicate whether call supports VT. | Tyler Gunn | 2014-07-10 | 1 | -0/+12 |
* | Set the call video provider again after listeners are added. | Andrew Lee | 2014-07-10 | 2 | -0/+13 |
* | Add Connection.setCallCapabilities | Sailesh Nepal | 2014-07-09 | 6 | -24/+38 |
* | Move showCallScreen & isInAPhoneCall to PhoneManager. | Santos Cordon | 2014-07-09 | 1 | -0/+5 |
* | Add Connection.setStatusHints | Sailesh Nepal | 2014-07-08 | 10 | -3/+224 |
* | Merge "Add Connection.setAudioModeIsVoip" | Sailesh Nepal | 2014-07-08 | 6 | -0/+69 |
|\ |
|
| * | Add Connection.setAudioModeIsVoip | Sailesh Nepal | 2014-07-09 | 6 | -0/+69 |
* | | Fix short description and name values for PhoneAccount. | Ihab Awad | 2014-07-08 | 1 | -51/+31 |
|/ |
|
* | Adding "start call with video" extra for ACTION_CALL intent. | Tyler Gunn | 2014-07-08 | 3 | -10/+33 |
* | Remove unused ConnectionRequest constructor | Sailesh Nepal | 2014-07-08 | 1 | -4/+0 |
* | Move ICallService.aidl to IConnectionService.aidl | Sailesh Nepal | 2014-07-08 | 14 | -1072/+484 |
* | Remove handoff APIs | Sailesh Nepal | 2014-07-02 | 12 | -224/+101 |
* | Move cancelMissedCallsNotification to PhoneManager. | Santos Cordon | 2014-07-02 | 1 | -0/+5 |
* | Adding "start call with video" extra for ACTION_CALL intent. | Tyler Gunn | 2014-07-02 | 1 | -0/+7 |
* | Merge "Rename Telecomm "Subscription" to "Account" (1/7)" | Ihab Awad | 2014-07-02 | 9 | -112/+105 |
|\ |
|
| * | Rename Telecomm "Subscription" to "Account" (1/7) | Ihab Awad | 2014-07-02 | 9 | -112/+105 |
* | | Add PhoneManager to expose functionality to phone/dialer apps. | Santos Cordon | 2014-07-02 | 1 | -0/+2 |
|/ |
|
* | Make RemoteConnection.getState public | Sailesh Nepal | 2014-07-02 | 1 | -1/+5 |
* | Use proper name for method for setting paused image. | Andrew Lee | 2014-07-01 | 1 | -1/+1 |
* | Merge "API support for reporting of changes to call features. (eg VoLTE, VoWI... | Tyler Gunn | 2014-07-01 | 8 | -2/+134 |
|\ |
|
| * | API support for reporting of changes to call features. | Tyler Gunn | 2014-07-01 | 8 | -2/+134 |
* | | Add function set CallVideoClient on the CallVideoProvider. | Andrew Lee | 2014-07-01 | 6 | -85/+216 |
* | | Merge "Move call-related SystemAPIs to TelecommManager. (1/3)" | Santos Cordon | 2014-07-01 | 2 | -20/+134 |
|\ \
| |/
|/| |
|
| * | Move call-related SystemAPIs to TelecommManager. (1/3) | Santos Cordon | 2014-06-30 | 2 | -20/+134 |
* | | More fixes for Connection and RemoteConnection | Sailesh Nepal | 2014-06-30 | 6 | -52/+72 |
* | | Fixing crash in phone app due to missing null checks pertaining to | Tyler Gunn | 2014-06-30 | 2 | -4/+5 |
* | | Merge "Add ICallVideoProvider binder to the InCallCall object." | Andrew Lee | 2014-06-26 | 2 | -23/+30 |
|\ \ |
|
| * | | Add ICallVideoProvider binder to the InCallCall object. | Andrew Lee | 2014-06-30 | 2 | -23/+30 |
* | | | Added API methods for the CallVideoProvider. | Tyler Gunn | 2014-06-30 | 3 | -18/+189 |
|/ / |
|
* | | Add Subscription field to Call-related framework objects | Nancy Chen | 2014-06-27 | 2 | -15/+56 |
* | | Merge "Add methods to set a CallVideoProvider on a Call." | Andrew Lee | 2014-06-26 | 6 | -1/+56 |
|\ \ |
|
| * | | Add methods to set a CallVideoProvider on a Call. | Andrew Lee | 2014-06-27 | 6 | -1/+56 |