summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* DialerStats: track how frequently contact images are present on the call ↵emancebo2014-09-152-0/+9
| | | | | | | | | | | | detail page For retail devices (and installer builds), introduce tags to be read by a separate, additional, package. This will not be read or collected in any community (nightly/M/etc) or self-built build. Change-Id: Ic06b09eb4667297abd44aa11b504088a91cd5102
* Automatic translation importMichael Bestas2014-09-133-6/+8
| | | | Change-Id: I3daf0a204220815c2787f9f04734415ef52f5fcc
* Dialer: Move CAF stringsMichael Bestas2014-09-102-6/+5
| | | | Change-Id: I7c75824fff4794a9fbf0d7a746ff163330297c1c
* Dialer: Don't show voicemail layout in statsScott Mertz2014-09-101-0/+2
| | | | Change-Id: I18f1bdf27a026486e79f307caf15fc57804d2548
* Sync call_detail and call_stats_detail layouts.Danny Baumann2014-09-104-360/+237
| | | | | | | | | | Move the header controls into a common layout so the same controls are present for both cases. This essentially reverts d8ebf219d7716a9da16abc2bad9e5cb5c12e1d56 and replaces it with a better solution. Also properly hide/show secondary icon divider. Change-Id: Ibafeededfde293128599becfab93c17dd84c1391
* Dialer: Display action bar title for statsScott Mertz2014-09-101-9/+1
| | | | Change-Id: I574b97a2c16a1d93f2c21fabf82f3e87122fe123
* Fix call stats NPEEthan Chen2014-09-091-2/+2
| | | | | | | * There is already code to handle the case where thirdIntent is null without potentially derefering a null UI element. Use it. Change-Id: I51e373d8108ba50f3843b42d188f2ad26ca3fb60
* Merge "Improve search UI." into cm-11.0Danny Baumann2014-09-0912-37/+35
|\
| * Improve search UI.Danny Baumann2014-09-0612-37/+35
| | | | | | | | | | | | | | Make highlighting color consistent to what is used elsewhere, and fix up action bar layout theme. Change-Id: Id4f7d2817e39d1721b96b4a2840a472271317eb2
* | Rewrite speed dial feature.Danny Baumann2014-09-098-528/+340
| | | | | | | | Change-Id: I346bcf4552cdf2ddfd3c9b1219bc07c20332d1a2
* | Automatic translation importMichael Bestas2014-09-092-2/+2
| | | | | | | | Change-Id: I492f42644ec808b33187de8d2eaafded51db981b
* | Merge "Fix call stats fragment layout." into cm-11.0Danny Baumann2014-09-072-3/+2
|\ \
| * | Fix call stats fragment layout.Danny Baumann2014-09-052-3/+2
| | | | | | | | | | | | Change-Id: I10bf2603a982f11f8e031db0dffa3f7039fa11ea
* | | Improve strings.Danny Baumann2014-09-067-45/+41
| |/ |/| | | | | Change-Id: I852e220586d41f7c1f6b945a1efd2132fc615c5b
* | Merge "Refine regexes for Das Telefonbuch." into cm-11.0Danny Baumann2014-09-051-29/+26
|\ \ | |/ |/|
| * Refine regexes for Das Telefonbuch.Danny Baumann2014-09-031-29/+26
| | | | | | | | | | | | | | Looks like private and business numbers have a slightly differing format. Change-Id: I7eae982fe81cf890686f49b88417e604ba0171a0
* | Fix menu don't display problem when input digitsblong2014-09-032-1/+2
| | | | | | | | | | | | | | | | | | - when inputs digit,the menu item was not initial,so it can't display CRs-Fixed; 681096 Change-Id: I234beff4bd33547646c01303926a02238d1f99e5
* | Fix can't make call problemblong2014-09-031-2/+0
| | | | | | | | | | | | | | | | | | | | - when comes a call from sub1,then transfer this card to sub2 and make call from dialpad,it will still uses slot1 to make call,so it is failed. CRs-Fixed: 676027 Change-Id: I07eb57f3276a30fdc46324499e487122b03f1484
* | Dialer: Start VoiceMail interface directly when click voice mailkaiyiz2014-09-031-3/+9
| | | | | | | | | | | | | | | | | | | | | | Start SelectSubscription when click voicemail in SpeedDialListActivity. Make an intent to start CallFeaturesSetting add a sub to decide which sim card's setting to start. CRs-Fixed: 671167 Change-Id: I13689cd8a2f399a9abbe297d2be7ac3f0b54e493
* | Dialer: Add long click listener to support long press * or #kaiyiz2014-09-031-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not support long press * or # to input ,(pause) or ;(wait). Add long click listener to support long press * or # to input ,(pause) or ;(wait). CRs-Fixed: 641551 Conflicts: src/com/android/dialer/dialpad/DialpadFragment.java Change-Id: I24d0e299984a80546d70a744580e2b093d3a95ae
* | Dialer: Don't delete '+' for number when enter select contact interfacekaiyiz2014-09-032-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The number we get from adapter has been formatted, so the '+' is deleted. Use the original number that we input When entering the select contact interface. CRs-Fixed: 662672 Conflicts: src/com/android/dialer/DialtactsActivity.java Change-Id: I8fd5774be4ae03abf249409b4f869bd9adaed29c
* | Dialer: Show option menu items if phone number is emptykaiyiz2014-09-031-4/+0
| | | | | | | | | | | | | | | | | | | | When the phone number is empty, there is no option menu items. Show option menu items if phone number is empty. CRs-Fixed: 649302 Change-Id: I1871a3d638a3ff1d389560703179a9df1c50bb0e
* | Dialer: Do not convert the number when it is a SIP numberkaiyiz2014-09-034-17/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete the character '@' and '.' from SIP number. Do not convert the number when it is a SIP number. CRs-Fixed: 639592 Conflicts: src/com/android/dialer/calllog/IntentProvider.java src/com/android/dialer/list/AllContactsActivity.java Change-Id: I5c5c2cd4d29bb6de9f9c278627e891513af7d9c5
* | Dialer: Set the duration view visible when the call type is CSVTkaiyiz2014-09-031-1/+2
| | | | | | | | | | | | | | | | | | | | The duration view is set gone when the call type is CSVT. Set the duration view visible when the call type is CSVT. CRs-Fixed: 640933 Change-Id: Ic4dd767ab57f0850d3197cf53a26a24931308932
* | Support to delete multi call logblong2014-09-031-1/+7
| | | | | | | | | | | | | | | | | | | | - original design only support to detele all call log,so add the support to delete multi select call log. Conflicts: src/com/android/dialer/calllog/CallLogActivity.java Change-Id: I74a56b7666876207753e1349fd77920b32b500d0
* | Dialer: Send broadcast to cancel missed vtcalls notificationkaiyiz2014-09-032-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | When entering the call log fragment, it only cancels missed voice calls notification but ignores the video calls notification. Send broadcast to let VideoCall app cancel the missed vtcalls. notification. CRs-Fixed: 636302 Change-Id: I00517dd627bcfe52446509e935fac96372539ce4
* | CSVT IMS: fix the csvt & ims call log display in call history.jiadongz2014-09-031-16/+0
| | | | | | | | | | | | Groups the incoming, outgoing and missed call together for the same number. Change-Id: If12ec1f2dbc83e4136551f16a93ea10962cc6ca7
* | Dialer: Get SIM2 alias name with the correct keywordkaiyiz2014-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | Get SIM2 alias name with the incorrect keyword, so the default name "SIM2" is displayed. Get SIM2 alias name with the correct keyword. CRs-Fixed: 626570 Change-Id: I7e25b50bba7f98686291388ef96d2e649be25e99
* | Add the duration type for call time in call logblong2014-09-0311-38/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - use a config to control whether need to display call duration type in call log. Conflicts: res/values/config.xml src/com/android/dialer/CallDetailActivity.java src/com/android/dialer/PhoneCallDetails.java src/com/android/dialer/calllog/CallLogAdapter.java tests/src/com/android/dialer/PhoneCallDetailsHelperTest.java Change-Id: I8346aa8006dc48c541a859152cdb7097dfd6f5fe
* | IMS: add ims call log type in Dialer app .jiadongz2014-09-0313-6/+66
| | | | | | | | Change-Id: I4b8bd9a13e917dc662464de3a7511aaa55309c00
* | Add call log search in dialerblong2014-09-0312-26/+479
| | | | | | | | | | | | | | | | | | | | | | | | | | - add the support to search call log by name and number in dialer for dsds and ssss Conflicts: src/com/android/dialer/calllog/CallLogActivity.java src/com/android/dialer/calllog/CallLogAdapter.java src/com/android/dialer/calllog/CallLogListItemHelper.java tests/src/com/android/dialer/PhoneCallDetailsHelperTest.java Change-Id: I963be0a96e06bf36ba47d042987144b25e8af7d4
* | CSVT: when in videocall case, click dialer should go to video call screen.renlongh2014-09-031-0/+3
| | | | | | | | Change-Id: Ice1647f8a287242c564eac88cc6bfceeca9ac31f
* | Correct the interface of fetch callsblong2014-09-031-4/+4
| | | | | | | | | | | | - when fetch call log,the sub parmeter is wrong,correct the interface Change-Id: I86f359df3d497c4514bbe94cc08af06e3de59ead
* | Dialer: Add IP call support in dialerCheng Xiaolong2014-09-035-1/+275
| | | | | | | | | | | | | | | | | | | | | | | | - Add IP call option in dialer tab. - Add menu including "IP call","Edit number before call","Send text message","Add to contacts" in call log tab. Conflicts: src/com/android/dialer/calllog/CallLogAdapter.java src/com/android/dialer/dialpad/DialpadFragment.java Change-Id: Ib368c284c6196f00e356476a3b059d4f65122545
* | CSVT: fix "Missed Calls Only" tab.jiadongz2014-09-031-1/+6
| | | | | | | | Change-Id: Idfc66c07f0aa803e3aa2badcff1ddebda63a9fdf
* | CSVT: Hide the "Video call" option for non-CU mode.jiadongz2014-09-031-1/+1
| | | | | | | | Change-Id: I0a2f9f307fc297e906f0f749f6b39c07e8b9b980
* | CSVT: add CSVT calltype in calllog and CSVT entry in calllog detailsjiadongz2014-09-0315-0/+192
| | | | | | | | | | | | | | Conflicts: src/com/android/dialer/CallDetailActivity.java Change-Id: I1453e9740207607ddfb76493ce02f5bebc786be3
* | CSVT: CSVT entry in Dialer App.jiadongz2014-09-034-0/+142
| | | | | | | | | | | | | | Conflicts: res/values/strings.xml Change-Id: If42e66fb490875e635648178da939249c318efdf
* | Catch the SQLiteFullException when updaing the call log databasekaiyiz2014-09-031-8/+13
| | | | | | | | | | | | | | | | | | SQLiteFullException happened when updating the call log database. so catch the SQLiteFullException. CRs-Fixed: 590692 Change-Id: I7ca093bbcae17852729ba5517676b9e801807962
* | Dialer: Add the subscription info for call log.Cheng Xiaolong2014-09-0327-80/+829
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the subscription info on the call log and call detail activity. - add spinner to select "ALL SIMS","SIM1","SIM2" to filter call log - add spinner to select "ALL CALLS","INCOMING CALLS ONLY", "OUTGOING CALLS ONLY","MISSED CALLS ONLY" Conflicts: res/layout/call_log_list_item.xml res/values-zh-rCN/strings.xml res/values/strings.xml src/com/android/dialer/CallDetailActivity.java src/com/android/dialer/DialtactsActivity.java src/com/android/dialer/PhoneCallDetails.java src/com/android/dialer/PhoneCallDetailsHelper.java src/com/android/dialer/calllog/CallDetailHistoryAdapter.java src/com/android/dialer/calllog/CallLogActivity.java src/com/android/dialer/calllog/CallLogAdapter.java src/com/android/dialer/calllog/CallLogListItemViews.java tests/src/com/android/dialer/PhoneCallDetailsHelperTest.java tests/src/com/android/dialer/calllog/CallLogListItemHelperTest.java Change-Id: Ib4ad371af61e9473dfe1b10e83abd2b1acaa7ef7
* | Dialer: shows deviceinfo when input *#0000#jiangmin2014-09-031-1/+17
| | | | | | | | | | | | | | | | | | - it will start DeviceInfo.apk to display phone's deviceinfo after input *#0000# Refer to https://review-android.quicinc.com/#/c/403996/1 Change-Id: Ia8b76774d6107e930f7eb1c2f7ab4991d783a536
* | Dialer: Hide "Add 2-sec pause" and "Add wait" if phone number is emptykaiyiz2014-09-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | There is no operation to hide "Add 2-sec pause" and "Add wait" options. When the phone number is empty, hide "Add 2-sec pause" and "Add wait" options. CRs-Fixed: 537440 Change-Id: Ia799e11808e57919f471437021e7d6d62edea07c
* | Dialer: Contact photo in call log can not change in timekaiyiz2014-09-031-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When user changed contact's photo, call log will firstly use cached photo. Clear cache when data is changed. CRs-Fixed: 525851 Conflicts: src/com/android/dialer/calllog/CallLogAdapter.java Change-Id: I1c7c4ba34b3995371b478b2e8994d4fa56e54b68
* | Dialer: show all device IDs for multiple SIM devicesQiang Chen2014-09-032-0/+32
| | | | | | | | | | | | | | | | | | Show all device IDs for multiple SIM cards when dial "*#06#" Conflicts: res/values-zh-rCN/strings.xml Change-Id: I06c1e7a60d9a745d56c2b5382d53b5964c548aa9
* | Contacts: add speed dial supportQiang Chen2014-09-036-0/+745
| | | | | | | | | | | | | | | | | | | | | | | | | | allow user to set speed dial number from 2~9,when long click these numbers,it will pop up a screen to set speed number or dial out directly if you have been set it. Conflicts: res/values-zh-rCN/strings.xml res/values/strings.xml src/com/android/dialer/dialpad/DialpadFragment.java Change-Id: I1537d77c8c9533822b17310ee73e7ebc18aedabf
* | Dialer: remove obsolete values-en-rXXVladislav Koldobskiy2014-09-033-78/+0
|/ | | | | | | We have a dedicated selector for search language, so there's no more need to keep this. Change-Id: I47bf4fb6dbe7881fb54949de4542ffe42331a009
* Merge "Add reverse lookup provider "Das Telefonbuch" (DE)." into cm-11.0Danny Baumann2014-09-014-0/+264
|\
| * Add reverse lookup provider "Das Telefonbuch" (DE).Danny Baumann2014-08-274-0/+264
| | | | | | | | Change-Id: I0ad72bb3e57da3d27fb1c50c58c112234c39b585
* | Automatic translation importMichael Bestas2014-09-013-3/+7
|/ | | | Change-Id: Ice20157d2b3cd7b0e13563b464f344c80567772f
* Automatic translation importMichael Bestas2014-08-23161-174/+305
| | | | Change-Id: I0b1caecf09fe5cb0c8fa796d65dadaed5b1f1414