| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
| |
|
|
| |
Change-Id: Ifbaaba0d3226d03ea364cf1df76da3abebb9f5dc
|
| |
|
|
| |
Change-Id: Iab1be9a7b449c7730dc884a3c77792bf97eb5f2e
|
| |
|
|
| |
Change-Id: I4ea05f03418302bf9eb904bda25844a9c52ea609
|
| |\
| |
| |
| |
| | |
* commit 'd52e4929af6e83e9fcb9ffef3f2f8c74a14e5aca':
add actions to the incoming call notification
|
| | |
| |
| |
| |
| | |
Bug: 12605720
Change-Id: Ic3593da8693e9fd51e9d3d87aa3ede770aa598cc
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
exported property was not being respected because it was missing the
"android:" prefix.
Change-Id: I24e8cab83162b0837cddfaaeccfcedfff7de793d
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
- Fetch image url if present.
Bug: 10359919
Change-Id: Idf2ff5405255f1e90a383902762585ae68249dbe
|
| |
|
|
| |
Change-Id: I7ba4dd0824f41d9989e36bff10fbfca68596134e
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
Change-Id: I936341bbad768cc718e27faaef20b498479f0e28
|
| |
|
|
|
|
| |
Along with glow pad for incoming call interaction..
Change-Id: I8d518b5247bee4a10c8fd06763a7e3fe6cff5652
|
| |
|
|
|
|
| |
This will eventually be replaced with actual activity UI.
Change-Id: I3df2a2ad6bb2103925559d6dab4beab04ac6e8b3
|
|
|
Defines a service to communicate with Telephony Service.
Change-Id: I633cbdae529ff61989f30cebfac240ce5a895687
|