summaryrefslogtreecommitdiffstats
path: root/InCallUI/res/values/config.xml
Commit message (Collapse)AuthorAgeFilesLines
* InCallUI: customize video call UIFang Yunong2016-09-011-0/+4
| | | | | | | | | | | | | | | | Include following customization for video call UI: 1. Prevent make video call for some carrier: To meet some regional carriers requirement, check if phone number less than 7 or contains #, * or non-digit characters before making a video call. 2. UI enhancement for IncallUI of video call: Add UIs for answer_rx, answer_tx, answer_video, decline_video to make the UI more friendly to end user. Change-Id: I310bcbf021f1217a6e2a648d33b266297d7d9212 CRs-Fixed: 1039326
* InCallUI: Add international prefix supportFang Yunong2016-08-251-1/+3
| | | | | | | | | | | | | | | When international prefix is enabled in CDMA mode, check and convert international prefix. When MO/MT call, check phone number with international prefix. add flag of whether with international prefix,if has prefix, will add the prefix before the number,eg:+33. API name change: in M Android:SubscriptionManager.getDefaultVoiceSubId(); in N :SubscriptionManager.getDefaultVoiceSubscriptionId(). Change-Id: I62071721b4e5217063872f604fa5cc3f0a2676dd CRs-fixed: 1037633
* Auto fullscreen mode when starting a video call.Tyler Gunn2015-05-061-0/+7
| | | | | | | | - Added code to VideoCallPresenter to automatically enter fullscreen mode once a video call starts. Bug: 19850117 Change-Id: I801433243df556c3398ad82a60fc738bdfb35f79
* DO NOT MERGE Video call upgrade/dowgrade request changes.Tyler Gunn2015-05-051-0/+20
- fixed potential NPE in VideoCallFragment when setting preview size. - moved photo load into the postExecute for the async task -- it is already threaded and I was seeing intermittent concurrency issues. - Changed CallButtonFragment to retrieve max # of buttons from config.xml. - Added override for wider screens (e.g. N6 and wider) to show an extra button. - Reorganized call buttons so that the "Camera on/off" button is adjacent to the flip camera button. - Changed answer Glowpad to pass correct video state so that accepting a video request uses the correct state (important for accepting requests to turn camera back on). - added new Session modification state REQUEST_REJECTED for when the remote user explicitly declines the request. This is used to trigger a "video request rejected" message when the remote party rejects the request. Bug: 20257400 Change-Id: Ibe25eb045ee868748f91bf411f285629d36ebcd2