summaryrefslogtreecommitdiffstats
path: root/telecomm
Commit message (Expand)AuthorAgeFilesLines
* Add new proximity sensors in Telecomm (1/3)Yorke Lee2014-07-293-0/+51
* Merge "Fix WTF when creating a lazily initialized connection" into lmp-devSailesh Nepal2014-07-241-0/+2
|\
| * Fix WTF when creating a lazily initialized connectionSailesh Nepal2014-07-281-0/+2
* | Handle synchronous failed connectionSailesh Nepal2014-07-291-15/+3
|/
* Move VideoCallProvider into ConnectionService.Andrew Lee2014-07-286-348/+330
* Merge "Make creating the Connection synchronous" into lmp-devEvan Charlton2014-07-246-142/+283
|\
| * Make creating the Connection synchronousEvan Charlton2014-07-256-142/+283
* | Adding missing break statement in VideoCallProvider.Tyler Gunn2014-07-251-0/+1
|/
* Add VideoCall and VideoCall.Listener as an inner classes of Call.Andrew Lee2014-07-2516-704/+654
* Hide multiple-account information if there is only a single accountNancy Chen2014-07-231-0/+10
* Merge "Change display Strings to CharSequence (1/3)" into lmp-devSantos Cordon2014-07-222-16/+16
|\
| * Change display Strings to CharSequence (1/3)Santos Cordon2014-07-222-16/+16
* | Don't throw RemoteException in public RemoteCallVideoClient APIs.Andrew Lee2014-07-221-23/+43
* | Revert "Don't throw RemoteException in public RemoteCallVideoClient APIs."Andrew Lee2014-07-221-43/+23
* | Don't throw RemoteException in public RemoteCallVideoClient APIs.Andrew Lee2014-07-221-23/+43
|/
* Expose call settings as public API (1/3)Yorke Lee2014-07-211-0/+6
* Merge "Add video call profile constructor which takes video state only." into...Andrew Lee2014-07-191-0/+9
|\
| * Add video call profile constructor which takes video state only.Andrew Lee2014-07-211-0/+9
* | Sent initial data to telecomm on connection creation. (1/3)Santos Cordon2014-07-217-28/+228
* | Catch RemoteException when setting the camera or zoom.Andrew Lee2014-07-211-4/+10
|/
* Revert "Change display Strings to CharSequence (1/2)"Santos Cordon2014-07-212-16/+16
* Change display Strings to CharSequence (1/2)Santos Cordon2014-07-212-16/+16
* Change telecomm APIs from protected to public (1/3)Santos Cordon2014-07-214-23/+23
* Move ACTION_CONNECTION_SERVICE into ConnectionService. (1/3)Santos Cordon2014-07-212-7/+9
* Merge "@hide CAPABILITY_CALL_PROVIDER" into lmp-devEvan Charlton2014-07-181-0/+2
|\
| * @hide CAPABILITY_CALL_PROVIDEREvan Charlton2014-07-201-0/+2
* | Rename InCallCall to ParcelableCall (1/2)Santos Cordon2014-07-216-65/+67
|/
* Merge "Rename setDestroy() to destroy()" into lmp-devEvan Charlton2014-07-171-1/+1
|\
| * Rename setDestroy() to destroy()Evan Charlton2014-07-201-1/+1
* | Change incoming call intent to a TelecommManager method. (1/3)Santos Cordon2014-07-202-53/+81
* | Rename PhoneAccountMetadata to PhoneAccountEvan Charlton2014-07-2013-108/+106
|/
* Rename PhoneAccount to PhoneAccountHandleEvan Charlton2014-07-2014-130/+130
* 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