summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/TelecommAdapter.java
AgeCommit message (Collapse)Author
2014-08-20Circle reveal for account selection dialog and check for valid account.Nancy Chen
Touch animation reveal should happen from where the user touches the screen. This change deals only with the account selection dialog case (and should be the last one). Also if phoneAccountSelected in TelecommAdapter is called with an empty accountHandle, log an error. Bug: 17124195 Change-Id: I381ec7e377ee3be981c4e8b63b5253d75561b6bf
2014-08-13Final structural tweaks to Telecomm API (3/8)Ihab Awad
Bug: 16416927 Bug: 16494880 Change-Id: If756941a5bdd25ff8ac633a56fe90c894d4a46a4
2014-08-06Add setConferenceable() API from ConnectionService to incall. (3/4)Santos Cordon
Change-Id: I64fdca08d35f893d755e3b154543a261b1418343
2014-07-29Add new proximity sensors in Telecomm (3/3)Yorke Lee
Add the following two APIs in Telecomm and use them in InCallUI setProximitySensorOn setProximitySensorOff(boolean turnScreenOnImmediately) Bug: 16573954 Change-Id: I8219e9c659f4ea4493f5cd5c8bcaa95a98d180e2
2014-07-20Rename PhoneAccount to PhoneAccountHandleEvan Charlton
Change-Id: I2e97b348e6316a8b3ccc39fd81013e7f514a2889
2014-07-17Hook up answering as video call.Andrew Lee
Pass in the desired video state when answering incoming video calls. Bug: 16013878 Bug: 16015750 Change-Id: I7f46dadfdaa6ab256626d2e2e49971e114f506dd
2014-07-17Bring up dialog when an account is not set for the phone callNancy Chen
If an account default is not set, the incall ui will display a dialog to allow the user to select an account for that particular call. Bug: 16243703 Change-Id: Ic97c50d1116dd11ef900c4d20c6439683ed60e06
2014-07-14Implement new In-Call Service interfaceIhab Awad
Change-Id: Ic1eb6fc98e7f030885596c9c40f0ed4f0e34e28b (cherry picked from commit c90543e6ef64b16b4c1bb240494152bc513f1e36)
2014-07-11Misc Telecomm API changes: InCallUISailesh Nepal
This CL hooks up the new APIs introduced in ag/501321 to the InCallUI. Change-Id: Iaffe0b84cea6003f2a9b9d8b30676743d2b236d4
2014-07-02Remove handoff UISailesh Nepal
This CL removes handoff related UI and implements phoneAccountClicked Change-Id: Iab1595faaadcdfe428d97891d314babea21e9633
2014-06-13DO NOT MERGE. Port "respond via SMS message" feature to new Telecomm. (4/4)Ihab Awad
Bug: 15275904 Bug: 15196474 Change-Id: Id7125d7803a00a80728e412bba030566a838bbc2
2014-06-12Support conference calling. (4/4)Santos Cordon
Bug: 15006702 Change-Id: I2764ea242f783ba478c9eae86618dd33e9fc792a
2014-06-12am 0afa8f45: Support Add Call. (2/2)Santos Cordon
* commit '0afa8f450a86517bac3009dbae94ed4973de4ddd': Support Add Call. (2/2)
2014-06-11Support Add Call. (2/2)Santos Cordon
Bug: 15006702 Change-Id: I92685e30ff86e6466719c416ebe283cc14bf7d0a
2014-06-09Support conference calling. (4/4) [DO NOT MERGE]Santos Cordon
Bug: 15006702 Change-Id: I2764ea242f783ba478c9eae86618dd33e9fc792a
2014-06-04Wire up DTMF post-dialEvan Charlton
Wire up the DTMF post-dial dialog. Bug: 13734588 Change-Id: I5cc06268590c3c424ea6daf216cb205b9c470dac
2014-04-03Handoff: Hookup handoff button to InCallUISailesh Nepal
Bug: 13643568 Change-Id: I94c28b10c0e0a253450f14d31ecdc416d5b44ca4
2014-04-01Address comments about post dialSailesh Nepal
Change-Id: I3c8489721e0d9ec20e62760afc92a520e6e42b8f
2014-04-01InCallUI - Use String IDsSailesh Nepal
Change-Id: Ibacb79658c146466d4f23bfcf7af0ebfb6e84dd0
2014-04-01InCallUI - Use custom object to track CallsSailesh Nepal
This is the first step in completely moving away from Telephony. This CL creates a custom Call object. Currently this is just a copy of the telephony Call object. I'll update various fields in individual CLs. This CL also deletes the old Telephony services. Bug: 13643568 Change-Id: Id1860a5df9706f2a7fddd40e70f0d693af7b04bd