summaryrefslogtreecommitdiff
path: root/InCallUI/src/com/android/incallui/InCallApp.java
AgeCommit message (Collapse)Author
2014-08-13Final structural tweaks to Telecomm API (3/8)Ihab Awad
Bug: 16416927 Bug: 16494880 Change-Id: If756941a5bdd25ff8ac633a56fe90c894d4a46a4
2014-08-12Add UI/functions to handle a video upgrade request.Andrew Lee
+ Move session modification listener into the video call presenter. + Add new video accept/reject notification and full-screen UI. + Added "handling" which sends session modification response. Bug: 16657915 Change-Id: I35ff04e383d4938cbfb4e76677730f82557fd918
2014-07-28Update VideoCallProfile.VideoState references.Andrew Lee
Bug: 16629892 Change-Id: I689b5ce4f41db109b003bd15f9cae5596a1c3819
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-16Add video call handling for heads up notifications.Andrew Lee
- 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
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
2014-02-27add actions to the incoming call notificationChris Wren
Bug: 12605720 Change-Id: Ic3593da8693e9fd51e9d3d87aa3ede770aa598cc
2013-10-15Clears notification when there is no call.Christine Chen
Bug: 11083320 Change-Id: I05efd985114a78d87098a46b1c4c33ad5bcc5b94
2013-10-07Add logging to dialer.Santos Cordon
Two instances that need more logging: 1) Is UI showing for prox sensor. 2) Was the call hung up from notification? bug:11050553 Change-Id: I9eb60621bc320fe466780e5d7df7502354dd3f1f
2013-09-19Addressing finished and postponed TODO(klp)Christine Chen
Bug: 10605909 Change-Id: Id7594b306d23d4bd5d7a6983f2dbe524591a0d69
2013-08-21Protect all logging statements.Chiao Cheng
- Rename global logger so it can be a drop in replacement for framework log class. - Remove imports of android.util.Log Bug: 10411948 Change-Id: I377625263b16c4f9408c79d5c533a1810fa6cde7
2013-08-09Adding hangup capability to in-call notification.Santos Cordon
Change-Id: I7ba4dd0824f41d9989e36bff10fbfca68596134e