summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Various changes.Tyler Gunn2014-07-291-70/+0
| | | | | | | | | | | | | | | | | 1. Add InCallCameraManager to track active camera and manage camera capabilities. 2. Use new camera manager in CallButtonPresenter instead of directly accessing camera. 3. Implemented new camera setup flow between incall and telephony. 4. Landscape video call support (actively rotating while video is running crashes InCall at the moment, but you can start it in portrait or landscape fine). Includes ensuring layout works properly with RTL locales. 5. Added progress spinner to CallCardFragment, useful to show when an upgrade to video is pending. Bug: 16012946 Change-Id: Iff33422eec3a92d8cbeb217f5be2f1c9c5f3e98d
* Add video call handling for heads up notifications.Andrew Lee2014-07-161-1/+2
| | | | | | | | | | | | | | | | | - Add isVideo method to the InCallUI call. - Added cases and actions for isVideo to StatusBarNotifier. - Added cases for isVideo for processing incoming call in the full-screen experience in AnswerPresenter. - Did what I figured would be some cleanup, to consolidate some helper methods only ever called once, and reorder some methods to be more alphabetical. - Added new intent type for video calls (and revised old one for audio calls), which are dispatched by the StatusBarNotifier and received by the InCallApp. - Update icons used, and deleted unused icons. Bug: 16013878 Change-Id: If0a8d04e2ee6eaf8258ce6a677b22d55a584f9ab
* Remove ICallHandlerService implementationSailesh Nepal2014-07-031-6/+0
| | | | Change-Id: Ifbaaba0d3226d03ea364cf1df76da3abebb9f5dc
* Adding stub implementation of CallVideoClient in InCallUI.Tyler Gunn2014-06-271-0/+6
| | | | Change-Id: Iab1be9a7b449c7730dc884a3c77792bf97eb5f2e
* Update InCallUI to use new Telecomm wrappersSailesh Nepal2014-03-101-2/+2
| | | | Change-Id: I4ea05f03418302bf9eb904bda25844a9c52ea609
* am d52e4929: add actions to the incoming call notificationChris Wren2014-02-271-0/+2
|\ | | | | | | | | * commit 'd52e4929af6e83e9fcb9ffef3f2f8c74a14e5aca': add actions to the incoming call notification
| * add actions to the incoming call notificationChris Wren2014-02-271-0/+2
| | | | | | | | | | Bug: 12605720 Change-Id: Ic3593da8693e9fd51e9d3d87aa3ede770aa598cc
* | Add implementation of InCallService.Santos Cordon2014-02-201-0/+6
|/ | | | | | | | | | | | Adds a rudimentary implementation of IInCallService which supports updating the UI with new outgoing calls and changing a call to active or disconnected. The new service takes updates from Telecomm in the form of CallInfo object or callInfo IDs and turns them into Call objects which work with the existing CallList. This CL does not have the changes to send commands back to Telecomm. Change-Id: I985de1d7e0c7fbcbf242ce3f7a831335790d05b5
* Fix exported property on incall's NotificationBroadcastReceiver.Santos Cordon2014-01-221-1/+1
| | | | | | | exported property was not being respected because it was missing the "android:" prefix. Change-Id: I24e8cab83162b0837cddfaaeccfcedfff7de793d
* Adding proximity sensor code to in-call UI.Santos Cordon2013-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Many of these changes are verbatim code copies from what used to exist in services/Telephony. The rest of them are straight logic copies that should do the exact same things. New class ProximitySensor manages the proximity behavior. It receives device state from InCallPresenter, AudioModeProvider, CallButtonPresenter, and AcceleromterListener, the last of which is a transplanted class from services/Telephony. ProximitySensor listens for the following events: 1. Change in the call state 2. Change in the audio mode 3. Change in the device orientation (from AccelerometerListener) 4. Change in the dialpad visibility 5. Change in hard keyboard open/close events. 6. Change in foreground position of InCall UI app. It uses these to figure out when to enable/disable proximity sensor. CL that removes code from TeleService: I77e0d15ad1a8f5a090c1368db98edaa246dbcd72 bug: 10366512 Change-Id: I5c2ea6daa9443e7ad77c67f272bc0bafdb060e5e
* Adding interfaces for phone number service.Chiao Cheng2013-08-201-0/+1
| | | | | | | - Fetch image url if present. Bug: 10359919 Change-Id: Idf2ff5405255f1e90a383902762585ae68249dbe
* Adding hangup capability to in-call notification.Santos Cordon2013-08-091-0/+8
| | | | Change-Id: I7ba4dd0824f41d9989e36bff10fbfca68596134e
* Display primary call info in call cardYorke Lee2013-08-071-0/+1
| | | | | | | | | | * CallerInfo, CallerInfoAsyncQuery are copied verbatim from existing Phone code. * Added logging methods to Logger to support logging via TAG in static methods * Only primary caller information (name, phone number and label) are displayed for now. Secondary caller information and photos are not displayed. Change-Id: Id4cfdef78f10f7b32255f4892cd51161f37c8be5
* Renaming CallMonitorService to CallHandlerServiceSantos Cordon2013-07-191-2/+2
| | | | Change-Id: I936341bbad768cc718e27faaef20b498479f0e28
* Adding in call screen template.Chiao Cheng2013-07-171-1/+16
| | | | | | Along with glow pad for incoming call interaction.. Change-Id: I8d518b5247bee4a10c8fd06763a7e3fe6cff5652
* Adding a UI toast on an incoming call.Santos Cordon2013-07-161-1/+1
| | | | | | This will eventually be replaced with actual activity UI. Change-Id: I3df2a2ad6bb2103925559d6dab4beab04ac6e8b3
* Adding skeleton code for InCallUI.Santos Cordon2013-07-121-0/+35
Defines a service to communicate with Telephony Service. Change-Id: I633cbdae529ff61989f30cebfac240ce5a895687