summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-16Fix the bug that quick contact cannot be removed. am: 0065720a97 am: 7976e7a03bQi Wang
am: 775071cc0d * commit '775071cc0d03aa35cc5e34f504a052bf31b0627f': Fix the bug that quick contact cannot be removed. Change-Id: I20891ddc85bbcabaf1ef64628578ad38cc2d0351
2016-05-16Fix the bug that quick contact cannot be removed. am: 0065720a97Qi Wang
am: 7976e7a03b * commit '7976e7a03b6380f72452c4750baafb1240ab5b5f': Fix the bug that quick contact cannot be removed. Change-Id: I4d155124b660e68a2c768b5096b2c31090faf622
2016-05-16Fix the bug that quick contact cannot be removed.Qi Wang
am: 0065720a97 * commit '0065720a974377d8139679528f2e3e5c076e91b7': Fix the bug that quick contact cannot be removed. Change-Id: I6eb457f4e634254e05a582d5b88a80885c4005b6
2016-05-13Fix the bug that quick contact cannot be removed.Qi Wang
The "removed" button doesn't received drag and drop event since it's not visible at the time the drag event starts. The workaround is to change the visibility of its child view instead. Change-Id: Iada912fcc36983ad758296f33092cc54ad6f9f5e Fix: 28479593 (cherry-picked from b20b76437ae6aae8fe4da64097351cc80f030919) (cherry picked from commit 22a193b7babae99256149a0536748c6ad9c6b943)
2016-05-12Merge "DO NOT MERGE Adding unit tests for ExternalCallList." into ↵Tyler Gunn
nyc-mr1-dev am: ff81bf19ea am: e9b1b75e80 -s ours * commit 'e9b1b75e80ccbf38bd5cacec19a20a032f26ac03': DO NOT MERGE Adding unit tests for ExternalCallList. Change-Id: I6965a4e46fe7447559827fc6a7932647b7b52b84
2016-05-12DO NOT MERGE Add support for multi-endpoint. am: ad944e7cf2Tyler Gunn
am: 13d8c54350 -s ours * commit '13d8c5435036eebd28b28d51e9a54874734a9b56': DO NOT MERGE Add support for multi-endpoint. Change-Id: Id1aa700a5fc02a93f7eee1dd797de8768791fafe
2016-05-12Merge "DO NOT MERGE Adding unit tests for ExternalCallList." into nyc-mr1-devTyler Gunn
am: ff81bf19ea * commit 'ff81bf19ea85ae61cc2904a5cb79d8c6c61f31f5': DO NOT MERGE Adding unit tests for ExternalCallList. Change-Id: Id8571be3c7d1a1beb0e7d072fe511875a878b690
2016-05-12DO NOT MERGE Add support for multi-endpoint.Tyler Gunn
am: ad944e7cf2 * commit 'ad944e7cf20303adddd960d8870b47fffcdcc8df': DO NOT MERGE Add support for multi-endpoint. Change-Id: Id4892965363a1c97089e691cc1f639756322f7bd
2016-05-12Merge "DO NOT MERGE Adding unit tests for ExternalCallList." into nyc-mr1-devTyler Gunn
2016-05-12DO NOT MERGE Adding unit tests for ExternalCallList.Tyler Gunn
- Also adding TestTelecomCall class, which is a reflection wrapper that can create instances of android.telecom.Call. These calls are particularly problematic as they are final, so Mockito cannot mock them. Bug: 27458894 Change-Id: Ibd3786dc27eb4280eb32b8fb0baa18d42738a98c (cherry picked from commit 5df8de7b7c9ce0dee435d4a461dd9bbe6731e5d7)
2016-05-12DO NOT MERGE Add support for multi-endpoint.Tyler Gunn
- Add new "ExternalCallNotifier" which tracks external calls that Telecom informs Incall about. - Refactored some common code from StatusBarNotifier that is used in ExternalCallNotifier into NotificationUtil so it can be used in both places. - Modified CallList to track and store external calls seperately from regular ones. - Added support for triggering a call pull in the NotificationBroadcastReceiver. Bug: 27458894 Change-Id: I505c8b5f7aad273ebdaaeae2431564d10b23770b (cherry picked from commit d8eb77f116ba21a4f40fd59d608b2e8bbdf2e09b)
2016-05-12Merge "IMS-VT: Call showAnswerUi when onUpgradetoVideo callback is called" ↵Tyler Gunn
into nyc-mr1-dev am: e778d9fece am: aef9678978 * commit 'aef96789781b9095be4606fd5dfa5f6ff81b6dc6': IMS-VT: Call showAnswerUi when onUpgradetoVideo callback is called Change-Id: Iefb62eee7273750b85146f304a49eb1e2581a45f
2016-05-11Merge "IMS-VT: Call showAnswerUi when onUpgradetoVideo callback is called" ↵Garik Badalyan
into nyc-mr1-dev am: e778d9fece * commit 'e778d9fecead62e01a2696345934d1ee71e0bbe5': IMS-VT: Call showAnswerUi when onUpgradetoVideo callback is called Change-Id: Ib253818ee10d931d00ba637eca8f7dd38a8ba932
2016-05-11Merge "IMS-VT: Call showAnswerUi when onUpgradetoVideo callback is called" ↵Tyler Gunn
into nyc-mr1-dev
2016-05-10Cleanup of video pause button. am: ebef6b9403Tyler Gunn
am: 6f10f26b62 * commit '6f10f26b628d0ae477d599e3ee153a4a336254fe': Cleanup of video pause button. Change-Id: I06ca4dd53a57ab0d06457e01345595d5fd333fa3
2016-05-10Cleanup of video pause button.Tyler Gunn
am: ebef6b9403 * commit 'ebef6b94037a2a028635a5371f3d8e0f97c7d206': Cleanup of video pause button. Change-Id: Ibc41bbeae59647ff1c81c756d01127518dc90d76
2016-05-10Cleanup of video pause button.Tyler Gunn
The "pause video" button had a few issues that needed to be cleaned up: 1. The accessibility text for the button was always "pause video". I've changed this so that it says, "Turn on camera" or "Turn off camera" to better indicate what pushing the button will do. 2. When the user accepts an incoming request to initiate a 1-way video call, the button state would not be correct (the user's camera is disabled, but the button would not reflect that). Bug: 27944419 Bug: 28550284 Change-Id: I2594971ec21b5714ca2d750894a93b758f7a80e5
2016-05-06Merge "IMS-VT: Show upgrade to video notification." into nyc-mr1-dev am: ↵Tyler Gunn
8b25d78667 am: d8c2ac02a6 * commit 'd8c2ac02a65ea28915d8990c005a395ae6d762a2': IMS-VT: Show upgrade to video notification. Change-Id: I92f4c3c1e6bfbca6a0eb84ccf5a9964f4b7bbf74
2016-05-06Merge "IMS-VT: Show upgrade to video notification." into nyc-mr1-devGarik Badalyan
am: 8b25d78667 * commit '8b25d786674f95034dfcdfff09ea16f8e3869311': IMS-VT: Show upgrade to video notification. Change-Id: Ibcd1c5a940cc0bf96e1d950cd6457dccfc562486
2016-05-06IMS-VT: Call showAnswerUi when onUpgradetoVideo callback is calledGarik Badalyan
- Glowpad wrapper is now seen when we receive an upgrade request as showAnswerUi is called when onUpgradeToVideo callback is invoked - Without this change, we don't see the Glowpad wrapper BUG=28384174 Change-Id: Ibeb1a49f6cc9b8b0d70d167debf496f897c7c14f
2016-05-06Merge "IMS-VT: Show upgrade to video notification." into nyc-mr1-devTyler Gunn
2016-05-06Merge "Fix issues with video auto-fullscreen mode." into nyc-mr1-dev am: ↵Tyler Gunn
43fd36a1b2 am: 9b8e50f60f * commit '9b8e50f60f8e4f5f73be111f32394b3621ca34f9': Fix issues with video auto-fullscreen mode. Change-Id: I2e033651915875edbf33d6f0f85a293bae16a479
2016-05-06Merge "Fix issues with video auto-fullscreen mode." into nyc-mr1-devTyler Gunn
am: 43fd36a1b2 * commit '43fd36a1b2252814c3aa0768d140ede05c84ea16': Fix issues with video auto-fullscreen mode. Change-Id: I898a6d196ebefa98cf690e608acaafa0703c3997
2016-05-06Merge "Fix issues with video auto-fullscreen mode." into nyc-mr1-devTyler Gunn
2016-05-06Merge "Import translations. DO NOT MERGE"TreeHugger Robot
2016-05-06Update isRemoteDirectory to isRemoteDirectoryId in dialerTony Mak
One more place needed to be updated in master.
2016-05-06Merge "Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ↵Tony Mak
ddfb09b5af am: 55c30b2d7f" into nyc-mr1-dev-plus-aosp am: 7d984c00c6 * commit '7d984c00c6f919e12cce544f88bc2518d4267a26': Change-Id: I6b23a15e630a899658f21058e718d793fdec1c2a
2016-05-06Merge "Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ↵Tony Mak
ddfb09b5af am: 55c30b2d7f" into nyc-mr1-dev-plus-aosp am: aec1e485f4 * commit 'aec1e485f4cd55faa44191cd239e08cd0028e853': Change-Id: I9fb18be9926f4210fa816fd4950c7e658d1f699f
2016-05-06Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ↵Ricky Wai
ddfb09b5af am: c0d8ee227b am: 4deeaf11d7 * commit '4deeaf11d7d647139ab668d3345cafa6c82d764c': Fix enterprise contacts APIs naming and docs Change-Id: I505d80f26aeb33d0251d90a91927f354938c2878
2016-05-06Merge "Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ↵Android Build Merger (Role)
ddfb09b5af am: 55c30b2d7f" into nyc-mr1-dev-plus-aosp
2016-05-06Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ddfb09b5afTony Mak
am: 55c30b2d7f * commit '55c30b2d7fb5e5341fef9dfb257aab6307e2ce59': Change-Id: Ie51496717971959e76ebc8ab8e0eac03767fd4b0
2016-05-06Merge "Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ↵Android Build Merger (Role)
ddfb09b5af am: 55c30b2d7f" into nyc-mr1-dev-plus-aosp
2016-05-06Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ddfb09b5afTony Mak
am: c0d8ee227b * commit 'c0d8ee227b8673eadb4afe28d39adccd0166acab': Fix enterprise contacts APIs naming and docs Change-Id: I2c2a3168dbf86b2737e8469e20a2c25c9a353927
2016-05-06Merge "Fix enterprise contacts APIs naming and docs" into nyc-dev am: ddfb09b5afTony Mak
am: 55c30b2d7f * commit '55c30b2d7fb5e5341fef9dfb257aab6307e2ce59': Fix enterprise contacts APIs naming and docs Change-Id: I0116a0ec1f244e43c61bc0f069338a74fa8f08fe
2016-05-06Merge "Fix enterprise contacts APIs naming and docs" into nyc-devRicky Wai
am: ddfb09b5af * commit 'ddfb09b5af93c9adee0929ee405f3c8fd84282ca': Fix enterprise contacts APIs naming and docs Change-Id: Ie51c04cd172aad7e9c02c97116e85271e7966e00
2016-05-06Merge "Fix enterprise contacts APIs naming and docs" into nyc-devRicky Wai
am: ddfb09b5af * commit 'ddfb09b5af93c9adee0929ee405f3c8fd84282ca': Fix enterprise contacts APIs naming and docs Change-Id: Ic2d8036cdd9caa273b16f115c13fb11dcc08db88
2016-05-06Merge "Fix enterprise contacts APIs naming and docs" into nyc-devTony Mak
2016-05-05Import translations. DO NOT MERGEBill Yi
Change-Id: Ib414a71954447864cf53d04ec9a12cdd5e9885fd Auto-generated-cl: translation import
2016-05-04IMS-VT: Show upgrade to video notification.Garik Badalyan
Upgrade to video notification is not shown when UE's screen is on and InCallUI is not visible, e.g. pushed to backgroud by pressing the Home button. CL: 121482384 BUG=28093622 Change-Id: Ia141886b7a085164b3294a682f14b60b7a2a83b4
2016-05-04Fix issues with video auto-fullscreen mode.Tyler Gunn
There were a few issues with the auto-fullscreen mode code which is present in video calls. 1. If the Incall UI is backgrounded, the auto-fullscreen mode code would still trigger and put the user into fullscreen mode when they return to the InCall UI. 2. If the user is already in a video call and the remote party enables their camera, the auto fullscreen mode code would trigger and enable fullscreen mode. Ultimately we only want to go into fullscreen mode if we are entering a video call from a non-video state. 3. It is possible for the call to cease to be a video call by the time the auto fullscreen code triggers, meaning that an audio only call would go into fullscreen mode: Change-Id: I338a9ba4bb8d171752dcb38c16363bf0ded701af CL: 120864913 Bug: 28093622
2016-04-29Add LatencyReport for every callSailesh Nepal
[This is a manual cherry pick from ub-contactsdialer-b-dev.] This CL tracks latency for all incoming and outgoing calls. We now measure the following latency values: - time for a connection service to add a call to telecom. - time for telecom to process a call - time for the dialer app to launch and have a call added to it by telecom. - time for dialer to check if a call should be blocked. - time to show a notification about the call (incoming only) - time it took to show the InCallUI (only if HUN wasn't displayed) Change-Id: I08685d312cbaefc564feb4119350da71df9b9e6c
2016-04-28Merge "Merge "Cache call type icons" into nyc-dev am: e5634164a0 am: ↵Usman Abdullah
9bb027e7dc" into nyc-mr1-dev-plus-aosp am: 71cd4c6474 * commit '71cd4c6474a3d0de76bb6699bc5082b034fc83dd': Change-Id: I3bd26d0df670f016bb34551a60a0feb0330e35c7
2016-04-28Merge "Cache call type icons" into nyc-dev am: e5634164a0 am: 83d13261baSailesh Nepal
am: 91e928cffb * commit '91e928cffb0ac82849dd89e7251e04dbb3b9a697': Cache call type icons Change-Id: I2229d2c103ae0da8bbcf194ac328f28d193be055
2016-04-28Merge "Merge "Cache call type icons" into nyc-dev am: e5634164a0 am: ↵Android Build Merger (Role)
9bb027e7dc" into nyc-mr1-dev-plus-aosp
2016-04-28Merge "Cache call type icons" into nyc-dev am: e5634164a0Usman Abdullah
am: 83d13261ba * commit '83d13261badfbc03225e729291543759460cb4a8': Cache call type icons Change-Id: Ib32a5dc8a0f41bcf12b3b62d150324a63a826d92
2016-04-28Merge "Cache call type icons" into nyc-dev am: e5634164a0Usman Abdullah
am: 9bb027e7dc * commit '9bb027e7dc557645b87a02981dd794f6267fa4b1': Cache call type icons Change-Id: If1882002b80b05a4559e1f1ab2f2142a3a4cae6b
2016-04-28Merge "Cache call type icons" into nyc-devSailesh Nepal
am: e5634164a0 * commit 'e5634164a0e89568cd79868e6bdcbc5610dc78ea': Cache call type icons Change-Id: I861b544cf648fe7b48f827fcfce5807359ddecc9
2016-04-28Merge "Cache call type icons" into nyc-devSailesh Nepal
am: e5634164a0 * commit 'e5634164a0e89568cd79868e6bdcbc5610dc78ea': Cache call type icons Change-Id: I7cf4a33a18de4734075c3ba33c8752c5a81f03bf
2016-04-28Merge "Cache call type icons" into nyc-devUsman Abdullah
2016-04-28Merge "[DO NOT MERGE] Fix NPE caused by misplaced parenthesis." into nyc-dev ↵Nancy Chen
am: 36a1cc6 am: 3e9c2b9 -s ours am: 5dd7e55 -s ours * commit '5dd7e55b337bc55c5e0794028db80dafc90007cb': Change-Id: I099552ec42c86c6349938a9164c89e374020e9e6
2016-04-28Merge "[DO NOT MERGE] Fix NPE caused by misplaced parenthesis." into nyc-dev ↵Nancy Chen
am: 36a1cc6 am: 55fd06a am: 32c19d5 -s ours * commit '32c19d58c3ad468bcdccb5c48947ba74a89d11be': [DO NOT MERGE] Fix NPE caused by misplaced parenthesis. Change-Id: I77695c15c0c684a2e14709a14811975f2d81da7c
2016-04-28Merge "[DO NOT MERGE] Fix NPE caused by misplaced parenthesis." into nyc-dev ↵Usman Abdullah
am: 36a1cc6 am: 3e9c2b9 -s ours * commit '3e9c2b933a4f90419fed2b2f6aceee5c1303f6c4': Change-Id: I635aa3ebf1af5ea9fe2a50734d28357c5ac3db97
2016-04-28Merge "[DO NOT MERGE] Fix NPE caused by misplaced parenthesis." into nyc-dev ↵Usman Abdullah
am: 36a1cc6 am: 55fd06a * commit '55fd06a7fde79daa0abf1f463926c2b34de3d80a': [DO NOT MERGE] Fix NPE caused by misplaced parenthesis. Change-Id: I39a418ef9466e5b238192cfe598adf8da6aa2051
2016-04-28Merge "[DO NOT MERGE] Fix NPE caused by misplaced parenthesis." into nyc-devNancy Chen
am: 36a1cc6 * commit '36a1cc6c86f8e3658c8b45bfacb8f7ad07221912': [DO NOT MERGE] Fix NPE caused by misplaced parenthesis. Change-Id: Ib20f930f8ab801ba1d1d8b965e380329988086eb
2016-04-28Merge "[DO NOT MERGE] Fix NPE caused by misplaced parenthesis." into nyc-devNancy Chen
am: 36a1cc6 * commit '36a1cc6c86f8e3658c8b45bfacb8f7ad07221912': [DO NOT MERGE] Fix NPE caused by misplaced parenthesis. Change-Id: I3e595a732f56311be3d717b0f52c8fdf3b017e61
2016-04-28Merge "[DO NOT MERGE] Fix NPE caused by misplaced parenthesis." into nyc-devUsman Abdullah
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-dev am: 5a45cf7 -s ours ↵Baligh Uddin
am: 892ba38 -s ours am: 2f60461 -s ours * commit '2f604615057379a670afbf1fc458efd59e54ee6f': Change-Id: I7ceeca81d82483212f3687df25c823347bc4ac81
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-dev am: 5a45cf7 -s ours ↵Baligh Uddin
am: e022778 -s ours am: 59e328d -s ours * commit '59e328d39b6912f9ab5c47a20425c28dd32b57e8': Import translations. DO NOT MERGE Change-Id: Ia3858f537af0bd7e1354f5a66f84a7ce2d561fdb
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-mr1-dev am: c4bf1c3 -s oursBaligh Uddin
am: 873755a -s ours * commit '873755aaddf1ed85963d1aad14d66df81637c94a': Import translations. DO NOT MERGE Change-Id: I28cba1092fa6c9c7553742fbc5011966dd8c3307
2016-04-27Import translations. DO NOT MERGE am: 603821e -s ours am: 36f6be0 -s oursBill Yi
am: 6505ad1 -s ours * commit '6505ad1778537f5a4c9a48332d599c917f98030a': Change-Id: I113e72de5fc26fe89f2c0d7342f9414c138a66b5
2016-04-27Import translations. DO NOT MERGE am: 603821e -s ours am: 111f600 -s oursBill Yi
am: 1baaa6d -s ours * commit '1baaa6d4d047d3dd08170dfff2c65716e548c720': Import translations. DO NOT MERGE Change-Id: I19c88e37f3d682e64a691a0c9b0aaf9669434d55
2016-04-27Import translations. DO NOT MERGE am: 878105b -s oursBill Yi
am: 4a2c368 -s ours * commit '4a2c3682bdd14c68001b5d75c3f2b0788b3e9b83': Import translations. DO NOT MERGE Change-Id: I4e9442d1235a733265833743e0c99357fa885f3b
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-dev am: 5a45cf7 -s oursBaligh Uddin
am: 892ba38 -s ours * commit '892ba3827852ba888082c5d48afe73e847b46ab2': Change-Id: I880b28234feb945e9571439807c992894bdc2334
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-dev am: 5a45cf7 -s oursBaligh Uddin
am: e022778 -s ours * commit 'e022778ac4e419cd42f15b69c3fa3a9b8bedc35c': Import translations. DO NOT MERGE Change-Id: I21c3a2c6d394ab6b41f1b17aeb093b0bba5cc140
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin
am: 5a45cf7 -s ours * commit '5a45cf7098b020dac2f7a8e3140ff52b584203a7': Import translations. DO NOT MERGE Change-Id: Icd4feb6bdc208a861f57a14395fc2be32c5fe1c1
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin
am: 5a45cf7 -s ours * commit '5a45cf7098b020dac2f7a8e3140ff52b584203a7': Import translations. DO NOT MERGE Change-Id: I5701d8e57d6683ed99568e3614e9676a16854c32
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-mr1-devBaligh Uddin
am: c4bf1c3 -s ours * commit 'c4bf1c3dcb2a6d0c41fcb45fa4c68956607a178c': Import translations. DO NOT MERGE Change-Id: Ic3bc3a9af1f6ef9870ee65abf6badfa95f576d0f
2016-04-27Merge "Import translations. DO NOT MERGE"Baligh Uddin
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-devBaligh Uddin
2016-04-27Merge "Import translations. DO NOT MERGE" into nyc-mr1-devBaligh Uddin
2016-04-27Import translations. DO NOT MERGE am: 603821e -s oursBill Yi
am: 36f6be0 -s ours * commit '36f6be07419850657dad649c80a3162da51b0e45': Change-Id: I1d325a32982581f844482c00f8d9b6b44a41f490
2016-04-27Import translations. DO NOT MERGE am: 603821e -s oursBill Yi
am: 111f600 -s ours * commit '111f600a7ec2599c92cfaa69c7f05342d53bd89b': Import translations. DO NOT MERGE Change-Id: Id58c3fa150b6b99d9eee475270d1e0f5a967aa4f
2016-04-27Import translations. DO NOT MERGEBill Yi
am: 878105b -s ours * commit '878105b7b3c679afb683171d3cf34007dafcbe37': Import translations. DO NOT MERGE Change-Id: I193ae1512ac0c011d8adfd40d5834409bdb29516
2016-04-27Import translations. DO NOT MERGEBill Yi
am: 603821e -s ours * commit '603821e4b97fd916ff4bcc994ca2031969dcae65': Import translations. DO NOT MERGE Change-Id: I547955d1cdb409fb0604132d194e2406681e9be6
2016-04-27Import translations. DO NOT MERGEBill Yi
am: 603821e -s ours * commit '603821e4b97fd916ff4bcc994ca2031969dcae65': Import translations. DO NOT MERGE Change-Id: I9be4b969e87b554dfe65ff5b7c11b2bef00dd204
2016-04-26Import translations. DO NOT MERGEBill Yi
Change-Id: Ib23c1d327985bce6692993f54fef2fdcd7cd0f86 Auto-generated-cl: translation import
2016-04-26Import translations. DO NOT MERGEBill Yi
Change-Id: Icc2246a75745a34e161f20d54eb3debc9d129ab9 Auto-generated-cl: translation import
2016-04-26Import translations. DO NOT MERGEBill Yi
Change-Id: I870972ddbef65f87944219a7c144d66a44e5c011 Auto-generated-cl: translation import
2016-04-26Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I77d76a73b6efcfe8cd4bcafa383371976269172e Auto-generated-cl: translation import
2016-04-26Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I821e5e82e9b39b1ed05dde8c7d38e9c89525e5ff Auto-generated-cl: translation import
2016-04-26Import translations. DO NOT MERGEBaligh Uddin
Change-Id: I2c46d7c739c2a808c445e5484525f25a1485bbd0 Auto-generated-cl: translation import
2016-04-25Fix enterprise contacts APIs naming and docsRicky Wai
Bug: 28295752 Change-Id: Ifb81912db0df7ab2b7c01868d7d2daae836eeefb
2016-04-22Remove AccountFilterActivity from manifest (AOSP Dialer)Wenyi Wang
And CustomContactListFilterActivity Bug 27687799 Change-Id: I80432b2225cd9309591a25055c513c556a775251
2016-04-22Merge "Call correct number from missing call notification." into nyc-dev am: ↵Qi Wang
71f6781 am: beceabb am: 1a15e30 * commit '1a15e304b6b69406ff324d80264a03f4f839afd9': Change-Id: Iba6d498e17d5bf82b5fb1d6672366a3d167e9985
2016-04-22Merge "Performing auto-migration when there are no blocked nums" into ↵Brandon Maxwell
nyc-dev am: 235d706 am: dfbc95d am: 224dcbc * commit '224dcbc40419aaaecbf1d747ed98fbd368bacbf1': Change-Id: I16138f1fb579e1876ca8165995b07fc1e869178d
2016-04-22Merge "Adding migrate promo to blocked numbers setting ui" into nyc-dev am: ↵Brandon Maxwell
fd95466 am: 4997ac0 am: 2bfad14 * commit '2bfad14dc407f2bf842449f19c789382357275cb': Change-Id: Ibd51eb2cf56c449e47446ec61177b036cf0276c0
2016-04-22Fix crash on accessibility service. am: 02bf9ac am: 06bc5daQi Wang
am: f95ec9f * commit 'f95ec9f653a2c97762d3117050ab4f9de0c419a9': Change-Id: Id753592f3f9cd5e10fd1e924fca67e369e06a33b
2016-04-22Merge "Call correct number from missing call notification." into nyc-dev am: ↵Qi Wang
71f6781 am: 7517b02 am: 2fd76a2 * commit '2fd76a25f3d5a8c5b9c13178fcd7abee186d49da': Call correct number from missing call notification. Change-Id: I158888f7df6b6f2fd49ffc31af96b81a13cf0a08
2016-04-22Merge "Performing auto-migration when there are no blocked nums" into ↵Brandon Maxwell
nyc-dev am: 235d706 am: 859b425 am: 535bd2d * commit '535bd2d98926e96dbced8fee8a371e8c9acf0b2c': Performing auto-migration when there are no blocked nums Change-Id: I028a710db5cb2e02eaa1dcc385327aa74506f8ff
2016-04-22Merge "Adding migrate promo to blocked numbers setting ui" into nyc-dev am: ↵Brandon Maxwell
fd95466 am: 5fffba0 am: e27b1da * commit 'e27b1da7a4c4b3bfc1a22d0aa1db4c32c24ea478': Adding migrate promo to blocked numbers setting ui Change-Id: I1871490040968ee816d30885db225cde78b05ade
2016-04-22Fix crash on accessibility service. am: 02bf9ac am: fe3157cQi Wang
am: 08276ee * commit '08276eeb1f121b06c65c6e6b837e6fc6655d2e63': Fix crash on accessibility service. Change-Id: I0499acc592278242cf8625d59cd7c071b9958002
2016-04-22Merge "Call correct number from missing call notification." into nyc-dev am: ↵Usman Abdullah
71f6781 am: beceabb * commit 'beceabb79178ab5621d8aaca9bdc7127f4b3dae3': Change-Id: I8f8f6d810c23d4b793474b224ab273223e24134e
2016-04-22Merge "Performing auto-migration when there are no blocked nums" into ↵Usman Abdullah
nyc-dev am: 235d706 am: dfbc95d * commit 'dfbc95d0bddcc48d96f1881209cbda066820465b': Change-Id: I273ce7f27bcda520ec5a964634e29b31ca3e96dc
2016-04-22Merge "Adding migrate promo to blocked numbers setting ui" into nyc-dev am: ↵Usman Abdullah
fd95466 am: 4997ac0 * commit '4997ac043ec7d98a2803ee9c504204ae293e6790': Change-Id: Ic6fdf5b0c9c2279d00a8f9c321d64c3b83031247
2016-04-22Fix crash on accessibility service. am: 02bf9acQi Wang
am: 06bc5da * commit '06bc5dad0dfd46e4506228f129f2f7da3b14142a': Change-Id: I3671937d992264eb2fe0ebd5c8d33207c8f9fb6d
2016-04-22Merge "Call correct number from missing call notification." into nyc-dev am: ↵Usman Abdullah
71f6781 am: 7517b02 * commit '7517b02d6d76c1d0fb1dcd776437d7509cb89552': Call correct number from missing call notification. Change-Id: Ibd08841ecd9c279727ee77e983cca019ab1064d7
2016-04-22Merge "Performing auto-migration when there are no blocked nums" into ↵Usman Abdullah
nyc-dev am: 235d706 am: 859b425 * commit '859b4253d0bcd87ddb8a10868625294b18f5a989': Performing auto-migration when there are no blocked nums Change-Id: I894edff13139d9fc385b5a5dc97c95bb01ea6cc5
2016-04-22Merge "Adding migrate promo to blocked numbers setting ui" into nyc-dev am: ↵Usman Abdullah
fd95466 am: 5fffba0 * commit '5fffba0f3ba026f3a906c8ed4d0c607666687209': Adding migrate promo to blocked numbers setting ui Change-Id: I3ac86e9a0ee7a30a8bb2b46da2d944222b68a867
2016-04-22Fix crash on accessibility service. am: 02bf9acQi Wang
am: fe3157c * commit 'fe3157c3143c19375dbcf68e6876ef8bd8191f26': Fix crash on accessibility service. Change-Id: I7f1f1b4bde2bea0ff2b00b1330a5c4b8a9a367ba
2016-04-22Merge "Call correct number from missing call notification." into nyc-devQi Wang
am: 71f6781 * commit '71f6781457dc388aca7f8443f6cad511fa8fc8a9': Call correct number from missing call notification. Change-Id: I4688844315c8ece6497397da3f6e38f03a686d46