summaryrefslogtreecommitdiffstats
path: root/InCallUI/res/values/qticonfig.xml
Commit message (Collapse)AuthorAgeFilesLines
* InCallUI: Config to control call record featureAndalam Parthasarathi2016-09-141-0/+2
| | | | | | | | | Add one bool config "enable_call_record" to control the display of call record on incall UI. By default, it is false Change-Id: I7dfc33ea6335c4c7b6eb41d5793d63a23968183c CRs-Fixed: 1001730
* IMS-VT: Remove one directional video call supportRavi Paluri2016-09-131-2/+0
| | | | | | | | | | | Remove one directional video call support thereby not giving user the flexibility 1. to accept incoming video call as one way video call 2. to modify the call as one way video call 3. to accept incoming upgrade request as one way video call Change-Id: I0c242d40a3d254b150ebeef354761fa67b17296f CRs-Fixed: 1002286
* IMS: Customize HD icon in CallCard for some carriersZhao Fan2016-09-121-0/+2
| | | | | | | | Customize HD icon in CallCard for some carriers, it indicates the current call is High Definition Audio. Change-Id: I2339aa5b333a9415d17f092f3ef8647a79b0304a CRs-Fixed: 1059806
* VideoCall: preview before upgrade video call is accepted.Zhu Youhua2016-09-041-0/+2
| | | | | | | | preview myself before upgrade video call is handled by the receiver and stop review if the receiver has reject or error occurs. Change-Id: I4dbf5e469c725024bc8376c6a91bafda3a9f993e CRs-Fixed: 1057509
* One-key 4G conference and add multi-participants supportZhao Fan2016-08-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IMS: Add APIs to get intent for conference dialer 1) Add config to control the conference dialer by MCC/MNC. 3) Start confer dialer to originate a conference call. 4) Start confer dialer to add participants for the existing conference call. 5) Show 4G conference call option only if IMS is registered. Change-Id: Ieb89e43dbd0cec13c89af332d7923d181d92b23a IMS: Show conference participant state 1) Add config to control the conference state display. 2) Show conference participant state according to the config value. 3) Add more states for conference call. Change-Id: I75919d0538d2990c161a393d47ceacaf7cbcf805 IMS: Implement adding multi-participants to an exsiting conference call 1) Add a config value to enable or disable of adding multi-participants to conference call. 2) Format intent with current participants to start ConfernceDialer. 3) Config to add participant only in conferencall call for CMCC. 4) Format participants' numbers before sending add multi participants intent to ConferenceCallActivity. Change-Id: Ibcbfd2b26801686de2abb6f2940c97487b20b424 IMS: Enable entry 4G conference call in Dialer 1) Start conference call in dialtact. 2) Start conference call in dialpad with numbers. 3) Show 4G conference call option only if IMS is registered. Change-Id: I9f9c379e26b904f7749a72241e51cc6660f98d53 CRs-Fixed: 934253
* IMS: Add support to display IMS related call logs.Zhao Fan2016-08-241-0/+2
| | | | | | | | | 1) Add config to enable/disable IMS call log. 2) Add IMS call type in call log activities. 3) Show "4G voice call" in call log details for VoLTE calls. Change-Id: I5bc5f3651b27ed6a64d081188e45af492c72aa61 CRs-Fixed: 938465
* Dialer: Add control for the call duration displayMengjun Leng2016-08-241-0/+2
| | | | | | | | | Add config to display/hide call duration view in call detail activity by MCC/MNC. Change-Id: Idfb29c5b8f7d1f27886e08879a89f422dc2ff687 CRs-Fixed: 943296
* InCallUI:Show the correct text for each clear codeYu Jin2016-08-241-0/+5
| | | | | | | Modify to make UI toast the correct text for each code Change-Id: I56017fe964cebdd296d897a0da218c034323e7f5 CRs-Fixed: 801884
* IMS-VT: Display video call related user notification messages on UIGarik Badalyan2016-08-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Display video quality changed indication to the user when it changes - Display player state indication to user when player/camera status changes (video starts/stops or camera is not ready/failing) - Display data usage changed to the user when call ends IMS-VT: Remove call id from call substate/quality toast mesaages - Remove call id from the toast messages as it's incorrect. Since we are displaying toasts only for the primary call, we are good - Change the resource strings accordingly IMS: Control display of player, video quality, data usage toasts. Add configuration flags to control the display of player start/stop, video quality and data usage toasts during VT Call. IMS-VT: Detect call substate changes and notify the message controller - Add a listener for listening to call details changed and parse the extras for detecting changes in call substate - Once call substate change is detected, notify the InCall message controller which displays a Toast. - Add a new qtistrings.xml file for all Qti strings. Add call substate string resources in it. Change-Id: I02b62dff707ae7ad5c8ba5e03d1b238fef7459cf
* IMS-VT: Support for one way videoGarik Badalyan2016-08-241-0/+32
- Support for answer as one way video - Answer with VT_TX and VT_RX - Revert "Cleanup AnswerFragment glowpad UI" This reverts commit 7ba13e9d001014d1ad23be29ad6847ad65951fbb. - Upgrade/Downgrade one way video support Change-Id: I7d9b631e0c6084cf4e8d59f8ee3088952ba9b9fb IMS-VT: Show glowpad view with accept/reject for most video upgrade cases - Show the glowpad view with all options only when upgrading from Volte to VT - For all other cases, show the glowpad with accept/reject only Change-Id: I41ecbda40db7c3c69428fc4272f8bfbd258e2980 IMS-VT: Align answer targets array for VT call properly Align answer targets array for VT call properly in both with and without sms cases such that user should always swipe to the right to answer the call as video call and swipe to left always answers the call as audio call Change-Id: I07c4e68451db87f7e127ce1ed2aed25be5131471 CRs-Fixed: 921097