summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use "unknown" in filename if call recording phone number undefinedstable/cm-12.0-YNG1Temancebo2015-04-231-0/+4
| | | | | Change-Id: I827c1e9c022a9f0fe39ce820fe1ce6875992af56 (cherry picked from commit b0f6c112bb0c692de83d6ddbc5d866089840002b)
* Dialer: Add call waiting vibrate optioncretin452015-03-122-0/+5
| | | | | Change-Id: Id903310aa0ef74fe01349e39262159e4795f4501 (cherry picked from commit 475a7e9cdefec248fe153ebd8afe8dfd6c90b29d)
* [TOMATOL-144]: Call Vibration Settings: Fix preference key nameMartin Brabham2015-03-111-1/+1
| | | | | Change-Id: I9bad8f4c0c1dfeff407de8a9668fa38f750cc019 (cherry picked from commit 48dca127de92350da21610daf74c6475519499b8)
* Do not reload smart dial database twice in DialtactsActivity.Matt Garnes2015-03-101-1/+0
| | | | | | | | | | In fe57f36d843b3c973aa44621602a57d0b1e208a7 different logic was introduced to reload the smart dial DB when the locale changes. This added a duplicate call to update the smart dial db if the locale has not changed. Remove the duplicate call that existed before this patch. Change-Id: Ibd8aff58537b101883bf078090230144676633f5 (cherry picked from commit 032220e7f5d022f0cfcabb907271db49827d68c2)
* Call Recording: Pause orientation handling during playback to prevent ↵Martin Brabham2015-03-053-8/+37
| | | | | | playback interruptions. Change-Id: I2ce162025b41d677e7942f77bf89424806c5fef9
* Dialer: switches for checkboxeseyosen2015-03-032-8/+8
| | | | | | | PS2: same topic items back to checkboxes Change-Id: I04741c89b327292197504ec47a4e7931a33a29b4 Signed-off-by: eyosen <abittin@gmail.com>
* Automatic translation importMichael Bestas2015-02-2824-1/+280
| | | | Change-Id: I91aa18cbb0ee1dca626cffd02459add92e0cb385
* Automatic translation importstable/cm-12.0-YNG1IMichael Bestas2015-02-1921-10/+298
| | | | Change-Id: Ib0cc53a2ba6745479b11a8bfcd3dcb99baf7bd19
* Call recording service implementation and playbackemancebo2015-02-1751-3/+1331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combination of the following commits: commit df7f323089af7aebfc29e253b13b67789fa23ccb Author: emancebo <emancebo@cyngn.com> Date: Mon Aug 4 17:07:05 2014 -0700 Call recording service implementation, show recordings and allow playback in call history commit 04656cfe2380fbc62f1f54d1b1b2af62aaf92673 Author: emancebo <emancebo@cyngn.com> Date: Thu Aug 14 14:17:18 2014 -0700 blacklist call recording for US/EU mccs, remove sysprop flag for enabling commit 44ef8f7f59f89bbcadcb557c781047646523300e Author: Brinly Taylor <uberlaggydarwin@gmail.com> Date: Tue Aug 19 10:14:02 2014 +0930 Dialer: Blacklist call recording for Australia. Same as European/US laws as regards to this therefore to protect CM I think we should disable this. . Feel free to check with lawyers though. commit bc3df8ea3e7f73a2f48e34a3737cda1833c84d0a Author: emancebo <emancebo@cyngn.com> Date: Mon Nov 17 16:53:05 2014 -0800 update call recording file format TOMATO-282 Change-Id: I56bf6857d87260e20b6a84c4db6e463b0fd87dcc
* Automatic translation importMichael Bestas2015-02-10118-0/+6222
| | | | Change-Id: I1c62b28fac995a96616639abadf22cced245c12d
* Dialer: Improve contact share popupMichael Bestas2015-02-021-2/+3
| | | | Change-Id: Iec63655b19c591e9b62988e216594cbe1ae15e9f
* Fix animation glitchGeorge Hilliard2015-01-251-7/+22
| | | | | | The dialpad button no longer changes to a call button while it is visible. Change-Id: I871d1987187c0e721846a32bf3c887037cb46b48
* Remove extra call stats headeremancebo2015-01-225-29/+0
| | | | | | | | Call stats activity displays contact name/number in white text on an off-white background. This change removes the view because that information is already present in the call detail header anyway. Change-Id: I5df0bfd277179674e22ad4b6870d89a3140334e8
* Fix regression in recent call filteringemancebo2015-01-151-1/+1
| | | | Change-Id: I651a4debadf8814966b738baaa4ea9777c46195f
* Port "filter by date range" from call stats page to call logemancebo2015-01-146-17/+141
| | | | Change-Id: I78b73c8e59a53143b98f8889dc0085af02364d4c
* Revert "Dialer: support "add to black/white list" in call detail"Michael Bestas2015-01-093-65/+0
| | | | | | | | * We have our own blacklist implementation This reverts commit 1d8c0c9ac7d347f4c0ab29a85fc7f957ed4ca73d Change-Id: I764d3b565d9d0f2d11b1aa0722dbc21f79241b0b
* Dialer: Remove Chinese CAF translationsMichael Bestas2015-01-091-11/+0
| | | | Change-Id: Ie67233c6a575a44fc989d146b719cf35bf0439ba
* Dialer: Improve CAF stringsMichael Bestas2015-01-092-6/+7
| | | | Change-Id: I744256ba396ac70df2b1858f754f9c1e81b10e19
* Move string addition to cm_stringslinus_lee2015-01-082-3/+3
| | | | | | Noob me didn't know that new strings are supposed to be placed in cm_strings.xml Change-Id: I8b782052c8d06024107de1814c1d3640cde153ee
* Dialer: Fix T9 for Hebrewcretin452015-01-061-1/+4
| | | | Change-Id: I1c8be92acc1fc29b557eb7cda0d910cf036f3aea
* Return match positions to enable highlighting for CN smart dialemancebo2015-01-063-14/+88
| | | | Change-Id: I9255c582708c2fbfe22e7a2bf3ad971da692e2a9
* Add setting for t9 search input localeemancebo2015-01-063-0/+73
| | | | Change-Id: I410b4e20afa85302a9ef3174c2f219e33b1b7987
* Read option for t9 search input locale and refresh smart dial db when locale ↵emancebo2015-01-064-15/+107
| | | | | | changes Change-Id: I3cd942741310f16678ed9eb675bbba2cbc72d5e8
* Dialer: Refactor SmartDial for additional languagescretin452015-01-0610-2/+632
| | | | | | | | Adds Chinese support and improved Korean support. p4: Refactor for transliterating the displayName. Change-Id: Id3175c6f4eda4962be9d25bd43c24a834c3c5ff1
* Add Korean smart dial mapcretin452015-01-062-0/+505
| | | | Change-Id: I93b8efa9093fce4f125e6ebe5b02b5fd581cd01a
* Hebrew T9 for DialerArthur Zamarin2015-01-062-0/+420
| | | | | | | | | | Please check it. The implimentaion is built on the "Russian T9 for dialer". Also added support for English but in Israel. PS4: I forgot that in Hebrew there are ending letter for 5 characters. Sorry. Change-Id: I58bfbdf053aff94e446d54f2649070a7cebd488b
* Dialer: Add Greek T9 supportMichael Bestas2015-01-063-0/+501
| | | | | | | | PS2: Fix build PS3: Fix country PS4-PS5: Complete greek character table Change-Id: I006745075cbb83b23a6bda170032d146d9bc5aea
* Russian T9 for Dialerdimfishr2015-01-064-9/+483
| | | | | | | | | | | | | | | | | | | | PS6: final nitpick: replaced getLanguage() with getCountry() call - primarily for those who are going to implement Chinese Traditional/Simplified support (because they all have "zh" language code, but letters are different in rHK/rCN) PS7: polishing: wrapped some lines at 100 chars, restored original dimens.xml / colors.xml values (looks better with 41dp, color change could go into another commit) ... purged earlier patch set changes PS8: fixed MDPI compatibility, marked 1/0/*/# "letters" as untranslatable (they are not displayed in any case) PS9 & PS10: added "values-en-rRU" (Dmitriy). PS11: minor padding tweak (7dp -> 8 dp). PS12: fix buttons being 11dp off to the left, this can not be unseen. Change-Id: Ib99ff7b9ef5184db0450fe1bc8a6de79eb7efe24
* Separate blacklist from missed filter in history/statslinus_lee2015-01-0612-60/+117
| | | | | Change-Id: I50e2467b7ac8568c6956c2dbc085985fd2f34d99 (cherry picked from commit 2f4890478123a3b6a9ba0a8b23f9a290f6c4ec73)
* Merge code and add CallStats in multi simlinus_lee2015-01-0615-418/+300
| | | | | | | | | | | The MultiSim call fragment merged the different fragments under a spinner and also allowed you to filter call type instead of using different fragments. I ripped out the old code and adapter the multisim fragment to handle both multi and single scenarios. Added the call stats and adapter it to handle both multi and single scenarios as well. Change-Id: I41389bbab302ff38bf0dac002c7ac8b10280fac2 (cherry picked from commit 066b90ea588e102042434fcdcb7222ad295ac3c0)
* Dialer: move CAF strings to cm_stringsVladislav Koldobskiy2015-01-042-12/+10
| | | | Change-Id: Ia31317f363af064af985de471c3c0bd421895fa8
* Dialer: modify AOSP RU translationVladislav Koldobskiy2015-01-021-1/+1
| | | | Change-Id: Ib5c97ce6558b38c9871e6b9a088cd17fba5f1f6a
* Contact details on incoming call (2/2)Petr kecinzer Řezníček2015-01-012-0/+8
| | | | | Change-Id: Ib07cdcee0325f9bbf059c6b582e51d5cbbc8e926 Signed-off-by: Petr kecinzer Řezníček <kecinzer@gmail.com>
* Keep InCallUI in memory (2/3)Pawit Pornkitprasan2015-01-011-0/+1
| | | | | | | Here, we set the sharedUserId so the dummy InCallUI.apk can share the process. Change-Id: Ia6aa5a9209401632858a4ef23db3f3448b722796
* Dialer: truncate hint text for search boxPawit Pornkitprasan2014-12-281-0/+2
| | | | | | | | | | There's not enough space on hdpi if voice search is enabled. Showing truncated text is better than showing truncated 2 lines. Before: http://imgur.com/aSUJm7X After: http://imgur.com/LthsLsh Change-Id: I2f140b2e61d575ea0c745bd95eb48b9950602316
* IMS: Clean up Conference URI system property.Suchand Ghosh2014-12-272-7/+8
| | | | | | | | | Remove system property "persist.dbg.ims_volte_enable". Add platform configuration flag and user's enhanced 4G LTE setting to decide IMS capability. Change-Id: I1ee4dfb8e73ae7bf72a3daafef6957736a560606 CRs-Fixed: 727689
* Dialer: fix NPE in ReverseLookupService.doLookupAltaf-Mahdi2014-12-142-4/+7
| | | | | | -also little fix in coding style Change-Id: I333c390257685fd23e1f212a95f184be0b39f0bf
* Make reverse lookup implement the phone number lookup interface (1/2)Danny Baumann2014-12-062-144/+203
| | | | Change-Id: I35195d6c5a89cf22ac0f31d48e2ef89102a453c1
* Fix phone number returned by 'Das Telefonbuch' for business numbers.Danny Baumann2014-12-031-0/+3
| | | | | | Some obfuscation spans are inserted into the HTML for whatever reason. Change-Id: Ib69dac5c79b01947d6085bf27b61c0f7a4d73a4c
* Merge tag 'android-5.0.1_r1' into HEADRicardo Cerqueira2014-12-032-1/+3
|\ | | | | | | Android 5.0.1 release 1
| * Switch from CALL -> CALL_PRIVILEGEDYorke Lee2014-11-182-1/+3
| | | | | | | | | | Bug: 18332160 Change-Id: I5b9bcc8f413e5534bab94e0b2677371968a8e483
* | Dialer: deblur fab_blue.pngHamster Tian2014-11-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | One of my users is reporting this kind of problem all around the dialer app... Zoom in and we'll see the edge of button in original picture is not clear. The new one is much more smoother. Change-Id: I92e48166abcaa22e7ad73f0859ade09bafa1b2bb
* | Add back in-call vibration features (2/2)Danny Baumann2014-11-253-2/+34
| | | | | | | | | | | | Add settings implementation. Change-Id: I48d56f28cf1caf8ab783f693887b282d5a2d4a2b
* | Dialer: replace the blurry background picture of overflow buttonHamster Tian2014-11-241-0/+0
| | | | | | | | | | | | | | Resized from xxhdpi resource. I'm wondering why the one in AOSP is so blurry... Change-Id: I5e0e3aa262df88dd2cff91397e7efaf0f496ecc5
* | Dialer: blacklisted call tweaksRoman Birg2014-11-213-1/+18
| | | | | | | | | | | | | | | | * Make icon like the missed call icon, but black. * Also list blacklisted calls in missed calls tab Change-Id: I0b68325b66b12988f24ff9e4b9570e17f40234b7 Signed-off-by: Roman Birg <roman@cyngn.com>
* | Add missing entry for 'Das Telefonbuch' reverse lookup.Danny Baumann2014-11-211-0/+2
| | | | | | | | Change-Id: I4ab793d38ff9d9cf0d43130f31bff03f81b0b7b3
* | Move lookup settings to dialer app (2/2)Danny Baumann2014-11-218-4/+337
| | | | | | | | Change-Id: I3d4da7cc1db60963b3e47370a36a6e839ec112d6
* | Revert "Dialer: phone can enter testing settings"kaiyiz2014-11-211-3/+0
| | | | | | | | | | | | | | | | Brings back *#*#4636#*#* This reverts commit e52bb2ee4530f283f90c68b52092bd6c739ac031. Change-Id: I163f037ca4ddcb15ddc16f0d97d849a92cdf146f
* | Dialer: fix up some stringsRoman Birg2014-11-203-4/+5
| | | | | | | | | | | | | | | | * remove untranslatable geocode string * fix missing reference to avoid crash Change-Id: I74ee990bf93a03cc28256adf81891a91558c5d66 Signed-off-by: Roman Birg <roman@cyngn.com>
* | Allow blacklisting calls from call log detail menu.Danny Baumann2014-11-183-0/+11
| | | | | | | | Change-Id: Iac19f1327780b844628d196299b68c031ba47df2